@classytic/ledger-bd 0.6.0 → 0.7.0
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.
- package/CHANGELOG.md +385 -353
- package/dist/posting-recipes/index.d.mts +457 -0
- package/dist/posting-recipes/index.mjs +1353 -0
- package/package.json +94 -89
package/package.json
CHANGED
|
@@ -1,89 +1,94 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@classytic/ledger-bd",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Bangladesh country pack for @classytic/ledger
|
|
5
|
-
"type": "module",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"main": "./dist/index.mjs",
|
|
8
|
-
"module": "./dist/index.mjs",
|
|
9
|
-
"types": "./dist/index.d.mts",
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"types": "./dist/index.d.mts",
|
|
13
|
-
"import": "./dist/index.mjs",
|
|
14
|
-
"default": "./dist/index.mjs"
|
|
15
|
-
},
|
|
16
|
-
"./
|
|
17
|
-
"types": "./dist/
|
|
18
|
-
"import": "./dist/
|
|
19
|
-
"default": "./dist/
|
|
20
|
-
},
|
|
21
|
-
"./
|
|
22
|
-
"types": "./dist/
|
|
23
|
-
"import": "./dist/
|
|
24
|
-
"default": "./dist/
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"@
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@classytic/ledger-bd",
|
|
3
|
+
"version": "0.7.0",
|
|
4
|
+
"description": "Bangladesh country pack for @classytic/ledger \u00e2\u20ac\u201d BFRS chart of accounts, NBR VAT/TDS tax codes, Mushak 9.1 return",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"main": "./dist/index.mjs",
|
|
8
|
+
"module": "./dist/index.mjs",
|
|
9
|
+
"types": "./dist/index.d.mts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.mts",
|
|
13
|
+
"import": "./dist/index.mjs",
|
|
14
|
+
"default": "./dist/index.mjs"
|
|
15
|
+
},
|
|
16
|
+
"./posting-recipes": {
|
|
17
|
+
"types": "./dist/posting-recipes/index.d.mts",
|
|
18
|
+
"import": "./dist/posting-recipes/index.mjs",
|
|
19
|
+
"default": "./dist/posting-recipes/index.mjs"
|
|
20
|
+
},
|
|
21
|
+
"./verticals": {
|
|
22
|
+
"types": "./dist/verticals/index.d.mts",
|
|
23
|
+
"import": "./dist/verticals/index.mjs",
|
|
24
|
+
"default": "./dist/verticals/index.mjs"
|
|
25
|
+
},
|
|
26
|
+
"./reporting/nbr-schedule": {
|
|
27
|
+
"types": "./dist/reporting/nbr-schedule/index.d.mts",
|
|
28
|
+
"import": "./dist/reporting/nbr-schedule/index.mjs",
|
|
29
|
+
"default": "./dist/reporting/nbr-schedule/index.mjs"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"files": [
|
|
33
|
+
"dist",
|
|
34
|
+
"README.md",
|
|
35
|
+
"CHANGELOG.md",
|
|
36
|
+
"LICENSE"
|
|
37
|
+
],
|
|
38
|
+
"repository": {
|
|
39
|
+
"type": "git",
|
|
40
|
+
"url": "git+https://github.com/classytic/ledger-bd.git"
|
|
41
|
+
},
|
|
42
|
+
"bugs": {
|
|
43
|
+
"url": "https://github.com/classytic/ledger-bd/issues"
|
|
44
|
+
},
|
|
45
|
+
"homepage": "https://github.com/classytic/ledger-bd#readme",
|
|
46
|
+
"publishConfig": {
|
|
47
|
+
"access": "public"
|
|
48
|
+
},
|
|
49
|
+
"keywords": [
|
|
50
|
+
"accounting",
|
|
51
|
+
"bangladesh",
|
|
52
|
+
"bfrs",
|
|
53
|
+
"nbr",
|
|
54
|
+
"vat",
|
|
55
|
+
"tds",
|
|
56
|
+
"mushak",
|
|
57
|
+
"chart-of-accounts",
|
|
58
|
+
"tax",
|
|
59
|
+
"double-entry"
|
|
60
|
+
],
|
|
61
|
+
"author": "Classytic <classytic.dev@gmail.com> (https://github.com/classytic)",
|
|
62
|
+
"license": "MIT",
|
|
63
|
+
"peerDependencies": {
|
|
64
|
+
"@classytic/ledger": ">=0.17.0"
|
|
65
|
+
},
|
|
66
|
+
"engines": {
|
|
67
|
+
"node": ">=22"
|
|
68
|
+
},
|
|
69
|
+
"scripts": {
|
|
70
|
+
"build": "tsdown",
|
|
71
|
+
"dev": "tsdown --watch",
|
|
72
|
+
"typecheck": "tsc --noEmit",
|
|
73
|
+
"prepublishOnly": "npm run build && npm run typecheck",
|
|
74
|
+
"test": "vitest run",
|
|
75
|
+
"test:watch": "vitest",
|
|
76
|
+
"push": "classytic-push",
|
|
77
|
+
"release:tag": "node -e \"require('child_process').execSync('npm run push -- v'+require('./package.json').version,{stdio:'inherit'})\"",
|
|
78
|
+
"release": "npm run push -- main && npm run release:tag && npm publish"
|
|
79
|
+
},
|
|
80
|
+
"devDependencies": {
|
|
81
|
+
"@classytic/dev-tools": "^0.2.0",
|
|
82
|
+
"@classytic/ledger": "^0.17.0",
|
|
83
|
+
"@classytic/mongokit": "^3.20.0",
|
|
84
|
+
"@classytic/primitives": "^0.9.1",
|
|
85
|
+
"@classytic/repo-core": "^0.9.0",
|
|
86
|
+
"@types/node": "^22.0.0",
|
|
87
|
+
"mongodb-memory-server": "^11.0.1",
|
|
88
|
+
"mongoose": "^9.3.3",
|
|
89
|
+
"tsdown": "^0.22.3",
|
|
90
|
+
"typescript": "^5.7.0",
|
|
91
|
+
"vitest": "^3.0.0",
|
|
92
|
+
"zod": "^4.4.3"
|
|
93
|
+
}
|
|
94
|
+
}
|