@keshavsoft/kschema-cli 1.5.2 → 1.7.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 (218) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/bin/{v2/commands/template → v7/commands/template/basic}/package.json +1 -1
  3. package/bin/{v4 → v7}/core/resolveCommand.js +3 -2
  4. package/package.json +4 -4
  5. package/bin/v2/commands/init.js +0 -20
  6. package/bin/v2/start.js +0 -23
  7. package/bin/v3/commands/init.js +0 -18
  8. package/bin/v3/commands/steps/announce.js +0 -3
  9. package/bin/v3/commands/steps/decideFolderName.js +0 -4
  10. package/bin/v3/commands/steps/locateDestination.js +0 -5
  11. package/bin/v3/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
  12. package/bin/v3/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
  13. package/bin/v3/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
  14. package/bin/v3/commands/template/basic/Config/Schemas/StockItems.json +0 -45
  15. package/bin/v3/commands/template/basic/Data/BillsTable.json +0 -165
  16. package/bin/v3/commands/template/basic/Data/ItemsTable.json +0 -200
  17. package/bin/v3/commands/template/basic/Data/LedgerNames.json +0 -6
  18. package/bin/v3/commands/template/basic/Data/StockItems.json +0 -45
  19. package/bin/v3/commands/template/basic/app.js +0 -4
  20. package/bin/v3/commands/template/basic/package-lock.json +0 -21
  21. package/bin/v3/commands/template/basic/package.json +0 -13
  22. package/bin/v3/commands/template/basic/read.js +0 -8
  23. package/bin/v3/commands/template/basic/write.js +0 -8
  24. package/bin/v3/commands/template/express/.vscode/launch.json +0 -12
  25. package/bin/v3/commands/template/express/Config/api.json +0 -8
  26. package/bin/v3/commands/template/express/Config/schema.json +0 -8
  27. package/bin/v3/commands/template/express/Config/ui.json +0 -8
  28. package/bin/v3/commands/template/express/config.json +0 -4
  29. package/bin/v3/commands/test.js +0 -36
  30. package/bin/v3/start.js +0 -27
  31. package/bin/v4/commands/steps/createProject.js +0 -6
  32. package/bin/v4/commands/steps/decideTemplate.js +0 -3
  33. package/bin/v4/commands/steps/locateSource.js +0 -14
  34. package/bin/v4/commands/template/basic/.vscode/launch.json +0 -12
  35. package/bin/v4/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
  36. package/bin/v4/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
  37. package/bin/v4/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
  38. package/bin/v4/commands/template/basic/Config/Schemas/StockItems.json +0 -45
  39. package/bin/v4/commands/template/basic/Config/api.json +0 -8
  40. package/bin/v4/commands/template/basic/Config/schema.json +0 -8
  41. package/bin/v4/commands/template/basic/Config/ui.json +0 -8
  42. package/bin/v4/commands/template/basic/Data/BillsTable.json +0 -165
  43. package/bin/v4/commands/template/basic/Data/ItemsTable.json +0 -200
  44. package/bin/v4/commands/template/basic/Data/LedgerNames.json +0 -6
  45. package/bin/v4/commands/template/basic/Data/StockItems.json +0 -45
  46. package/bin/v4/commands/template/basic/app.js +0 -4
  47. package/bin/v4/commands/template/basic/config.json +0 -4
  48. package/bin/v4/commands/template/basic/package-lock.json +0 -21
  49. package/bin/v4/commands/template/basic/package.json +0 -13
  50. package/bin/v4/commands/template/basic/read.js +0 -8
  51. package/bin/v4/commands/template/basic/write.js +0 -8
  52. package/bin/v4/commands/template/express/.env +0 -8
  53. package/bin/v4/commands/template/express/.env.local +0 -7
  54. package/bin/v4/commands/template/express/.vscode/launch.json +0 -12
  55. package/bin/v4/commands/template/express/Config/Schemas/BillsTable.json +0 -166
  56. package/bin/v4/commands/template/express/Config/Schemas/ItemsTable.json +0 -206
  57. package/bin/v4/commands/template/express/Config/Schemas/LedgerNames.json +0 -50
  58. package/bin/v4/commands/template/express/Config/Schemas/StockItems.json +0 -45
  59. package/bin/v4/commands/template/express/Config/api.json +0 -8
  60. package/bin/v4/commands/template/express/Config/schema.json +0 -8
  61. package/bin/v4/commands/template/express/Config/ui.json +0 -8
  62. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -6
  63. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -12
  64. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -29
  65. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -22
  66. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -20
  67. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -16
  68. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -26
  69. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -25
  70. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -166
  71. package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -38
  72. package/bin/v4/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -108
  73. package/bin/v4/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -38
  74. package/bin/v4/commands/template/express/app.js +0 -33
  75. package/bin/v4/commands/template/express/config.json +0 -4
  76. package/bin/v4/commands/template/express/package.json +0 -18
  77. package/bin/v4/commands/test.js +0 -36
  78. package/bin/v5/commands/init.js +0 -23
  79. package/bin/v5/commands/steps/announce.js +0 -3
  80. package/bin/v5/commands/steps/createProject.js +0 -6
  81. package/bin/v5/commands/steps/decideTemplate.js +0 -3
  82. package/bin/v5/commands/steps/locateDestination.js +0 -5
  83. package/bin/v5/commands/steps/locateSource.js +0 -14
  84. package/bin/v5/commands/template/basic/.vscode/launch.json +0 -12
  85. package/bin/v5/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
  86. package/bin/v5/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
  87. package/bin/v5/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
  88. package/bin/v5/commands/template/basic/Config/Schemas/StockItems.json +0 -45
  89. package/bin/v5/commands/template/basic/Config/api.json +0 -8
  90. package/bin/v5/commands/template/basic/Config/schema.json +0 -8
  91. package/bin/v5/commands/template/basic/Config/ui.json +0 -8
  92. package/bin/v5/commands/template/basic/Data/BillsTable.json +0 -165
  93. package/bin/v5/commands/template/basic/Data/ItemsTable.json +0 -200
  94. package/bin/v5/commands/template/basic/Data/LedgerNames.json +0 -6
  95. package/bin/v5/commands/template/basic/Data/StockItems.json +0 -45
  96. package/bin/v5/commands/template/basic/app.js +0 -4
  97. package/bin/v5/commands/template/basic/config.json +0 -4
  98. package/bin/v5/commands/template/basic/package-lock.json +0 -21
  99. package/bin/v5/commands/template/basic/package.json +0 -13
  100. package/bin/v5/commands/template/basic/read.js +0 -8
  101. package/bin/v5/commands/template/basic/write.js +0 -8
  102. package/bin/v5/commands/template/express/.env +0 -8
  103. package/bin/v5/commands/template/express/.env.local +0 -7
  104. package/bin/v5/commands/template/express/.vscode/launch.json +0 -12
  105. package/bin/v5/commands/template/express/Config/Schemas/BillsTable.json +0 -166
  106. package/bin/v5/commands/template/express/Config/Schemas/ItemsTable.json +0 -206
  107. package/bin/v5/commands/template/express/Config/Schemas/LedgerNames.json +0 -50
  108. package/bin/v5/commands/template/express/Config/Schemas/StockItems.json +0 -45
  109. package/bin/v5/commands/template/express/Config/api.json +0 -8
  110. package/bin/v5/commands/template/express/Config/schema.json +0 -8
  111. package/bin/v5/commands/template/express/Config/ui.json +0 -8
  112. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -6
  113. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -12
  114. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -29
  115. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -22
  116. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -20
  117. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -16
  118. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -26
  119. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -25
  120. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -166
  121. package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -38
  122. package/bin/v5/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -108
  123. package/bin/v5/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -38
  124. package/bin/v5/commands/template/express/app.js +0 -33
  125. package/bin/v5/commands/template/express/config.json +0 -4
  126. package/bin/v5/commands/template/express/package.json +0 -18
  127. package/bin/v5/commands/test.js +0 -36
  128. package/bin/v5/core/parseInput.js +0 -10
  129. package/bin/v5/core/resolveCommand.js +0 -13
  130. package/bin/v5/core/resolveFolderName.js +0 -17
  131. package/bin/v5/start.js +0 -23
  132. package/generateSample.js +0 -19
  133. package/src/template/v1/Config/Schemas/BillsTable.json +0 -165
  134. package/src/template/v1/Config/Schemas/ItemsTable.json +0 -200
  135. package/src/template/v1/Config/Schemas/LedgerNames.json +0 -45
  136. package/src/template/v1/Config/Schemas/StockItems.json +0 -45
  137. package/src/template/v1/Config/api.json +0 -8
  138. package/src/template/v1/Config/schema.json +0 -8
  139. package/src/template/v1/Config/ui.json +0 -8
  140. package/src/template/v1/config.json +0 -4
  141. package/template/v1/Config/Schemas/BillsTable.json +0 -165
  142. package/template/v1/Config/Schemas/ItemsTable.json +0 -200
  143. package/template/v1/Config/Schemas/LedgerNames.json +0 -45
  144. package/template/v1/Config/Schemas/StockItems.json +0 -45
  145. package/template/v1/Config/api.json +0 -8
  146. package/template/v1/Config/schema.json +0 -8
  147. package/template/v1/Config/ui.json +0 -8
  148. package/template/v1/config.json +0 -4
  149. package/template/v2/Config/Schemas/BillsTable.json +0 -165
  150. package/template/v2/Config/Schemas/ItemsTable.json +0 -200
  151. package/template/v2/Config/Schemas/LedgerNames.json +0 -50
  152. package/template/v2/Config/Schemas/StockItems.json +0 -45
  153. package/template/v2/Config/api.json +0 -8
  154. package/template/v2/Config/schema.json +0 -8
  155. package/template/v2/Config/ui.json +0 -8
  156. package/template/v2/Data/BillsTable.json +0 -1
  157. package/template/v2/Data/ItemsTable.json +0 -1
  158. package/template/v2/Data/LedgerNames.json +0 -6
  159. package/template/v2/Data/StockItems.json +0 -1
  160. package/template/v2/config.json +0 -4
  161. package/template/v2/delete.js +0 -8
  162. package/template/v2/package.json +0 -15
  163. package/template/v2/read.js +0 -8
  164. package/template/v2/write.js +0 -8
  165. /package/bin/{v5 → v7}/commands/generateSamples.js +0 -0
  166. /package/bin/{v4 → v7}/commands/init.js +0 -0
  167. /package/bin/{v4 → v7}/commands/steps/announce.js +0 -0
  168. /package/bin/{v3 → v7}/commands/steps/createProject.js +0 -0
  169. /package/bin/{v3 → v7}/commands/steps/decideTemplate.js +0 -0
  170. /package/bin/{v4 → v7}/commands/steps/locateDestination.js +0 -0
  171. /package/bin/{v3 → v7}/commands/steps/locateSource.js +0 -0
  172. /package/bin/{v5 → v7}/commands/template/baseTemplate.js +0 -0
  173. /package/bin/{v2/commands/template → v7/commands/template/basic}/.vscode/launch.json +0 -0
  174. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/BillsTable.json +0 -0
  175. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/ItemsTable.json +0 -0
  176. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/LedgerNames.json +0 -0
  177. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/StockItems.json +0 -0
  178. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/api.json +0 -0
  179. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/schema.json +0 -0
  180. /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/ui.json +0 -0
  181. /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/BillsTable.json +0 -0
  182. /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/ItemsTable.json +0 -0
  183. /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/LedgerNames.json +0 -0
  184. /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/StockItems.json +0 -0
  185. /package/bin/{v2/commands/template → v7/commands/template/basic}/app.js +0 -0
  186. /package/bin/{v2/commands/template → v7/commands/template/basic}/config.json +0 -0
  187. /package/bin/{v2/commands/template → v7/commands/template/basic}/package-lock.json +0 -0
  188. /package/bin/{v2/commands/template → v7/commands/template/basic}/read.js +0 -0
  189. /package/bin/{v2/commands/template → v7/commands/template/basic}/write.js +0 -0
  190. /package/bin/{v3 → v7}/commands/template/express/.env +0 -0
  191. /package/bin/{v3 → v7}/commands/template/express/.env.local +0 -0
  192. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/.vscode/launch.json +0 -0
  193. /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/BillsTable.json +0 -0
  194. /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/ItemsTable.json +0 -0
  195. /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/LedgerNames.json +0 -0
  196. /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/StockItems.json +0 -0
  197. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/Config/api.json +0 -0
  198. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/Config/schema.json +0 -0
  199. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/Config/ui.json +0 -0
  200. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -0
  201. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -0
  202. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -0
  203. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -0
  204. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -0
  205. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -0
  206. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -0
  207. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -0
  208. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -0
  209. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -0
  210. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -0
  211. /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -0
  212. /package/bin/{v3 → v7}/commands/template/express/app.js +0 -0
  213. /package/bin/{v3/commands/template/basic → v7/commands/template/express}/config.json +0 -0
  214. /package/bin/{v3 → v7}/commands/template/express/package.json +0 -0
  215. /package/bin/{v2 → v7}/commands/test.js +0 -0
  216. /package/bin/{v4 → v7}/core/parseInput.js +0 -0
  217. /package/bin/{v4 → v7}/core/resolveFolderName.js +0 -0
  218. /package/bin/{v4 → v7}/start.js +0 -0
