mia-accounting/src/accounting/journal_entry
2023-03-20 23:06:57 +08:00
..
forms Renamed the "eid" field to "id" in the LineItemForm form, since the problem is found. It was the "id" property of the enclosing FormField. If we extract the form from FormField, we can still access the "id" field. 2023-03-20 23:06:57 +08:00
utils Renamed "voucher" to "journal entry". 2023-03-20 22:33:14 +08:00
__init__.py Renamed "voucher" to "journal entry". 2023-03-20 22:33:14 +08:00
converters.py Renamed "voucher" to "journal entry". 2023-03-20 22:33:14 +08:00
template_filters.py Renamed "voucher" to "journal entry". 2023-03-20 22:33:14 +08:00
views.py Fixed the text message in the add_journal_entry view. 2023-03-20 22:44:55 +08:00