This website requires JavaScript.
Explore
Help
Sign In
imacat
/
mia-accounting
Watch
1
Star
0
Fork
0
You've already forked mia-accounting
Code
Issues
Pull Requests
Packages
Projects
Releases
41
Wiki
Activity
mia-accounting
/
src
/
accounting
History
依瑪貓
2d771f04be
Fixed so that saving the journal entry from the journal entry editor triggers updating the total of the debit or credit side, which in turn triggers validating the balance if it is on a transfer form. This fixed the problem that deleting a journal entry updates total but not re-validating the balance.
2023-03-14 17:03:06 +08:00
..
account
Revised the account form so that the if-offset-needed option is only available for real accounts.
2023-03-12 01:34:42 +08:00
base_account
Revised the documentation of the "accounting.account.queries", "accounting.base_account.queries", "accounting.currency.queries", and "accounting.transaction.queries" modules.
2023-03-04 06:57:35 +08:00
currency
Revised the documentation of the "accounting.account.queries", "accounting.base_account.queries", "accounting.currency.queries", and "accounting.transaction.queries" modules.
2023-03-04 06:57:35 +08:00
data
Added 7 currencies.
2023-02-08 11:05:59 +08:00
report
Added the order to the search report.
2023-03-11 16:34:30 +08:00
static
Fixed so that saving the journal entry from the journal entry editor triggers updating the total of the debit or credit side, which in turn triggers validating the balance if it is on a transfer form. This fixed the problem that deleting a journal entry updates total but not re-validating the balance.
2023-03-14 17:03:06 +08:00
templates
/accounting
Fixed the indent in the template of the account selector.
2023-03-14 17:03:01 +08:00
transaction
Reordered the code in the "accounting.transaction.forms.journal_entry" module.
2023-03-11 20:36:38 +08:00
translations
Updated the translation.
2023-03-09 14:36:27 +08:00
utils
Removed an unused import from the "accounting.utils.pagination" module.
2023-03-09 14:36:10 +08:00
__init__.py
Added the "default" filter to reduce the amount of logic in the templates, which differs from the Jinja2 "default" filter in that it looks for None instead of undefined values.
2023-03-09 06:37:10 +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 the offset_original_id column to original_entry_id, and the offset_original relationship to original_entry in the JournalEntry data model.
2023-03-11 16:34:30 +08:00
template_filters.py
Added the "default" filter to reduce the amount of logic in the templates, which differs from the Jinja2 "default" filter in that it looks for None instead of undefined values.
2023-03-09 06:37:10 +08:00
template_globals.py
Moved the "accounting.transaction.template_globals" module to "accounting.template_globals", for the two template globals will be used in the reports beside the transaction management.
2023-03-04 07:06:03 +08:00