@@ -1,206 +0,0 @@
1
- {
2
- "tableName": "ItemsTable",
3
- "columns": [
4
- {
5
- "field": "StockItemName",
6
- "title": "StockItemName",
7
- "unique": false,
8
- "type": "text",
9
- "isInput": false,
10
- "isAutoFocus": true,
11
- "WidthOptions": {
12
- "inPx": 300
13
- },
14
- "isDataList": true,
15
- "dataListId": "StockItems",
16
- "isConsider": true,
17
- "showInUi": true
18
- },
19
- {
20
- "field": "Rate",
21
- "title": "Rate",
22
- "unique": false,
23
- "type": "number",
24
- "isNumber": true,
25
- "ShowTotal": false,
26
- "footerFormatter": "",
27
- "showRupee": true,
28
- "align": "right",
29
- "WidthOptions": {
30
- "inPx": 250
31
- },
32
- "isConsider": true,
33
- "showInUi": true
34
- },
35
- {
36
- "field": "Qty",
37
- "title": "Qty",
38
- "unique": false,
39
- "type": "number",
40
- "isNumber": true,
41
- "ShowTotal": true,
42
- "footerFormatter": "TotalFormatter",
43
- "showRupee": false,
44
- "WidthOptions": {
45
- "inPx": 200
46
- },
47
- "isConsider": true,
48
- "showInUi": true
49
- },
50
- {
51
- "field": "Amount",
52
- "title": "Amount",
53
- "unique": false,
54
- "type": "number",
55
- "isNumber": true,
56
- "ShowTotal": true,
57
- "footerFormatter": "TotalFormatter",
58
- "enterCal": "Rate*Qty",
59
- "showRupee": true,
60
- "align": "right",
61
- "WidthOptions": {
62
- "inPx": 250
63
- },
64
- "isConsider": true,
65
- "showInUi": false
66
- },
67
- {
68
- "field": "TaxPer",
69
- "title": "TaxPer",
70
- "unique": false,
71
- "type": "number",
72
- "isNumber": true,
73
- "defaultvalue": 18,
74
- "isConsider": true,
75
- "showInUi": true
76
- },
77
- {
78
- "field": "Uom",
79
- "title": "Uom",
80
- "unique": false,
81
- "type": "number",
82
- "isNumber": true,
83
- "defaultvalue": 18,
84
- "isConsider": true,
85
- "showInUi": true
86
- },
87
- {
88
- "field": "ParentPk",
89
- "title": "ParentPk",
90
- "unique": false,
91
- "isConsider": true,
92
- "showInUi": true
93
- }
94
- ],
95
- "data": [
96
- {
97
- "ItemName": "Coke-Mts-5%",
98
- "Rate": "100",
99
- "Qty": "10",
100
- "Amount": "2000",
101
- "TaxPer": "5",
102
- "Uom": "Mts",
103
- "pk": 1,
104
- "ParentPk": "1"
105
- }
106
- ],
107
- "Vertical": [
108
- {
109
- "field": "StockItemName",
110
- "title": "StockItemName",
111
- "unique": false,
112
- "type": "text",
113
- "isInput": false,
114
- "isAutoFocus": true,
115
- "WidthOptions": {
116
- "inPx": 300
117
- },
118
- "isDataList": true,
119
- "dataListId": "StockItems"
120
- },
121
- {
122
- "field": "Rate",
123
- "title": "Rate",
124
- "unique": false,
125
- "type": "number",
126
- "isNumber": true,
127
- "ShowTotal": false,
128
- "footerFormatter": "",
129
- "showRupee": true,
130
- "align": "right",
131
- "WidthOptions": {
132
- "inPx": 250
133
- }
134
- },
135
- {
136
- "field": "Qty",
137
- "title": "Qty",
138
- "unique": false,
139
- "type": "number",
140
- "isNumber": true,
141
- "ShowTotal": true,
142
- "footerFormatter": "TotalFormatter",
143
- "showRupee": false,
144
- "WidthOptions": {
145
- "inPx": 200
146
- }
147
- },
148
- {
149
- "field": "Amount",
150
- "title": "Amount",
151
- "unique": false,
152
- "type": "number",
153
- "isNumber": true,
154
- "ShowTotal": true,
155
- "footerFormatter": "TotalFormatter",
156
- "showRupee": true,
157
- "align": "right",
158
- "WidthOptions": {
159
- "inPx": 250
160
- }
161
- },
162
- {
163
- "field": "TaxPer",
164
- "title": "TaxPer",
165
- "unique": false,
166
- "type": "number",
167
- "isNumber": true,
168
- "defaultvalue": 18,
169
- "isConsider": true,
170
- "showInUi": true
171
- },
172
- {
173
- "field": "Uom",
174
- "title": "Uom",
175
- "unique": false,
176
- "type": "number",
177
- "isNumber": true,
178
- "defaultvalue": 18,
179
- "isConsider": true,
180
- "showInUi": true
181
- }
182
- ],
183
- "DataTableOptions": {
184
- "Header": {
185
- "autoFocus": "StockItemName"
186
- }
187
- },
188
- "NonSecured": {
189
- "SubRoutes": [
190
- "ShowAll",
191
- "Insert",
192
- "InsertAndReturnPk",
193
- "InsertWithDefaults"
194
- ]
195
- },
196
- "DependantTables": [
197
- "StockItems"
198
- ],
199
- "ForeignkeyTables": [
200
- "BillsTable"
201
- ],
202
- "PrimarykeyTableNames": [
203
- "BillsTable"
204
- ],
205
- "PrimarykeyTables": []
206
- }
@@ -1,50 +0,0 @@
1
- {
2
- "tableName": "LedgerNames",
3
- "columns": [
4
- {
5
- "field": "LedgerName",
6
- "title": "LedgerName",
7
- "unique": true,
8
- "type": "text",
9
- "isInput": true,
10
- "isAutoFocus": true,
11
- "defaultvalue": "KeshavSoft",
12
- "isConsider": true
13
- },
14
- {
15
- "field": "LedgerParentName",
16
- "title": "LedgerParentName",
17
- "type": "text",
18
- "isInput": true,
19
- "isConsider": true
20
- },
21
- {
22
- "field": "LedgerType",
23
- "title": "LedgerType",
24
- "type": "text",
25
- "isInput": true,
26
- "isConsider": true
27
- },
28
- {
29
- "field": "pk",
30
- "title": "pk",
31
- "primary": true
32
- }
33
- ],
34
- "data": [],
35
- "Vertical": [],
36
- "DataTableOptions": {
37
- "Header": {
38
- "autoFocus": "LedgerName"
39
- }
40
- },
41
- "NonSecured": {
42
- "SubRoutes": [
43
- "ShowAll",
44
- "Insert",
45
- "Pipe"
46
- ]
47
- },
48
- "PrimarykeyTableNames": [],
49
- "PrimarykeyTables": []
50
- }
@@ -1,45 +0,0 @@
1
- {
2
- "tableName": "StockItems",
3
- "columns": [
4
- {
5
- "field": "StockItemName",
6
- "title": "StockItemName",
7
- "unique": true,
8
- "type": "text",
9
- "isInput": true,
10
- "isAutoFocus": true,
11
- "defaultvalue": "KeshavSoft",
12
- "isConsider": true
13
- },
14
- {
15
- "field": "StockItemReservedName",
16
- "title": "StockItemReservedName",
17
- "type": "text",
18
- "isInput": true,
19
- "isConsider": true
20
- },
21
- {
22
- "field": "StockItemType",
23
- "title": "StockItemType",
24
- "type": "text",
25
- "isInput": true,
26
- "isConsider": true
27
- }
28
- ],
29
- "data": [],
30
- "Vertical": [],
31
- "DataTableOptions": {
32
- "Header": {
33
- "autoFocus": "StockItemName"
34
- }
35
- },
36
- "NonSecured": {
37
- "SubRoutes": [
38
- "ShowAll",
39
- "Pipe",
40
- "Insert"
41
- ]
42
- },
43
- "PrimarykeyTableNames": [],
44
- "PrimarykeyTables": []
45
- }
@@ -1,8 +0,0 @@
1
- {
2
- "Tables": [
3
- "BillsTable",
4
- "ItemsTable",
5
- "LedgerNames",
6
- "StockItems"
7
- ]
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "Tables": [
3
- "BillsTable",
4
- "ItemsTable",
5
- "LedgerNames",
6
- "StockItems"
7
- ]
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "Tables": [
3
- "BillsTable",
4
- "ItemsTable",
5
- "LedgerNames",
6
- "StockItems"
7
- ]
8
- }
@@ -1,6 +0,0 @@
1
- import { CONFIG } from "./config.js";
2
- import { run } from "./utils.js";
3
-
4
- export function buildProject() {
5
- run("npm run NonSec", CONFIG.COMMON_REPO_PATH);
6
- }
@@ -1,12 +0,0 @@
1
- import path from "path";
2
-
3
- export const CONFIG = {
4
- PUBLIC_DIR: "Public",
5
- VERSION_PREFIX: "V",
6
- SCHEMA_FILE: "ui.json",
7
- SCHEMA_FOLDER: "Schemas",
8
- COMMON_REPO: "VoltUiGulpV1",
9
- COMMON_REPO_GIT: "https://github.com/keshavsoft/VoltUiGulpV1"
10
- };
11
-
12
- CONFIG.COMMON_REPO_PATH = path.join("..", CONFIG.COMMON_REPO);
@@ -1,29 +0,0 @@
1
- import { getNextVersion, createVersionFolder } from "./version.js";
2
- import { prepareRepo } from "./repo.js";
3
- import { readSchemas, injectSchema } from "./schema.js";
4
- import { buildProject } from "./build.js";
5
- import { publishSchema } from "./publish.js";
6
-
7
- function processSchema(versionPath, schema) {
8
- console.log(`\nProcessing ${schema}`);
9
- injectSchema(schema);
10
- buildProject();
11
- publishSchema(versionPath, schema);
12
- console.log(`Done with ${schema}`);
13
- }
14
-
15
- function main() {
16
- const version = getNextVersion();
17
- console.log("Next Version:", version);
18
-
19
- const versionPath = createVersionFolder(version);
20
-
21
- prepareRepo();
22
-
23
- const schemas = readSchemas();
24
- schemas.forEach(s => processSchema(versionPath, s));
25
-
26
- console.log("\n✔ All schemas processed successfully");
27
- }
28
-
29
- main();
@@ -1,22 +0,0 @@
1
- import fs from "fs";
2
- import path from "path";
3
- import { CONFIG } from "./config.js";
4
- import { ensureDir, copyRecursive } from "./utils.js";
5
-
6
- export function publishSchema(versionPath, schemaFile) {
7
- const schemaName = path.parse(schemaFile).name;
8
- const targetDir = path.join(versionPath, schemaName);
9
- const unProtectedDir = path.join(targetDir, "UnProtected");
10
-
11
- ensureDir(unProtectedDir);
12
-
13
- copyRecursive(
14
- path.join(CONFIG.COMMON_REPO_PATH, "dist"),
15
- unProtectedDir
16
- );
17
-
18
- fs.copyFileSync(
19
- path.join(CONFIG.COMMON_REPO_PATH, "Menu", "index.html"),
20
- path.join(targetDir, "index.html")
21
- );
22
- }
@@ -1,20 +0,0 @@
1
- import fs from "fs";
2
- import path from "path";
3
- import { CONFIG } from "./config.js";
4
- import { run } from "./utils.js";
5
-
6
- export function prepareRepo() {
7
- if (!fs.existsSync(CONFIG.COMMON_REPO_PATH)) {
8
- console.log(`${CONFIG.COMMON_REPO} not found. Cloning...`);
9
- run(`git clone ${CONFIG.COMMON_REPO_GIT} ${CONFIG.COMMON_REPO_PATH}`);
10
- }
11
-
12
- if (!fs.existsSync(path.join(CONFIG.COMMON_REPO_PATH, "node_modules"))) {
13
- console.log("Installing dependencies...");
14
- run("npm install", CONFIG.COMMON_REPO_PATH);
15
- }
16
-
17
- if (fs.existsSync(".env")) {
18
- fs.copyFileSync(".env", path.join(CONFIG.COMMON_REPO_PATH, ".env"));
19
- }
20
- }
@@ -1,16 +0,0 @@
1
- import fs from "fs";
2
- import path from "path";
3
- import { CONFIG } from "./config.js";
4
-
5
- export function readSchemas() {
6
- const uiJson = fs.readFileSync(CONFIG.SCHEMA_FILE);
7
- const parsed = JSON.parse(uiJson);
8
- return parsed.Tables || [];
9
- }
10
-
11
- export function injectSchema(schemaFile) {
12
- fs.copyFileSync(
13
- path.join(CONFIG.SCHEMA_FOLDER, `${schemaFile}.json`),
14
- path.join(CONFIG.COMMON_REPO_PATH, "schema.json")
15
- );
16
- }
@@ -1,26 +0,0 @@
1
- import fs from "fs";
2
- import path from "path";
3
- import { execSync } from "child_process";
4
-
5
- export function run(cmd, cwd = process.cwd()) {
6
- console.log(`> ${cmd}`);
7
- execSync(cmd, { stdio: "inherit", cwd });
8
- }
9
-
10
- export function ensureDir(dir) {
11
- fs.mkdirSync(dir, { recursive: true });
12
- }
13
-
14
- export function copyRecursive(src, dest) {
15
- fs.readdirSync(src, { withFileTypes: true }).forEach(entry => {
16
- const srcPath = path.join(src, entry.name);
17
- const destPath = path.join(dest, entry.name);
18
-
19
- if (entry.isDirectory()) {
20
- ensureDir(destPath);
21
- copyRecursive(srcPath, destPath);
22
- } else {
23
- fs.copyFileSync(srcPath, destPath);
24
- }
25
- });
26
- }
@@ -1,25 +0,0 @@
1
- import fs from "fs";
2
- import path from "path";
3
- import { CONFIG } from "./config.js";
4
- import { ensureDir } from "./utils.js";
5
-
6
- export function getNextVersion() {
7
- let max = 0;
8
-
9
- if (fs.existsSync(CONFIG.PUBLIC_DIR)) {
10
- fs.readdirSync(CONFIG.PUBLIC_DIR, { withFileTypes: true })
11
- .filter(d => d.isDirectory() && d.name.startsWith(CONFIG.VERSION_PREFIX))
12
- .forEach(d => {
13
- const n = parseInt(d.name.replace(CONFIG.VERSION_PREFIX, ""), 10);
14
- if (!isNaN(n) && n > max) max = n;
15
- });
16
- }
17
-
18
- return `${CONFIG.VERSION_PREFIX}${max + 1}`;
19
- };
20
-
21
- export function createVersionFolder(version) {
22
- const versionPath = path.join(CONFIG.PUBLIC_DIR, version);
23
- ensureDir(versionPath);
24
- return versionPath;
25
- }
@@ -1,166 +0,0 @@
1
- import fs from "fs";
2
- import path from "path";
3
- import { execSync } from "child_process";
4
-
5
- /* ================= CONFIG ================= */
6
- const CONFIG = {
7
- PUBLIC_DIR: "Public",
8
- VERSION_PREFIX: "V",
9
- SCHEMA_FILE: "ui.json",
10
- SCHEMA_FOLDER: "Schemas",
11
- COMMON_REPO: "VoltUiGulpV1",
12
- COMMON_REPO_GIT: "https://github.com/keshavsoft/VoltUiGulpV1"
13
- };
14
-
15
- CONFIG.COMMON_REPO_PATH = path.join("..", CONFIG.COMMON_REPO);
16
- /* ========================================== */
17
-
18
- /* ---------- GENERIC ---------- */
19
- const Utils = {
20
- run(cmd, cwd = process.cwd()) {
21
- console.log(`> ${cmd}`);
22
- execSync(cmd, { stdio: "inherit", cwd });
23
- },
24
-
25
- ensureDir(dir) {
26
- fs.mkdirSync(dir, { recursive: true });
27
- },
28
-
29
- copyRecursive(src, dest) {
30
- fs.readdirSync(src, { withFileTypes: true }).forEach(entry => {
31
- const srcPath = path.join(src, entry.name);
32
- const destPath = path.join(dest, entry.name);
33
-
34
- if (entry.isDirectory()) {
35
- this.ensureDir(destPath);
36
- this.copyRecursive(srcPath, destPath);
37
- } else {
38
- fs.copyFileSync(srcPath, destPath);
39
- }
40
- });
41
- }
42
- };
43
-
44
- /* ---------- VERSION (Release Manager) ---------- */
45
- const Version = {
46
- getNext() {
47
- let max = 0;
48
-
49
- if (fs.existsSync(CONFIG.PUBLIC_DIR)) {
50
- fs.readdirSync(CONFIG.PUBLIC_DIR, { withFileTypes: true })
51
- .filter(d => d.isDirectory() && d.name.startsWith(CONFIG.VERSION_PREFIX))
52
- .forEach(d => {
53
- const n = parseInt(d.name.replace(CONFIG.VERSION_PREFIX, ""), 10);
54
- if (!isNaN(n) && n > max) max = n;
55
- });
56
- }
57
-
58
- return `${CONFIG.VERSION_PREFIX}${max + 1}`;
59
- },
60
-
61
- createFolder(version) {
62
- const versionPath = path.join(CONFIG.PUBLIC_DIR, version);
63
- Utils.ensureDir(versionPath);
64
- return versionPath;
65
- }
66
- };
67
-
68
- /* ---------- REPO (Installer) ---------- */
69
- const Repo = {
70
- ensureCloned() {
71
- if (!fs.existsSync(CONFIG.COMMON_REPO_PATH)) {
72
- console.log(`${CONFIG.COMMON_REPO} not found. Cloning...`);
73
- Utils.run(`git clone ${CONFIG.COMMON_REPO_GIT} ${CONFIG.COMMON_REPO_PATH}`);
74
- }
75
- },
76
-
77
- ensureDependencies() {
78
- if (!fs.existsSync(path.join(CONFIG.COMMON_REPO_PATH, "node_modules"))) {
79
- console.log("Installing dependencies...");
80
- Utils.run("npm install", CONFIG.COMMON_REPO_PATH);
81
- }
82
- },
83
-
84
- copyEnv() {
85
- if (fs.existsSync(".env")) {
86
- fs.copyFileSync(".env", path.join(CONFIG.COMMON_REPO_PATH, ".env"));
87
- }
88
- },
89
-
90
- prepare() {
91
- this.ensureCloned();
92
- this.ensureDependencies();
93
- this.copyEnv();
94
- }
95
- };
96
-
97
- /* ---------- SCHEMA (Data Supplier) ---------- */
98
- const Schema = {
99
- readAll() {
100
- const uiJson = fs.readFileSync(CONFIG.SCHEMA_FILE);
101
- const parsed = JSON.parse(uiJson);
102
- return parsed.Tables || [];
103
- },
104
-
105
- inject(schemaFile) {
106
- fs.copyFileSync(
107
- path.join(CONFIG.SCHEMA_FOLDER, `${schemaFile}.json`),
108
- path.join(CONFIG.COMMON_REPO_PATH, "schema.json")
109
- );
110
- }
111
- };
112
-
113
- /* ---------- BUILD (Compiler) ---------- */
114
- const Build = {
115
- run() {
116
- Utils.run("npm run NonSec", CONFIG.COMMON_REPO_PATH);
117
- }
118
- };
119
-
120
- /* ---------- PUBLISH (Deployer) ---------- */
121
- const Publish = {
122
- schema(versionPath, schemaFile) {
123
- const schemaName = path.parse(schemaFile).name;
124
- const targetDir = path.join(versionPath, schemaName);
125
- const unProtectedDir = path.join(targetDir, "UnProtected");
126
-
127
- Utils.ensureDir(unProtectedDir);
128
-
129
- Utils.copyRecursive(
130
- path.join(CONFIG.COMMON_REPO_PATH, "dist"),
131
- unProtectedDir
132
- );
133
-
134
- fs.copyFileSync(
135
- path.join(CONFIG.COMMON_REPO_PATH, "Menu", "index.html"),
136
- path.join(targetDir, "index.html")
137
- );
138
- }
139
- };
140
-
141
- /* ---------- ORCHESTRATOR (Boss) ---------- */
142
- const App = {
143
- processSchema(versionPath, schemaFile) {
144
- console.log(`\nProcessing ${schemaFile}`);
145
- Schema.inject(schemaFile);
146
- Build.run();
147
- Publish.schema(versionPath, schemaFile);
148
- console.log(`Done with ${schemaFile}`);
149
- },
150
-
151
- run() {
152
- const version = Version.getNext();
153
- console.log("Next Version:", version);
154
-
155
- const versionPath = Version.createFolder(version);
156
-
157
- Repo.prepare();
158
-
159
- const schemas = Schema.readAll();
160
- schemas.forEach(schema => this.processSchema(versionPath, schema));
161
-
162
- console.log("\n✔ All schemas processed successfully");
163
- }
164
- };
165
-
166
- App.run();