diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-08-09 03:47:58 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-08-09 03:47:58 +0000 |
| commit | 207c8f4f288e841d4f69525c9d688f230d116ff6 (patch) | |
| tree | 9ab7a89d6c147b9a952736a440f52af7fd41c854 /indoteknik_custom/models/__init__.py | |
| parent | 1613b43341a312a42f87e9a7ff34fbb485878710 (diff) | |
| parent | 544ccd0952c03f9021478f64bdb31a06e923a13d (diff) | |
Merged in export-ledger (pull request #89)
Export ledger
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 54e24563..f26cbec2 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -74,4 +74,8 @@ from . import airway_bill_manifest from . import account_move_due_extension from . import voucher from . import bill_receipt -from . import account_move_multi_update
\ No newline at end of file +from . import account_move_multi_update +from . import account_financial_report +from . import account_general_ledger +from . import account_report_financial +from . import account_report_general_ledger
\ No newline at end of file |
