|
c885c08c37
|
Moved the "accounting.option.options" module to "accounting.utils.options", because it is meant to shared by other submodules.
|
2023-03-22 19:47:37 +08:00 |
|
|
89e43830b4
|
Fixed the __get_accounts method of the DescriptionEditor class not to do empty queries.
|
2023-03-22 19:17:25 +08:00 |
|
|
761d5a5824
|
Added the option management, and moved the configuration of the default currency, the default account for the income and expenses log, and the recurring expenses and incomes to the options.
|
2023-03-22 15:34:28 +08:00 |
|
|
a42e7d13a2
|
Renamed the configuration DEFAULT_CURRENCY, DEFAULT_IE_ACCOUNT, and RECURRING to "ACCOUNTING_DEFAULT_CURRENCY", "ACCOUNTING_DEFAULT_IE_ACCOUNT", and "ACCOUNTING_RECURRING", respectively.
|
2023-03-21 21:13:03 +08:00 |
|
|
3455827c09
|
Added the recurring transactions.
|
2023-03-21 19:45:56 +08:00 |
|
|
8818b46e01
|
Moved the tag initialization from the constructor to the __init_tags method in the DescriptionEditor class.
|
2023-03-21 17:32:07 +08:00 |
|
|
b1af1d7425
|
Renamed "voucher" to "journal entry".
|
2023-03-20 22:33:14 +08:00 |
|