@things-factory/accounting 9.0.0-beta.27 → 9.0.0-beta.29

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 (402) hide show
  1. package/dist-client/activities/activity-book-edit.d.ts +14 -0
  2. package/dist-client/activities/activity-book-edit.js +85 -0
  3. package/dist-client/activities/activity-book-edit.js.map +1 -0
  4. package/dist-client/activities/activity-book-view.d.ts +14 -0
  5. package/dist-client/activities/activity-book-view.js +85 -0
  6. package/dist-client/activities/activity-book-view.js.map +1 -0
  7. package/dist-client/activities/activity-expense-edit.d.ts +14 -0
  8. package/dist-client/activities/activity-expense-edit.js +85 -0
  9. package/dist-client/activities/activity-expense-edit.js.map +1 -0
  10. package/dist-client/activities/activity-expense-view.d.ts +14 -0
  11. package/dist-client/activities/activity-expense-view.js +85 -0
  12. package/dist-client/activities/activity-expense-view.js.map +1 -0
  13. package/dist-client/bootstrap.d.ts +1 -0
  14. package/dist-client/bootstrap.js +8 -0
  15. package/dist-client/bootstrap.js.map +1 -0
  16. package/dist-client/components/accounting-category-selector.d.ts +16 -0
  17. package/dist-client/components/accounting-category-selector.js +134 -0
  18. package/dist-client/components/accounting-category-selector.js.map +1 -0
  19. package/dist-client/components/accounting-category-view.d.ts +14 -0
  20. package/dist-client/components/accounting-category-view.js +81 -0
  21. package/dist-client/components/accounting-category-view.js.map +1 -0
  22. package/dist-client/grist-editors/grist-editor-accounting-category-object.d.ts +11 -0
  23. package/dist-client/grist-editors/grist-editor-accounting-category-object.js +71 -0
  24. package/dist-client/grist-editors/grist-editor-accounting-category-object.js.map +1 -0
  25. package/dist-client/grist-editors/grist-renderer-accounting-category-object.d.ts +2 -0
  26. package/dist-client/grist-editors/grist-renderer-accounting-category-object.js +9 -0
  27. package/dist-client/grist-editors/grist-renderer-accounting-category-object.js.map +1 -0
  28. package/dist-client/index.d.ts +0 -0
  29. package/dist-client/index.js +2 -0
  30. package/dist-client/index.js.map +1 -0
  31. package/dist-client/pages/account/account-importer.d.ts +22 -0
  32. package/dist-client/pages/account/account-importer.js +100 -0
  33. package/dist-client/pages/account/account-importer.js.map +1 -0
  34. package/dist-client/pages/account/account-list-page.d.ts +63 -0
  35. package/dist-client/pages/account/account-list-page.js +350 -0
  36. package/dist-client/pages/account/account-list-page.js.map +1 -0
  37. package/dist-client/pages/accounting-category/accounting-category-importer.d.ts +22 -0
  38. package/dist-client/pages/accounting-category/accounting-category-importer.js +100 -0
  39. package/dist-client/pages/accounting-category/accounting-category-importer.js.map +1 -0
  40. package/dist-client/pages/accounting-category/accounting-category-list-page.d.ts +63 -0
  41. package/dist-client/pages/accounting-category/accounting-category-list-page.js +354 -0
  42. package/dist-client/pages/accounting-category/accounting-category-list-page.js.map +1 -0
  43. package/dist-client/pages/accounting-category/accounting-category-tree-page.d.ts +46 -0
  44. package/dist-client/pages/accounting-category/accounting-category-tree-page.js +329 -0
  45. package/dist-client/pages/accounting-category/accounting-category-tree-page.js.map +1 -0
  46. package/dist-client/pages/accounting-document/accounting-document-importer.d.ts +23 -0
  47. package/dist-client/pages/accounting-document/accounting-document-importer.js +93 -0
  48. package/dist-client/pages/accounting-document/accounting-document-importer.js.map +1 -0
  49. package/dist-client/pages/accounting-document/accounting-document-list-page.d.ts +66 -0
  50. package/dist-client/pages/accounting-document/accounting-document-list-page.js +370 -0
  51. package/dist-client/pages/accounting-document/accounting-document-list-page.js.map +1 -0
  52. package/dist-client/pages/bank/bank-importer.d.ts +23 -0
  53. package/dist-client/pages/bank/bank-importer.js +93 -0
  54. package/dist-client/pages/bank/bank-importer.js.map +1 -0
  55. package/dist-client/pages/bank/bank-list-page.d.ts +66 -0
  56. package/dist-client/pages/bank/bank-list-page.js +370 -0
  57. package/dist-client/pages/bank/bank-list-page.js.map +1 -0
  58. package/dist-client/pages/bank-account/bank-account-importer.d.ts +23 -0
  59. package/dist-client/pages/bank-account/bank-account-importer.js +93 -0
  60. package/dist-client/pages/bank-account/bank-account-importer.js.map +1 -0
  61. package/dist-client/pages/bank-account/bank-account-list-page.d.ts +66 -0
  62. package/dist-client/pages/bank-account/bank-account-list-page.js +370 -0
  63. package/dist-client/pages/bank-account/bank-account-list-page.js.map +1 -0
  64. package/dist-client/pages/financial-institution/financial-institution-importer.d.ts +23 -0
  65. package/dist-client/pages/financial-institution/financial-institution-importer.js +93 -0
  66. package/dist-client/pages/financial-institution/financial-institution-importer.js.map +1 -0
  67. package/dist-client/pages/financial-institution/financial-institution-list-page.d.ts +66 -0
  68. package/dist-client/pages/financial-institution/financial-institution-list-page.js +370 -0
  69. package/dist-client/pages/financial-institution/financial-institution-list-page.js.map +1 -0
  70. package/dist-client/pages/financial-statement/financial-statement-importer.d.ts +22 -0
  71. package/dist-client/pages/financial-statement/financial-statement-importer.js +100 -0
  72. package/dist-client/pages/financial-statement/financial-statement-importer.js.map +1 -0
  73. package/dist-client/pages/financial-statement/financial-statement-list-page.d.ts +63 -0
  74. package/dist-client/pages/financial-statement/financial-statement-list-page.js +324 -0
  75. package/dist-client/pages/financial-statement/financial-statement-list-page.js.map +1 -0
  76. package/dist-client/pages/fiscal-month/fiscal-month-importer.d.ts +23 -0
  77. package/dist-client/pages/fiscal-month/fiscal-month-importer.js +93 -0
  78. package/dist-client/pages/fiscal-month/fiscal-month-importer.js.map +1 -0
  79. package/dist-client/pages/fiscal-month/fiscal-month-list-page.d.ts +66 -0
  80. package/dist-client/pages/fiscal-month/fiscal-month-list-page.js +370 -0
  81. package/dist-client/pages/fiscal-month/fiscal-month-list-page.js.map +1 -0
  82. package/dist-client/pages/fiscal-quarter/fiscal-quarter-importer.d.ts +23 -0
  83. package/dist-client/pages/fiscal-quarter/fiscal-quarter-importer.js +93 -0
  84. package/dist-client/pages/fiscal-quarter/fiscal-quarter-importer.js.map +1 -0
  85. package/dist-client/pages/fiscal-quarter/fiscal-quarter-list-page.d.ts +66 -0
  86. package/dist-client/pages/fiscal-quarter/fiscal-quarter-list-page.js +370 -0
  87. package/dist-client/pages/fiscal-quarter/fiscal-quarter-list-page.js.map +1 -0
  88. package/dist-client/pages/fiscal-year/fiscal-year-importer.d.ts +23 -0
  89. package/dist-client/pages/fiscal-year/fiscal-year-importer.js +93 -0
  90. package/dist-client/pages/fiscal-year/fiscal-year-importer.js.map +1 -0
  91. package/dist-client/pages/fiscal-year/fiscal-year-list-page.d.ts +66 -0
  92. package/dist-client/pages/fiscal-year/fiscal-year-list-page.js +370 -0
  93. package/dist-client/pages/fiscal-year/fiscal-year-list-page.js.map +1 -0
  94. package/dist-client/pages/income-statement/income-statement-importer.d.ts +22 -0
  95. package/dist-client/pages/income-statement/income-statement-importer.js +100 -0
  96. package/dist-client/pages/income-statement/income-statement-importer.js.map +1 -0
  97. package/dist-client/pages/income-statement/income-statement-list-page.d.ts +63 -0
  98. package/dist-client/pages/income-statement/income-statement-list-page.js +324 -0
  99. package/dist-client/pages/income-statement/income-statement-list-page.js.map +1 -0
  100. package/dist-client/pages/payment/payment-importer.d.ts +23 -0
  101. package/dist-client/pages/payment/payment-importer.js +93 -0
  102. package/dist-client/pages/payment/payment-importer.js.map +1 -0
  103. package/dist-client/pages/payment/payment-list-page.d.ts +66 -0
  104. package/dist-client/pages/payment/payment-list-page.js +370 -0
  105. package/dist-client/pages/payment/payment-list-page.js.map +1 -0
  106. package/dist-client/pages/transaction/transaction-importer.d.ts +22 -0
  107. package/dist-client/pages/transaction/transaction-importer.js +100 -0
  108. package/dist-client/pages/transaction/transaction-importer.js.map +1 -0
  109. package/dist-client/pages/transaction/transaction-list-page.d.ts +63 -0
  110. package/dist-client/pages/transaction/transaction-list-page.js +324 -0
  111. package/dist-client/pages/transaction/transaction-list-page.js.map +1 -0
  112. package/dist-client/route.d.ts +1 -0
  113. package/dist-client/route.js +29 -0
  114. package/dist-client/route.js.map +1 -0
  115. package/dist-client/tsconfig.tsbuildinfo +1 -0
  116. package/dist-client/types/accounting-category.d.ts +16 -0
  117. package/dist-client/types/accounting-category.js +3 -0
  118. package/dist-client/types/accounting-category.js.map +1 -0
  119. package/dist-client/types/index.d.ts +1 -0
  120. package/dist-client/types/index.js +2 -0
  121. package/dist-client/types/index.js.map +1 -0
  122. package/dist-server/activities/activity-book.d.ts +58 -0
  123. package/dist-server/activities/activity-book.js +163 -0
  124. package/dist-server/activities/activity-book.js.map +1 -0
  125. package/dist-server/activities/activity-expense.d.ts +58 -0
  126. package/dist-server/activities/activity-expense.js +150 -0
  127. package/dist-server/activities/activity-expense.js.map +1 -0
  128. package/dist-server/activities/index.d.ts +1 -0
  129. package/dist-server/activities/index.js +19 -0
  130. package/dist-server/activities/index.js.map +1 -0
  131. package/dist-server/controllers/index.d.ts +1 -0
  132. package/dist-server/controllers/index.js +5 -0
  133. package/dist-server/controllers/index.js.map +1 -0
  134. package/dist-server/controllers/summary-statements.d.ts +4 -0
  135. package/dist-server/controllers/summary-statements.js +149 -0
  136. package/dist-server/controllers/summary-statements.js.map +1 -0
  137. package/dist-server/index.d.ts +5 -0
  138. package/dist-server/index.js +9 -0
  139. package/dist-server/index.js.map +1 -0
  140. package/dist-server/middlewares/index.d.ts +1 -0
  141. package/dist-server/middlewares/index.js +7 -0
  142. package/dist-server/middlewares/index.js.map +1 -0
  143. package/dist-server/migrations/1725200507196-seed-fiscal-entities.d.ts +5 -0
  144. package/dist-server/migrations/1725200507196-seed-fiscal-entities.js +95 -0
  145. package/dist-server/migrations/1725200507196-seed-fiscal-entities.js.map +1 -0
  146. package/dist-server/migrations/1725201467183-seed-accounts.d.ts +5 -0
  147. package/dist-server/migrations/1725201467183-seed-accounts.js +318 -0
  148. package/dist-server/migrations/1725201467183-seed-accounts.js.map +1 -0
  149. package/dist-server/migrations/1725201567284-seed-country-codes.d.ts +5 -0
  150. package/dist-server/migrations/1725201567284-seed-country-codes.js +248 -0
  151. package/dist-server/migrations/1725201567284-seed-country-codes.js.map +1 -0
  152. package/dist-server/migrations/1725201667385-seed-financial-institutions.d.ts +5 -0
  153. package/dist-server/migrations/1725201667385-seed-financial-institutions.js +348 -0
  154. package/dist-server/migrations/1725201667385-seed-financial-institutions.js.map +1 -0
  155. package/dist-server/migrations/index.d.ts +1 -0
  156. package/dist-server/migrations/index.js +12 -0
  157. package/dist-server/migrations/index.js.map +1 -0
  158. package/dist-server/routes.d.ts +0 -0
  159. package/dist-server/routes.js +24 -0
  160. package/dist-server/routes.js.map +1 -0
  161. package/dist-server/service/account/account-history.d.ts +26 -0
  162. package/dist-server/service/account/account-history.js +128 -0
  163. package/dist-server/service/account/account-history.js.map +1 -0
  164. package/dist-server/service/account/account-mutation.d.ts +10 -0
  165. package/dist-server/service/account/account-mutation.js +134 -0
  166. package/dist-server/service/account/account-mutation.js.map +1 -0
  167. package/dist-server/service/account/account-query.d.ts +11 -0
  168. package/dist-server/service/account/account-query.js +81 -0
  169. package/dist-server/service/account/account-query.js.map +1 -0
  170. package/dist-server/service/account/account-type.d.ts +17 -0
  171. package/dist-server/service/account/account-type.js +65 -0
  172. package/dist-server/service/account/account-type.js.map +1 -0
  173. package/dist-server/service/account/account.d.ts +22 -0
  174. package/dist-server/service/account/account.js +113 -0
  175. package/dist-server/service/account/account.js.map +1 -0
  176. package/dist-server/service/account/event-subscriber.d.ts +7 -0
  177. package/dist-server/service/account/event-subscriber.js +21 -0
  178. package/dist-server/service/account/event-subscriber.js.map +1 -0
  179. package/dist-server/service/account/index.d.ts +7 -0
  180. package/dist-server/service/account/index.js +12 -0
  181. package/dist-server/service/account/index.js.map +1 -0
  182. package/dist-server/service/accounting-category/accounting-category-history.d.ts +26 -0
  183. package/dist-server/service/accounting-category/accounting-category-history.js +141 -0
  184. package/dist-server/service/accounting-category/accounting-category-history.js.map +1 -0
  185. package/dist-server/service/accounting-category/accounting-category-mutation.d.ts +10 -0
  186. package/dist-server/service/accounting-category/accounting-category-mutation.js +136 -0
  187. package/dist-server/service/accounting-category/accounting-category-mutation.js.map +1 -0
  188. package/dist-server/service/accounting-category/accounting-category-query.d.ts +12 -0
  189. package/dist-server/service/accounting-category/accounting-category-query.js +102 -0
  190. package/dist-server/service/accounting-category/accounting-category-query.js.map +1 -0
  191. package/dist-server/service/accounting-category/accounting-category-type.d.ts +19 -0
  192. package/dist-server/service/accounting-category/accounting-category-type.js +73 -0
  193. package/dist-server/service/accounting-category/accounting-category-type.js.map +1 -0
  194. package/dist-server/service/accounting-category/accounting-category.d.ts +21 -0
  195. package/dist-server/service/accounting-category/accounting-category.js +105 -0
  196. package/dist-server/service/accounting-category/accounting-category.js.map +1 -0
  197. package/dist-server/service/accounting-category/event-subscriber.d.ts +7 -0
  198. package/dist-server/service/accounting-category/event-subscriber.js +21 -0
  199. package/dist-server/service/accounting-category/event-subscriber.js.map +1 -0
  200. package/dist-server/service/accounting-category/index.d.ts +7 -0
  201. package/dist-server/service/accounting-category/index.js +12 -0
  202. package/dist-server/service/accounting-category/index.js.map +1 -0
  203. package/dist-server/service/accounting-document/accounting-document-history.d.ts +26 -0
  204. package/dist-server/service/accounting-document/accounting-document-history.js +134 -0
  205. package/dist-server/service/accounting-document/accounting-document-history.js.map +1 -0
  206. package/dist-server/service/accounting-document/accounting-document-mutation.d.ts +10 -0
  207. package/dist-server/service/accounting-document/accounting-document-mutation.js +128 -0
  208. package/dist-server/service/accounting-document/accounting-document-mutation.js.map +1 -0
  209. package/dist-server/service/accounting-document/accounting-document-query.d.ts +11 -0
  210. package/dist-server/service/accounting-document/accounting-document-query.js +79 -0
  211. package/dist-server/service/accounting-document/accounting-document-query.js.map +1 -0
  212. package/dist-server/service/accounting-document/accounting-document-type.d.ts +20 -0
  213. package/dist-server/service/accounting-document/accounting-document-type.js +74 -0
  214. package/dist-server/service/accounting-document/accounting-document-type.js.map +1 -0
  215. package/dist-server/service/accounting-document/accounting-document.d.ts +21 -0
  216. package/dist-server/service/accounting-document/accounting-document.js +104 -0
  217. package/dist-server/service/accounting-document/accounting-document.js.map +1 -0
  218. package/dist-server/service/accounting-document/event-subscriber.d.ts +7 -0
  219. package/dist-server/service/accounting-document/event-subscriber.js +21 -0
  220. package/dist-server/service/accounting-document/event-subscriber.js.map +1 -0
  221. package/dist-server/service/accounting-document/index.d.ts +7 -0
  222. package/dist-server/service/accounting-document/index.js +12 -0
  223. package/dist-server/service/accounting-document/index.js.map +1 -0
  224. package/dist-server/service/bank-account/bank-account-history.d.ts +34 -0
  225. package/dist-server/service/bank-account/bank-account-history.js +172 -0
  226. package/dist-server/service/bank-account/bank-account-history.js.map +1 -0
  227. package/dist-server/service/bank-account/bank-account-mutation.d.ts +10 -0
  228. package/dist-server/service/bank-account/bank-account-mutation.js +128 -0
  229. package/dist-server/service/bank-account/bank-account-mutation.js.map +1 -0
  230. package/dist-server/service/bank-account/bank-account-query.d.ts +11 -0
  231. package/dist-server/service/bank-account/bank-account-query.js +79 -0
  232. package/dist-server/service/bank-account/bank-account-query.js.map +1 -0
  233. package/dist-server/service/bank-account/bank-account-type.d.ts +39 -0
  234. package/dist-server/service/bank-account/bank-account-type.js +153 -0
  235. package/dist-server/service/bank-account/bank-account-type.js.map +1 -0
  236. package/dist-server/service/bank-account/bank-account.d.ts +38 -0
  237. package/dist-server/service/bank-account/bank-account.js +164 -0
  238. package/dist-server/service/bank-account/bank-account.js.map +1 -0
  239. package/dist-server/service/bank-account/event-subscriber.d.ts +7 -0
  240. package/dist-server/service/bank-account/event-subscriber.js +21 -0
  241. package/dist-server/service/bank-account/event-subscriber.js.map +1 -0
  242. package/dist-server/service/bank-account/index.d.ts +7 -0
  243. package/dist-server/service/bank-account/index.js +12 -0
  244. package/dist-server/service/bank-account/index.js.map +1 -0
  245. package/dist-server/service/common-type.d.ts +5 -0
  246. package/dist-server/service/common-type.js +15 -0
  247. package/dist-server/service/common-type.js.map +1 -0
  248. package/dist-server/service/financial-institution/financial-institution-mutation.d.ts +10 -0
  249. package/dist-server/service/financial-institution/financial-institution-mutation.js +169 -0
  250. package/dist-server/service/financial-institution/financial-institution-mutation.js.map +1 -0
  251. package/dist-server/service/financial-institution/financial-institution-query.d.ts +12 -0
  252. package/dist-server/service/financial-institution/financial-institution-query.js +97 -0
  253. package/dist-server/service/financial-institution/financial-institution-query.js.map +1 -0
  254. package/dist-server/service/financial-institution/financial-institution-type.d.ts +32 -0
  255. package/dist-server/service/financial-institution/financial-institution-type.js +126 -0
  256. package/dist-server/service/financial-institution/financial-institution-type.js.map +1 -0
  257. package/dist-server/service/financial-institution/financial-institution.d.ts +34 -0
  258. package/dist-server/service/financial-institution/financial-institution.js +137 -0
  259. package/dist-server/service/financial-institution/financial-institution.js.map +1 -0
  260. package/dist-server/service/financial-institution/index.d.ts +6 -0
  261. package/dist-server/service/financial-institution/index.js +10 -0
  262. package/dist-server/service/financial-institution/index.js.map +1 -0
  263. package/dist-server/service/financial-statement/event-subscriber.d.ts +7 -0
  264. package/dist-server/service/financial-statement/event-subscriber.js +21 -0
  265. package/dist-server/service/financial-statement/event-subscriber.js.map +1 -0
  266. package/dist-server/service/financial-statement/financial-statement-history.d.ts +27 -0
  267. package/dist-server/service/financial-statement/financial-statement-history.js +141 -0
  268. package/dist-server/service/financial-statement/financial-statement-history.js.map +1 -0
  269. package/dist-server/service/financial-statement/financial-statement-line-item.d.ts +19 -0
  270. package/dist-server/service/financial-statement/financial-statement-line-item.js +94 -0
  271. package/dist-server/service/financial-statement/financial-statement-line-item.js.map +1 -0
  272. package/dist-server/service/financial-statement/financial-statement-mutation.d.ts +10 -0
  273. package/dist-server/service/financial-statement/financial-statement-mutation.js +136 -0
  274. package/dist-server/service/financial-statement/financial-statement-mutation.js.map +1 -0
  275. package/dist-server/service/financial-statement/financial-statement-query.d.ts +11 -0
  276. package/dist-server/service/financial-statement/financial-statement-query.js +81 -0
  277. package/dist-server/service/financial-statement/financial-statement-query.js.map +1 -0
  278. package/dist-server/service/financial-statement/financial-statement-type.d.ts +20 -0
  279. package/dist-server/service/financial-statement/financial-statement-type.js +77 -0
  280. package/dist-server/service/financial-statement/financial-statement-type.js.map +1 -0
  281. package/dist-server/service/financial-statement/financial-statement.d.ts +27 -0
  282. package/dist-server/service/financial-statement/financial-statement.js +132 -0
  283. package/dist-server/service/financial-statement/financial-statement.js.map +1 -0
  284. package/dist-server/service/financial-statement/index.d.ts +8 -0
  285. package/dist-server/service/financial-statement/index.js +13 -0
  286. package/dist-server/service/financial-statement/index.js.map +1 -0
  287. package/dist-server/service/fiscal-month/fiscal-month-mutation.d.ts +10 -0
  288. package/dist-server/service/fiscal-month/fiscal-month-mutation.js +134 -0
  289. package/dist-server/service/fiscal-month/fiscal-month-mutation.js.map +1 -0
  290. package/dist-server/service/fiscal-month/fiscal-month-query.d.ts +11 -0
  291. package/dist-server/service/fiscal-month/fiscal-month-query.js +83 -0
  292. package/dist-server/service/fiscal-month/fiscal-month-query.js.map +1 -0
  293. package/dist-server/service/fiscal-month/fiscal-month-type.d.ts +26 -0
  294. package/dist-server/service/fiscal-month/fiscal-month-type.js +98 -0
  295. package/dist-server/service/fiscal-month/fiscal-month-type.js.map +1 -0
  296. package/dist-server/service/fiscal-month/fiscal-month.d.ts +22 -0
  297. package/dist-server/service/fiscal-month/fiscal-month.js +99 -0
  298. package/dist-server/service/fiscal-month/fiscal-month.js.map +1 -0
  299. package/dist-server/service/fiscal-month/index.d.ts +6 -0
  300. package/dist-server/service/fiscal-month/index.js +10 -0
  301. package/dist-server/service/fiscal-month/index.js.map +1 -0
  302. package/dist-server/service/fiscal-quarter/fiscal-quarter-mutation.d.ts +10 -0
  303. package/dist-server/service/fiscal-quarter/fiscal-quarter-mutation.js +134 -0
  304. package/dist-server/service/fiscal-quarter/fiscal-quarter-mutation.js.map +1 -0
  305. package/dist-server/service/fiscal-quarter/fiscal-quarter-query.d.ts +11 -0
  306. package/dist-server/service/fiscal-quarter/fiscal-quarter-query.js +85 -0
  307. package/dist-server/service/fiscal-quarter/fiscal-quarter-query.js.map +1 -0
  308. package/dist-server/service/fiscal-quarter/fiscal-quarter-type.d.ts +24 -0
  309. package/dist-server/service/fiscal-quarter/fiscal-quarter-type.js +90 -0
  310. package/dist-server/service/fiscal-quarter/fiscal-quarter-type.js.map +1 -0
  311. package/dist-server/service/fiscal-quarter/fiscal-quarter.d.ts +21 -0
  312. package/dist-server/service/fiscal-quarter/fiscal-quarter.js +94 -0
  313. package/dist-server/service/fiscal-quarter/fiscal-quarter.js.map +1 -0
  314. package/dist-server/service/fiscal-quarter/index.d.ts +6 -0
  315. package/dist-server/service/fiscal-quarter/index.js +10 -0
  316. package/dist-server/service/fiscal-quarter/index.js.map +1 -0
  317. package/dist-server/service/fiscal-year/fiscal-year-mutation.d.ts +10 -0
  318. package/dist-server/service/fiscal-year/fiscal-year-mutation.js +134 -0
  319. package/dist-server/service/fiscal-year/fiscal-year-mutation.js.map +1 -0
  320. package/dist-server/service/fiscal-year/fiscal-year-query.d.ts +11 -0
  321. package/dist-server/service/fiscal-year/fiscal-year-query.js +81 -0
  322. package/dist-server/service/fiscal-year/fiscal-year-query.js.map +1 -0
  323. package/dist-server/service/fiscal-year/fiscal-year-type.d.ts +22 -0
  324. package/dist-server/service/fiscal-year/fiscal-year-type.js +82 -0
  325. package/dist-server/service/fiscal-year/fiscal-year-type.js.map +1 -0
  326. package/dist-server/service/fiscal-year/fiscal-year.d.ts +20 -0
  327. package/dist-server/service/fiscal-year/fiscal-year.js +89 -0
  328. package/dist-server/service/fiscal-year/fiscal-year.js.map +1 -0
  329. package/dist-server/service/fiscal-year/index.d.ts +6 -0
  330. package/dist-server/service/fiscal-year/index.js +10 -0
  331. package/dist-server/service/fiscal-year/index.js.map +1 -0
  332. package/dist-server/service/income-statement/event-subscriber.d.ts +7 -0
  333. package/dist-server/service/income-statement/event-subscriber.js +21 -0
  334. package/dist-server/service/income-statement/event-subscriber.js.map +1 -0
  335. package/dist-server/service/income-statement/income-statement-history.d.ts +28 -0
  336. package/dist-server/service/income-statement/income-statement-history.js +146 -0
  337. package/dist-server/service/income-statement/income-statement-history.js.map +1 -0
  338. package/dist-server/service/income-statement/income-statement-line-item.d.ts +19 -0
  339. package/dist-server/service/income-statement/income-statement-line-item.js +96 -0
  340. package/dist-server/service/income-statement/income-statement-line-item.js.map +1 -0
  341. package/dist-server/service/income-statement/income-statement-mutation.d.ts +10 -0
  342. package/dist-server/service/income-statement/income-statement-mutation.js +136 -0
  343. package/dist-server/service/income-statement/income-statement-mutation.js.map +1 -0
  344. package/dist-server/service/income-statement/income-statement-query.d.ts +11 -0
  345. package/dist-server/service/income-statement/income-statement-query.js +81 -0
  346. package/dist-server/service/income-statement/income-statement-query.js.map +1 -0
  347. package/dist-server/service/income-statement/income-statement-type.d.ts +20 -0
  348. package/dist-server/service/income-statement/income-statement-type.js +77 -0
  349. package/dist-server/service/income-statement/income-statement-type.js.map +1 -0
  350. package/dist-server/service/income-statement/income-statement.d.ts +28 -0
  351. package/dist-server/service/income-statement/income-statement.js +137 -0
  352. package/dist-server/service/income-statement/income-statement.js.map +1 -0
  353. package/dist-server/service/income-statement/index.d.ts +8 -0
  354. package/dist-server/service/income-statement/index.js +13 -0
  355. package/dist-server/service/income-statement/index.js.map +1 -0
  356. package/dist-server/service/index.d.ts +16 -0
  357. package/dist-server/service/index.js +74 -0
  358. package/dist-server/service/index.js.map +1 -0
  359. package/dist-server/service/payment/event-subscriber.d.ts +7 -0
  360. package/dist-server/service/payment/event-subscriber.js +21 -0
  361. package/dist-server/service/payment/event-subscriber.js.map +1 -0
  362. package/dist-server/service/payment/index.d.ts +7 -0
  363. package/dist-server/service/payment/index.js +12 -0
  364. package/dist-server/service/payment/index.js.map +1 -0
  365. package/dist-server/service/payment/payment-history.d.ts +37 -0
  366. package/dist-server/service/payment/payment-history.js +179 -0
  367. package/dist-server/service/payment/payment-history.js.map +1 -0
  368. package/dist-server/service/payment/payment-mutation.d.ts +10 -0
  369. package/dist-server/service/payment/payment-mutation.js +134 -0
  370. package/dist-server/service/payment/payment-mutation.js.map +1 -0
  371. package/dist-server/service/payment/payment-query.d.ts +11 -0
  372. package/dist-server/service/payment/payment-query.js +81 -0
  373. package/dist-server/service/payment/payment-query.js.map +1 -0
  374. package/dist-server/service/payment/payment-type.d.ts +30 -0
  375. package/dist-server/service/payment/payment-type.js +114 -0
  376. package/dist-server/service/payment/payment-type.js.map +1 -0
  377. package/dist-server/service/payment/payment.d.ts +42 -0
  378. package/dist-server/service/payment/payment.js +181 -0
  379. package/dist-server/service/payment/payment.js.map +1 -0
  380. package/dist-server/service/transaction/event-subscriber.d.ts +7 -0
  381. package/dist-server/service/transaction/event-subscriber.js +21 -0
  382. package/dist-server/service/transaction/event-subscriber.js.map +1 -0
  383. package/dist-server/service/transaction/index.d.ts +8 -0
  384. package/dist-server/service/transaction/index.js +12 -0
  385. package/dist-server/service/transaction/index.js.map +1 -0
  386. package/dist-server/service/transaction/transaction-history.d.ts +36 -0
  387. package/dist-server/service/transaction/transaction-history.js +184 -0
  388. package/dist-server/service/transaction/transaction-history.js.map +1 -0
  389. package/dist-server/service/transaction/transaction-mutation.d.ts +10 -0
  390. package/dist-server/service/transaction/transaction-mutation.js +134 -0
  391. package/dist-server/service/transaction/transaction-mutation.js.map +1 -0
  392. package/dist-server/service/transaction/transaction-query.d.ts +11 -0
  393. package/dist-server/service/transaction/transaction-query.js +81 -0
  394. package/dist-server/service/transaction/transaction-query.js.map +1 -0
  395. package/dist-server/service/transaction/transaction-type.d.ts +19 -0
  396. package/dist-server/service/transaction/transaction-type.js +73 -0
  397. package/dist-server/service/transaction/transaction-type.js.map +1 -0
  398. package/dist-server/service/transaction/transaction.d.ts +57 -0
  399. package/dist-server/service/transaction/transaction.js +241 -0
  400. package/dist-server/service/transaction/transaction.js.map +1 -0
  401. package/dist-server/tsconfig.tsbuildinfo +1 -0
  402. package/package.json +5 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fiscal-year.js","sourceRoot":"","sources":["../../../server/service/fiscal-year/fiscal-year.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n CreateDateColumn,\n DeleteDateColumn,\n UpdateDateColumn,\n Entity,\n Index,\n Column,\n ManyToOne,\n RelationId,\n PrimaryGeneratedColumn\n} from 'typeorm'\nimport { ObjectType, Field, Int, ID } from 'type-graphql'\nimport { Domain } from '@things-factory/shell'\nimport { User } from '@things-factory/auth-base'\nimport { FiscalStatus } from '../common-type'\n\n@ObjectType({ description: 'Entity representing a fiscal year' })\n@Entity()\nexport class FiscalYear {\n @PrimaryGeneratedColumn('uuid')\n @Field(type => ID)\n readonly id: string\n\n @ManyToOne(type => Domain)\n @Field({ nullable: true })\n domain?: Domain\n\n @RelationId((fiscalYear: FiscalYear) => fiscalYear.domain)\n domainId?: string\n\n @Column()\n @Field(type => Int, { description: 'The fiscal year (e.g., 2023)' })\n year: number // 회계연도 (예: 2023)\n\n @Column()\n @Field(type => String, { description: 'The start date of the fiscal year in YYYY-MM-DD format' })\n startDate: string // 회계연도 시작일\n\n @Column()\n @Field(type => String, { description: 'The end date of the fiscal year in YYYY-MM-DD format' })\n endDate: string // 회계연도 종료일\n\n @Column({ default: FiscalStatus.OPEN })\n @Field(type => FiscalStatus, { description: 'The status of the fiscal year (OPEN, CLOSED, FINALIZED)' })\n status: FiscalStatus // 회계연도의 상태 (OPEN, CLOSED, FINALIZED)\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Notes or comments about the fiscal year' })\n notes?: string // 회계연도에 대한 설명이나 주석\n\n @CreateDateColumn()\n @Field({ nullable: true })\n createdAt?: Date\n\n @UpdateDateColumn()\n @Field({ nullable: true })\n updatedAt?: Date\n\n @DeleteDateColumn()\n @Field({ nullable: true })\n deletedAt?: Date\n\n @ManyToOne(type => User, { nullable: true })\n @Field(type => User, { nullable: true })\n creator?: User\n\n @RelationId((fiscalYear: FiscalYear) => fiscalYear.creator)\n creatorId?: string\n\n @ManyToOne(type => User, { nullable: true })\n @Field(type => User, { nullable: true })\n updater?: User\n\n @RelationId((fiscalYear: FiscalYear) => fiscalYear.updater)\n updaterId?: string\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { FiscalYear } from './fiscal-year';
2
+ import { FiscalYearQuery } from './fiscal-year-query';
3
+ import { FiscalYearMutation } from './fiscal-year-mutation';
4
+ export declare const entities: (typeof FiscalYear)[];
5
+ export declare const resolvers: (typeof FiscalYearQuery | typeof FiscalYearMutation)[];
6
+ export declare const subscribers: any[];
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.subscribers = exports.resolvers = exports.entities = void 0;
4
+ const fiscal_year_1 = require("./fiscal-year");
5
+ const fiscal_year_query_1 = require("./fiscal-year-query");
6
+ const fiscal_year_mutation_1 = require("./fiscal-year-mutation");
7
+ exports.entities = [fiscal_year_1.FiscalYear];
8
+ exports.resolvers = [fiscal_year_query_1.FiscalYearQuery, fiscal_year_mutation_1.FiscalYearMutation];
9
+ exports.subscribers = [];
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/service/fiscal-year/index.ts"],"names":[],"mappings":";;;AAAA,+CAA0C;AAC1C,2DAAqD;AACrD,iEAA2D;AAE9C,QAAA,QAAQ,GAAG,CAAC,wBAAU,CAAC,CAAA;AACvB,QAAA,SAAS,GAAG,CAAC,mCAAe,EAAE,yCAAkB,CAAC,CAAA;AACjD,QAAA,WAAW,GAAG,EAAE,CAAA","sourcesContent":["import { FiscalYear } from './fiscal-year'\nimport { FiscalYearQuery } from './fiscal-year-query'\nimport { FiscalYearMutation } from './fiscal-year-mutation'\n\nexport const entities = [FiscalYear]\nexport const resolvers = [FiscalYearQuery, FiscalYearMutation]\nexport const subscribers = []\n"]}
@@ -0,0 +1,7 @@
1
+ import { HistoryEntitySubscriber } from '@operato/typeorm-history';
2
+ import { IncomeStatement } from './income-statement';
3
+ import { IncomeStatementHistory } from './income-statement-history';
4
+ export declare class IncomeStatementHistoryEntitySubscriber extends HistoryEntitySubscriber<IncomeStatement, IncomeStatementHistory> {
5
+ get entity(): typeof IncomeStatement;
6
+ get historyEntity(): typeof IncomeStatementHistory;
7
+ }
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IncomeStatementHistoryEntitySubscriber = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const typeorm_1 = require("typeorm");
6
+ const typeorm_history_1 = require("@operato/typeorm-history");
7
+ const income_statement_1 = require("./income-statement");
8
+ const income_statement_history_1 = require("./income-statement-history");
9
+ let IncomeStatementHistoryEntitySubscriber = class IncomeStatementHistoryEntitySubscriber extends typeorm_history_1.HistoryEntitySubscriber {
10
+ get entity() {
11
+ return income_statement_1.IncomeStatement;
12
+ }
13
+ get historyEntity() {
14
+ return income_statement_history_1.IncomeStatementHistory;
15
+ }
16
+ };
17
+ exports.IncomeStatementHistoryEntitySubscriber = IncomeStatementHistoryEntitySubscriber;
18
+ exports.IncomeStatementHistoryEntitySubscriber = IncomeStatementHistoryEntitySubscriber = tslib_1.__decorate([
19
+ (0, typeorm_1.EventSubscriber)()
20
+ ], IncomeStatementHistoryEntitySubscriber);
21
+ //# sourceMappingURL=event-subscriber.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-subscriber.js","sourceRoot":"","sources":["../../../server/service/income-statement/event-subscriber.ts"],"names":[],"mappings":";;;;AAAA,qCAAyC;AAEzC,8DAAkE;AAElE,yDAAoD;AACpD,yEAAmE;AAG5D,IAAM,sCAAsC,GAA5C,MAAM,sCAAuC,SAAQ,yCAAgE;IAC1H,IAAW,MAAM;QACf,OAAO,kCAAe,CAAA;IACxB,CAAC;IAED,IAAW,aAAa;QACtB,OAAO,iDAAsB,CAAA;IAC/B,CAAC;CACF,CAAA;AARY,wFAAsC;iDAAtC,sCAAsC;IADlD,IAAA,yBAAe,GAAE;GACL,sCAAsC,CAQlD","sourcesContent":["import { EventSubscriber } from 'typeorm'\n\nimport { HistoryEntitySubscriber } from '@operato/typeorm-history'\n\nimport { IncomeStatement } from './income-statement'\nimport { IncomeStatementHistory } from './income-statement-history'\n\n@EventSubscriber()\nexport class IncomeStatementHistoryEntitySubscriber extends HistoryEntitySubscriber<IncomeStatement, IncomeStatementHistory> {\n public get entity() {\n return IncomeStatement\n }\n\n public get historyEntity() {\n return IncomeStatementHistory\n }\n}\n"]}
@@ -0,0 +1,28 @@
1
+ import { HistoryActionType, HistoryEntityInterface } from '@operato/typeorm-history';
2
+ import { User } from '@things-factory/auth-base';
3
+ import { Domain } from '@things-factory/shell';
4
+ import { IncomeStatement } from './income-statement';
5
+ import { IncomeStatementLineItem } from './income-statement-line-item';
6
+ export declare class IncomeStatementHistory implements HistoryEntityInterface<IncomeStatement> {
7
+ readonly id: string;
8
+ version?: number;
9
+ domain?: Domain;
10
+ domainId?: string;
11
+ year?: number;
12
+ quarter?: number;
13
+ month?: number;
14
+ revenue?: number;
15
+ expense?: number;
16
+ netIncome?: number;
17
+ active?: boolean;
18
+ lineItems?: IncomeStatementLineItem[];
19
+ createdAt?: Date;
20
+ updatedAt?: Date;
21
+ deletedAt?: Date;
22
+ creator?: User;
23
+ creatorId?: string;
24
+ updater?: User;
25
+ updaterId?: string;
26
+ originalId: string;
27
+ action: HistoryActionType;
28
+ }
@@ -0,0 +1,146 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IncomeStatementHistory = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const type_graphql_1 = require("type-graphql");
6
+ const typeorm_1 = require("typeorm");
7
+ const typeorm_history_1 = require("@operato/typeorm-history");
8
+ const auth_base_1 = require("@things-factory/auth-base");
9
+ const env_1 = require("@things-factory/env");
10
+ const shell_1 = require("@things-factory/shell");
11
+ const income_statement_line_item_1 = require("./income-statement-line-item");
12
+ const ORMCONFIG = env_1.config.get('ormconfig', {});
13
+ const DATABASE_TYPE = ORMCONFIG.type;
14
+ let IncomeStatementHistory = class IncomeStatementHistory {
15
+ constructor() {
16
+ this.version = 1;
17
+ }
18
+ };
19
+ exports.IncomeStatementHistory = IncomeStatementHistory;
20
+ tslib_1.__decorate([
21
+ (0, typeorm_1.PrimaryGeneratedColumn)('uuid'),
22
+ (0, type_graphql_1.Field)(type => type_graphql_1.ID),
23
+ tslib_1.__metadata("design:type", String)
24
+ ], IncomeStatementHistory.prototype, "id", void 0);
25
+ tslib_1.__decorate([
26
+ (0, typeorm_1.Column)({ nullable: true, default: 1 }),
27
+ (0, type_graphql_1.Field)({ nullable: true }),
28
+ tslib_1.__metadata("design:type", Number)
29
+ ], IncomeStatementHistory.prototype, "version", void 0);
30
+ tslib_1.__decorate([
31
+ (0, typeorm_1.ManyToOne)(type => shell_1.Domain),
32
+ (0, type_graphql_1.Field)({ nullable: true }),
33
+ tslib_1.__metadata("design:type", shell_1.Domain)
34
+ ], IncomeStatementHistory.prototype, "domain", void 0);
35
+ tslib_1.__decorate([
36
+ (0, typeorm_1.RelationId)((incomeStatementHistory) => incomeStatementHistory.domain),
37
+ tslib_1.__metadata("design:type", String)
38
+ ], IncomeStatementHistory.prototype, "domainId", void 0);
39
+ tslib_1.__decorate([
40
+ (0, typeorm_1.Column)({ nullable: true }),
41
+ (0, type_graphql_1.Field)({ nullable: true, description: 'Fiscal year of the income statement' }),
42
+ tslib_1.__metadata("design:type", Number)
43
+ ], IncomeStatementHistory.prototype, "year", void 0);
44
+ tslib_1.__decorate([
45
+ (0, typeorm_1.Column)({ nullable: true }),
46
+ (0, type_graphql_1.Field)({ nullable: true, description: 'Fiscal quarter of the income statement' }),
47
+ tslib_1.__metadata("design:type", Number)
48
+ ], IncomeStatementHistory.prototype, "quarter", void 0);
49
+ tslib_1.__decorate([
50
+ (0, typeorm_1.Column)({ nullable: true }),
51
+ (0, type_graphql_1.Field)({ nullable: true, description: 'Fiscal month of the income statement' }),
52
+ tslib_1.__metadata("design:type", Number)
53
+ ], IncomeStatementHistory.prototype, "month", void 0);
54
+ tslib_1.__decorate([
55
+ (0, typeorm_1.Column)({ nullable: true }),
56
+ (0, type_graphql_1.Field)({ nullable: true, description: 'Total revenue recorded in the income statement' }),
57
+ tslib_1.__metadata("design:type", Number)
58
+ ], IncomeStatementHistory.prototype, "revenue", void 0);
59
+ tslib_1.__decorate([
60
+ (0, typeorm_1.Column)({ nullable: true }),
61
+ (0, type_graphql_1.Field)({ nullable: true, description: 'Total expenses recorded in the income statement' }),
62
+ tslib_1.__metadata("design:type", Number)
63
+ ], IncomeStatementHistory.prototype, "expense", void 0);
64
+ tslib_1.__decorate([
65
+ (0, typeorm_1.Column)({ nullable: true }),
66
+ (0, type_graphql_1.Field)({ nullable: true, description: 'Net income calculated as revenue minus expenses' }),
67
+ tslib_1.__metadata("design:type", Number)
68
+ ], IncomeStatementHistory.prototype, "netIncome", void 0);
69
+ tslib_1.__decorate([
70
+ (0, typeorm_1.Column)({ nullable: true }),
71
+ (0, type_graphql_1.Field)({ nullable: true, description: 'Indicates whether this income statement is active' }),
72
+ tslib_1.__metadata("design:type", Boolean)
73
+ ], IncomeStatementHistory.prototype, "active", void 0);
74
+ tslib_1.__decorate([
75
+ (0, typeorm_1.OneToMany)(type => income_statement_line_item_1.IncomeStatementLineItem, lineItem => lineItem.statement),
76
+ (0, type_graphql_1.Field)(type => [income_statement_line_item_1.IncomeStatementLineItem], { nullable: true }),
77
+ tslib_1.__metadata("design:type", Array)
78
+ ], IncomeStatementHistory.prototype, "lineItems", void 0);
79
+ tslib_1.__decorate([
80
+ (0, typeorm_1.Column)({ nullable: true }),
81
+ (0, type_graphql_1.Field)({ nullable: true }),
82
+ tslib_1.__metadata("design:type", Date)
83
+ ], IncomeStatementHistory.prototype, "createdAt", void 0);
84
+ tslib_1.__decorate([
85
+ (0, typeorm_1.Column)({ nullable: true }),
86
+ (0, type_graphql_1.Field)({ nullable: true }),
87
+ tslib_1.__metadata("design:type", Date)
88
+ ], IncomeStatementHistory.prototype, "updatedAt", void 0);
89
+ tslib_1.__decorate([
90
+ (0, typeorm_1.Column)({ nullable: true }),
91
+ (0, type_graphql_1.Field)({ nullable: true }),
92
+ tslib_1.__metadata("design:type", Date)
93
+ ], IncomeStatementHistory.prototype, "deletedAt", void 0);
94
+ tslib_1.__decorate([
95
+ (0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
96
+ (0, type_graphql_1.Field)({ nullable: true }),
97
+ tslib_1.__metadata("design:type", auth_base_1.User)
98
+ ], IncomeStatementHistory.prototype, "creator", void 0);
99
+ tslib_1.__decorate([
100
+ (0, typeorm_1.RelationId)((incomeStatementHistory) => incomeStatementHistory.creator),
101
+ tslib_1.__metadata("design:type", String)
102
+ ], IncomeStatementHistory.prototype, "creatorId", void 0);
103
+ tslib_1.__decorate([
104
+ (0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
105
+ (0, type_graphql_1.Field)({ nullable: true }),
106
+ tslib_1.__metadata("design:type", auth_base_1.User)
107
+ ], IncomeStatementHistory.prototype, "updater", void 0);
108
+ tslib_1.__decorate([
109
+ (0, typeorm_1.RelationId)((incomeStatementHistory) => incomeStatementHistory.updater),
110
+ tslib_1.__metadata("design:type", String)
111
+ ], IncomeStatementHistory.prototype, "updaterId", void 0);
112
+ tslib_1.__decorate([
113
+ (0, typeorm_history_1.HistoryOriginalIdColumn)(),
114
+ tslib_1.__metadata("design:type", String)
115
+ ], IncomeStatementHistory.prototype, "originalId", void 0);
116
+ tslib_1.__decorate([
117
+ (0, typeorm_history_1.HistoryActionColumn)({
118
+ nullable: false,
119
+ type: DATABASE_TYPE == 'postgres' || DATABASE_TYPE == 'mysql' || DATABASE_TYPE == 'mariadb'
120
+ ? 'enum'
121
+ : DATABASE_TYPE == 'oracle'
122
+ ? 'varchar2'
123
+ : DATABASE_TYPE == 'mssql'
124
+ ? 'nvarchar'
125
+ : 'varchar',
126
+ enum: DATABASE_TYPE == 'postgres' || DATABASE_TYPE == 'mysql' || DATABASE_TYPE == 'mariadb'
127
+ ? typeorm_history_1.HistoryActionType
128
+ : undefined,
129
+ length: DATABASE_TYPE == 'postgres' || DATABASE_TYPE == 'mysql' || DATABASE_TYPE == 'mariadb' ? undefined : 10
130
+ }),
131
+ tslib_1.__metadata("design:type", String)
132
+ ], IncomeStatementHistory.prototype, "action", void 0);
133
+ exports.IncomeStatementHistory = IncomeStatementHistory = tslib_1.__decorate([
134
+ (0, typeorm_1.Entity)(),
135
+ (0, typeorm_1.Index)('ix_income-statement_history_0', (incomeStatementHistory) => [
136
+ incomeStatementHistory.originalId,
137
+ incomeStatementHistory.version
138
+ ], { unique: true }),
139
+ (0, typeorm_1.Index)('ix_income-statement_history_1', (incomeStatementHistory) => [
140
+ incomeStatementHistory.domain,
141
+ incomeStatementHistory.originalId,
142
+ incomeStatementHistory.version
143
+ ], { unique: true }),
144
+ (0, type_graphql_1.ObjectType)({ description: 'History Entity of IncomeStatement' })
145
+ ], IncomeStatementHistory);
146
+ //# sourceMappingURL=income-statement-history.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"income-statement-history.js","sourceRoot":"","sources":["../../../server/service/income-statement/income-statement-history.ts"],"names":[],"mappings":";;;;AAAA,+CAAoD;AACpD,qCAAyG;AAEzG,8DAKiC;AACjC,yDAAsD;AACtD,6CAA4C;AAC5C,iDAA8C;AAG9C,6EAAsE;AAEtE,MAAM,SAAS,GAAG,YAAM,CAAC,GAAG,CAAC,WAAW,EAAE,EAAE,CAAC,CAAA;AAC7C,MAAM,aAAa,GAAG,SAAS,CAAC,IAAI,CAAA;AAqB7B,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAA5B;QAOL,YAAO,GAAY,CAAC,CAAA;IAuFtB,CAAC;CAAA,CAAA;AA9FY,wDAAsB;AAGxB;IAFR,IAAA,gCAAsB,EAAC,MAAM,CAAC;IAC9B,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,iBAAE,CAAC;;kDACC;AAInB;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACN;AAIpB;IAFC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,cAAM,CAAC;IACzB,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCACjB,cAAM;sDAAA;AAGf;IADC,IAAA,oBAAU,EAAC,CAAC,sBAA8C,EAAE,EAAE,CAAC,sBAAsB,CAAC,MAAM,CAAC;;wDAC7E;AAIjB;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,qCAAqC,EAAE,CAAC;;oDACjE;AAIb;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,wCAAwC,EAAE,CAAC;;uDACjE;AAIhB;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,sCAAsC,EAAE,CAAC;;qDACjE;AAId;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,gDAAgD,EAAE,CAAC;;uDACzE;AAIhB;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,iDAAiD,EAAE,CAAC;;uDAC1E;AAIhB;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,iDAAiD,EAAE,CAAC;;yDACxE;AAIlB;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,mDAAmD,EAAE,CAAC;;sDAC5E;AAIhB;IAFC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,oDAAuB,EAAE,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;IAC1E,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,CAAC,oDAAuB,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACxB;AAIrC;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCACd,IAAI;yDAAA;AAIhB;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCACd,IAAI;yDAAA;AAIhB;IAFC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCACd,IAAI;yDAAA;AAIhB;IAFC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,gBAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3C,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCAChB,gBAAI;uDAAA;AAGd;IADC,IAAA,oBAAU,EAAC,CAAC,sBAA8C,EAAE,EAAE,CAAC,sBAAsB,CAAC,OAAO,CAAC;;yDAC7E;AAIlB;IAFC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,gBAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3C,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;sCAChB,gBAAI;uDAAA;AAGd;IADC,IAAA,oBAAU,EAAC,CAAC,sBAA8C,EAAE,EAAE,CAAC,sBAAsB,CAAC,OAAO,CAAC;;yDAC7E;AAGX;IADN,IAAA,yCAAuB,GAAE;;0DACA;AAkBnB;IAhBN,IAAA,qCAAmB,EAAC;QACnB,QAAQ,EAAE,KAAK;QACf,IAAI,EACF,aAAa,IAAI,UAAU,IAAI,aAAa,IAAI,OAAO,IAAI,aAAa,IAAI,SAAS;YACnF,CAAC,CAAC,MAAM;YACR,CAAC,CAAC,aAAa,IAAI,QAAQ;gBACzB,CAAC,CAAC,UAAU;gBACZ,CAAC,CAAC,aAAa,IAAI,OAAO;oBACxB,CAAC,CAAC,UAAU;oBACZ,CAAC,CAAC,SAAS;QACnB,IAAI,EACF,aAAa,IAAI,UAAU,IAAI,aAAa,IAAI,OAAO,IAAI,aAAa,IAAI,SAAS;YACnF,CAAC,CAAC,mCAAiB;YACnB,CAAC,CAAC,SAAS;QACf,MAAM,EAAE,aAAa,IAAI,UAAU,IAAI,aAAa,IAAI,OAAO,IAAI,aAAa,IAAI,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE;KAC/G,CAAC;;sDAC+B;iCA7FtB,sBAAsB;IAnBlC,IAAA,gBAAM,GAAE;IACR,IAAA,eAAK,EACJ,+BAA+B,EAC/B,CAAC,sBAA8C,EAAE,EAAE,CAAC;QAClD,sBAAsB,CAAC,UAAU;QACjC,sBAAsB,CAAC,OAAO;KAC/B,EACD,EAAE,MAAM,EAAE,IAAI,EAAE,CACjB;IACA,IAAA,eAAK,EACJ,+BAA+B,EAC/B,CAAC,sBAA8C,EAAE,EAAE,CAAC;QAClD,sBAAsB,CAAC,MAAM;QAC7B,sBAAsB,CAAC,UAAU;QACjC,sBAAsB,CAAC,OAAO;KAC/B,EACD,EAAE,MAAM,EAAE,IAAI,EAAE,CACjB;IACA,IAAA,yBAAU,EAAC,EAAE,WAAW,EAAE,mCAAmC,EAAE,CAAC;GACpD,sBAAsB,CA8FlC","sourcesContent":["import { Field, ID, ObjectType } from 'type-graphql'\nimport { Column, Entity, Index, ManyToOne, OneToMany, PrimaryGeneratedColumn, RelationId } from 'typeorm'\n\nimport {\n HistoryActionColumn,\n HistoryActionType,\n HistoryEntityInterface,\n HistoryOriginalIdColumn\n} from '@operato/typeorm-history'\nimport { Role, User } from '@things-factory/auth-base'\nimport { config } from '@things-factory/env'\nimport { Domain } from '@things-factory/shell'\n\nimport { IncomeStatement, IncomeStatementStatus } from './income-statement'\nimport { IncomeStatementLineItem } from './income-statement-line-item'\n\nconst ORMCONFIG = config.get('ormconfig', {})\nconst DATABASE_TYPE = ORMCONFIG.type\n\n@Entity()\n@Index(\n 'ix_income-statement_history_0',\n (incomeStatementHistory: IncomeStatementHistory) => [\n incomeStatementHistory.originalId,\n incomeStatementHistory.version\n ],\n { unique: true }\n)\n@Index(\n 'ix_income-statement_history_1',\n (incomeStatementHistory: IncomeStatementHistory) => [\n incomeStatementHistory.domain,\n incomeStatementHistory.originalId,\n incomeStatementHistory.version\n ],\n { unique: true }\n)\n@ObjectType({ description: 'History Entity of IncomeStatement' })\nexport class IncomeStatementHistory implements HistoryEntityInterface<IncomeStatement> {\n @PrimaryGeneratedColumn('uuid')\n @Field(type => ID)\n readonly id: string\n\n @Column({ nullable: true, default: 1 })\n @Field({ nullable: true })\n version?: number = 1\n\n @ManyToOne(type => Domain)\n @Field({ nullable: true })\n domain?: Domain\n\n @RelationId((incomeStatementHistory: IncomeStatementHistory) => incomeStatementHistory.domain)\n domainId?: string\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Fiscal year of the income statement' })\n year?: number // 회계 연도\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Fiscal quarter of the income statement' })\n quarter?: number // 회계 분기\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Fiscal month of the income statement' })\n month?: number // 회계 월\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Total revenue recorded in the income statement' })\n revenue?: number // 손익계산서에 기록된 총수익\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Total expenses recorded in the income statement' })\n expense?: number // 손익계산서에 기록된 총비용\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Net income calculated as revenue minus expenses' })\n netIncome?: number // 총수익에서 총비용을 뺀 순이익\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Indicates whether this income statement is active' })\n active?: boolean // 이 손익계산서가 활성 상태인지 여부\n\n @OneToMany(type => IncomeStatementLineItem, lineItem => lineItem.statement)\n @Field(type => [IncomeStatementLineItem], { nullable: true })\n lineItems?: IncomeStatementLineItem[] // 계정별 브레이크다운\n\n @Column({ nullable: true })\n @Field({ nullable: true })\n createdAt?: Date\n\n @Column({ nullable: true })\n @Field({ nullable: true })\n updatedAt?: Date\n\n @Column({ nullable: true })\n @Field({ nullable: true })\n deletedAt?: Date\n\n @ManyToOne(type => User, { nullable: true })\n @Field({ nullable: true })\n creator?: User\n\n @RelationId((incomeStatementHistory: IncomeStatementHistory) => incomeStatementHistory.creator)\n creatorId?: string\n\n @ManyToOne(type => User, { nullable: true })\n @Field({ nullable: true })\n updater?: User\n\n @RelationId((incomeStatementHistory: IncomeStatementHistory) => incomeStatementHistory.updater)\n updaterId?: string\n\n @HistoryOriginalIdColumn()\n public originalId!: string\n\n @HistoryActionColumn({\n nullable: false,\n type:\n DATABASE_TYPE == 'postgres' || DATABASE_TYPE == 'mysql' || DATABASE_TYPE == 'mariadb'\n ? 'enum'\n : DATABASE_TYPE == 'oracle'\n ? 'varchar2'\n : DATABASE_TYPE == 'mssql'\n ? 'nvarchar'\n : 'varchar',\n enum:\n DATABASE_TYPE == 'postgres' || DATABASE_TYPE == 'mysql' || DATABASE_TYPE == 'mariadb'\n ? HistoryActionType\n : undefined,\n length: DATABASE_TYPE == 'postgres' || DATABASE_TYPE == 'mysql' || DATABASE_TYPE == 'mariadb' ? undefined : 10\n })\n public action!: HistoryActionType\n}\n"]}
@@ -0,0 +1,19 @@
1
+ import { User } from '@things-factory/auth-base';
2
+ import { Account } from '../account/account';
3
+ import { IncomeStatement } from './income-statement';
4
+ export declare class IncomeStatementLineItem {
5
+ readonly id: string;
6
+ statement: IncomeStatement;
7
+ statementId: string;
8
+ account: Account;
9
+ accountId: string;
10
+ amount: number;
11
+ description?: string;
12
+ createdAt?: Date;
13
+ updatedAt?: Date;
14
+ deletedAt?: Date;
15
+ creator?: User;
16
+ creatorId?: string;
17
+ updater?: User;
18
+ updaterId?: string;
19
+ }
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IncomeStatementLineItem = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const typeorm_1 = require("typeorm");
6
+ const type_graphql_1 = require("type-graphql");
7
+ const auth_base_1 = require("@things-factory/auth-base");
8
+ const account_1 = require("../account/account");
9
+ const income_statement_1 = require("./income-statement");
10
+ let IncomeStatementLineItem = class IncomeStatementLineItem {
11
+ };
12
+ exports.IncomeStatementLineItem = IncomeStatementLineItem;
13
+ tslib_1.__decorate([
14
+ (0, typeorm_1.PrimaryGeneratedColumn)('uuid'),
15
+ (0, type_graphql_1.Field)(type => type_graphql_1.ID),
16
+ tslib_1.__metadata("design:type", String)
17
+ ], IncomeStatementLineItem.prototype, "id", void 0);
18
+ tslib_1.__decorate([
19
+ (0, typeorm_1.ManyToOne)(type => income_statement_1.IncomeStatement, statement => statement.lineItems),
20
+ (0, type_graphql_1.Field)(type => income_statement_1.IncomeStatement, { description: 'The income statement this line item belongs to' }),
21
+ tslib_1.__metadata("design:type", income_statement_1.IncomeStatement // 해당 라인 아이템이 속한 손익계산서
22
+ )
23
+ ], IncomeStatementLineItem.prototype, "statement", void 0);
24
+ tslib_1.__decorate([
25
+ (0, typeorm_1.RelationId)((lineItem) => lineItem.statement),
26
+ tslib_1.__metadata("design:type", String)
27
+ ], IncomeStatementLineItem.prototype, "statementId", void 0);
28
+ tslib_1.__decorate([
29
+ (0, typeorm_1.ManyToOne)(type => account_1.Account),
30
+ (0, type_graphql_1.Field)(type => account_1.Account, { description: 'The financial account associated with this line item' }),
31
+ tslib_1.__metadata("design:type", account_1.Account // 라인 아이템에 연결된 계정
32
+ )
33
+ ], IncomeStatementLineItem.prototype, "account", void 0);
34
+ tslib_1.__decorate([
35
+ (0, typeorm_1.RelationId)((lineItem) => lineItem.account),
36
+ tslib_1.__metadata("design:type", String)
37
+ ], IncomeStatementLineItem.prototype, "accountId", void 0);
38
+ tslib_1.__decorate([
39
+ (0, typeorm_1.Column)({ nullable: false }),
40
+ (0, type_graphql_1.Field)({ nullable: false, description: 'The monetary amount associated with this account for the income statement' }),
41
+ tslib_1.__metadata("design:type", Number)
42
+ ], IncomeStatementLineItem.prototype, "amount", void 0);
43
+ tslib_1.__decorate([
44
+ (0, typeorm_1.Column)({ nullable: true }),
45
+ (0, type_graphql_1.Field)({ nullable: true, description: 'Optional description or notes about this line item' }),
46
+ tslib_1.__metadata("design:type", String)
47
+ ], IncomeStatementLineItem.prototype, "description", void 0);
48
+ tslib_1.__decorate([
49
+ (0, typeorm_1.CreateDateColumn)(),
50
+ (0, type_graphql_1.Field)({ nullable: true, description: 'The date and time when this line item was created' }),
51
+ tslib_1.__metadata("design:type", Date // 라인 아이템이 생성된 날짜 및 시간
52
+ )
53
+ ], IncomeStatementLineItem.prototype, "createdAt", void 0);
54
+ tslib_1.__decorate([
55
+ (0, typeorm_1.UpdateDateColumn)(),
56
+ (0, type_graphql_1.Field)({ nullable: true, description: 'The date and time when this line item was last updated' }),
57
+ tslib_1.__metadata("design:type", Date // 라인 아이템이 마지막으로 업데이트된 날짜 및 시간
58
+ )
59
+ ], IncomeStatementLineItem.prototype, "updatedAt", void 0);
60
+ tslib_1.__decorate([
61
+ (0, typeorm_1.DeleteDateColumn)(),
62
+ (0, type_graphql_1.Field)({ nullable: true, description: 'The date and time when this line item was deleted' }),
63
+ tslib_1.__metadata("design:type", Date // 라인 아이템이 삭제된 날짜 및 시간
64
+ )
65
+ ], IncomeStatementLineItem.prototype, "deletedAt", void 0);
66
+ tslib_1.__decorate([
67
+ (0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
68
+ (0, type_graphql_1.Field)(type => auth_base_1.User, { nullable: true, description: 'The user who created this line item' }),
69
+ tslib_1.__metadata("design:type", auth_base_1.User // 라인 아이템을 생성한 사용자
70
+ )
71
+ ], IncomeStatementLineItem.prototype, "creator", void 0);
72
+ tslib_1.__decorate([
73
+ (0, typeorm_1.RelationId)((lineItem) => lineItem.creator),
74
+ tslib_1.__metadata("design:type", String)
75
+ ], IncomeStatementLineItem.prototype, "creatorId", void 0);
76
+ tslib_1.__decorate([
77
+ (0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
78
+ (0, type_graphql_1.Field)(type => auth_base_1.User, { nullable: true, description: 'The user who last updated this line item' }),
79
+ tslib_1.__metadata("design:type", auth_base_1.User // 라인 아이템을 마지막으로 업데이트한 사용자
80
+ )
81
+ ], IncomeStatementLineItem.prototype, "updater", void 0);
82
+ tslib_1.__decorate([
83
+ (0, typeorm_1.RelationId)((lineItem) => lineItem.updater),
84
+ tslib_1.__metadata("design:type", String)
85
+ ], IncomeStatementLineItem.prototype, "updaterId", void 0);
86
+ exports.IncomeStatementLineItem = IncomeStatementLineItem = tslib_1.__decorate([
87
+ (0, type_graphql_1.ObjectType)({
88
+ description: 'Line item for an income statement, representing a detailed breakdown of financial accounts'
89
+ }),
90
+ (0, typeorm_1.Entity)(),
91
+ (0, typeorm_1.Index)('ix_income_statement_line_item_0', (lineItem) => [lineItem.statement, lineItem.account], {
92
+ unique: false,
93
+ where: '"deleted_at" IS NULL'
94
+ })
95
+ ], IncomeStatementLineItem);
96
+ //# sourceMappingURL=income-statement-line-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"income-statement-line-item.js","sourceRoot":"","sources":["../../../server/service/income-statement/income-statement-line-item.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n CreateDateColumn,\n UpdateDateColumn,\n DeleteDateColumn,\n Entity,\n Index,\n Column,\n RelationId,\n ManyToOne,\n PrimaryGeneratedColumn,\n VersionColumn\n} from 'typeorm'\nimport { ObjectType, Field, ID } from 'type-graphql'\n\nimport { Domain } from '@things-factory/shell'\nimport { User } from '@things-factory/auth-base'\nimport { Account } from '../account/account'\nimport { IncomeStatement } from './income-statement'\n\n@ObjectType({\n description: 'Line item for an income statement, representing a detailed breakdown of financial accounts'\n})\n@Entity()\n@Index(\n 'ix_income_statement_line_item_0',\n (lineItem: IncomeStatementLineItem) => [lineItem.statement, lineItem.account],\n {\n unique: false,\n where: '\"deleted_at\" IS NULL'\n }\n)\nexport class IncomeStatementLineItem {\n @PrimaryGeneratedColumn('uuid')\n @Field(type => ID)\n readonly id: string\n\n @ManyToOne(type => IncomeStatement, statement => statement.lineItems)\n @Field(type => IncomeStatement, { description: 'The income statement this line item belongs to' })\n statement: IncomeStatement // 해당 라인 아이템이 속한 손익계산서\n\n @RelationId((lineItem: IncomeStatementLineItem) => lineItem.statement)\n statementId: string // 손익계산서의 ID\n\n @ManyToOne(type => Account)\n @Field(type => Account, { description: 'The financial account associated with this line item' })\n account: Account // 라인 아이템에 연결된 계정\n\n @RelationId((lineItem: IncomeStatementLineItem) => lineItem.account)\n accountId: string // 계정의 ID\n\n @Column({ nullable: false })\n @Field({ nullable: false, description: 'The monetary amount associated with this account for the income statement' })\n amount: number // 계정과 관련된 금액\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Optional description or notes about this line item' })\n description?: string // 라인 아이템에 대한 선택적 설명 또는 메모\n\n @CreateDateColumn()\n @Field({ nullable: true, description: 'The date and time when this line item was created' })\n createdAt?: Date // 라인 아이템이 생성된 날짜 및 시간\n\n @UpdateDateColumn()\n @Field({ nullable: true, description: 'The date and time when this line item was last updated' })\n updatedAt?: Date // 라인 아이템이 마지막으로 업데이트된 날짜 및 시간\n\n @DeleteDateColumn()\n @Field({ nullable: true, description: 'The date and time when this line item was deleted' })\n deletedAt?: Date // 라인 아이템이 삭제된 날짜 및 시간\n\n @ManyToOne(type => User, { nullable: true })\n @Field(type => User, { nullable: true, description: 'The user who created this line item' })\n creator?: User // 라인 아이템을 생성한 사용자\n\n @RelationId((lineItem: IncomeStatementLineItem) => lineItem.creator)\n creatorId?: string // 생성자의 ID\n\n @ManyToOne(type => User, { nullable: true })\n @Field(type => User, { nullable: true, description: 'The user who last updated this line item' })\n updater?: User // 라인 아이템을 마지막으로 업데이트한 사용자\n\n @RelationId((lineItem: IncomeStatementLineItem) => lineItem.updater)\n updaterId?: string // 업데이트한 사용자의 ID\n}\n"]}
@@ -0,0 +1,10 @@
1
+ import { IncomeStatement } from './income-statement';
2
+ import { NewIncomeStatement, IncomeStatementPatch } from './income-statement-type';
3
+ export declare class IncomeStatementMutation {
4
+ createIncomeStatement(incomeStatement: NewIncomeStatement, context: ResolverContext): Promise<IncomeStatement>;
5
+ updateIncomeStatement(id: string, patch: IncomeStatementPatch, context: ResolverContext): Promise<IncomeStatement>;
6
+ updateMultipleIncomeStatement(patches: IncomeStatementPatch[], context: ResolverContext): Promise<IncomeStatement[]>;
7
+ deleteIncomeStatement(id: string, context: ResolverContext): Promise<boolean>;
8
+ deleteIncomeStatements(ids: string[], context: ResolverContext): Promise<boolean>;
9
+ importIncomeStatements(incomeStatements: IncomeStatementPatch[], context: ResolverContext): Promise<boolean>;
10
+ }
@@ -0,0 +1,136 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IncomeStatementMutation = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const type_graphql_1 = require("type-graphql");
6
+ const typeorm_1 = require("typeorm");
7
+ const shell_1 = require("@things-factory/shell");
8
+ const income_statement_1 = require("./income-statement");
9
+ const income_statement_type_1 = require("./income-statement-type");
10
+ let IncomeStatementMutation = class IncomeStatementMutation {
11
+ async createIncomeStatement(incomeStatement, context) {
12
+ const { domain, user, tx } = context.state;
13
+ const result = await (0, shell_1.getRepository)(income_statement_1.IncomeStatement, tx).save(Object.assign(Object.assign({}, incomeStatement), { domain, creator: user, updater: user }));
14
+ return result;
15
+ }
16
+ async updateIncomeStatement(id, patch, context) {
17
+ const { domain, user, tx } = context.state;
18
+ const repository = (0, shell_1.getRepository)(income_statement_1.IncomeStatement, tx);
19
+ const incomeStatement = await repository.findOne({
20
+ where: { domain: { id: domain.id }, id }
21
+ });
22
+ const result = await repository.save(Object.assign(Object.assign(Object.assign({}, incomeStatement), patch), { updater: user }));
23
+ return result;
24
+ }
25
+ async updateMultipleIncomeStatement(patches, context) {
26
+ const { domain, user, tx } = context.state;
27
+ let results = [];
28
+ const _createRecords = patches.filter((patch) => patch.cuFlag.toUpperCase() === '+');
29
+ const _updateRecords = patches.filter((patch) => patch.cuFlag.toUpperCase() === 'M');
30
+ const incomeStatementRepo = (0, shell_1.getRepository)(income_statement_1.IncomeStatement, tx);
31
+ if (_createRecords.length > 0) {
32
+ for (let i = 0; i < _createRecords.length; i++) {
33
+ const newRecord = _createRecords[i];
34
+ const result = await incomeStatementRepo.save(Object.assign(Object.assign({}, newRecord), { domain, creator: user, updater: user }));
35
+ results.push(Object.assign(Object.assign({}, result), { cuFlag: '+' }));
36
+ }
37
+ }
38
+ if (_updateRecords.length > 0) {
39
+ for (let i = 0; i < _updateRecords.length; i++) {
40
+ const updateRecord = _updateRecords[i];
41
+ const incomeStatement = await incomeStatementRepo.findOneBy({ id: updateRecord.id });
42
+ const result = await incomeStatementRepo.save(Object.assign(Object.assign(Object.assign({}, incomeStatement), updateRecord), { updater: user }));
43
+ results.push(Object.assign(Object.assign({}, result), { cuFlag: 'M' }));
44
+ }
45
+ }
46
+ return results;
47
+ }
48
+ async deleteIncomeStatement(id, context) {
49
+ const { domain, tx } = context.state;
50
+ await (0, shell_1.getRepository)(income_statement_1.IncomeStatement, tx).delete({ domain: { id: domain.id }, id });
51
+ return true;
52
+ }
53
+ async deleteIncomeStatements(ids, context) {
54
+ const { domain, tx } = context.state;
55
+ await (0, shell_1.getRepository)(income_statement_1.IncomeStatement, tx).delete({
56
+ domain: { id: domain.id },
57
+ id: (0, typeorm_1.In)(ids)
58
+ });
59
+ return true;
60
+ }
61
+ async importIncomeStatements(incomeStatements, context) {
62
+ const { domain, tx } = context.state;
63
+ await Promise.all(incomeStatements.map(async (incomeStatement) => {
64
+ const createdIncomeStatement = await tx
65
+ .getRepository(income_statement_1.IncomeStatement)
66
+ .save(Object.assign({ domain }, incomeStatement));
67
+ }));
68
+ return true;
69
+ }
70
+ };
71
+ exports.IncomeStatementMutation = IncomeStatementMutation;
72
+ tslib_1.__decorate([
73
+ (0, type_graphql_1.Directive)('@transaction'),
74
+ (0, type_graphql_1.Directive)('@privilege(category: "accounting", privilege: "mutation")'),
75
+ (0, type_graphql_1.Mutation)(returns => income_statement_1.IncomeStatement, { description: 'To create new IncomeStatement' }),
76
+ tslib_1.__param(0, (0, type_graphql_1.Arg)('incomeStatement')),
77
+ tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
78
+ tslib_1.__metadata("design:type", Function),
79
+ tslib_1.__metadata("design:paramtypes", [income_statement_type_1.NewIncomeStatement, Object]),
80
+ tslib_1.__metadata("design:returntype", Promise)
81
+ ], IncomeStatementMutation.prototype, "createIncomeStatement", null);
82
+ tslib_1.__decorate([
83
+ (0, type_graphql_1.Directive)('@transaction'),
84
+ (0, type_graphql_1.Directive)('@privilege(category: "accounting", privilege: "mutation")'),
85
+ (0, type_graphql_1.Mutation)(returns => income_statement_1.IncomeStatement, { description: 'To modify IncomeStatement information' }),
86
+ tslib_1.__param(0, (0, type_graphql_1.Arg)('id')),
87
+ tslib_1.__param(1, (0, type_graphql_1.Arg)('patch')),
88
+ tslib_1.__param(2, (0, type_graphql_1.Ctx)()),
89
+ tslib_1.__metadata("design:type", Function),
90
+ tslib_1.__metadata("design:paramtypes", [String, income_statement_type_1.IncomeStatementPatch, Object]),
91
+ tslib_1.__metadata("design:returntype", Promise)
92
+ ], IncomeStatementMutation.prototype, "updateIncomeStatement", null);
93
+ tslib_1.__decorate([
94
+ (0, type_graphql_1.Directive)('@transaction'),
95
+ (0, type_graphql_1.Directive)('@privilege(category: "accounting", privilege: "mutation")'),
96
+ (0, type_graphql_1.Mutation)(returns => [income_statement_1.IncomeStatement], { description: "To modify multiple IncomeStatements' information" }),
97
+ tslib_1.__param(0, (0, type_graphql_1.Arg)('patches', type => [income_statement_type_1.IncomeStatementPatch])),
98
+ tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
99
+ tslib_1.__metadata("design:type", Function),
100
+ tslib_1.__metadata("design:paramtypes", [Array, Object]),
101
+ tslib_1.__metadata("design:returntype", Promise)
102
+ ], IncomeStatementMutation.prototype, "updateMultipleIncomeStatement", null);
103
+ tslib_1.__decorate([
104
+ (0, type_graphql_1.Directive)('@transaction'),
105
+ (0, type_graphql_1.Directive)('@privilege(category: "accounting", privilege: "mutation")'),
106
+ (0, type_graphql_1.Mutation)(returns => Boolean, { description: 'To delete IncomeStatement' }),
107
+ tslib_1.__param(0, (0, type_graphql_1.Arg)('id')),
108
+ tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
109
+ tslib_1.__metadata("design:type", Function),
110
+ tslib_1.__metadata("design:paramtypes", [String, Object]),
111
+ tslib_1.__metadata("design:returntype", Promise)
112
+ ], IncomeStatementMutation.prototype, "deleteIncomeStatement", null);
113
+ tslib_1.__decorate([
114
+ (0, type_graphql_1.Directive)('@transaction'),
115
+ (0, type_graphql_1.Directive)('@privilege(category: "accounting", privilege: "mutation")'),
116
+ (0, type_graphql_1.Mutation)(returns => Boolean, { description: 'To delete multiple IncomeStatements' }),
117
+ tslib_1.__param(0, (0, type_graphql_1.Arg)('ids', type => [String])),
118
+ tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
119
+ tslib_1.__metadata("design:type", Function),
120
+ tslib_1.__metadata("design:paramtypes", [Array, Object]),
121
+ tslib_1.__metadata("design:returntype", Promise)
122
+ ], IncomeStatementMutation.prototype, "deleteIncomeStatements", null);
123
+ tslib_1.__decorate([
124
+ (0, type_graphql_1.Directive)('@transaction'),
125
+ (0, type_graphql_1.Directive)('@privilege(category: "accounting", privilege: "mutation")'),
126
+ (0, type_graphql_1.Mutation)(returns => Boolean, { description: 'To import multiple IncomeStatements' }),
127
+ tslib_1.__param(0, (0, type_graphql_1.Arg)('incomeStatements', type => [income_statement_type_1.IncomeStatementPatch])),
128
+ tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
129
+ tslib_1.__metadata("design:type", Function),
130
+ tslib_1.__metadata("design:paramtypes", [Array, Object]),
131
+ tslib_1.__metadata("design:returntype", Promise)
132
+ ], IncomeStatementMutation.prototype, "importIncomeStatements", null);
133
+ exports.IncomeStatementMutation = IncomeStatementMutation = tslib_1.__decorate([
134
+ (0, type_graphql_1.Resolver)(income_statement_1.IncomeStatement)
135
+ ], IncomeStatementMutation);
136
+ //# sourceMappingURL=income-statement-mutation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"income-statement-mutation.js","sourceRoot":"","sources":["../../../server/service/income-statement/income-statement-mutation.ts"],"names":[],"mappings":"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","sourcesContent":["import { Resolver, Mutation, Arg, Ctx, Directive } from 'type-graphql'\nimport { In } from 'typeorm'\nimport { getRepository } from '@things-factory/shell'\n\nimport { IncomeStatement } from './income-statement'\nimport { NewIncomeStatement, IncomeStatementPatch } from './income-statement-type'\n\n@Resolver(IncomeStatement)\nexport class IncomeStatementMutation {\n @Directive('@transaction')\n @Directive('@privilege(category: \"accounting\", privilege: \"mutation\")')\n @Mutation(returns => IncomeStatement, { description: 'To create new IncomeStatement' })\n async createIncomeStatement(\n @Arg('incomeStatement') incomeStatement: NewIncomeStatement,\n @Ctx() context: ResolverContext\n ): Promise<IncomeStatement> {\n const { domain, user, tx } = context.state\n\n const result = await getRepository(IncomeStatement, tx).save({\n ...incomeStatement,\n domain,\n creator: user,\n updater: user\n })\n\n return result\n }\n\n @Directive('@transaction')\n @Directive('@privilege(category: \"accounting\", privilege: \"mutation\")')\n @Mutation(returns => IncomeStatement, { description: 'To modify IncomeStatement information' })\n async updateIncomeStatement(\n @Arg('id') id: string,\n @Arg('patch') patch: IncomeStatementPatch,\n @Ctx() context: ResolverContext\n ): Promise<IncomeStatement> {\n const { domain, user, tx } = context.state\n\n const repository = getRepository(IncomeStatement, tx)\n const incomeStatement = await repository.findOne({\n where: { domain: { id: domain.id }, id }\n })\n\n const result = await repository.save({\n ...incomeStatement,\n ...patch,\n updater: user\n })\n\n return result\n }\n\n @Directive('@transaction')\n @Directive('@privilege(category: \"accounting\", privilege: \"mutation\")')\n @Mutation(returns => [IncomeStatement], { description: \"To modify multiple IncomeStatements' information\" })\n async updateMultipleIncomeStatement(\n @Arg('patches', type => [IncomeStatementPatch]) patches: IncomeStatementPatch[],\n @Ctx() context: ResolverContext\n ): Promise<IncomeStatement[]> {\n const { domain, user, tx } = context.state\n\n let results = []\n const _createRecords = patches.filter((patch: any) => patch.cuFlag.toUpperCase() === '+')\n const _updateRecords = patches.filter((patch: any) => patch.cuFlag.toUpperCase() === 'M')\n const incomeStatementRepo = getRepository(IncomeStatement, tx)\n\n if (_createRecords.length > 0) {\n for (let i = 0; i < _createRecords.length; i++) {\n const newRecord = _createRecords[i]\n\n const result = await incomeStatementRepo.save({\n ...newRecord,\n domain,\n creator: user,\n updater: user\n })\n\n results.push({ ...result, cuFlag: '+' })\n }\n }\n\n if (_updateRecords.length > 0) {\n for (let i = 0; i < _updateRecords.length; i++) {\n const updateRecord = _updateRecords[i]\n const incomeStatement = await incomeStatementRepo.findOneBy({ id: updateRecord.id })\n\n const result = await incomeStatementRepo.save({\n ...incomeStatement,\n ...updateRecord,\n updater: user\n })\n\n results.push({ ...result, cuFlag: 'M' })\n }\n }\n\n return results\n }\n\n @Directive('@transaction')\n @Directive('@privilege(category: \"accounting\", privilege: \"mutation\")')\n @Mutation(returns => Boolean, { description: 'To delete IncomeStatement' })\n async deleteIncomeStatement(@Arg('id') id: string, @Ctx() context: ResolverContext): Promise<boolean> {\n const { domain, tx } = context.state\n\n await getRepository(IncomeStatement, tx).delete({ domain: { id: domain.id }, id })\n\n return true\n }\n\n @Directive('@transaction')\n @Directive('@privilege(category: \"accounting\", privilege: \"mutation\")')\n @Mutation(returns => Boolean, { description: 'To delete multiple IncomeStatements' })\n async deleteIncomeStatements(\n @Arg('ids', type => [String]) ids: string[],\n @Ctx() context: ResolverContext\n ): Promise<boolean> {\n const { domain, tx } = context.state\n\n await getRepository(IncomeStatement, tx).delete({\n domain: { id: domain.id },\n id: In(ids)\n })\n\n return true\n }\n\n @Directive('@transaction')\n @Directive('@privilege(category: \"accounting\", privilege: \"mutation\")')\n @Mutation(returns => Boolean, { description: 'To import multiple IncomeStatements' })\n async importIncomeStatements(\n @Arg('incomeStatements', type => [IncomeStatementPatch]) incomeStatements: IncomeStatementPatch[],\n @Ctx() context: ResolverContext\n ): Promise<boolean> {\n const { domain, tx } = context.state\n\n await Promise.all(\n incomeStatements.map(async (incomeStatement: IncomeStatementPatch) => {\n const createdIncomeStatement: IncomeStatement = await tx\n .getRepository(IncomeStatement)\n .save({ domain, ...incomeStatement })\n })\n )\n\n return true\n }\n}\n"]}
@@ -0,0 +1,11 @@
1
+ import { Domain, ListParam } from '@things-factory/shell';
2
+ import { User } from '@things-factory/auth-base';
3
+ import { IncomeStatement } from './income-statement';
4
+ import { IncomeStatementList } from './income-statement-type';
5
+ export declare class IncomeStatementQuery {
6
+ incomeStatement(id: string, context: ResolverContext): Promise<IncomeStatement>;
7
+ incomeStatements(params: ListParam, context: ResolverContext): Promise<IncomeStatementList>;
8
+ domain(incomeStatement: IncomeStatement): Promise<Domain>;
9
+ updater(incomeStatement: IncomeStatement): Promise<User>;
10
+ creator(incomeStatement: IncomeStatement): Promise<User>;
11
+ }