mia-accounting/src/accounting/transaction
2023-03-10 08:34:44 +08:00
..
__init__.py Added the transaction management. 2023-02-27 15:28:45 +08:00
converters.py Renamed the TransactionTypeEnum enum to TransactionType. 2023-03-04 19:39:13 +08:00
forms.py Added the __str property and changed the query_values property from a pseudo property to a real property in the AccountOption data model, so that it does not need to hold the account object forever. 2023-03-09 22:50:18 +08:00
operators.py Added the is_check_as parameter to the get_txn_op function so that the "as" query parameter is not checked when showing the transaction detail. 2023-03-09 22:14:22 +08:00
summary_editor.py Renamed summary helper to summary editor. 2023-03-04 07:00:46 +08:00
template_filters.py Changed the format_amount_input filter to accept None, and return an empty string if the value is None. 2023-03-09 06:37:09 +08:00
views.py Added the __get_default_page_uri() function to the "accounting.transaction.views" module to simplify the code. 2023-03-10 08:34:44 +08:00