From ea655e339f1096fdc3c1aa23ba36d0109e9df760 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 3 Aug 2023 15:12:47 +0700 Subject: ledger --- indoteknik_custom/models/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/models/__init__.py') diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 5b8fcc54..45c30473 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -72,4 +72,8 @@ from . import product_sla 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 -- cgit v1.2.3 From 4aa5108543075227378b856ce31f478bd5a3b3db Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 9 Aug 2023 11:09:23 +0700 Subject: ledger --- indoteknik_custom/models/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indoteknik_custom/models/__init__.py') diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index f26cbec2..1bdbc513 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -75,7 +75,3 @@ from . import account_move_due_extension from . import voucher from . import bill_receipt 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 -- cgit v1.2.3 From eababb6272797427353ccc5a58609ceac6ceea1c Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 9 Aug 2023 15:05:55 +0700 Subject: ledger --- indoteknik_custom/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/models/__init__.py') diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 45c30473..8c7071e3 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -76,4 +76,4 @@ 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 +from . import account_report_general_ledger -- cgit v1.2.3