legrostdg
legrostdg
@simonmichael That's kind of a hard one you're assigning to me :). Thanks for the examples, though.
Great! That's not intuitive, but it fixes my issue! At least the doc should be improved, but it would be better to really fix the ordering, so that `a:x` is...
I think I would have expected ``` a:y b a:x ``` Just as the accounts are defined, assuming the user would have had a good reason to define the accounts...
(with the reasoning that `a:y` implicitly defines `a`)
Yes, I also think ``` a:y b a:x ``` is the worst of all cases.
I still think ``` a:y a:x b ``` is less confusing that ``` b a:y a:x ``` But I don't think I'll be able to propose code for this, and...
That would be helpful to generate register output for the administration. For example in France, you have to use a debit and a credit column, and can't use the positive/negative...
I don't know for other countries, but, in France, the accounting convention is credits on the right.
https://github.com/bitc/hdevtools/pull/30
may be related to https://github.com/makinacorpus/django-leaflet/issues/158