|
2b2c665eb6
|
Replaced the if checks with assert in the IsBalanced validator of the currency sub-form of the transaction form, the NoOffsetNominalAccount validator of the account form, and the CodeUnique validator of the currency form.
|
2023-03-15 22:25:24 +08:00 |
|
|
f6946c1165
|
Revised the IsBalanced validator so that it no longer need the __future__ annotation.
|
2023-03-11 19:10:47 +08:00 |
|
|
8e219d8006
|
Fixed the type hint of the form parameter in the NeedSomeJournalEntries validator.
|
2023-03-11 19:10:44 +08:00 |
|
|
53565eb9e6
|
Changed the IsBalanced validator from an inner class inside the TransferCurrencyForm form to an independent class.
|
2023-03-11 19:10:42 +08:00 |
|
|
1d443f7b76
|
Renamed the "accounting.transaction.form" module to "accounting.transaction.forms". It only contains forms now.
|
2023-03-11 16:34:28 +08:00 |
|