@classytic/ledger-bd 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -6342,7 +6342,7 @@ const bangladeshPack = defineCountryPack({
6342
6342
  taxCodesByRegion: TAX_CODES_BY_DIVISION,
6343
6343
  regions: BD_DIVISIONS,
6344
6344
  taxReport: mushakReturnTemplate,
6345
- retainedEarningsCode: "3310",
6345
+ retainedEarningsAccountCode: "3310",
6346
6346
  currentYearEarningsCode: "3311",
6347
6347
  cogsGroupCode: "Cost of Sales"
6348
6348
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@classytic/ledger-bd",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Bangladesh country pack for @classytic/ledger — BFRS chart of accounts, NBR VAT/TDS tax codes, Mushak 9.1 return",
5
5
  "type": "module",
6
6
  "sideEffects": false,