|
041a905fc0
|
Added font-awesome icons to the report chooser.
|
2023-03-09 14:36:05 +08:00 |
|
|
116d00a557
|
Replaced the hard-coded cash account codes with the ACCUMULATED_CHANGE and NET_CHANGE constants and the accumulated_change() method of the Account data model.
|
2023-03-09 14:36:01 +08:00 |
|
|
329e3d5362
|
Replaced the hard-coded cash account codes with the CASH constant and the cash() method of the Account data model.
|
2023-03-09 14:36:00 +08:00 |
|
|
e7c43ae390
|
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 |
|
|
9993f65627
|
Added the search to the accounting data.
|
2023-03-09 06:37:31 +08:00 |
|
|
2f7b9932a0
|
Added the base report class to ensure that the reports can both be shown on the page and downloaded as CSV.
|
2023-03-09 06:37:28 +08:00 |
|
|
1eed16b732
|
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 |
|
|
ede1160943
|
Fixed the ledger and the income and expenses log not to show the total entry when there is actually no data.
|
2023-03-09 06:37:27 +08:00 |
|
|
3c200d0dc6
|
Fixed the sign of the amount in income statement.
|
2023-03-09 06:37:26 +08:00 |
|
|
9f1e724875
|
Added the "accounting.report.reports.csv_export" module to handle the CSV export in one place.
|
2023-03-09 06:37:26 +08:00 |
|
|
f838e7f893
|
Moved the utilities that are only for the report generators from the "accounting.report" module to the "accounting.report.reports.utils" module.
|
2023-03-09 06:37:25 +08:00 |
|
|
edb893ecd3
|
Replaced the report generators with a separated module for each report, to work with the diversity of the report formats without messing-up one another.
|
2023-03-09 06:37:23 +08:00 |
|