|
87fa5aa6bc
|
Moved the ACCOUNT_REQUIRED validator from the "accounting.journal_entry.forms.line_item" module to the "accounting.forms" module, in order to share it.
|
2023-03-22 23:23:53 +08:00 |
|
|
35e05b3708
|
Revised the IsDebitAccount and IsCreditAccount validators to require the error message, and moved their default error messages to the DebitLineItemForm and CreditLineItemForm forms.
|
2023-03-22 23:19:52 +08:00 |
|
|
5a9e08f2c4
|
Moved the AccountExists, IsDebitAccount, and IsCreditAccount validators from the "accounting.journal_entry.forms.line_item" module to the "accounting.forms" module, to share it with the "accounting.option.forms" module. Removed the redundant AccountExists, IsExpenseAccount, and IsIncomeAccount validators from the "accounting.option.forms" module.
|
2023-03-22 20:37:53 +08:00 |
|
|
671dbfb692
|
Moved the CURRENCY_REQUIRED validator back from the "accounting.forms" module to the "accounting.journal_entry.forms.currency" module. It is not shared with other module anymore.
|
2023-03-22 19:14:51 +08:00 |
|
|
e2325f08d0
|
Moved the CURRENCY_REQUIRED and CurrencyExists validators from the "accounting.journal_entry.forms.currency" module to the "accounting.forms" module.
|
2023-03-22 07:17:45 +08:00 |
|