Block a user
5ae1ab95ae
Advanced to version 0.11.1.
7a5b3b78fc
Removed the rows with zero balance from the income statement.
7df4051452
Removed the rows with zero balance from the trial balance.
85084c68fd
Removed the rows with zero balance from the balance sheet.
7dd007f3cf
Revised README.rst.
38b8a028d5
Reversed the original line items in the original line item selector.
213981a8b2
Revised the style of the buttons in the description editor, to avoid overwhelming the modal when there are too many buttons.
a4d1789b58
Moved the income and expenses log to the first item of the report chooser.
91620d7db2
Revised the init_app function in the "accounting" module.
2ec072854b
Advanced to version 0.2.0.
a41d381322
Added a warning to the last Django release.
c301f7ca74
Renamed the project from "Mia! Accounting" to "Mia! Accounting Django".
c9166fda4d
Fixed the order in the get_selectable_original_line_items function in the "accounting.journal_entry.utils.original_line_item" module.
3a0f0873e2
Added documentation to the bp, babel_js, csrf, and db variables in the test site.
imacat
renamed repository from 2023-04-04 18:14:11 +08:00
mia-accounting-flask
to imacat/mia-accounting
imacat
renamed repository from 2023-04-04 18:10:43 +08:00
mia-accounting
to imacat/mia-accounting-django
a17395b43e
Advanced to version 0.10.0.
17c8d9d1a9
Revised the styles of the buttons of the suggested accounts in the description editor.
fa94cd407e
Added the JavaScript setElementShown function in the journal entry form for readability.
9a704c8185
Revised the JavaScript account reorder code to avoid nested template literals, for readability.
8286c0c6d8
Revised the JavaScript MonthTab class in the period chooser to avoid nested template literals, for readability.