mia-accounting/src/accounting
2023-02-25 09:44:17 +08:00
..
account Revised to sort the accounts in the same base before saving an account to a new base, and added the test_change_base_code test to the AccountTestCase test case for this. 2023-02-25 09:44:17 +08:00
base_account Renamed "fh" to "fp" when opening files, following the Python convention. 2023-02-09 00:02:14 +08:00
currency Removed the redundant post_update methods from the AccountForm and CurrencyForm forms. 2023-02-24 17:18:55 +08:00
data Added 7 currencies. 2023-02-08 11:05:59 +08:00
static Implemented the incremental search (search-as-you-type) in the base account selector of the account form. 2023-02-07 20:27:25 +08:00
templates/accounting Renamed offset to pay-off, to be clear. 2023-02-23 11:32:55 +08:00
translations Renamed offset to pay-off, to be clear. 2023-02-23 11:32:55 +08:00
utils Renamed the "accounting.utils.next_url" module to "accounting.utils.next_uri". 2023-02-20 16:08:32 +08:00
__init__.py Renamed the "accounting.utils.next_url" module to "accounting.utils.next_uri". 2023-02-20 16:08:32 +08:00
locale.py Revised the documentation of the init_app function of the "accounting.locale", "accounting.base_account", "accounting.account", and "accounting.currency" modules. 2023-02-07 17:01:08 +08:00
models.py Renamed offset to pay-off, to be clear. 2023-02-23 11:32:55 +08:00