Skip to content

Commit

Permalink
[ADD] MIS Reports templates for Balance Sheet and Profit & Loss
Browse files Browse the repository at this point in the history
Add two scripts that generates the MIS Reports Templates for companies with and w/o capital, and associations (full, abridged and micro model)
  • Loading branch information
mathisjacoby committed Sep 15, 2023
1 parent 85bb9b2 commit 567b16e
Show file tree
Hide file tree
Showing 45 changed files with 3,336,334 additions and 162 deletions.
27 changes: 25 additions & 2 deletions l10n_be_mis_reports/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,32 @@
"depends": ["mis_builder", "l10n_be"], # OCA/account-financial-reporting
"data": [
"data/mis_report_styles.xml",
"data/mis_report_pl.xml",
"data/mis_report_bs.xml",
"data/mis_report_bs_m01-f.xml",
"data/mis_report_pl_m01-f.xml",
"data/mis_report_bs_m02-f.xml",
"data/mis_report_pl_m02-f.xml",
"data/mis_report_bs_m04-f.xml",
"data/mis_report_pl_m04-f.xml",
"data/mis_report_bs_m05-f.xml",
"data/mis_report_pl_m05-f.xml",
"data/mis_report_bs_m07-f.xml",
"data/mis_report_pl_m07-f.xml",
"data/mis_report_bs_m08-f.xml",
"data/mis_report_pl_m08-f.xml",
"data/mis_report_bs_m81-f.xml",
"data/mis_report_pl_m81-f.xml",
"data/mis_report_bs_m82-f.xml",
"data/mis_report_pl_m82-f.xml",
"data/mis_report_bs_m87-f.xml",
"data/mis_report_pl_m87-f.xml",
"data/mis_report_bs_deprecated.xml",
"data/mis_report_pl_deprecated.xml",
"data/mis_report_vat.xml",
],
"installable": True,
"external_dependencies": {
"python": [
"click",
],
},
}
File renamed without changes.
1,073 changes: 1,073 additions & 0 deletions l10n_be_mis_reports/data/mis_report_bs_m01-f.xml

Large diffs are not rendered by default.

1,368 changes: 1,368 additions & 0 deletions l10n_be_mis_reports/data/mis_report_bs_m02-f.xml

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions l10n_be_mis_reports/data/mis_report_bs_m04-f.xml

Large diffs are not rendered by default.

1,158 changes: 1,158 additions & 0 deletions l10n_be_mis_reports/data/mis_report_bs_m05-f.xml

Large diffs are not rendered by default.

1,073 changes: 1,073 additions & 0 deletions l10n_be_mis_reports/data/mis_report_bs_m07-f.xml

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions l10n_be_mis_reports/data/mis_report_bs_m08-f.xml

Large diffs are not rendered by default.

1,008 changes: 1,008 additions & 0 deletions l10n_be_mis_reports/data/mis_report_bs_m81-f.xml

Large diffs are not rendered by default.

1,303 changes: 1,303 additions & 0 deletions l10n_be_mis_reports/data/mis_report_bs_m82-f.xml

Large diffs are not rendered by default.

1,013 changes: 1,013 additions & 0 deletions l10n_be_mis_reports/data/mis_report_bs_m87-f.xml

Large diffs are not rendered by default.

File renamed without changes.
397 changes: 397 additions & 0 deletions l10n_be_mis_reports/data/mis_report_pl_m01-f.xml

Large diffs are not rendered by default.

586 changes: 586 additions & 0 deletions l10n_be_mis_reports/data/mis_report_pl_m02-f.xml

Large diffs are not rendered by default.

399 changes: 399 additions & 0 deletions l10n_be_mis_reports/data/mis_report_pl_m04-f.xml

Large diffs are not rendered by default.

601 changes: 601 additions & 0 deletions l10n_be_mis_reports/data/mis_report_pl_m05-f.xml

Large diffs are not rendered by default.

399 changes: 399 additions & 0 deletions l10n_be_mis_reports/data/mis_report_pl_m07-f.xml

Large diffs are not rendered by default.

399 changes: 399 additions & 0 deletions l10n_be_mis_reports/data/mis_report_pl_m08-f.xml

Large diffs are not rendered by default.

397 changes: 397 additions & 0 deletions l10n_be_mis_reports/data/mis_report_pl_m81-f.xml

Large diffs are not rendered by default.

586 changes: 586 additions & 0 deletions l10n_be_mis_reports/data/mis_report_pl_m82-f.xml

Large diffs are not rendered by default.

399 changes: 399 additions & 0 deletions l10n_be_mis_reports/data/mis_report_pl_m87-f.xml

Large diffs are not rendered by default.

2,872 changes: 2,872 additions & 0 deletions l10n_be_mis_reports/i18n/de.po

Large diffs are not rendered by default.

1,866 changes: 1,851 additions & 15 deletions l10n_be_mis_reports/i18n/fr.po

Large diffs are not rendered by default.

2,102 changes: 1,964 additions & 138 deletions l10n_be_mis_reports/i18n/l10n_be_mis_reports.pot

Large diffs are not rendered by default.

1,855 changes: 1,848 additions & 7 deletions l10n_be_mis_reports/i18n/nl.po

Large diffs are not rendered by default.

Loading

0 comments on commit 567b16e

Please sign in to comment.