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
f0187434d2
mia-accounting
/
src
/
accounting
/
report
History
依瑪貓
34af52e3c3
Revised the __add_owner_s_equity method of the AccountCollector of the balance sheet to receive the period instead of the URL, and does its job when there is an amount, so that the URL is build only when there is an amount.
2023-03-09 14:36:58 +08:00
..
reports
Revised the __add_owner_s_equity method of the AccountCollector of the balance sheet to receive the period instead of the URL, and does its job when there is an amount, so that the URL is build only when there is an amount.
2023-03-09 14:36:58 +08:00
__init__.py
Added the pseudo account for the income and expenses log to query the income and expenses log of the current assets and liabilities.
2023-03-09 06:37:28 +08:00
converters.py
Revised the documentation to use the term "income and expenses log" instead of "income and expenses", for consistency.
2023-03-09 14:36:00 +08:00
income_expense_account.py
Revised the constructor of the IncomeExpensesAccount pseudo account.
2023-03-09 14:36:10 +08:00
period.py
Added the DATE_SPEC_RE constant to simplify the regular expression matching in the _parse_period_spec function.
2023-03-09 14:36:32 +08:00
template_filters.py
Fixed the styles of the negative numbers in the reports with red and braced absolute values.
2023-03-09 06:37:26 +08:00
views.py
Revised the documentation to use the term "income and expenses log" instead of "income and expenses", for consistency.
2023-03-09 14:36:00 +08:00