@ketvietlab/ketsuite 0.1.2 → 0.1.5

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 (2615) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +15 -1
  3. package/dist/cli.d.ts +3 -0
  4. package/dist/cli.d.ts.map +1 -0
  5. package/dist/cli.js +59 -0
  6. package/dist/cli.js.map +1 -0
  7. package/dist/deployment.d.ts +5 -0
  8. package/dist/deployment.d.ts.map +1 -0
  9. package/dist/deployment.js +155 -0
  10. package/dist/deployment.js.map +1 -0
  11. package/dist/development.d.ts +8 -0
  12. package/dist/development.d.ts.map +1 -0
  13. package/dist/development.js +40 -0
  14. package/dist/development.js.map +1 -0
  15. package/dist/index.d.ts +84 -6
  16. package/dist/index.d.ts.map +1 -1
  17. package/dist/index.js +72 -6
  18. package/dist/index.js.map +1 -1
  19. package/dist/modules/account/analytics.d.ts +32 -0
  20. package/dist/modules/account/analytics.d.ts.map +1 -0
  21. package/dist/modules/account/analytics.js +457 -0
  22. package/dist/modules/account/analytics.js.map +1 -0
  23. package/dist/modules/account/assets-costing.d.ts +4 -0
  24. package/dist/modules/account/assets-costing.d.ts.map +1 -0
  25. package/dist/modules/account/assets-costing.js +1134 -0
  26. package/dist/modules/account/assets-costing.js.map +1 -0
  27. package/dist/modules/account/audit.d.ts +3 -0
  28. package/dist/modules/account/audit.d.ts.map +1 -0
  29. package/dist/modules/account/audit.js +14 -0
  30. package/dist/modules/account/audit.js.map +1 -0
  31. package/dist/modules/account/books.d.ts +4 -0
  32. package/dist/modules/account/books.d.ts.map +1 -0
  33. package/dist/modules/account/books.js +150 -0
  34. package/dist/modules/account/books.js.map +1 -0
  35. package/dist/modules/account/cash-receivables.d.ts +3 -0
  36. package/dist/modules/account/cash-receivables.d.ts.map +1 -0
  37. package/dist/modules/account/cash-receivables.js +1087 -0
  38. package/dist/modules/account/cash-receivables.js.map +1 -0
  39. package/dist/modules/account/close.d.ts +4 -0
  40. package/dist/modules/account/close.d.ts.map +1 -0
  41. package/dist/modules/account/close.js +343 -0
  42. package/dist/modules/account/close.js.map +1 -0
  43. package/dist/modules/account/date.d.ts +21 -0
  44. package/dist/modules/account/date.d.ts.map +1 -0
  45. package/dist/modules/account/date.js +70 -0
  46. package/dist/modules/account/date.js.map +1 -0
  47. package/dist/modules/account/functions.d.ts +131 -3
  48. package/dist/modules/account/functions.d.ts.map +1 -1
  49. package/dist/modules/account/functions.js +2570 -389
  50. package/dist/modules/account/functions.js.map +1 -1
  51. package/dist/modules/account/index.d.ts +1 -2
  52. package/dist/modules/account/index.d.ts.map +1 -1
  53. package/dist/modules/account/index.js +403 -8
  54. package/dist/modules/account/index.js.map +1 -1
  55. package/dist/modules/account/models.d.ts.map +1 -1
  56. package/dist/modules/account/models.js +748 -0
  57. package/dist/modules/account/models.js.map +1 -1
  58. package/dist/modules/account/money.d.ts +60 -0
  59. package/dist/modules/account/money.d.ts.map +1 -0
  60. package/dist/modules/account/money.js +237 -0
  61. package/dist/modules/account/money.js.map +1 -0
  62. package/dist/modules/account/open-items.d.ts +3 -0
  63. package/dist/modules/account/open-items.d.ts.map +1 -0
  64. package/dist/modules/account/open-items.js +390 -0
  65. package/dist/modules/account/open-items.js.map +1 -0
  66. package/dist/modules/account/opening.d.ts +3 -0
  67. package/dist/modules/account/opening.d.ts.map +1 -0
  68. package/dist/modules/account/opening.js +323 -0
  69. package/dist/modules/account/opening.js.map +1 -0
  70. package/dist/modules/account/period.d.ts +21 -0
  71. package/dist/modules/account/period.d.ts.map +1 -0
  72. package/dist/modules/account/period.js +155 -0
  73. package/dist/modules/account/period.js.map +1 -0
  74. package/dist/modules/account/relations.d.ts.map +1 -1
  75. package/dist/modules/account/relations.js +46 -0
  76. package/dist/modules/account/relations.js.map +1 -1
  77. package/dist/modules/account/reports.d.ts +4 -0
  78. package/dist/modules/account/reports.d.ts.map +1 -0
  79. package/dist/modules/account/reports.js +125 -0
  80. package/dist/modules/account/reports.js.map +1 -0
  81. package/dist/modules/account/setup.d.ts +3 -1
  82. package/dist/modules/account/setup.d.ts.map +1 -1
  83. package/dist/modules/account/setup.js +45 -160
  84. package/dist/modules/account/setup.js.map +1 -1
  85. package/dist/modules/account_activity_backend/index.d.ts.map +1 -1
  86. package/dist/modules/account_activity_backend/index.js +0 -1
  87. package/dist/modules/account_activity_backend/index.js.map +1 -1
  88. package/dist/modules/account_backend/index.js +3339 -494
  89. package/dist/modules/account_backend/index.js.map +1 -1
  90. package/dist/modules/account_backend/overview.d.ts +92 -0
  91. package/dist/modules/account_backend/overview.d.ts.map +1 -0
  92. package/dist/modules/account_backend/overview.js +257 -0
  93. package/dist/modules/account_backend/overview.js.map +1 -0
  94. package/dist/modules/account_backend/relation-control.d.ts +48 -0
  95. package/dist/modules/account_backend/relation-control.d.ts.map +1 -0
  96. package/dist/modules/account_backend/relation-control.js +67 -0
  97. package/dist/modules/account_backend/relation-control.js.map +1 -0
  98. package/dist/modules/account_backend/screens/account-defaults.d.ts +28 -0
  99. package/dist/modules/account_backend/screens/account-defaults.d.ts.map +1 -0
  100. package/dist/modules/account_backend/screens/account-defaults.js +60 -0
  101. package/dist/modules/account_backend/screens/account-defaults.js.map +1 -0
  102. package/dist/modules/account_backend/screens/account-form.d.ts +16 -0
  103. package/dist/modules/account_backend/screens/account-form.d.ts.map +1 -0
  104. package/dist/modules/account_backend/screens/account-form.js +53 -0
  105. package/dist/modules/account_backend/screens/account-form.js.map +1 -0
  106. package/dist/modules/account_backend/screens/accounting-books.d.ts +15 -0
  107. package/dist/modules/account_backend/screens/accounting-books.d.ts.map +1 -0
  108. package/dist/modules/account_backend/screens/accounting-books.js +86 -0
  109. package/dist/modules/account_backend/screens/accounting-books.js.map +1 -0
  110. package/dist/modules/account_backend/screens/accounts-list.d.ts +50 -0
  111. package/dist/modules/account_backend/screens/accounts-list.d.ts.map +1 -0
  112. package/dist/modules/account_backend/screens/accounts-list.js +66 -0
  113. package/dist/modules/account_backend/screens/accounts-list.js.map +1 -0
  114. package/dist/modules/account_backend/screens/customer-invoice-form.d.ts +13 -0
  115. package/dist/modules/account_backend/screens/customer-invoice-form.d.ts.map +1 -0
  116. package/dist/modules/account_backend/screens/customer-invoice-form.js +20 -0
  117. package/dist/modules/account_backend/screens/customer-invoice-form.js.map +1 -0
  118. package/dist/modules/account_backend/screens/customer-invoices-list.d.ts +62 -0
  119. package/dist/modules/account_backend/screens/customer-invoices-list.d.ts.map +1 -0
  120. package/dist/modules/account_backend/screens/customer-invoices-list.js +82 -0
  121. package/dist/modules/account_backend/screens/customer-invoices-list.js.map +1 -0
  122. package/dist/modules/account_backend/screens/general-ledger.d.ts +24 -0
  123. package/dist/modules/account_backend/screens/general-ledger.d.ts.map +1 -0
  124. package/dist/modules/account_backend/screens/general-ledger.js +73 -0
  125. package/dist/modules/account_backend/screens/general-ledger.js.map +1 -0
  126. package/dist/modules/account_backend/screens/index.d.ts +27 -0
  127. package/dist/modules/account_backend/screens/index.d.ts.map +1 -0
  128. package/dist/modules/account_backend/screens/index.js +27 -0
  129. package/dist/modules/account_backend/screens/index.js.map +1 -0
  130. package/dist/modules/account_backend/screens/journal-entries-list.d.ts +48 -0
  131. package/dist/modules/account_backend/screens/journal-entries-list.d.ts.map +1 -0
  132. package/dist/modules/account_backend/screens/journal-entries-list.js +58 -0
  133. package/dist/modules/account_backend/screens/journal-entries-list.js.map +1 -0
  134. package/dist/modules/account_backend/screens/journal-entry-create.d.ts +14 -0
  135. package/dist/modules/account_backend/screens/journal-entry-create.d.ts.map +1 -0
  136. package/dist/modules/account_backend/screens/journal-entry-create.js +41 -0
  137. package/dist/modules/account_backend/screens/journal-entry-create.js.map +1 -0
  138. package/dist/modules/account_backend/screens/journal-form.d.ts +15 -0
  139. package/dist/modules/account_backend/screens/journal-form.d.ts.map +1 -0
  140. package/dist/modules/account_backend/screens/journal-form.js +53 -0
  141. package/dist/modules/account_backend/screens/journal-form.js.map +1 -0
  142. package/dist/modules/account_backend/screens/journals-list.d.ts +51 -0
  143. package/dist/modules/account_backend/screens/journals-list.d.ts.map +1 -0
  144. package/dist/modules/account_backend/screens/journals-list.js +70 -0
  145. package/dist/modules/account_backend/screens/journals-list.js.map +1 -0
  146. package/dist/modules/account_backend/screens/move-detail.d.ts +26 -0
  147. package/dist/modules/account_backend/screens/move-detail.d.ts.map +1 -0
  148. package/dist/modules/account_backend/screens/move-detail.js +130 -0
  149. package/dist/modules/account_backend/screens/move-detail.js.map +1 -0
  150. package/dist/modules/account_backend/screens/opening-balances.d.ts +28 -0
  151. package/dist/modules/account_backend/screens/opening-balances.d.ts.map +1 -0
  152. package/dist/modules/account_backend/screens/opening-balances.js +96 -0
  153. package/dist/modules/account_backend/screens/opening-balances.js.map +1 -0
  154. package/dist/modules/account_backend/screens/overview.d.ts +62 -0
  155. package/dist/modules/account_backend/screens/overview.d.ts.map +1 -0
  156. package/dist/modules/account_backend/screens/overview.js +215 -0
  157. package/dist/modules/account_backend/screens/overview.js.map +1 -0
  158. package/dist/modules/account_backend/screens/partner-statement.d.ts +26 -0
  159. package/dist/modules/account_backend/screens/partner-statement.d.ts.map +1 -0
  160. package/dist/modules/account_backend/screens/partner-statement.js +82 -0
  161. package/dist/modules/account_backend/screens/partner-statement.js.map +1 -0
  162. package/dist/modules/account_backend/screens/payment-form.d.ts +14 -0
  163. package/dist/modules/account_backend/screens/payment-form.d.ts.map +1 -0
  164. package/dist/modules/account_backend/screens/payment-form.js +21 -0
  165. package/dist/modules/account_backend/screens/payment-form.js.map +1 -0
  166. package/dist/modules/account_backend/screens/payment-term-form.d.ts +25 -0
  167. package/dist/modules/account_backend/screens/payment-term-form.d.ts.map +1 -0
  168. package/dist/modules/account_backend/screens/payment-term-form.js +96 -0
  169. package/dist/modules/account_backend/screens/payment-term-form.js.map +1 -0
  170. package/dist/modules/account_backend/screens/payment-terms-list.d.ts +23 -0
  171. package/dist/modules/account_backend/screens/payment-terms-list.d.ts.map +1 -0
  172. package/dist/modules/account_backend/screens/payment-terms-list.js +104 -0
  173. package/dist/modules/account_backend/screens/payment-terms-list.js.map +1 -0
  174. package/dist/modules/account_backend/screens/payments-list.d.ts +62 -0
  175. package/dist/modules/account_backend/screens/payments-list.d.ts.map +1 -0
  176. package/dist/modules/account_backend/screens/payments-list.js +71 -0
  177. package/dist/modules/account_backend/screens/payments-list.js.map +1 -0
  178. package/dist/modules/account_backend/screens/period-closes.d.ts +21 -0
  179. package/dist/modules/account_backend/screens/period-closes.d.ts.map +1 -0
  180. package/dist/modules/account_backend/screens/period-closes.js +123 -0
  181. package/dist/modules/account_backend/screens/period-closes.js.map +1 -0
  182. package/dist/modules/account_backend/screens/shared.d.ts +16 -0
  183. package/dist/modules/account_backend/screens/shared.d.ts.map +1 -0
  184. package/dist/modules/account_backend/screens/shared.js +15 -0
  185. package/dist/modules/account_backend/screens/shared.js.map +1 -0
  186. package/dist/modules/account_backend/screens/tax-form.d.ts +14 -0
  187. package/dist/modules/account_backend/screens/tax-form.d.ts.map +1 -0
  188. package/dist/modules/account_backend/screens/tax-form.js +25 -0
  189. package/dist/modules/account_backend/screens/tax-form.js.map +1 -0
  190. package/dist/modules/account_backend/screens/taxes-list.d.ts +55 -0
  191. package/dist/modules/account_backend/screens/taxes-list.d.ts.map +1 -0
  192. package/dist/modules/account_backend/screens/taxes-list.js +83 -0
  193. package/dist/modules/account_backend/screens/taxes-list.js.map +1 -0
  194. package/dist/modules/account_backend/screens/trial-balance.d.ts +19 -0
  195. package/dist/modules/account_backend/screens/trial-balance.d.ts.map +1 -0
  196. package/dist/modules/account_backend/screens/trial-balance.js +75 -0
  197. package/dist/modules/account_backend/screens/trial-balance.js.map +1 -0
  198. package/dist/modules/account_backend/screens/vendor-bill-form.d.ts +13 -0
  199. package/dist/modules/account_backend/screens/vendor-bill-form.d.ts.map +1 -0
  200. package/dist/modules/account_backend/screens/vendor-bill-form.js +20 -0
  201. package/dist/modules/account_backend/screens/vendor-bill-form.js.map +1 -0
  202. package/dist/modules/account_backend/screens/vendor-bills-list.d.ts +62 -0
  203. package/dist/modules/account_backend/screens/vendor-bills-list.d.ts.map +1 -0
  204. package/dist/modules/account_backend/screens/vendor-bills-list.js +84 -0
  205. package/dist/modules/account_backend/screens/vendor-bills-list.js.map +1 -0
  206. package/dist/modules/account_mail_backend/index.d.ts.map +1 -1
  207. package/dist/modules/account_mail_backend/index.js +0 -1
  208. package/dist/modules/account_mail_backend/index.js.map +1 -1
  209. package/dist/modules/account_partner/index.js +0 -2
  210. package/dist/modules/account_partner/index.js.map +1 -1
  211. package/dist/modules/account_partner_backend/index.d.ts +1 -1
  212. package/dist/modules/account_partner_backend/index.d.ts.map +1 -1
  213. package/dist/modules/account_partner_backend/index.js +2 -3
  214. package/dist/modules/account_partner_backend/index.js.map +1 -1
  215. package/dist/modules/account_partner_backend/routes.d.ts.map +1 -1
  216. package/dist/modules/account_partner_backend/routes.js +19 -25
  217. package/dist/modules/account_partner_backend/routes.js.map +1 -1
  218. package/dist/modules/account_partner_backend/screens/accounting-terms.d.ts +20 -0
  219. package/dist/modules/account_partner_backend/screens/accounting-terms.d.ts.map +1 -0
  220. package/dist/modules/account_partner_backend/screens/accounting-terms.js +63 -0
  221. package/dist/modules/account_partner_backend/screens/accounting-terms.js.map +1 -0
  222. package/dist/modules/account_partner_backend/screens/index.d.ts +2 -0
  223. package/dist/modules/account_partner_backend/screens/index.d.ts.map +1 -0
  224. package/dist/modules/account_partner_backend/screens/index.js +2 -0
  225. package/dist/modules/account_partner_backend/screens/index.js.map +1 -0
  226. package/dist/modules/account_staff_channel/channel-routes.d.ts +2 -0
  227. package/dist/modules/account_staff_channel/channel-routes.d.ts.map +1 -0
  228. package/dist/modules/account_staff_channel/channel-routes.js +776 -0
  229. package/dist/modules/account_staff_channel/channel-routes.js.map +1 -0
  230. package/dist/modules/account_staff_channel/functions.d.ts.map +1 -0
  231. package/dist/modules/account_staff_channel/functions.js +143 -0
  232. package/dist/modules/account_staff_channel/functions.js.map +1 -0
  233. package/dist/modules/account_staff_channel/index.d.ts +5 -0
  234. package/dist/modules/account_staff_channel/index.d.ts.map +1 -0
  235. package/dist/modules/account_staff_channel/index.js +42 -0
  236. package/dist/modules/account_staff_channel/index.js.map +1 -0
  237. package/dist/modules/account_staff_channel/models.d.ts.map +1 -0
  238. package/dist/modules/account_staff_channel/models.js +30 -0
  239. package/dist/modules/account_staff_channel/models.js.map +1 -0
  240. package/dist/modules/activity/index.d.ts.map +1 -1
  241. package/dist/modules/activity/index.js +0 -1
  242. package/dist/modules/activity/index.js.map +1 -1
  243. package/dist/modules/activity_backend/index.d.ts +1 -1
  244. package/dist/modules/activity_backend/index.d.ts.map +1 -1
  245. package/dist/modules/activity_backend/index.js +3 -12
  246. package/dist/modules/activity_backend/index.js.map +1 -1
  247. package/dist/modules/activity_backend/routes.d.ts.map +1 -1
  248. package/dist/modules/activity_backend/routes.js +36 -22
  249. package/dist/modules/activity_backend/routes.js.map +1 -1
  250. package/dist/modules/activity_backend/screens/activities-list.d.ts +15 -0
  251. package/dist/modules/activity_backend/screens/activities-list.d.ts.map +1 -0
  252. package/dist/modules/activity_backend/screens/activities-list.js +40 -0
  253. package/dist/modules/activity_backend/screens/activities-list.js.map +1 -0
  254. package/dist/modules/activity_backend/screens/index.d.ts +2 -0
  255. package/dist/modules/activity_backend/screens/index.d.ts.map +1 -0
  256. package/dist/modules/activity_backend/screens/index.js +2 -0
  257. package/dist/modules/activity_backend/screens/index.js.map +1 -0
  258. package/dist/modules/address/data/VN/NOTICE.md +1 -1
  259. package/dist/modules/address/index.d.ts.map +1 -1
  260. package/dist/modules/address/index.js +0 -1
  261. package/dist/modules/address/index.js.map +1 -1
  262. package/dist/modules/address_backend/index.d.ts +1 -1
  263. package/dist/modules/address_backend/index.d.ts.map +1 -1
  264. package/dist/modules/address_backend/index.js +1 -3
  265. package/dist/modules/address_backend/index.js.map +1 -1
  266. package/dist/modules/address_backend/routes.d.ts.map +1 -1
  267. package/dist/modules/address_backend/routes.js +20 -27
  268. package/dist/modules/address_backend/routes.js.map +1 -1
  269. package/dist/modules/address_backend/screens/catalogs-list.d.ts +14 -0
  270. package/dist/modules/address_backend/screens/catalogs-list.d.ts.map +1 -0
  271. package/dist/modules/address_backend/screens/catalogs-list.js +38 -0
  272. package/dist/modules/address_backend/screens/catalogs-list.js.map +1 -0
  273. package/dist/modules/address_backend/screens/country-browser.d.ts +12 -0
  274. package/dist/modules/address_backend/screens/country-browser.d.ts.map +1 -0
  275. package/dist/modules/address_backend/screens/country-browser.js +74 -0
  276. package/dist/modules/address_backend/screens/country-browser.js.map +1 -0
  277. package/dist/modules/address_backend/screens/index.d.ts +4 -0
  278. package/dist/modules/address_backend/screens/index.d.ts.map +1 -0
  279. package/dist/modules/address_backend/screens/index.js +3 -0
  280. package/dist/modules/address_backend/screens/index.js.map +1 -0
  281. package/dist/modules/address_backend/screens/types.d.ts +20 -0
  282. package/dist/modules/address_backend/screens/types.d.ts.map +1 -0
  283. package/dist/modules/address_backend/screens/types.js.map +1 -0
  284. package/dist/modules/attendance/channel-routes.d.ts +2 -0
  285. package/dist/modules/attendance/channel-routes.d.ts.map +1 -0
  286. package/dist/modules/attendance/channel-routes.js +223 -0
  287. package/dist/modules/attendance/channel-routes.js.map +1 -0
  288. package/dist/modules/attendance/functions.d.ts.map +1 -1
  289. package/dist/modules/attendance/functions.js +171 -22
  290. package/dist/modules/attendance/functions.js.map +1 -1
  291. package/dist/modules/attendance/index.d.ts.map +1 -1
  292. package/dist/modules/attendance/index.js +4 -2
  293. package/dist/modules/attendance/index.js.map +1 -1
  294. package/dist/modules/attendance/messages.d.ts +6 -0
  295. package/dist/modules/attendance/messages.d.ts.map +1 -1
  296. package/dist/modules/attendance/messages.js +6 -0
  297. package/dist/modules/attendance/messages.js.map +1 -1
  298. package/dist/modules/attendance/models.d.ts.map +1 -1
  299. package/dist/modules/attendance/models.js +1 -0
  300. package/dist/modules/attendance/models.js.map +1 -1
  301. package/dist/modules/attendance_backend/index.d.ts +3 -1
  302. package/dist/modules/attendance_backend/index.d.ts.map +1 -1
  303. package/dist/modules/attendance_backend/index.js +65 -4
  304. package/dist/modules/attendance_backend/index.js.map +1 -1
  305. package/dist/modules/attendance_backend/routes.d.ts.map +1 -1
  306. package/dist/modules/attendance_backend/routes.js +240 -53
  307. package/dist/modules/attendance_backend/routes.js.map +1 -1
  308. package/dist/modules/attendance_backend/screens/credentials.d.ts +32 -0
  309. package/dist/modules/attendance_backend/screens/credentials.d.ts.map +1 -0
  310. package/dist/modules/attendance_backend/screens/credentials.js +84 -0
  311. package/dist/modules/attendance_backend/screens/credentials.js.map +1 -0
  312. package/dist/modules/attendance_backend/screens/index.d.ts +4 -0
  313. package/dist/modules/attendance_backend/screens/index.d.ts.map +1 -0
  314. package/dist/modules/attendance_backend/screens/index.js +4 -0
  315. package/dist/modules/attendance_backend/screens/index.js.map +1 -0
  316. package/dist/modules/attendance_backend/screens/my-work.d.ts +35 -0
  317. package/dist/modules/attendance_backend/screens/my-work.d.ts.map +1 -0
  318. package/dist/modules/attendance_backend/screens/my-work.js +189 -0
  319. package/dist/modules/attendance_backend/screens/my-work.js.map +1 -0
  320. package/dist/modules/attendance_backend/screens/period.d.ts +22 -0
  321. package/dist/modules/attendance_backend/screens/period.d.ts.map +1 -0
  322. package/dist/modules/attendance_backend/screens/period.js +85 -0
  323. package/dist/modules/attendance_backend/screens/period.js.map +1 -0
  324. package/dist/modules/attendance_backend/screens.d.ts +0 -4
  325. package/dist/modules/attendance_backend/screens.d.ts.map +1 -1
  326. package/dist/modules/attendance_backend/screens.js +1 -209
  327. package/dist/modules/attendance_backend/screens.js.map +1 -1
  328. package/dist/modules/backend/catalogue.d.ts.map +1 -1
  329. package/dist/modules/backend/catalogue.js +53 -115
  330. package/dist/modules/backend/catalogue.js.map +1 -1
  331. package/dist/modules/backend/chart.d.ts +42 -0
  332. package/dist/modules/backend/chart.d.ts.map +1 -0
  333. package/dist/modules/backend/chart.js +39 -0
  334. package/dist/modules/backend/chart.js.map +1 -0
  335. package/dist/modules/backend/design/HANDOFF.md +118 -38
  336. package/dist/modules/backend/design/auth.css +463 -0
  337. package/dist/modules/backend/design/brand/logo-dark.png +0 -0
  338. package/dist/modules/backend/design/brand/logo-light.png +0 -0
  339. package/dist/modules/backend/design/charts.css +229 -0
  340. package/dist/modules/backend/design/client/chart.d.mts +31 -0
  341. package/dist/modules/backend/design/client/chart.d.mts.map +1 -0
  342. package/dist/modules/backend/design/client/chart.mjs +23 -0
  343. package/dist/modules/backend/design/client/chart.mjs.map +7 -0
  344. package/dist/modules/backend/design/client/relation-select.d.mts +6 -1
  345. package/dist/modules/backend/design/client/relation-select.d.mts.map +1 -1
  346. package/dist/modules/backend/design/client/relation-select.mjs +2 -7
  347. package/dist/modules/backend/design/client/relation-select.mjs.map +7 -1
  348. package/dist/modules/backend/design/client/table-selection.d.mts +7 -0
  349. package/dist/modules/backend/design/client/table-selection.d.mts.map +1 -0
  350. package/dist/modules/backend/design/client/table-selection.mjs +2 -0
  351. package/dist/modules/backend/design/client/table-selection.mjs.map +7 -0
  352. package/dist/modules/backend/design/content.css +809 -0
  353. package/dist/modules/backend/design/controls.css +451 -0
  354. package/dist/modules/backend/design/design-system.css +2 -0
  355. package/dist/modules/backend/design/forms.css +1156 -0
  356. package/dist/modules/backend/design/foundation.css +423 -0
  357. package/dist/modules/backend/design/lists.css +1462 -0
  358. package/dist/modules/backend/design/record.css +526 -0
  359. package/dist/modules/backend/design/responsive.css +326 -0
  360. package/dist/modules/backend/design/tokens.css +317 -92
  361. package/dist/modules/backend/forms.d.ts +38 -1
  362. package/dist/modules/backend/forms.d.ts.map +1 -1
  363. package/dist/modules/backend/forms.js +29 -0
  364. package/dist/modules/backend/forms.js.map +1 -1
  365. package/dist/modules/backend/index.d.ts +14 -6
  366. package/dist/modules/backend/index.d.ts.map +1 -1
  367. package/dist/modules/backend/index.js +33 -16
  368. package/dist/modules/backend/index.js.map +1 -1
  369. package/dist/modules/backend/islands.d.ts.map +1 -1
  370. package/dist/modules/backend/islands.js +22 -4
  371. package/dist/modules/backend/islands.js.map +1 -1
  372. package/dist/modules/backend/joints.d.ts +1 -1
  373. package/dist/modules/backend/joints.d.ts.map +1 -1
  374. package/dist/modules/backend/joints.js +14 -6
  375. package/dist/modules/backend/joints.js.map +1 -1
  376. package/dist/modules/backend/list-search.d.ts +33 -0
  377. package/dist/modules/backend/list-search.d.ts.map +1 -0
  378. package/dist/modules/backend/list-search.js +232 -0
  379. package/dist/modules/backend/list-search.js.map +1 -0
  380. package/dist/modules/backend/menus.d.ts.map +1 -1
  381. package/dist/modules/backend/menus.js +3 -12
  382. package/dist/modules/backend/menus.js.map +1 -1
  383. package/dist/modules/backend/messages.d.ts +1 -1
  384. package/dist/modules/backend/messages.d.ts.map +1 -1
  385. package/dist/modules/backend/messages.js +86 -35
  386. package/dist/modules/backend/messages.js.map +1 -1
  387. package/dist/modules/backend/paging.d.ts +1 -1
  388. package/dist/modules/backend/paging.d.ts.map +1 -1
  389. package/dist/modules/backend/paging.js +1 -1
  390. package/dist/modules/backend/paging.js.map +1 -1
  391. package/dist/modules/backend/relation-select.d.ts +2 -57
  392. package/dist/modules/backend/relation-select.d.ts.map +1 -1
  393. package/dist/modules/backend/relation-select.js +2 -0
  394. package/dist/modules/backend/relation-select.js.map +1 -1
  395. package/dist/modules/backend/routes.d.ts +1 -8
  396. package/dist/modules/backend/routes.d.ts.map +1 -1
  397. package/dist/modules/backend/routes.js +36 -111
  398. package/dist/modules/backend/routes.js.map +1 -1
  399. package/dist/modules/backend/screen.d.ts +130 -0
  400. package/dist/modules/backend/screen.d.ts.map +1 -0
  401. package/dist/modules/backend/screen.js +205 -0
  402. package/dist/modules/backend/screen.js.map +1 -0
  403. package/dist/modules/backend/screens.d.ts +11 -14
  404. package/dist/modules/backend/screens.d.ts.map +1 -1
  405. package/dist/modules/backend/screens.js +13 -70
  406. package/dist/modules/backend/screens.js.map +1 -1
  407. package/dist/modules/business_report_staff_channel/channel-routes.d.ts +2 -0
  408. package/dist/modules/business_report_staff_channel/channel-routes.d.ts.map +1 -0
  409. package/dist/modules/business_report_staff_channel/channel-routes.js +438 -0
  410. package/dist/modules/business_report_staff_channel/channel-routes.js.map +1 -0
  411. package/dist/modules/business_report_staff_channel/index.d.ts +5 -0
  412. package/dist/modules/business_report_staff_channel/index.d.ts.map +1 -0
  413. package/dist/modules/business_report_staff_channel/index.js +18 -0
  414. package/dist/modules/business_report_staff_channel/index.js.map +1 -0
  415. package/dist/modules/calendar/index.d.ts.map +1 -1
  416. package/dist/modules/calendar/index.js +0 -1
  417. package/dist/modules/calendar/index.js.map +1 -1
  418. package/dist/modules/calendar/recurrence.d.ts.map +1 -1
  419. package/dist/modules/calendar/recurrence.js +3 -11
  420. package/dist/modules/calendar/recurrence.js.map +1 -1
  421. package/dist/modules/calendar_activity/index.d.ts.map +1 -1
  422. package/dist/modules/calendar_activity/index.js +0 -2
  423. package/dist/modules/calendar_activity/index.js.map +1 -1
  424. package/dist/modules/calendar_backend/index.d.ts +1 -1
  425. package/dist/modules/calendar_backend/index.d.ts.map +1 -1
  426. package/dist/modules/calendar_backend/index.js +1 -3
  427. package/dist/modules/calendar_backend/index.js.map +1 -1
  428. package/dist/modules/calendar_backend/routes.d.ts.map +1 -1
  429. package/dist/modules/calendar_backend/routes.js +10 -22
  430. package/dist/modules/calendar_backend/routes.js.map +1 -1
  431. package/dist/modules/calendar_backend/screens/calendar.d.ts +5 -0
  432. package/dist/modules/calendar_backend/screens/calendar.d.ts.map +1 -0
  433. package/dist/modules/calendar_backend/screens/calendar.js +10 -0
  434. package/dist/modules/calendar_backend/screens/calendar.js.map +1 -0
  435. package/dist/modules/calendar_backend/screens/index.d.ts +2 -0
  436. package/dist/modules/calendar_backend/screens/index.d.ts.map +1 -0
  437. package/dist/modules/calendar_backend/screens/index.js +2 -0
  438. package/dist/modules/calendar_backend/screens/index.js.map +1 -0
  439. package/dist/modules/calendar_mail_transport/index.d.ts.map +1 -1
  440. package/dist/modules/calendar_mail_transport/index.js +0 -2
  441. package/dist/modules/calendar_mail_transport/index.js.map +1 -1
  442. package/dist/modules/channel_api/core.d.ts +283 -0
  443. package/dist/modules/channel_api/core.d.ts.map +1 -0
  444. package/dist/modules/channel_api/core.js +615 -0
  445. package/dist/modules/channel_api/core.js.map +1 -0
  446. package/dist/modules/channel_api/customer.d.ts +21 -0
  447. package/dist/modules/channel_api/customer.d.ts.map +1 -0
  448. package/dist/modules/channel_api/customer.js +368 -0
  449. package/dist/modules/channel_api/customer.js.map +1 -0
  450. package/dist/modules/channel_api/index.d.ts +6 -0
  451. package/dist/modules/channel_api/index.d.ts.map +1 -0
  452. package/dist/modules/channel_api/index.js +66 -0
  453. package/dist/modules/channel_api/index.js.map +1 -0
  454. package/dist/modules/channel_api/openapi.d.ts +17 -0
  455. package/dist/modules/channel_api/openapi.d.ts.map +1 -0
  456. package/dist/modules/channel_api/openapi.js +105 -0
  457. package/dist/modules/channel_api/openapi.js.map +1 -0
  458. package/dist/modules/channel_api/staff.d.ts +7 -0
  459. package/dist/modules/channel_api/staff.d.ts.map +1 -0
  460. package/dist/modules/channel_api/staff.js +209 -0
  461. package/dist/modules/channel_api/staff.js.map +1 -0
  462. package/dist/modules/company/functions.d.ts.map +1 -1
  463. package/dist/modules/company/functions.js +93 -12
  464. package/dist/modules/company/functions.js.map +1 -1
  465. package/dist/modules/company/index.js +3 -3
  466. package/dist/modules/company/index.js.map +1 -1
  467. package/dist/modules/company/messages.d.ts +8 -0
  468. package/dist/modules/company/messages.d.ts.map +1 -1
  469. package/dist/modules/company/messages.js +8 -0
  470. package/dist/modules/company/messages.js.map +1 -1
  471. package/dist/modules/company/models.d.ts +2 -2
  472. package/dist/modules/company/models.d.ts.map +1 -1
  473. package/dist/modules/company/models.js +12 -2
  474. package/dist/modules/company/models.js.map +1 -1
  475. package/dist/modules/company_backend/index.d.ts +2 -1
  476. package/dist/modules/company_backend/index.d.ts.map +1 -1
  477. package/dist/modules/company_backend/index.js +25 -4
  478. package/dist/modules/company_backend/index.js.map +1 -1
  479. package/dist/modules/company_backend/routes.d.ts.map +1 -1
  480. package/dist/modules/company_backend/routes.js +314 -96
  481. package/dist/modules/company_backend/routes.js.map +1 -1
  482. package/dist/modules/company_backend/screens/branch-form.d.ts +18 -0
  483. package/dist/modules/company_backend/screens/branch-form.d.ts.map +1 -0
  484. package/dist/modules/company_backend/screens/branch-form.js +63 -0
  485. package/dist/modules/company_backend/screens/branch-form.js.map +1 -0
  486. package/dist/modules/company_backend/screens/companies-list.d.ts +18 -0
  487. package/dist/modules/company_backend/screens/companies-list.d.ts.map +1 -0
  488. package/dist/modules/company_backend/screens/companies-list.js +49 -0
  489. package/dist/modules/company_backend/screens/companies-list.js.map +1 -0
  490. package/dist/modules/company_backend/screens/company-form.d.ts +25 -0
  491. package/dist/modules/company_backend/screens/company-form.d.ts.map +1 -0
  492. package/dist/modules/company_backend/screens/company-form.js +159 -0
  493. package/dist/modules/company_backend/screens/company-form.js.map +1 -0
  494. package/dist/modules/company_backend/screens/context.d.ts +30 -0
  495. package/dist/modules/company_backend/screens/context.d.ts.map +1 -0
  496. package/dist/modules/company_backend/screens/context.js +48 -0
  497. package/dist/modules/company_backend/screens/context.js.map +1 -0
  498. package/dist/modules/company_backend/screens/hierarchy.d.ts +16 -0
  499. package/dist/modules/company_backend/screens/hierarchy.d.ts.map +1 -0
  500. package/dist/modules/company_backend/screens/hierarchy.js +41 -0
  501. package/dist/modules/company_backend/screens/hierarchy.js.map +1 -0
  502. package/dist/modules/company_backend/screens/index.d.ts +7 -0
  503. package/dist/modules/company_backend/screens/index.d.ts.map +1 -0
  504. package/dist/modules/company_backend/screens/index.js +6 -0
  505. package/dist/modules/company_backend/screens/index.js.map +1 -0
  506. package/dist/modules/company_backend/screens/types.d.ts +22 -0
  507. package/dist/modules/company_backend/screens/types.d.ts.map +1 -0
  508. package/dist/modules/company_backend/screens/types.js +2 -0
  509. package/dist/modules/company_backend/screens/types.js.map +1 -0
  510. package/dist/modules/crm/functions.d.ts +1 -1
  511. package/dist/modules/crm/functions.d.ts.map +1 -1
  512. package/dist/modules/crm/functions.js +534 -75
  513. package/dist/modules/crm/functions.js.map +1 -1
  514. package/dist/modules/crm/index.d.ts +2 -1
  515. package/dist/modules/crm/index.d.ts.map +1 -1
  516. package/dist/modules/crm/index.js +3 -4
  517. package/dist/modules/crm/index.js.map +1 -1
  518. package/dist/modules/crm/jobs.d.ts +10 -0
  519. package/dist/modules/crm/jobs.d.ts.map +1 -1
  520. package/dist/modules/crm/jobs.js +50 -1
  521. package/dist/modules/crm/jobs.js.map +1 -1
  522. package/dist/modules/crm/messages.d.ts +14 -1
  523. package/dist/modules/crm/messages.d.ts.map +1 -1
  524. package/dist/modules/crm/messages.js +26 -0
  525. package/dist/modules/crm/messages.js.map +1 -1
  526. package/dist/modules/crm/models.d.ts.map +1 -1
  527. package/dist/modules/crm/models.js +25 -0
  528. package/dist/modules/crm/models.js.map +1 -1
  529. package/dist/modules/crm/operations.d.ts +110 -1
  530. package/dist/modules/crm/operations.d.ts.map +1 -1
  531. package/dist/modules/crm/operations.js +612 -84
  532. package/dist/modules/crm/operations.js.map +1 -1
  533. package/dist/modules/crm_backend/client/crm-kanban-view.d.mts.map +1 -1
  534. package/dist/modules/crm_backend/client/crm-kanban-view.mjs +132 -32
  535. package/dist/modules/crm_backend/client/crm-kanban-view.mjs.map +1 -1
  536. package/dist/modules/crm_backend/client/crm.css +398 -63
  537. package/dist/modules/crm_backend/index.d.ts.map +1 -1
  538. package/dist/modules/crm_backend/index.js +12 -4
  539. package/dist/modules/crm_backend/index.js.map +1 -1
  540. package/dist/modules/crm_backend/messages.d.ts +212 -0
  541. package/dist/modules/crm_backend/messages.d.ts.map +1 -1
  542. package/dist/modules/crm_backend/messages.js +212 -0
  543. package/dist/modules/crm_backend/messages.js.map +1 -1
  544. package/dist/modules/crm_backend/relation-control.d.ts +51 -0
  545. package/dist/modules/crm_backend/relation-control.d.ts.map +1 -0
  546. package/dist/modules/crm_backend/relation-control.js +107 -0
  547. package/dist/modules/crm_backend/relation-control.js.map +1 -0
  548. package/dist/modules/crm_backend/routes.d.ts.map +1 -1
  549. package/dist/modules/crm_backend/routes.js +1068 -260
  550. package/dist/modules/crm_backend/routes.js.map +1 -1
  551. package/dist/modules/crm_backend/screens/activity-planner.d.ts +22 -0
  552. package/dist/modules/crm_backend/screens/activity-planner.d.ts.map +1 -0
  553. package/dist/modules/crm_backend/screens/activity-planner.js +159 -0
  554. package/dist/modules/crm_backend/screens/activity-planner.js.map +1 -0
  555. package/dist/modules/crm_backend/screens/case-create.d.ts +15 -0
  556. package/dist/modules/crm_backend/screens/case-create.d.ts.map +1 -0
  557. package/dist/modules/crm_backend/screens/case-create.js +19 -0
  558. package/dist/modules/crm_backend/screens/case-create.js.map +1 -0
  559. package/dist/modules/crm_backend/screens/case-detail.d.ts +46 -0
  560. package/dist/modules/crm_backend/screens/case-detail.d.ts.map +1 -0
  561. package/dist/modules/crm_backend/screens/case-detail.js +506 -0
  562. package/dist/modules/crm_backend/screens/case-detail.js.map +1 -0
  563. package/dist/modules/crm_backend/screens/cases-list.d.ts +16 -0
  564. package/dist/modules/crm_backend/screens/cases-list.d.ts.map +1 -0
  565. package/dist/modules/crm_backend/screens/cases-list.js +86 -0
  566. package/dist/modules/crm_backend/screens/cases-list.js.map +1 -0
  567. package/dist/modules/crm_backend/screens/configuration.d.ts +28 -0
  568. package/dist/modules/crm_backend/screens/configuration.d.ts.map +1 -0
  569. package/dist/modules/crm_backend/screens/configuration.js +115 -0
  570. package/dist/modules/crm_backend/screens/configuration.js.map +1 -0
  571. package/dist/modules/crm_backend/screens/index.d.ts +14 -0
  572. package/dist/modules/crm_backend/screens/index.d.ts.map +1 -0
  573. package/dist/modules/crm_backend/screens/index.js +8 -0
  574. package/dist/modules/crm_backend/screens/index.js.map +1 -0
  575. package/dist/modules/crm_backend/screens/leaderboard.d.ts +12 -0
  576. package/dist/modules/crm_backend/screens/leaderboard.d.ts.map +1 -0
  577. package/dist/modules/crm_backend/screens/leaderboard.js +89 -0
  578. package/dist/modules/crm_backend/screens/leaderboard.js.map +1 -0
  579. package/dist/modules/crm_backend/screens/pipeline.d.ts +21 -0
  580. package/dist/modules/crm_backend/screens/pipeline.d.ts.map +1 -0
  581. package/dist/modules/crm_backend/screens/pipeline.js +22 -0
  582. package/dist/modules/crm_backend/screens/pipeline.js.map +1 -0
  583. package/dist/modules/crm_sale/index.d.ts.map +1 -1
  584. package/dist/modules/crm_sale/index.js +3 -4
  585. package/dist/modules/crm_sale/index.js.map +1 -1
  586. package/dist/modules/crm_sale/messages.d.ts +3 -1
  587. package/dist/modules/crm_sale/messages.d.ts.map +1 -1
  588. package/dist/modules/crm_sale/messages.js +4 -0
  589. package/dist/modules/crm_sale/messages.js.map +1 -1
  590. package/dist/modules/crm_sale/sale-functions.d.ts +8 -1
  591. package/dist/modules/crm_sale/sale-functions.d.ts.map +1 -1
  592. package/dist/modules/crm_sale/sale-functions.js +184 -55
  593. package/dist/modules/crm_sale/sale-functions.js.map +1 -1
  594. package/dist/modules/crm_staff_channel/channel-routes.d.ts +2 -0
  595. package/dist/modules/crm_staff_channel/channel-routes.d.ts.map +1 -0
  596. package/dist/modules/crm_staff_channel/channel-routes.js +777 -0
  597. package/dist/modules/crm_staff_channel/channel-routes.js.map +1 -0
  598. package/dist/modules/crm_staff_channel/index.d.ts +5 -0
  599. package/dist/modules/crm_staff_channel/index.d.ts.map +1 -0
  600. package/dist/modules/crm_staff_channel/index.js +30 -0
  601. package/dist/modules/crm_staff_channel/index.js.map +1 -0
  602. package/dist/modules/crm_website/functions.d.ts.map +1 -1
  603. package/dist/modules/crm_website/functions.js +89 -10
  604. package/dist/modules/crm_website/functions.js.map +1 -1
  605. package/dist/modules/crm_website/index.js +1 -2
  606. package/dist/modules/crm_website/index.js.map +1 -1
  607. package/dist/modules/crm_website/messages.d.ts +4 -1
  608. package/dist/modules/crm_website/messages.d.ts.map +1 -1
  609. package/dist/modules/crm_website/messages.js +6 -0
  610. package/dist/modules/crm_website/messages.js.map +1 -1
  611. package/dist/modules/crm_website/models.d.ts.map +1 -1
  612. package/dist/modules/crm_website/models.js +18 -0
  613. package/dist/modules/crm_website/models.js.map +1 -1
  614. package/dist/modules/crm_website/routes.d.ts.map +1 -1
  615. package/dist/modules/crm_website/routes.js +44 -12
  616. package/dist/modules/crm_website/routes.js.map +1 -1
  617. package/dist/modules/crm_website/screens.d.ts +7 -1
  618. package/dist/modules/crm_website/screens.d.ts.map +1 -1
  619. package/dist/modules/crm_website/screens.js +13 -8
  620. package/dist/modules/crm_website/screens.js.map +1 -1
  621. package/dist/modules/flow/functions.d.ts +3 -0
  622. package/dist/modules/flow/functions.d.ts.map +1 -0
  623. package/dist/modules/flow/functions.js +1876 -0
  624. package/dist/modules/flow/functions.js.map +1 -0
  625. package/dist/modules/flow/index.d.ts +12 -0
  626. package/dist/modules/flow/index.d.ts.map +1 -0
  627. package/dist/modules/flow/index.js +30 -0
  628. package/dist/modules/flow/index.js.map +1 -0
  629. package/dist/modules/flow/jobs.d.ts +3 -0
  630. package/dist/modules/flow/jobs.d.ts.map +1 -0
  631. package/dist/modules/flow/jobs.js +136 -0
  632. package/dist/modules/flow/jobs.js.map +1 -0
  633. package/dist/modules/flow/membership.d.ts +72 -0
  634. package/dist/modules/flow/membership.d.ts.map +1 -0
  635. package/dist/modules/flow/membership.js +182 -0
  636. package/dist/modules/flow/membership.js.map +1 -0
  637. package/dist/modules/flow/messages.d.ts +79 -0
  638. package/dist/modules/flow/messages.d.ts.map +1 -0
  639. package/dist/modules/flow/messages.js +152 -0
  640. package/dist/modules/flow/messages.js.map +1 -0
  641. package/dist/modules/flow/models.d.ts +3 -0
  642. package/dist/modules/flow/models.d.ts.map +1 -0
  643. package/dist/modules/flow/models.js +453 -0
  644. package/dist/modules/flow/models.js.map +1 -0
  645. package/dist/modules/flow/operations.d.ts +414 -0
  646. package/dist/modules/flow/operations.d.ts.map +1 -0
  647. package/dist/modules/flow/operations.js +1671 -0
  648. package/dist/modules/flow/operations.js.map +1 -0
  649. package/dist/modules/flow/pages.d.ts +146 -0
  650. package/dist/modules/flow/pages.d.ts.map +1 -0
  651. package/dist/modules/flow/pages.js +394 -0
  652. package/dist/modules/flow/pages.js.map +1 -0
  653. package/dist/modules/flow/projects.d.ts +41 -0
  654. package/dist/modules/flow/projects.d.ts.map +1 -0
  655. package/dist/modules/flow/projects.js +74 -0
  656. package/dist/modules/flow/projects.js.map +1 -0
  657. package/dist/modules/flow/search.d.ts +57 -0
  658. package/dist/modules/flow/search.d.ts.map +1 -0
  659. package/dist/modules/flow/search.js +110 -0
  660. package/dist/modules/flow/search.js.map +1 -0
  661. package/dist/modules/flow/types.d.ts +17 -0
  662. package/dist/modules/flow/types.d.ts.map +1 -0
  663. package/dist/modules/flow/types.js +13 -0
  664. package/dist/modules/flow/types.js.map +1 -0
  665. package/dist/modules/flow_backend/functions.d.ts +3 -0
  666. package/dist/modules/flow_backend/functions.d.ts.map +1 -0
  667. package/dist/modules/flow_backend/functions.js +162 -0
  668. package/dist/modules/flow_backend/functions.js.map +1 -0
  669. package/dist/modules/flow_backend/index.d.ts +3 -0
  670. package/dist/modules/flow_backend/index.d.ts.map +1 -0
  671. package/dist/modules/flow_backend/index.js +96 -0
  672. package/dist/modules/flow_backend/index.js.map +1 -0
  673. package/dist/modules/flow_backend/islands.d.ts +3 -0
  674. package/dist/modules/flow_backend/islands.d.ts.map +1 -0
  675. package/dist/modules/flow_backend/islands.js +31 -0
  676. package/dist/modules/flow_backend/islands.js.map +1 -0
  677. package/dist/modules/flow_backend/messages.d.ts +248 -0
  678. package/dist/modules/flow_backend/messages.d.ts.map +1 -0
  679. package/dist/modules/flow_backend/messages.js +470 -0
  680. package/dist/modules/flow_backend/messages.js.map +1 -0
  681. package/dist/modules/flow_backend/relation-control.d.ts +53 -0
  682. package/dist/modules/flow_backend/relation-control.d.ts.map +1 -0
  683. package/dist/modules/flow_backend/relation-control.js +106 -0
  684. package/dist/modules/flow_backend/relation-control.js.map +1 -0
  685. package/dist/modules/flow_backend/routes.d.ts +3 -0
  686. package/dist/modules/flow_backend/routes.d.ts.map +1 -0
  687. package/dist/modules/flow_backend/routes.js +2519 -0
  688. package/dist/modules/flow_backend/routes.js.map +1 -0
  689. package/dist/modules/flow_backend/screens/all-epics.d.ts +19 -0
  690. package/dist/modules/flow_backend/screens/all-epics.d.ts.map +1 -0
  691. package/dist/modules/flow_backend/screens/all-epics.js +59 -0
  692. package/dist/modules/flow_backend/screens/all-epics.js.map +1 -0
  693. package/dist/modules/flow_backend/screens/all-pages.d.ts +19 -0
  694. package/dist/modules/flow_backend/screens/all-pages.d.ts.map +1 -0
  695. package/dist/modules/flow_backend/screens/all-pages.js +65 -0
  696. package/dist/modules/flow_backend/screens/all-pages.js.map +1 -0
  697. package/dist/modules/flow_backend/screens/board.d.ts +5 -0
  698. package/dist/modules/flow_backend/screens/board.d.ts.map +1 -0
  699. package/dist/modules/flow_backend/screens/board.js +7 -0
  700. package/dist/modules/flow_backend/screens/board.js.map +1 -0
  701. package/dist/modules/flow_backend/screens/epic-detail.d.ts +22 -0
  702. package/dist/modules/flow_backend/screens/epic-detail.d.ts.map +1 -0
  703. package/dist/modules/flow_backend/screens/epic-detail.js +41 -0
  704. package/dist/modules/flow_backend/screens/epic-detail.js.map +1 -0
  705. package/dist/modules/flow_backend/screens/gantt.d.ts +21 -0
  706. package/dist/modules/flow_backend/screens/gantt.d.ts.map +1 -0
  707. package/dist/modules/flow_backend/screens/gantt.js +42 -0
  708. package/dist/modules/flow_backend/screens/gantt.js.map +1 -0
  709. package/dist/modules/flow_backend/screens/index.d.ts +29 -0
  710. package/dist/modules/flow_backend/screens/index.d.ts.map +1 -0
  711. package/dist/modules/flow_backend/screens/index.js +23 -0
  712. package/dist/modules/flow_backend/screens/index.js.map +1 -0
  713. package/dist/modules/flow_backend/screens/issue-detail.d.ts +38 -0
  714. package/dist/modules/flow_backend/screens/issue-detail.d.ts.map +1 -0
  715. package/dist/modules/flow_backend/screens/issue-detail.js +336 -0
  716. package/dist/modules/flow_backend/screens/issue-detail.js.map +1 -0
  717. package/dist/modules/flow_backend/screens/issues.d.ts +34 -0
  718. package/dist/modules/flow_backend/screens/issues.d.ts.map +1 -0
  719. package/dist/modules/flow_backend/screens/issues.js +118 -0
  720. package/dist/modules/flow_backend/screens/issues.js.map +1 -0
  721. package/dist/modules/flow_backend/screens/map.d.ts +13 -0
  722. package/dist/modules/flow_backend/screens/map.d.ts.map +1 -0
  723. package/dist/modules/flow_backend/screens/map.js +16 -0
  724. package/dist/modules/flow_backend/screens/map.js.map +1 -0
  725. package/dist/modules/flow_backend/screens/my-work.d.ts +42 -0
  726. package/dist/modules/flow_backend/screens/my-work.d.ts.map +1 -0
  727. package/dist/modules/flow_backend/screens/my-work.js +157 -0
  728. package/dist/modules/flow_backend/screens/my-work.js.map +1 -0
  729. package/dist/modules/flow_backend/screens/nav.d.ts +3 -0
  730. package/dist/modules/flow_backend/screens/nav.d.ts.map +1 -0
  731. package/dist/modules/flow_backend/screens/nav.js +79 -0
  732. package/dist/modules/flow_backend/screens/nav.js.map +1 -0
  733. package/dist/modules/flow_backend/screens/page-detail.d.ts +31 -0
  734. package/dist/modules/flow_backend/screens/page-detail.d.ts.map +1 -0
  735. package/dist/modules/flow_backend/screens/page-detail.js +113 -0
  736. package/dist/modules/flow_backend/screens/page-detail.js.map +1 -0
  737. package/dist/modules/flow_backend/screens/project-create.d.ts +26 -0
  738. package/dist/modules/flow_backend/screens/project-create.d.ts.map +1 -0
  739. package/dist/modules/flow_backend/screens/project-create.js +56 -0
  740. package/dist/modules/flow_backend/screens/project-create.js.map +1 -0
  741. package/dist/modules/flow_backend/screens/project-epics.d.ts +33 -0
  742. package/dist/modules/flow_backend/screens/project-epics.d.ts.map +1 -0
  743. package/dist/modules/flow_backend/screens/project-epics.js +90 -0
  744. package/dist/modules/flow_backend/screens/project-epics.js.map +1 -0
  745. package/dist/modules/flow_backend/screens/project-pages.d.ts +34 -0
  746. package/dist/modules/flow_backend/screens/project-pages.d.ts.map +1 -0
  747. package/dist/modules/flow_backend/screens/project-pages.js +66 -0
  748. package/dist/modules/flow_backend/screens/project-pages.js.map +1 -0
  749. package/dist/modules/flow_backend/screens/project-settings.d.ts +69 -0
  750. package/dist/modules/flow_backend/screens/project-settings.d.ts.map +1 -0
  751. package/dist/modules/flow_backend/screens/project-settings.js +248 -0
  752. package/dist/modules/flow_backend/screens/project-settings.js.map +1 -0
  753. package/dist/modules/flow_backend/screens/projects-list.d.ts +30 -0
  754. package/dist/modules/flow_backend/screens/projects-list.d.ts.map +1 -0
  755. package/dist/modules/flow_backend/screens/projects-list.js +121 -0
  756. package/dist/modules/flow_backend/screens/projects-list.js.map +1 -0
  757. package/dist/modules/flow_backend/screens/shared.d.ts +28 -0
  758. package/dist/modules/flow_backend/screens/shared.d.ts.map +1 -0
  759. package/dist/modules/flow_backend/screens/shared.js +46 -0
  760. package/dist/modules/flow_backend/screens/shared.js.map +1 -0
  761. package/dist/modules/flow_backend/screens/sprints.d.ts +33 -0
  762. package/dist/modules/flow_backend/screens/sprints.d.ts.map +1 -0
  763. package/dist/modules/flow_backend/screens/sprints.js +159 -0
  764. package/dist/modules/flow_backend/screens/sprints.js.map +1 -0
  765. package/dist/modules/flow_staff_channel/channel-routes.d.ts +2 -0
  766. package/dist/modules/flow_staff_channel/channel-routes.d.ts.map +1 -0
  767. package/dist/modules/flow_staff_channel/channel-routes.js +425 -0
  768. package/dist/modules/flow_staff_channel/channel-routes.js.map +1 -0
  769. package/dist/modules/flow_staff_channel/index.d.ts +5 -0
  770. package/dist/modules/flow_staff_channel/index.d.ts.map +1 -0
  771. package/dist/modules/flow_staff_channel/index.js +30 -0
  772. package/dist/modules/flow_staff_channel/index.js.map +1 -0
  773. package/dist/modules/hospitality_billing/functions.d.ts +18 -0
  774. package/dist/modules/hospitality_billing/functions.d.ts.map +1 -0
  775. package/dist/modules/hospitality_billing/functions.js +426 -0
  776. package/dist/modules/hospitality_billing/functions.js.map +1 -0
  777. package/dist/modules/hospitality_billing/index.d.ts +3 -0
  778. package/dist/modules/hospitality_billing/index.d.ts.map +1 -0
  779. package/dist/modules/hospitality_billing/index.js +25 -0
  780. package/dist/modules/hospitality_billing/index.js.map +1 -0
  781. package/dist/modules/hospitality_billing/jobs.d.ts +17 -0
  782. package/dist/modules/hospitality_billing/jobs.d.ts.map +1 -0
  783. package/dist/modules/hospitality_billing/jobs.js +83 -0
  784. package/dist/modules/hospitality_billing/jobs.js.map +1 -0
  785. package/dist/modules/hospitality_billing/menus.d.ts +9 -0
  786. package/dist/modules/hospitality_billing/menus.d.ts.map +1 -0
  787. package/dist/modules/hospitality_billing/menus.js +25 -0
  788. package/dist/modules/hospitality_billing/menus.js.map +1 -0
  789. package/dist/modules/hospitality_billing/messages.d.ts +3 -0
  790. package/dist/modules/hospitality_billing/messages.d.ts.map +1 -0
  791. package/dist/modules/hospitality_billing/messages.js +163 -0
  792. package/dist/modules/hospitality_billing/messages.js.map +1 -0
  793. package/dist/modules/hospitality_billing/models.d.ts +3 -0
  794. package/dist/modules/hospitality_billing/models.d.ts.map +1 -0
  795. package/dist/modules/hospitality_billing/models.js +65 -0
  796. package/dist/modules/hospitality_billing/models.js.map +1 -0
  797. package/dist/modules/hospitality_billing/routes.d.ts +3 -0
  798. package/dist/modules/hospitality_billing/routes.d.ts.map +1 -0
  799. package/dist/modules/hospitality_billing/routes.js +189 -0
  800. package/dist/modules/hospitality_billing/routes.js.map +1 -0
  801. package/dist/modules/hospitality_billing/screens/billing.d.ts +3 -0
  802. package/dist/modules/hospitality_billing/screens/billing.d.ts.map +1 -0
  803. package/dist/modules/hospitality_billing/screens/billing.js +20 -0
  804. package/dist/modules/hospitality_billing/screens/billing.js.map +1 -0
  805. package/dist/modules/hospitality_billing/screens/charge-rules.d.ts +12 -0
  806. package/dist/modules/hospitality_billing/screens/charge-rules.d.ts.map +1 -0
  807. package/dist/modules/hospitality_billing/screens/charge-rules.js +86 -0
  808. package/dist/modules/hospitality_billing/screens/charge-rules.js.map +1 -0
  809. package/dist/modules/hospitality_billing/screens/index.d.ts +4 -0
  810. package/dist/modules/hospitality_billing/screens/index.d.ts.map +1 -0
  811. package/dist/modules/hospitality_billing/screens/index.js +4 -0
  812. package/dist/modules/hospitality_billing/screens/index.js.map +1 -0
  813. package/dist/modules/hospitality_billing/screens/page-frame.d.ts +14 -0
  814. package/dist/modules/hospitality_billing/screens/page-frame.d.ts.map +1 -0
  815. package/dist/modules/hospitality_billing/screens/page-frame.js +6 -0
  816. package/dist/modules/hospitality_billing/screens/page-frame.js.map +1 -0
  817. package/dist/modules/hospitality_billing/screens/shared.d.ts +64 -0
  818. package/dist/modules/hospitality_billing/screens/shared.d.ts.map +1 -0
  819. package/dist/modules/hospitality_billing/screens/shared.js +117 -0
  820. package/dist/modules/hospitality_billing/screens/shared.js.map +1 -0
  821. package/dist/modules/hospitality_core/calendar.d.ts.map +1 -1
  822. package/dist/modules/hospitality_core/calendar.js +2 -1
  823. package/dist/modules/hospitality_core/calendar.js.map +1 -1
  824. package/dist/modules/hospitality_core/functions.d.ts.map +1 -1
  825. package/dist/modules/hospitality_core/functions.js +114 -14
  826. package/dist/modules/hospitality_core/functions.js.map +1 -1
  827. package/dist/modules/hospitality_core/index.d.ts +2 -2
  828. package/dist/modules/hospitality_core/index.d.ts.map +1 -1
  829. package/dist/modules/hospitality_core/index.js +3 -2
  830. package/dist/modules/hospitality_core/index.js.map +1 -1
  831. package/dist/modules/hospitality_core/inventory.d.ts +53 -4
  832. package/dist/modules/hospitality_core/inventory.d.ts.map +1 -1
  833. package/dist/modules/hospitality_core/inventory.js +121 -14
  834. package/dist/modules/hospitality_core/inventory.js.map +1 -1
  835. package/dist/modules/hospitality_core/menus.d.ts.map +1 -1
  836. package/dist/modules/hospitality_core/menus.js +31 -0
  837. package/dist/modules/hospitality_core/menus.js.map +1 -1
  838. package/dist/modules/hospitality_core/messages.d.ts.map +1 -1
  839. package/dist/modules/hospitality_core/messages.js +427 -183
  840. package/dist/modules/hospitality_core/messages.js.map +1 -1
  841. package/dist/modules/hospitality_core/models.d.ts +1 -1
  842. package/dist/modules/hospitality_core/models.d.ts.map +1 -1
  843. package/dist/modules/hospitality_core/models.js +47 -2
  844. package/dist/modules/hospitality_core/models.js.map +1 -1
  845. package/dist/modules/hospitality_core/night-audit.d.ts +1 -0
  846. package/dist/modules/hospitality_core/night-audit.d.ts.map +1 -1
  847. package/dist/modules/hospitality_core/night-audit.js +46 -1
  848. package/dist/modules/hospitality_core/night-audit.js.map +1 -1
  849. package/dist/modules/hospitality_core/online-booking.d.ts +5 -0
  850. package/dist/modules/hospitality_core/online-booking.d.ts.map +1 -0
  851. package/dist/modules/hospitality_core/online-booking.js +775 -0
  852. package/dist/modules/hospitality_core/online-booking.js.map +1 -0
  853. package/dist/modules/hospitality_core/operations.d.ts +21 -1
  854. package/dist/modules/hospitality_core/operations.d.ts.map +1 -1
  855. package/dist/modules/hospitality_core/operations.js +549 -74
  856. package/dist/modules/hospitality_core/operations.js.map +1 -1
  857. package/dist/modules/hospitality_core/routes.d.ts.map +1 -1
  858. package/dist/modules/hospitality_core/routes.js +526 -107
  859. package/dist/modules/hospitality_core/routes.js.map +1 -1
  860. package/dist/modules/hospitality_core/screens/amenities.d.ts +10 -0
  861. package/dist/modules/hospitality_core/screens/amenities.d.ts.map +1 -0
  862. package/dist/modules/hospitality_core/screens/amenities.js +65 -0
  863. package/dist/modules/hospitality_core/screens/amenities.js.map +1 -0
  864. package/dist/modules/hospitality_core/screens/building-detail.d.ts +3 -0
  865. package/dist/modules/hospitality_core/screens/building-detail.d.ts.map +1 -0
  866. package/dist/modules/hospitality_core/screens/building-detail.js +69 -0
  867. package/dist/modules/hospitality_core/screens/building-detail.js.map +1 -0
  868. package/dist/modules/hospitality_core/screens/check-out-prep.d.ts +46 -0
  869. package/dist/modules/hospitality_core/screens/check-out-prep.d.ts.map +1 -0
  870. package/dist/modules/hospitality_core/screens/check-out-prep.js +133 -0
  871. package/dist/modules/hospitality_core/screens/check-out-prep.js.map +1 -0
  872. package/dist/modules/hospitality_core/screens/cleaning-task-detail.d.ts +7 -0
  873. package/dist/modules/hospitality_core/screens/cleaning-task-detail.d.ts.map +1 -0
  874. package/dist/modules/hospitality_core/screens/cleaning-task-detail.js +109 -0
  875. package/dist/modules/hospitality_core/screens/cleaning-task-detail.js.map +1 -0
  876. package/dist/modules/hospitality_core/screens/cleaning-tasks.d.ts +20 -0
  877. package/dist/modules/hospitality_core/screens/cleaning-tasks.d.ts.map +1 -0
  878. package/dist/modules/hospitality_core/screens/cleaning-tasks.js +139 -0
  879. package/dist/modules/hospitality_core/screens/cleaning-tasks.js.map +1 -0
  880. package/dist/modules/hospitality_core/screens/content.d.ts +3 -0
  881. package/dist/modules/hospitality_core/screens/content.d.ts.map +1 -0
  882. package/dist/modules/hospitality_core/screens/content.js +114 -0
  883. package/dist/modules/hospitality_core/screens/content.js.map +1 -0
  884. package/dist/modules/hospitality_core/screens/floor-detail.d.ts +3 -0
  885. package/dist/modules/hospitality_core/screens/floor-detail.d.ts.map +1 -0
  886. package/dist/modules/hospitality_core/screens/floor-detail.js +74 -0
  887. package/dist/modules/hospitality_core/screens/floor-detail.js.map +1 -0
  888. package/dist/modules/hospitality_core/screens/folio-detail.d.ts +3 -0
  889. package/dist/modules/hospitality_core/screens/folio-detail.d.ts.map +1 -0
  890. package/dist/modules/hospitality_core/screens/folio-detail.js +140 -0
  891. package/dist/modules/hospitality_core/screens/folio-detail.js.map +1 -0
  892. package/dist/modules/hospitality_core/screens/folios.d.ts +3 -0
  893. package/dist/modules/hospitality_core/screens/folios.d.ts.map +1 -0
  894. package/dist/modules/hospitality_core/screens/folios.js +7 -0
  895. package/dist/modules/hospitality_core/screens/folios.js.map +1 -0
  896. package/dist/modules/hospitality_core/screens/front-desk.d.ts +35 -0
  897. package/dist/modules/hospitality_core/screens/front-desk.d.ts.map +1 -0
  898. package/dist/modules/hospitality_core/screens/front-desk.js +195 -0
  899. package/dist/modules/hospitality_core/screens/front-desk.js.map +1 -0
  900. package/dist/modules/hospitality_core/screens/housekeeping-room-detail.d.ts +3 -0
  901. package/dist/modules/hospitality_core/screens/housekeeping-room-detail.d.ts.map +1 -0
  902. package/dist/modules/hospitality_core/screens/housekeeping-room-detail.js +121 -0
  903. package/dist/modules/hospitality_core/screens/housekeeping-room-detail.js.map +1 -0
  904. package/dist/modules/hospitality_core/screens/housekeeping-rooms.d.ts +9 -0
  905. package/dist/modules/hospitality_core/screens/housekeeping-rooms.d.ts.map +1 -0
  906. package/dist/modules/hospitality_core/screens/housekeeping-rooms.js +54 -0
  907. package/dist/modules/hospitality_core/screens/housekeeping-rooms.js.map +1 -0
  908. package/dist/modules/hospitality_core/screens/index.d.ts +35 -0
  909. package/dist/modules/hospitality_core/screens/index.d.ts.map +1 -0
  910. package/dist/modules/hospitality_core/screens/index.js +34 -0
  911. package/dist/modules/hospitality_core/screens/index.js.map +1 -0
  912. package/dist/modules/hospitality_core/screens/inventory.d.ts +8 -0
  913. package/dist/modules/hospitality_core/screens/inventory.d.ts.map +1 -0
  914. package/dist/modules/hospitality_core/screens/inventory.js +122 -0
  915. package/dist/modules/hospitality_core/screens/inventory.js.map +1 -0
  916. package/dist/modules/hospitality_core/screens/new-property.d.ts +3 -0
  917. package/dist/modules/hospitality_core/screens/new-property.d.ts.map +1 -0
  918. package/dist/modules/hospitality_core/screens/new-property.js +8 -0
  919. package/dist/modules/hospitality_core/screens/new-property.js.map +1 -0
  920. package/dist/modules/hospitality_core/screens/new-room-type.d.ts +3 -0
  921. package/dist/modules/hospitality_core/screens/new-room-type.d.ts.map +1 -0
  922. package/dist/modules/hospitality_core/screens/new-room-type.js +8 -0
  923. package/dist/modules/hospitality_core/screens/new-room-type.js.map +1 -0
  924. package/dist/modules/hospitality_core/screens/new-room.d.ts +3 -0
  925. package/dist/modules/hospitality_core/screens/new-room.d.ts.map +1 -0
  926. package/dist/modules/hospitality_core/screens/new-room.js +8 -0
  927. package/dist/modules/hospitality_core/screens/new-room.js.map +1 -0
  928. package/dist/modules/hospitality_core/screens/night-audit.d.ts +10 -0
  929. package/dist/modules/hospitality_core/screens/night-audit.d.ts.map +1 -0
  930. package/dist/modules/hospitality_core/screens/night-audit.js +67 -0
  931. package/dist/modules/hospitality_core/screens/night-audit.js.map +1 -0
  932. package/dist/modules/hospitality_core/screens/page-frame.d.ts +15 -0
  933. package/dist/modules/hospitality_core/screens/page-frame.d.ts.map +1 -0
  934. package/dist/modules/hospitality_core/screens/page-frame.js +10 -0
  935. package/dist/modules/hospitality_core/screens/page-frame.js.map +1 -0
  936. package/dist/modules/hospitality_core/screens/policies.d.ts +10 -0
  937. package/dist/modules/hospitality_core/screens/policies.d.ts.map +1 -0
  938. package/dist/modules/hospitality_core/screens/policies.js +72 -0
  939. package/dist/modules/hospitality_core/screens/policies.js.map +1 -0
  940. package/dist/modules/hospitality_core/screens/properties.d.ts +7 -0
  941. package/dist/modules/hospitality_core/screens/properties.d.ts.map +1 -0
  942. package/dist/modules/hospitality_core/screens/properties.js +45 -0
  943. package/dist/modules/hospitality_core/screens/properties.js.map +1 -0
  944. package/dist/modules/hospitality_core/screens/property-detail.d.ts +3 -0
  945. package/dist/modules/hospitality_core/screens/property-detail.d.ts.map +1 -0
  946. package/dist/modules/hospitality_core/screens/property-detail.js +92 -0
  947. package/dist/modules/hospitality_core/screens/property-detail.js.map +1 -0
  948. package/dist/modules/hospitality_core/screens/rate-plans.d.ts +10 -0
  949. package/dist/modules/hospitality_core/screens/rate-plans.d.ts.map +1 -0
  950. package/dist/modules/hospitality_core/screens/rate-plans.js +123 -0
  951. package/dist/modules/hospitality_core/screens/rate-plans.js.map +1 -0
  952. package/dist/modules/hospitality_core/screens/reservation-detail.d.ts +11 -0
  953. package/dist/modules/hospitality_core/screens/reservation-detail.d.ts.map +1 -0
  954. package/dist/modules/hospitality_core/screens/reservation-detail.js +244 -0
  955. package/dist/modules/hospitality_core/screens/reservation-detail.js.map +1 -0
  956. package/dist/modules/hospitality_core/screens/reservations.d.ts +17 -0
  957. package/dist/modules/hospitality_core/screens/reservations.d.ts.map +1 -0
  958. package/dist/modules/hospitality_core/screens/reservations.js +166 -0
  959. package/dist/modules/hospitality_core/screens/reservations.js.map +1 -0
  960. package/dist/modules/hospitality_core/screens/room-detail.d.ts +3 -0
  961. package/dist/modules/hospitality_core/screens/room-detail.d.ts.map +1 -0
  962. package/dist/modules/hospitality_core/screens/room-detail.js +75 -0
  963. package/dist/modules/hospitality_core/screens/room-detail.js.map +1 -0
  964. package/dist/modules/hospitality_core/screens/room-type-detail.d.ts +3 -0
  965. package/dist/modules/hospitality_core/screens/room-type-detail.d.ts.map +1 -0
  966. package/dist/modules/hospitality_core/screens/room-type-detail.js +91 -0
  967. package/dist/modules/hospitality_core/screens/room-type-detail.js.map +1 -0
  968. package/dist/modules/hospitality_core/screens/room-types.d.ts +3 -0
  969. package/dist/modules/hospitality_core/screens/room-types.d.ts.map +1 -0
  970. package/dist/modules/hospitality_core/screens/room-types.js +61 -0
  971. package/dist/modules/hospitality_core/screens/room-types.js.map +1 -0
  972. package/dist/modules/hospitality_core/screens/rooms.d.ts +10 -0
  973. package/dist/modules/hospitality_core/screens/rooms.d.ts.map +1 -0
  974. package/dist/modules/hospitality_core/screens/rooms.js +150 -0
  975. package/dist/modules/hospitality_core/screens/rooms.js.map +1 -0
  976. package/dist/modules/hospitality_core/screens/services.d.ts +18 -0
  977. package/dist/modules/hospitality_core/screens/services.d.ts.map +1 -0
  978. package/dist/modules/hospitality_core/screens/services.js +196 -0
  979. package/dist/modules/hospitality_core/screens/services.js.map +1 -0
  980. package/dist/modules/hospitality_core/screens/shared.d.ts +789 -0
  981. package/dist/modules/hospitality_core/screens/shared.d.ts.map +1 -0
  982. package/dist/modules/hospitality_core/screens/shared.js +1607 -0
  983. package/dist/modules/hospitality_core/screens/shared.js.map +1 -0
  984. package/dist/modules/hospitality_core/screens/stay-detail.d.ts +3 -0
  985. package/dist/modules/hospitality_core/screens/stay-detail.d.ts.map +1 -0
  986. package/dist/modules/hospitality_core/screens/stay-detail.js +233 -0
  987. package/dist/modules/hospitality_core/screens/stay-detail.js.map +1 -0
  988. package/dist/modules/hospitality_core/screens/stay-notices.d.ts +9 -0
  989. package/dist/modules/hospitality_core/screens/stay-notices.d.ts.map +1 -0
  990. package/dist/modules/hospitality_core/screens/stay-notices.js +87 -0
  991. package/dist/modules/hospitality_core/screens/stay-notices.js.map +1 -0
  992. package/dist/modules/hospitality_core/screens/stays.d.ts +3 -0
  993. package/dist/modules/hospitality_core/screens/stays.d.ts.map +1 -0
  994. package/dist/modules/hospitality_core/screens/stays.js +7 -0
  995. package/dist/modules/hospitality_core/screens/stays.js.map +1 -0
  996. package/dist/modules/hospitality_core/screens/tape-chart.d.ts +7 -0
  997. package/dist/modules/hospitality_core/screens/tape-chart.d.ts.map +1 -0
  998. package/dist/modules/hospitality_core/screens/tape-chart.js +99 -0
  999. package/dist/modules/hospitality_core/screens/tape-chart.js.map +1 -0
  1000. package/dist/modules/hospitality_core/services.d.ts +48 -0
  1001. package/dist/modules/hospitality_core/services.d.ts.map +1 -1
  1002. package/dist/modules/hospitality_core/services.js +203 -30
  1003. package/dist/modules/hospitality_core/services.js.map +1 -1
  1004. package/dist/modules/hospitality_core/stay-notices.js +2 -2
  1005. package/dist/modules/hospitality_core/stay-notices.js.map +1 -1
  1006. package/dist/modules/hospitality_core/types.d.ts +26 -5
  1007. package/dist/modules/hospitality_core/types.d.ts.map +1 -1
  1008. package/dist/modules/hospitality_core/types.js +47 -5
  1009. package/dist/modules/hospitality_core/types.js.map +1 -1
  1010. package/dist/modules/hospitality_staff_channel/channel-routes.d.ts +2 -0
  1011. package/dist/modules/hospitality_staff_channel/channel-routes.d.ts.map +1 -0
  1012. package/dist/modules/hospitality_staff_channel/channel-routes.js +1216 -0
  1013. package/dist/modules/hospitality_staff_channel/channel-routes.js.map +1 -0
  1014. package/dist/modules/hospitality_staff_channel/index.d.ts +5 -0
  1015. package/dist/modules/hospitality_staff_channel/index.d.ts.map +1 -0
  1016. package/dist/modules/hospitality_staff_channel/index.js +34 -0
  1017. package/dist/modules/hospitality_staff_channel/index.js.map +1 -0
  1018. package/dist/modules/hr/functions.d.ts.map +1 -1
  1019. package/dist/modules/hr/functions.js +108 -44
  1020. package/dist/modules/hr/functions.js.map +1 -1
  1021. package/dist/modules/hr/index.d.ts.map +1 -1
  1022. package/dist/modules/hr/index.js +0 -1
  1023. package/dist/modules/hr/index.js.map +1 -1
  1024. package/dist/modules/hr_backend/index.d.ts +2 -1
  1025. package/dist/modules/hr_backend/index.d.ts.map +1 -1
  1026. package/dist/modules/hr_backend/index.js +39 -7
  1027. package/dist/modules/hr_backend/index.js.map +1 -1
  1028. package/dist/modules/hr_backend/routes.d.ts.map +1 -1
  1029. package/dist/modules/hr_backend/routes.js +279 -42
  1030. package/dist/modules/hr_backend/routes.js.map +1 -1
  1031. package/dist/modules/hr_backend/screens/employee-form.d.ts +28 -0
  1032. package/dist/modules/hr_backend/screens/employee-form.d.ts.map +1 -0
  1033. package/dist/modules/hr_backend/screens/employee-form.js +110 -0
  1034. package/dist/modules/hr_backend/screens/employee-form.js.map +1 -0
  1035. package/dist/modules/hr_backend/screens/employees-list.d.ts +22 -0
  1036. package/dist/modules/hr_backend/screens/employees-list.d.ts.map +1 -0
  1037. package/dist/modules/hr_backend/screens/employees-list.js +53 -0
  1038. package/dist/modules/hr_backend/screens/employees-list.js.map +1 -0
  1039. package/dist/modules/hr_backend/screens/index.d.ts +5 -0
  1040. package/dist/modules/hr_backend/screens/index.d.ts.map +1 -0
  1041. package/dist/modules/hr_backend/screens/index.js +5 -0
  1042. package/dist/modules/hr_backend/screens/index.js.map +1 -0
  1043. package/dist/modules/hr_backend/screens/leaves-list.d.ts +22 -0
  1044. package/dist/modules/hr_backend/screens/leaves-list.d.ts.map +1 -0
  1045. package/dist/modules/hr_backend/screens/leaves-list.js +78 -0
  1046. package/dist/modules/hr_backend/screens/leaves-list.js.map +1 -0
  1047. package/dist/modules/hr_backend/screens/roster.d.ts +19 -0
  1048. package/dist/modules/hr_backend/screens/roster.d.ts.map +1 -0
  1049. package/dist/modules/hr_backend/screens/roster.js +83 -0
  1050. package/dist/modules/hr_backend/screens/roster.js.map +1 -0
  1051. package/dist/modules/inventory_staff_channel/channel-routes.d.ts +2 -0
  1052. package/dist/modules/inventory_staff_channel/channel-routes.d.ts.map +1 -0
  1053. package/dist/modules/inventory_staff_channel/channel-routes.js +713 -0
  1054. package/dist/modules/inventory_staff_channel/channel-routes.js.map +1 -0
  1055. package/dist/modules/inventory_staff_channel/index.d.ts +5 -0
  1056. package/dist/modules/inventory_staff_channel/index.d.ts.map +1 -0
  1057. package/dist/modules/inventory_staff_channel/index.js +38 -0
  1058. package/dist/modules/inventory_staff_channel/index.js.map +1 -0
  1059. package/dist/modules/livedoc/documents.d.ts +48 -0
  1060. package/dist/modules/livedoc/documents.d.ts.map +1 -0
  1061. package/dist/modules/livedoc/documents.js +99 -0
  1062. package/dist/modules/livedoc/documents.js.map +1 -0
  1063. package/dist/modules/livedoc/functions.d.ts +3 -0
  1064. package/dist/modules/livedoc/functions.d.ts.map +1 -0
  1065. package/dist/modules/livedoc/functions.js +47 -0
  1066. package/dist/modules/livedoc/functions.js.map +1 -0
  1067. package/dist/modules/livedoc/index.d.ts +22 -0
  1068. package/dist/modules/livedoc/index.d.ts.map +1 -0
  1069. package/dist/modules/livedoc/index.js +37 -0
  1070. package/dist/modules/livedoc/index.js.map +1 -0
  1071. package/dist/modules/livedoc/islands.d.ts +3 -0
  1072. package/dist/modules/livedoc/islands.d.ts.map +1 -0
  1073. package/dist/modules/livedoc/islands.js +22 -0
  1074. package/dist/modules/livedoc/islands.js.map +1 -0
  1075. package/dist/modules/livedoc/routes.d.ts +11 -0
  1076. package/dist/modules/livedoc/routes.d.ts.map +1 -0
  1077. package/dist/modules/livedoc/routes.js +232 -0
  1078. package/dist/modules/livedoc/routes.js.map +1 -0
  1079. package/dist/modules/livedoc/sync.d.ts +124 -0
  1080. package/dist/modules/livedoc/sync.d.ts.map +1 -0
  1081. package/dist/modules/livedoc/sync.js +218 -0
  1082. package/dist/modules/livedoc/sync.js.map +1 -0
  1083. package/dist/modules/loyalty/admin-functions.d.ts.map +1 -1
  1084. package/dist/modules/loyalty/admin-functions.js +42 -6
  1085. package/dist/modules/loyalty/admin-functions.js.map +1 -1
  1086. package/dist/modules/loyalty/engine.d.ts +1 -0
  1087. package/dist/modules/loyalty/engine.d.ts.map +1 -1
  1088. package/dist/modules/loyalty/engine.js +88 -28
  1089. package/dist/modules/loyalty/engine.js.map +1 -1
  1090. package/dist/modules/loyalty/index.d.ts.map +1 -1
  1091. package/dist/modules/loyalty/index.js +10 -2
  1092. package/dist/modules/loyalty/index.js.map +1 -1
  1093. package/dist/modules/loyalty/ledger.d.ts.map +1 -1
  1094. package/dist/modules/loyalty/ledger.js +11 -0
  1095. package/dist/modules/loyalty/ledger.js.map +1 -1
  1096. package/dist/modules/loyalty/membership-functions.d.ts.map +1 -1
  1097. package/dist/modules/loyalty/membership-functions.js +23 -7
  1098. package/dist/modules/loyalty/membership-functions.js.map +1 -1
  1099. package/dist/modules/loyalty/messages.d.ts +8 -0
  1100. package/dist/modules/loyalty/messages.d.ts.map +1 -1
  1101. package/dist/modules/loyalty/messages.js +8 -0
  1102. package/dist/modules/loyalty/messages.js.map +1 -1
  1103. package/dist/modules/loyalty/models.d.ts.map +1 -1
  1104. package/dist/modules/loyalty/models.js +20 -0
  1105. package/dist/modules/loyalty/models.js.map +1 -1
  1106. package/dist/modules/loyalty/order-functions.d.ts +16 -1
  1107. package/dist/modules/loyalty/order-functions.d.ts.map +1 -1
  1108. package/dist/modules/loyalty/order-functions.js +513 -291
  1109. package/dist/modules/loyalty/order-functions.js.map +1 -1
  1110. package/dist/modules/loyalty/stats.d.ts +17 -0
  1111. package/dist/modules/loyalty/stats.d.ts.map +1 -0
  1112. package/dist/modules/loyalty/stats.js +178 -0
  1113. package/dist/modules/loyalty/stats.js.map +1 -0
  1114. package/dist/modules/loyalty/stored-value.d.ts +42 -0
  1115. package/dist/modules/loyalty/stored-value.d.ts.map +1 -0
  1116. package/dist/modules/loyalty/stored-value.js +368 -0
  1117. package/dist/modules/loyalty/stored-value.js.map +1 -0
  1118. package/dist/modules/loyalty/types.d.ts +6 -4
  1119. package/dist/modules/loyalty/types.d.ts.map +1 -1
  1120. package/dist/modules/loyalty/types.js +1 -1
  1121. package/dist/modules/loyalty/types.js.map +1 -1
  1122. package/dist/modules/loyalty_backend/index.js +443 -172
  1123. package/dist/modules/loyalty_backend/index.js.map +1 -1
  1124. package/dist/modules/loyalty_backend/messages.d.ts +58 -1
  1125. package/dist/modules/loyalty_backend/messages.d.ts.map +1 -1
  1126. package/dist/modules/loyalty_backend/messages.js +114 -0
  1127. package/dist/modules/loyalty_backend/messages.js.map +1 -1
  1128. package/dist/modules/loyalty_backend/screens/index.d.ts +90 -0
  1129. package/dist/modules/loyalty_backend/screens/index.d.ts.map +1 -0
  1130. package/dist/modules/loyalty_backend/screens/index.js +912 -0
  1131. package/dist/modules/loyalty_backend/screens/index.js.map +1 -0
  1132. package/dist/modules/loyalty_backend/screens/page-frame.d.ts +14 -0
  1133. package/dist/modules/loyalty_backend/screens/page-frame.d.ts.map +1 -0
  1134. package/dist/modules/loyalty_backend/screens/page-frame.js +13 -0
  1135. package/dist/modules/loyalty_backend/screens/page-frame.js.map +1 -0
  1136. package/dist/modules/loyalty_pos/channel.d.ts +2 -0
  1137. package/dist/modules/loyalty_pos/channel.d.ts.map +1 -0
  1138. package/dist/modules/loyalty_pos/channel.js +270 -0
  1139. package/dist/modules/loyalty_pos/channel.js.map +1 -0
  1140. package/dist/modules/loyalty_pos/functions.d.ts +11 -17
  1141. package/dist/modules/loyalty_pos/functions.d.ts.map +1 -1
  1142. package/dist/modules/loyalty_pos/functions.js +454 -94
  1143. package/dist/modules/loyalty_pos/functions.js.map +1 -1
  1144. package/dist/modules/loyalty_pos/index.js +6 -16
  1145. package/dist/modules/loyalty_pos/index.js.map +1 -1
  1146. package/dist/modules/loyalty_pos/jobs.d.ts +3 -0
  1147. package/dist/modules/loyalty_pos/jobs.d.ts.map +1 -0
  1148. package/dist/modules/loyalty_pos/jobs.js +30 -0
  1149. package/dist/modules/loyalty_pos/jobs.js.map +1 -0
  1150. package/dist/modules/loyalty_sale/functions.d.ts +2 -2
  1151. package/dist/modules/loyalty_sale/functions.d.ts.map +1 -1
  1152. package/dist/modules/loyalty_sale/functions.js +53 -34
  1153. package/dist/modules/loyalty_sale/functions.js.map +1 -1
  1154. package/dist/modules/loyalty_sale/index.js +0 -2
  1155. package/dist/modules/loyalty_sale/index.js.map +1 -1
  1156. package/dist/modules/mail/functions.d.ts.map +1 -1
  1157. package/dist/modules/mail/functions.js +48 -6
  1158. package/dist/modules/mail/functions.js.map +1 -1
  1159. package/dist/modules/mail/index.d.ts.map +1 -1
  1160. package/dist/modules/mail/index.js +0 -1
  1161. package/dist/modules/mail/index.js.map +1 -1
  1162. package/dist/modules/mail/operations.d.ts +19 -0
  1163. package/dist/modules/mail/operations.d.ts.map +1 -1
  1164. package/dist/modules/mail/operations.js +69 -0
  1165. package/dist/modules/mail/operations.js.map +1 -1
  1166. package/dist/modules/mail_backend/index.d.ts +1 -1
  1167. package/dist/modules/mail_backend/index.d.ts.map +1 -1
  1168. package/dist/modules/mail_backend/index.js +5 -14
  1169. package/dist/modules/mail_backend/index.js.map +1 -1
  1170. package/dist/modules/mail_backend/islands.js +2 -2
  1171. package/dist/modules/mail_backend/islands.js.map +1 -1
  1172. package/dist/modules/mail_backend/routes.d.ts.map +1 -1
  1173. package/dist/modules/mail_backend/routes.js +25 -20
  1174. package/dist/modules/mail_backend/routes.js.map +1 -1
  1175. package/dist/modules/mail_backend/screens/inbox-list.d.ts +9 -0
  1176. package/dist/modules/mail_backend/screens/inbox-list.d.ts.map +1 -0
  1177. package/dist/modules/mail_backend/screens/inbox-list.js +13 -0
  1178. package/dist/modules/mail_backend/screens/inbox-list.js.map +1 -0
  1179. package/dist/modules/mail_backend/screens/index.d.ts +3 -0
  1180. package/dist/modules/mail_backend/screens/index.d.ts.map +1 -0
  1181. package/dist/modules/mail_backend/screens/index.js +2 -0
  1182. package/dist/modules/mail_backend/screens/index.js.map +1 -0
  1183. package/dist/modules/mail_inbound/index.d.ts.map +1 -1
  1184. package/dist/modules/mail_inbound/index.js +0 -1
  1185. package/dist/modules/mail_inbound/index.js.map +1 -1
  1186. package/dist/modules/mail_inbound_backend/index.d.ts +1 -1
  1187. package/dist/modules/mail_inbound_backend/index.d.ts.map +1 -1
  1188. package/dist/modules/mail_inbound_backend/index.js +3 -12
  1189. package/dist/modules/mail_inbound_backend/index.js.map +1 -1
  1190. package/dist/modules/mail_inbound_backend/routes.d.ts.map +1 -1
  1191. package/dist/modules/mail_inbound_backend/routes.js +6 -21
  1192. package/dist/modules/mail_inbound_backend/routes.js.map +1 -1
  1193. package/dist/modules/mail_inbound_backend/screens/inbound-list.d.ts +8 -0
  1194. package/dist/modules/mail_inbound_backend/screens/inbound-list.d.ts.map +1 -0
  1195. package/dist/modules/mail_inbound_backend/screens/inbound-list.js +20 -0
  1196. package/dist/modules/mail_inbound_backend/screens/inbound-list.js.map +1 -0
  1197. package/dist/modules/mail_inbound_backend/screens/index.d.ts +3 -0
  1198. package/dist/modules/mail_inbound_backend/screens/index.d.ts.map +1 -0
  1199. package/dist/modules/mail_inbound_backend/screens/index.js +2 -0
  1200. package/dist/modules/mail_inbound_backend/screens/index.js.map +1 -0
  1201. package/dist/modules/mail_staff_channel/channel-routes.d.ts +2 -0
  1202. package/dist/modules/mail_staff_channel/channel-routes.d.ts.map +1 -0
  1203. package/dist/modules/mail_staff_channel/channel-routes.js +183 -0
  1204. package/dist/modules/mail_staff_channel/channel-routes.js.map +1 -0
  1205. package/dist/modules/mail_staff_channel/index.d.ts +5 -0
  1206. package/dist/modules/mail_staff_channel/index.d.ts.map +1 -0
  1207. package/dist/modules/mail_staff_channel/index.js +28 -0
  1208. package/dist/modules/mail_staff_channel/index.js.map +1 -0
  1209. package/dist/modules/mail_transport/index.d.ts.map +1 -1
  1210. package/dist/modules/mail_transport/index.js +0 -1
  1211. package/dist/modules/mail_transport/index.js.map +1 -1
  1212. package/dist/modules/mail_transport_backend/index.d.ts +1 -1
  1213. package/dist/modules/mail_transport_backend/index.d.ts.map +1 -1
  1214. package/dist/modules/mail_transport_backend/index.js +3 -12
  1215. package/dist/modules/mail_transport_backend/index.js.map +1 -1
  1216. package/dist/modules/mail_transport_backend/routes.d.ts.map +1 -1
  1217. package/dist/modules/mail_transport_backend/routes.js +23 -22
  1218. package/dist/modules/mail_transport_backend/routes.js.map +1 -1
  1219. package/dist/modules/mail_transport_backend/screens/index.d.ts +3 -0
  1220. package/dist/modules/mail_transport_backend/screens/index.d.ts.map +1 -0
  1221. package/dist/modules/mail_transport_backend/screens/index.js +2 -0
  1222. package/dist/modules/mail_transport_backend/screens/index.js.map +1 -0
  1223. package/dist/modules/mail_transport_backend/screens/outbox-list.d.ts +9 -0
  1224. package/dist/modules/mail_transport_backend/screens/outbox-list.d.ts.map +1 -0
  1225. package/dist/modules/mail_transport_backend/screens/outbox-list.js +29 -0
  1226. package/dist/modules/mail_transport_backend/screens/outbox-list.js.map +1 -0
  1227. package/dist/modules/manufacturing/functions.d.ts +3 -0
  1228. package/dist/modules/manufacturing/functions.d.ts.map +1 -0
  1229. package/dist/modules/manufacturing/functions.js +912 -0
  1230. package/dist/modules/manufacturing/functions.js.map +1 -0
  1231. package/dist/modules/manufacturing/index.d.ts +6 -0
  1232. package/dist/modules/manufacturing/index.d.ts.map +1 -0
  1233. package/dist/modules/manufacturing/index.js +42 -0
  1234. package/dist/modules/manufacturing/index.js.map +1 -0
  1235. package/dist/modules/manufacturing/models.d.ts +8 -0
  1236. package/dist/modules/manufacturing/models.d.ts.map +1 -0
  1237. package/dist/modules/manufacturing/models.js +145 -0
  1238. package/dist/modules/manufacturing/models.js.map +1 -0
  1239. package/dist/modules/manufacturing/relations.d.ts.map +1 -0
  1240. package/dist/modules/manufacturing/relations.js +37 -0
  1241. package/dist/modules/manufacturing/relations.js.map +1 -0
  1242. package/dist/modules/manufacturing/types.d.ts +7 -0
  1243. package/dist/modules/manufacturing/types.d.ts.map +1 -0
  1244. package/dist/modules/manufacturing/types.js +11 -0
  1245. package/dist/modules/manufacturing/types.js.map +1 -0
  1246. package/dist/modules/manufacturing_backend/index.d.ts +5 -0
  1247. package/dist/modules/manufacturing_backend/index.d.ts.map +1 -0
  1248. package/dist/modules/manufacturing_backend/index.js +146 -0
  1249. package/dist/modules/manufacturing_backend/index.js.map +1 -0
  1250. package/dist/modules/manufacturing_backend/routes.d.ts +3 -0
  1251. package/dist/modules/manufacturing_backend/routes.d.ts.map +1 -0
  1252. package/dist/modules/manufacturing_backend/routes.js +477 -0
  1253. package/dist/modules/manufacturing_backend/routes.js.map +1 -0
  1254. package/dist/modules/manufacturing_backend/screens/bom-create.d.ts +15 -0
  1255. package/dist/modules/manufacturing_backend/screens/bom-create.d.ts.map +1 -0
  1256. package/dist/modules/manufacturing_backend/screens/bom-create.js +39 -0
  1257. package/dist/modules/manufacturing_backend/screens/bom-create.js.map +1 -0
  1258. package/dist/modules/manufacturing_backend/screens/boms-list.d.ts +18 -0
  1259. package/dist/modules/manufacturing_backend/screens/boms-list.d.ts.map +1 -0
  1260. package/dist/modules/manufacturing_backend/screens/boms-list.js +36 -0
  1261. package/dist/modules/manufacturing_backend/screens/boms-list.js.map +1 -0
  1262. package/dist/modules/manufacturing_backend/screens/index.d.ts +8 -0
  1263. package/dist/modules/manufacturing_backend/screens/index.d.ts.map +1 -0
  1264. package/dist/modules/manufacturing_backend/screens/index.js +8 -0
  1265. package/dist/modules/manufacturing_backend/screens/index.js.map +1 -0
  1266. package/dist/modules/manufacturing_backend/screens/order-create.d.ts +13 -0
  1267. package/dist/modules/manufacturing_backend/screens/order-create.d.ts.map +1 -0
  1268. package/dist/modules/manufacturing_backend/screens/order-create.js +20 -0
  1269. package/dist/modules/manufacturing_backend/screens/order-create.js.map +1 -0
  1270. package/dist/modules/manufacturing_backend/screens/order-execution.d.ts +7 -0
  1271. package/dist/modules/manufacturing_backend/screens/order-execution.d.ts.map +1 -0
  1272. package/dist/modules/manufacturing_backend/screens/order-execution.js +129 -0
  1273. package/dist/modules/manufacturing_backend/screens/order-execution.js.map +1 -0
  1274. package/dist/modules/manufacturing_backend/screens/orders-list.d.ts +21 -0
  1275. package/dist/modules/manufacturing_backend/screens/orders-list.d.ts.map +1 -0
  1276. package/dist/modules/manufacturing_backend/screens/orders-list.js +49 -0
  1277. package/dist/modules/manufacturing_backend/screens/orders-list.js.map +1 -0
  1278. package/dist/modules/manufacturing_backend/screens/work-center-form.d.ts +24 -0
  1279. package/dist/modules/manufacturing_backend/screens/work-center-form.d.ts.map +1 -0
  1280. package/dist/modules/manufacturing_backend/screens/work-center-form.js +80 -0
  1281. package/dist/modules/manufacturing_backend/screens/work-center-form.js.map +1 -0
  1282. package/dist/modules/manufacturing_backend/screens/work-centers-list.d.ts +23 -0
  1283. package/dist/modules/manufacturing_backend/screens/work-centers-list.d.ts.map +1 -0
  1284. package/dist/modules/manufacturing_backend/screens/work-centers-list.js +61 -0
  1285. package/dist/modules/manufacturing_backend/screens/work-centers-list.js.map +1 -0
  1286. package/dist/modules/oauth/index.d.ts.map +1 -1
  1287. package/dist/modules/oauth/index.js +0 -1
  1288. package/dist/modules/oauth/index.js.map +1 -1
  1289. package/dist/modules/oauth/models.d.ts.map +1 -1
  1290. package/dist/modules/oauth/models.js +2 -1
  1291. package/dist/modules/oauth/models.js.map +1 -1
  1292. package/dist/modules/oauth_backend/index.d.ts +1 -1
  1293. package/dist/modules/oauth_backend/index.d.ts.map +1 -1
  1294. package/dist/modules/oauth_backend/index.js +3 -5
  1295. package/dist/modules/oauth_backend/index.js.map +1 -1
  1296. package/dist/modules/oauth_backend/messages.d.ts +4 -0
  1297. package/dist/modules/oauth_backend/messages.d.ts.map +1 -1
  1298. package/dist/modules/oauth_backend/messages.js +4 -0
  1299. package/dist/modules/oauth_backend/messages.js.map +1 -1
  1300. package/dist/modules/oauth_backend/routes.d.ts.map +1 -1
  1301. package/dist/modules/oauth_backend/routes.js +28 -30
  1302. package/dist/modules/oauth_backend/routes.js.map +1 -1
  1303. package/dist/modules/oauth_backend/screens/index.d.ts +66 -0
  1304. package/dist/modules/oauth_backend/screens/index.d.ts.map +1 -0
  1305. package/dist/modules/oauth_backend/screens/index.js +306 -0
  1306. package/dist/modules/oauth_backend/screens/index.js.map +1 -0
  1307. package/dist/modules/partner/functions.d.ts.map +1 -1
  1308. package/dist/modules/partner/functions.js +74 -6
  1309. package/dist/modules/partner/functions.js.map +1 -1
  1310. package/dist/modules/partner/index.d.ts.map +1 -1
  1311. package/dist/modules/partner/index.js +0 -1
  1312. package/dist/modules/partner/index.js.map +1 -1
  1313. package/dist/modules/partner/models.d.ts +4 -4
  1314. package/dist/modules/partner/models.d.ts.map +1 -1
  1315. package/dist/modules/partner/models.js +9 -7
  1316. package/dist/modules/partner/models.js.map +1 -1
  1317. package/dist/modules/partner/types.d.ts +2 -2
  1318. package/dist/modules/partner/types.js +2 -2
  1319. package/dist/modules/partner_backend/client/address-view.mjs +5 -5
  1320. package/dist/modules/partner_backend/client/address-view.mjs.map +1 -1
  1321. package/dist/modules/partner_backend/client/address.css +22 -10
  1322. package/dist/modules/partner_backend/client/partner.css +116 -0
  1323. package/dist/modules/partner_backend/index.d.ts +1 -1
  1324. package/dist/modules/partner_backend/index.d.ts.map +1 -1
  1325. package/dist/modules/partner_backend/index.js +34 -4
  1326. package/dist/modules/partner_backend/index.js.map +1 -1
  1327. package/dist/modules/partner_backend/menus.js +2 -2
  1328. package/dist/modules/partner_backend/menus.js.map +1 -1
  1329. package/dist/modules/partner_backend/routes.d.ts +3 -1
  1330. package/dist/modules/partner_backend/routes.d.ts.map +1 -1
  1331. package/dist/modules/partner_backend/routes.js +236 -91
  1332. package/dist/modules/partner_backend/routes.js.map +1 -1
  1333. package/dist/modules/partner_backend/screens/form.d.ts +21 -0
  1334. package/dist/modules/partner_backend/screens/form.d.ts.map +1 -0
  1335. package/dist/modules/partner_backend/screens/form.js +101 -0
  1336. package/dist/modules/partner_backend/screens/form.js.map +1 -0
  1337. package/dist/modules/partner_backend/screens/index.d.ts +5 -0
  1338. package/dist/modules/partner_backend/screens/index.d.ts.map +1 -0
  1339. package/dist/modules/partner_backend/screens/index.js +4 -0
  1340. package/dist/modules/partner_backend/screens/index.js.map +1 -0
  1341. package/dist/modules/partner_backend/screens/list.d.ts +6 -0
  1342. package/dist/modules/partner_backend/screens/list.d.ts.map +1 -0
  1343. package/dist/modules/partner_backend/screens/list.js +94 -0
  1344. package/dist/modules/partner_backend/screens/list.js.map +1 -0
  1345. package/dist/modules/partner_backend/screens/new.d.ts +5 -0
  1346. package/dist/modules/partner_backend/screens/new.d.ts.map +1 -0
  1347. package/dist/modules/partner_backend/screens/new.js +58 -0
  1348. package/dist/modules/partner_backend/screens/new.js.map +1 -0
  1349. package/dist/modules/partner_backend/screens/types.d.ts +44 -0
  1350. package/dist/modules/partner_backend/screens/types.d.ts.map +1 -0
  1351. package/dist/modules/partner_backend/screens/types.js +2 -0
  1352. package/dist/modules/partner_backend/screens/types.js.map +1 -0
  1353. package/dist/modules/partner_mail_backend/index.d.ts +5 -0
  1354. package/dist/modules/partner_mail_backend/index.d.ts.map +1 -0
  1355. package/dist/modules/partner_mail_backend/index.js +29 -0
  1356. package/dist/modules/partner_mail_backend/index.js.map +1 -0
  1357. package/dist/modules/pos/functions.d.ts +18 -2
  1358. package/dist/modules/pos/functions.d.ts.map +1 -1
  1359. package/dist/modules/pos/functions.js +3279 -345
  1360. package/dist/modules/pos/functions.js.map +1 -1
  1361. package/dist/modules/pos/index.d.ts +2 -1
  1362. package/dist/modules/pos/index.d.ts.map +1 -1
  1363. package/dist/modules/pos/index.js +5 -5
  1364. package/dist/modules/pos/index.js.map +1 -1
  1365. package/dist/modules/pos/models.d.ts.map +1 -1
  1366. package/dist/modules/pos/models.js +189 -1
  1367. package/dist/modules/pos/models.js.map +1 -1
  1368. package/dist/modules/pos/relations.d.ts.map +1 -1
  1369. package/dist/modules/pos/relations.js +11 -0
  1370. package/dist/modules/pos/relations.js.map +1 -1
  1371. package/dist/modules/pos_backend/index.js +182 -154
  1372. package/dist/modules/pos_backend/index.js.map +1 -1
  1373. package/dist/modules/pos_backend/screens.d.ts +1 -0
  1374. package/dist/modules/pos_backend/screens.d.ts.map +1 -1
  1375. package/dist/modules/pos_backend/screens.js +28 -38
  1376. package/dist/modules/pos_backend/screens.js.map +1 -1
  1377. package/dist/modules/pos_channel/catalog.d.ts +27 -0
  1378. package/dist/modules/pos_channel/catalog.d.ts.map +1 -0
  1379. package/dist/modules/pos_channel/catalog.js +310 -0
  1380. package/dist/modules/pos_channel/catalog.js.map +1 -0
  1381. package/dist/modules/pos_channel/index.d.ts +7 -0
  1382. package/dist/modules/pos_channel/index.d.ts.map +1 -0
  1383. package/dist/modules/pos_channel/index.js +61 -0
  1384. package/dist/modules/pos_channel/index.js.map +1 -0
  1385. package/dist/modules/pos_channel/offline.d.ts +66 -0
  1386. package/dist/modules/pos_channel/offline.d.ts.map +1 -0
  1387. package/dist/modules/pos_channel/offline.js +16 -0
  1388. package/dist/modules/pos_channel/offline.js.map +1 -0
  1389. package/dist/modules/pos_channel/operations.d.ts +422 -0
  1390. package/dist/modules/pos_channel/operations.d.ts.map +1 -0
  1391. package/dist/modules/pos_channel/operations.js +1781 -0
  1392. package/dist/modules/pos_channel/operations.js.map +1 -0
  1393. package/dist/modules/pos_channel/sync.d.ts +6 -0
  1394. package/dist/modules/pos_channel/sync.d.ts.map +1 -0
  1395. package/dist/modules/pos_channel/sync.js +1161 -0
  1396. package/dist/modules/pos_channel/sync.js.map +1 -0
  1397. package/dist/modules/pricing/index.d.ts.map +1 -1
  1398. package/dist/modules/pricing/index.js +3 -4
  1399. package/dist/modules/pricing/index.js.map +1 -1
  1400. package/dist/modules/pricing_backend/index.js +135 -78
  1401. package/dist/modules/pricing_backend/index.js.map +1 -1
  1402. package/dist/modules/pricing_backend/screens/index.d.ts +5 -0
  1403. package/dist/modules/pricing_backend/screens/index.d.ts.map +1 -0
  1404. package/dist/modules/pricing_backend/screens/index.js +4 -0
  1405. package/dist/modules/pricing_backend/screens/index.js.map +1 -0
  1406. package/dist/modules/pricing_backend/screens/pricelist-create.d.ts +10 -0
  1407. package/dist/modules/pricing_backend/screens/pricelist-create.d.ts.map +1 -0
  1408. package/dist/modules/pricing_backend/screens/pricelist-create.js +30 -0
  1409. package/dist/modules/pricing_backend/screens/pricelist-create.js.map +1 -0
  1410. package/dist/modules/pricing_backend/screens/pricelist-detail.d.ts +15 -0
  1411. package/dist/modules/pricing_backend/screens/pricelist-detail.d.ts.map +1 -0
  1412. package/dist/modules/pricing_backend/screens/pricelist-detail.js +164 -0
  1413. package/dist/modules/pricing_backend/screens/pricelist-detail.js.map +1 -0
  1414. package/dist/modules/pricing_backend/screens/pricelists-list.d.ts +11 -0
  1415. package/dist/modules/pricing_backend/screens/pricelists-list.d.ts.map +1 -0
  1416. package/dist/modules/pricing_backend/screens/pricelists-list.js +27 -0
  1417. package/dist/modules/pricing_backend/screens/pricelists-list.js.map +1 -0
  1418. package/dist/modules/pricing_backend/screens/shared.d.ts +21 -0
  1419. package/dist/modules/pricing_backend/screens/shared.d.ts.map +1 -0
  1420. package/dist/modules/pricing_backend/screens/shared.js +3 -0
  1421. package/dist/modules/pricing_backend/screens/shared.js.map +1 -0
  1422. package/dist/modules/product/functions.d.ts.map +1 -1
  1423. package/dist/modules/product/functions.js +679 -50
  1424. package/dist/modules/product/functions.js.map +1 -1
  1425. package/dist/modules/product/index.d.ts +2 -0
  1426. package/dist/modules/product/index.d.ts.map +1 -1
  1427. package/dist/modules/product/index.js +2 -2
  1428. package/dist/modules/product/index.js.map +1 -1
  1429. package/dist/modules/product/models.d.ts +1 -1
  1430. package/dist/modules/product/models.d.ts.map +1 -1
  1431. package/dist/modules/product/models.js +27 -4
  1432. package/dist/modules/product/models.js.map +1 -1
  1433. package/dist/modules/product/relations.d.ts.map +1 -1
  1434. package/dist/modules/product/relations.js +4 -0
  1435. package/dist/modules/product/relations.js.map +1 -1
  1436. package/dist/modules/product/sellable.d.ts +26 -0
  1437. package/dist/modules/product/sellable.d.ts.map +1 -0
  1438. package/dist/modules/product/sellable.js +56 -0
  1439. package/dist/modules/product/sellable.js.map +1 -0
  1440. package/dist/modules/product/types.d.ts +2 -2
  1441. package/dist/modules/product/views.d.ts.map +1 -1
  1442. package/dist/modules/product/views.js +5 -1
  1443. package/dist/modules/product/views.js.map +1 -1
  1444. package/dist/modules/product_activity_backend/index.d.ts.map +1 -1
  1445. package/dist/modules/product_activity_backend/index.js +2 -3
  1446. package/dist/modules/product_activity_backend/index.js.map +1 -1
  1447. package/dist/modules/product_backend/client/media-upload-view.d.mts.map +1 -1
  1448. package/dist/modules/product_backend/client/media-upload-view.mjs +1 -0
  1449. package/dist/modules/product_backend/client/media-upload-view.mjs.map +1 -1
  1450. package/dist/modules/product_backend/client/product.css +964 -0
  1451. package/dist/modules/product_backend/index.d.ts +5 -6
  1452. package/dist/modules/product_backend/index.d.ts.map +1 -1
  1453. package/dist/modules/product_backend/index.js +203 -14
  1454. package/dist/modules/product_backend/index.js.map +1 -1
  1455. package/dist/modules/product_backend/menus.js +2 -2
  1456. package/dist/modules/product_backend/menus.js.map +1 -1
  1457. package/dist/modules/product_backend/relation-control.d.ts +85 -0
  1458. package/dist/modules/product_backend/relation-control.d.ts.map +1 -0
  1459. package/dist/modules/product_backend/relation-control.js +129 -0
  1460. package/dist/modules/product_backend/relation-control.js.map +1 -0
  1461. package/dist/modules/product_backend/routes.d.ts.map +1 -1
  1462. package/dist/modules/product_backend/routes.js +502 -196
  1463. package/dist/modules/product_backend/routes.js.map +1 -1
  1464. package/dist/modules/product_backend/screens/attributes.d.ts +7 -0
  1465. package/dist/modules/product_backend/screens/attributes.d.ts.map +1 -0
  1466. package/dist/modules/product_backend/screens/attributes.js +66 -0
  1467. package/dist/modules/product_backend/screens/attributes.js.map +1 -0
  1468. package/dist/modules/product_backend/screens/create.d.ts +16 -0
  1469. package/dist/modules/product_backend/screens/create.d.ts.map +1 -0
  1470. package/dist/modules/product_backend/screens/create.js +86 -0
  1471. package/dist/modules/product_backend/screens/create.js.map +1 -0
  1472. package/dist/modules/product_backend/screens/detail.d.ts +87 -0
  1473. package/dist/modules/product_backend/screens/detail.d.ts.map +1 -0
  1474. package/dist/modules/product_backend/screens/detail.js +381 -0
  1475. package/dist/modules/product_backend/screens/detail.js.map +1 -0
  1476. package/dist/modules/product_backend/screens/favorite.d.ts +6 -0
  1477. package/dist/modules/product_backend/screens/favorite.d.ts.map +1 -0
  1478. package/dist/modules/product_backend/screens/favorite.js +43 -0
  1479. package/dist/modules/product_backend/screens/favorite.js.map +1 -0
  1480. package/dist/modules/product_backend/screens/index.d.ts +10 -0
  1481. package/dist/modules/product_backend/screens/index.d.ts.map +1 -0
  1482. package/dist/modules/product_backend/screens/index.js +7 -0
  1483. package/dist/modules/product_backend/screens/index.js.map +1 -0
  1484. package/dist/modules/product_backend/screens/list.d.ts +54 -0
  1485. package/dist/modules/product_backend/screens/list.d.ts.map +1 -0
  1486. package/dist/modules/product_backend/screens/list.js +124 -0
  1487. package/dist/modules/product_backend/screens/list.js.map +1 -0
  1488. package/dist/modules/product_backend/screens/variant.d.ts +9 -0
  1489. package/dist/modules/product_backend/screens/variant.d.ts.map +1 -0
  1490. package/dist/modules/product_backend/screens/variant.js +113 -0
  1491. package/dist/modules/product_backend/screens/variant.js.map +1 -0
  1492. package/dist/modules/product_mail_backend/index.d.ts.map +1 -1
  1493. package/dist/modules/product_mail_backend/index.js +2 -3
  1494. package/dist/modules/product_mail_backend/index.js.map +1 -1
  1495. package/dist/modules/product_media/functions.d.ts.map +1 -1
  1496. package/dist/modules/product_media/functions.js +59 -6
  1497. package/dist/modules/product_media/functions.js.map +1 -1
  1498. package/dist/modules/product_media/index.js +0 -1
  1499. package/dist/modules/product_media/index.js.map +1 -1
  1500. package/dist/modules/product_variant_activity_backend/index.d.ts.map +1 -1
  1501. package/dist/modules/product_variant_activity_backend/index.js +2 -3
  1502. package/dist/modules/product_variant_activity_backend/index.js.map +1 -1
  1503. package/dist/modules/product_variant_mail_backend/index.d.ts.map +1 -1
  1504. package/dist/modules/product_variant_mail_backend/index.js +2 -3
  1505. package/dist/modules/product_variant_mail_backend/index.js.map +1 -1
  1506. package/dist/modules/purchase/functions.d.ts.map +1 -1
  1507. package/dist/modules/purchase/functions.js +852 -225
  1508. package/dist/modules/purchase/functions.js.map +1 -1
  1509. package/dist/modules/purchase/index.d.ts.map +1 -1
  1510. package/dist/modules/purchase/index.js +30 -5
  1511. package/dist/modules/purchase/index.js.map +1 -1
  1512. package/dist/modules/purchase/models.d.ts.map +1 -1
  1513. package/dist/modules/purchase/models.js +1 -0
  1514. package/dist/modules/purchase/models.js.map +1 -1
  1515. package/dist/modules/purchase/reports.d.ts +4 -0
  1516. package/dist/modules/purchase/reports.d.ts.map +1 -0
  1517. package/dist/modules/purchase/reports.js +86 -0
  1518. package/dist/modules/purchase/reports.js.map +1 -0
  1519. package/dist/modules/purchase_backend/index.js +513 -112
  1520. package/dist/modules/purchase_backend/index.js.map +1 -1
  1521. package/dist/modules/purchase_backend/screens/index.d.ts +10 -0
  1522. package/dist/modules/purchase_backend/screens/index.d.ts.map +1 -0
  1523. package/dist/modules/purchase_backend/screens/index.js +10 -0
  1524. package/dist/modules/purchase_backend/screens/index.js.map +1 -0
  1525. package/dist/modules/purchase_backend/screens/order-detail.d.ts +31 -0
  1526. package/dist/modules/purchase_backend/screens/order-detail.d.ts.map +1 -0
  1527. package/dist/modules/purchase_backend/screens/order-detail.js +204 -0
  1528. package/dist/modules/purchase_backend/screens/order-detail.js.map +1 -0
  1529. package/dist/modules/purchase_backend/screens/order-list-shared.d.ts +7 -0
  1530. package/dist/modules/purchase_backend/screens/order-list-shared.d.ts.map +1 -0
  1531. package/dist/modules/purchase_backend/screens/order-list-shared.js +58 -0
  1532. package/dist/modules/purchase_backend/screens/order-list-shared.js.map +1 -0
  1533. package/dist/modules/purchase_backend/screens/overview.d.ts +19 -0
  1534. package/dist/modules/purchase_backend/screens/overview.d.ts.map +1 -0
  1535. package/dist/modules/purchase_backend/screens/overview.js +52 -0
  1536. package/dist/modules/purchase_backend/screens/overview.js.map +1 -0
  1537. package/dist/modules/purchase_backend/screens/purchase-orders-list.d.ts +14 -0
  1538. package/dist/modules/purchase_backend/screens/purchase-orders-list.d.ts.map +1 -0
  1539. package/dist/modules/purchase_backend/screens/purchase-orders-list.js +26 -0
  1540. package/dist/modules/purchase_backend/screens/purchase-orders-list.js.map +1 -0
  1541. package/dist/modules/purchase_backend/screens/rfq-create.d.ts +16 -0
  1542. package/dist/modules/purchase_backend/screens/rfq-create.d.ts.map +1 -0
  1543. package/dist/modules/purchase_backend/screens/rfq-create.js +24 -0
  1544. package/dist/modules/purchase_backend/screens/rfq-create.js.map +1 -0
  1545. package/dist/modules/purchase_backend/screens/rfqs-list.d.ts +18 -0
  1546. package/dist/modules/purchase_backend/screens/rfqs-list.d.ts.map +1 -0
  1547. package/dist/modules/purchase_backend/screens/rfqs-list.js +28 -0
  1548. package/dist/modules/purchase_backend/screens/rfqs-list.js.map +1 -0
  1549. package/dist/modules/purchase_backend/screens/shared.d.ts +18 -0
  1550. package/dist/modules/purchase_backend/screens/shared.d.ts.map +1 -0
  1551. package/dist/modules/purchase_backend/screens/shared.js +30 -0
  1552. package/dist/modules/purchase_backend/screens/shared.js.map +1 -0
  1553. package/dist/modules/purchase_backend/screens/vendor-pricelist-create.d.ts +20 -0
  1554. package/dist/modules/purchase_backend/screens/vendor-pricelist-create.d.ts.map +1 -0
  1555. package/dist/modules/purchase_backend/screens/vendor-pricelist-create.js +25 -0
  1556. package/dist/modules/purchase_backend/screens/vendor-pricelist-create.js.map +1 -0
  1557. package/dist/modules/purchase_backend/screens/vendor-pricelists-list.d.ts +33 -0
  1558. package/dist/modules/purchase_backend/screens/vendor-pricelists-list.d.ts.map +1 -0
  1559. package/dist/modules/purchase_backend/screens/vendor-pricelists-list.js +73 -0
  1560. package/dist/modules/purchase_backend/screens/vendor-pricelists-list.js.map +1 -0
  1561. package/dist/modules/purchase_staff_channel/channel-routes.d.ts +2 -0
  1562. package/dist/modules/purchase_staff_channel/channel-routes.d.ts.map +1 -0
  1563. package/dist/modules/purchase_staff_channel/channel-routes.js +119 -0
  1564. package/dist/modules/purchase_staff_channel/channel-routes.js.map +1 -0
  1565. package/dist/modules/purchase_staff_channel/index.d.ts +8 -0
  1566. package/dist/modules/purchase_staff_channel/index.d.ts.map +1 -0
  1567. package/dist/modules/purchase_staff_channel/index.js +45 -0
  1568. package/dist/modules/purchase_staff_channel/index.js.map +1 -0
  1569. package/dist/modules/purchase_staff_channel/order-routes.d.ts +2 -0
  1570. package/dist/modules/purchase_staff_channel/order-routes.d.ts.map +1 -0
  1571. package/dist/modules/purchase_staff_channel/order-routes.js +743 -0
  1572. package/dist/modules/purchase_staff_channel/order-routes.js.map +1 -0
  1573. package/dist/modules/purchase_staff_channel/product-routes.d.ts +2 -0
  1574. package/dist/modules/purchase_staff_channel/product-routes.d.ts.map +1 -0
  1575. package/dist/modules/purchase_staff_channel/product-routes.js +183 -0
  1576. package/dist/modules/purchase_staff_channel/product-routes.js.map +1 -0
  1577. package/dist/modules/purchase_staff_channel/vendor-bill-routes.d.ts +2 -0
  1578. package/dist/modules/purchase_staff_channel/vendor-bill-routes.d.ts.map +1 -0
  1579. package/dist/modules/purchase_staff_channel/vendor-bill-routes.js +189 -0
  1580. package/dist/modules/purchase_staff_channel/vendor-bill-routes.js.map +1 -0
  1581. package/dist/modules/quality/functions.d.ts +3 -0
  1582. package/dist/modules/quality/functions.d.ts.map +1 -0
  1583. package/dist/modules/quality/functions.js +381 -0
  1584. package/dist/modules/quality/functions.js.map +1 -0
  1585. package/dist/modules/quality/index.d.ts +5 -0
  1586. package/dist/modules/quality/index.d.ts.map +1 -0
  1587. package/dist/modules/quality/index.js +19 -0
  1588. package/dist/modules/quality/index.js.map +1 -0
  1589. package/dist/modules/quality/models.d.ts +3 -0
  1590. package/dist/modules/quality/models.d.ts.map +1 -0
  1591. package/dist/modules/quality/models.js +91 -0
  1592. package/dist/modules/quality/models.js.map +1 -0
  1593. package/dist/modules/quality_staff_channel/channel-routes.d.ts +2 -0
  1594. package/dist/modules/quality_staff_channel/channel-routes.d.ts.map +1 -0
  1595. package/dist/modules/quality_staff_channel/channel-routes.js +484 -0
  1596. package/dist/modules/quality_staff_channel/channel-routes.js.map +1 -0
  1597. package/dist/modules/quality_staff_channel/index.d.ts +5 -0
  1598. package/dist/modules/quality_staff_channel/index.d.ts.map +1 -0
  1599. package/dist/modules/quality_staff_channel/index.js +30 -0
  1600. package/dist/modules/quality_staff_channel/index.js.map +1 -0
  1601. package/dist/modules/report/functions.d.ts +3 -0
  1602. package/dist/modules/report/functions.d.ts.map +1 -0
  1603. package/dist/modules/report/functions.js +197 -0
  1604. package/dist/modules/report/functions.js.map +1 -0
  1605. package/dist/modules/report/index.d.ts +3 -0
  1606. package/dist/modules/report/index.d.ts.map +1 -0
  1607. package/dist/modules/report/index.js +21 -0
  1608. package/dist/modules/report/index.js.map +1 -0
  1609. package/dist/modules/report/jobs.d.ts +3 -0
  1610. package/dist/modules/report/jobs.d.ts.map +1 -0
  1611. package/dist/modules/report/jobs.js +18 -0
  1612. package/dist/modules/report/jobs.js.map +1 -0
  1613. package/dist/modules/report/models.d.ts +3 -0
  1614. package/dist/modules/report/models.d.ts.map +1 -0
  1615. package/dist/modules/report/models.js +45 -0
  1616. package/dist/modules/report/models.js.map +1 -0
  1617. package/dist/modules/report/routes.d.ts +19 -0
  1618. package/dist/modules/report/routes.d.ts.map +1 -0
  1619. package/dist/modules/report/routes.js +138 -0
  1620. package/dist/modules/report/routes.js.map +1 -0
  1621. package/dist/modules/report_backend/index.d.ts +3 -0
  1622. package/dist/modules/report_backend/index.d.ts.map +1 -0
  1623. package/dist/modules/report_backend/index.js +67 -0
  1624. package/dist/modules/report_backend/index.js.map +1 -0
  1625. package/dist/modules/report_backend/routes.d.ts +10 -0
  1626. package/dist/modules/report_backend/routes.d.ts.map +1 -0
  1627. package/dist/modules/report_backend/routes.js +87 -0
  1628. package/dist/modules/report_backend/routes.js.map +1 -0
  1629. package/dist/modules/report_backend/screens/index.d.ts +13 -0
  1630. package/dist/modules/report_backend/screens/index.d.ts.map +1 -0
  1631. package/dist/modules/report_backend/screens/index.js +91 -0
  1632. package/dist/modules/report_backend/screens/index.js.map +1 -0
  1633. package/dist/modules/sale/functions.d.ts.map +1 -1
  1634. package/dist/modules/sale/functions.js +806 -238
  1635. package/dist/modules/sale/functions.js.map +1 -1
  1636. package/dist/modules/sale/index.d.ts.map +1 -1
  1637. package/dist/modules/sale/index.js +44 -5
  1638. package/dist/modules/sale/index.js.map +1 -1
  1639. package/dist/modules/sale/models.d.ts.map +1 -1
  1640. package/dist/modules/sale/models.js +47 -1
  1641. package/dist/modules/sale/models.js.map +1 -1
  1642. package/dist/modules/sale/relations.d.ts.map +1 -1
  1643. package/dist/modules/sale/relations.js +6 -0
  1644. package/dist/modules/sale/relations.js.map +1 -1
  1645. package/dist/modules/sale/reports.d.ts +4 -0
  1646. package/dist/modules/sale/reports.d.ts.map +1 -0
  1647. package/dist/modules/sale/reports.js +132 -0
  1648. package/dist/modules/sale/reports.js.map +1 -0
  1649. package/dist/modules/sale/scope.d.ts +31 -0
  1650. package/dist/modules/sale/scope.d.ts.map +1 -0
  1651. package/dist/modules/sale/scope.js +34 -0
  1652. package/dist/modules/sale/scope.js.map +1 -0
  1653. package/dist/modules/sale_activity_backend/index.d.ts.map +1 -1
  1654. package/dist/modules/sale_activity_backend/index.js +0 -1
  1655. package/dist/modules/sale_activity_backend/index.js.map +1 -1
  1656. package/dist/modules/sale_backend/index.js +338 -121
  1657. package/dist/modules/sale_backend/index.js.map +1 -1
  1658. package/dist/modules/sale_backend/screens/index.d.ts +9 -0
  1659. package/dist/modules/sale_backend/screens/index.d.ts.map +1 -0
  1660. package/dist/modules/sale_backend/screens/index.js +9 -0
  1661. package/dist/modules/sale_backend/screens/index.js.map +1 -0
  1662. package/dist/modules/sale_backend/screens/invoicing-policies-list.d.ts +14 -0
  1663. package/dist/modules/sale_backend/screens/invoicing-policies-list.d.ts.map +1 -0
  1664. package/dist/modules/sale_backend/screens/invoicing-policies-list.js +48 -0
  1665. package/dist/modules/sale_backend/screens/invoicing-policies-list.js.map +1 -0
  1666. package/dist/modules/sale_backend/screens/invoicing-policy-create.d.ts +14 -0
  1667. package/dist/modules/sale_backend/screens/invoicing-policy-create.d.ts.map +1 -0
  1668. package/dist/modules/sale_backend/screens/invoicing-policy-create.js +38 -0
  1669. package/dist/modules/sale_backend/screens/invoicing-policy-create.js.map +1 -0
  1670. package/dist/modules/sale_backend/screens/order-detail.d.ts +43 -0
  1671. package/dist/modules/sale_backend/screens/order-detail.d.ts.map +1 -0
  1672. package/dist/modules/sale_backend/screens/order-detail.js +226 -0
  1673. package/dist/modules/sale_backend/screens/order-detail.js.map +1 -0
  1674. package/dist/modules/sale_backend/screens/overview.d.ts +31 -0
  1675. package/dist/modules/sale_backend/screens/overview.d.ts.map +1 -0
  1676. package/dist/modules/sale_backend/screens/overview.js +73 -0
  1677. package/dist/modules/sale_backend/screens/overview.js.map +1 -0
  1678. package/dist/modules/sale_backend/screens/quotation-create.d.ts +13 -0
  1679. package/dist/modules/sale_backend/screens/quotation-create.d.ts.map +1 -0
  1680. package/dist/modules/sale_backend/screens/quotation-create.js +19 -0
  1681. package/dist/modules/sale_backend/screens/quotation-create.js.map +1 -0
  1682. package/dist/modules/sale_backend/screens/quotations-list.d.ts +25 -0
  1683. package/dist/modules/sale_backend/screens/quotations-list.d.ts.map +1 -0
  1684. package/dist/modules/sale_backend/screens/quotations-list.js +96 -0
  1685. package/dist/modules/sale_backend/screens/quotations-list.js.map +1 -0
  1686. package/dist/modules/sale_backend/screens/sales-orders-list.d.ts +25 -0
  1687. package/dist/modules/sale_backend/screens/sales-orders-list.d.ts.map +1 -0
  1688. package/dist/modules/sale_backend/screens/sales-orders-list.js +100 -0
  1689. package/dist/modules/sale_backend/screens/sales-orders-list.js.map +1 -0
  1690. package/dist/modules/sale_backend/screens/shared.d.ts +4 -0
  1691. package/dist/modules/sale_backend/screens/shared.d.ts.map +1 -0
  1692. package/dist/modules/sale_backend/screens/shared.js +4 -0
  1693. package/dist/modules/sale_backend/screens/shared.js.map +1 -0
  1694. package/dist/modules/sale_mail_backend/index.d.ts.map +1 -1
  1695. package/dist/modules/sale_mail_backend/index.js +0 -1
  1696. package/dist/modules/sale_mail_backend/index.js.map +1 -1
  1697. package/dist/modules/sale_staff_channel/channel-routes.d.ts +2 -0
  1698. package/dist/modules/sale_staff_channel/channel-routes.d.ts.map +1 -0
  1699. package/dist/modules/sale_staff_channel/channel-routes.js +285 -0
  1700. package/dist/modules/sale_staff_channel/channel-routes.js.map +1 -0
  1701. package/dist/modules/sale_staff_channel/index.d.ts +7 -0
  1702. package/dist/modules/sale_staff_channel/index.d.ts.map +1 -0
  1703. package/dist/modules/sale_staff_channel/index.js +44 -0
  1704. package/dist/modules/sale_staff_channel/index.js.map +1 -0
  1705. package/dist/modules/sale_staff_channel/order-routes.d.ts +2 -0
  1706. package/dist/modules/sale_staff_channel/order-routes.d.ts.map +1 -0
  1707. package/dist/modules/sale_staff_channel/order-routes.js +647 -0
  1708. package/dist/modules/sale_staff_channel/order-routes.js.map +1 -0
  1709. package/dist/modules/sale_staff_channel/product-routes.d.ts +2 -0
  1710. package/dist/modules/sale_staff_channel/product-routes.d.ts.map +1 -0
  1711. package/dist/modules/sale_staff_channel/product-routes.js +183 -0
  1712. package/dist/modules/sale_staff_channel/product-routes.js.map +1 -0
  1713. package/dist/modules/stock/functions.d.ts.map +1 -1
  1714. package/dist/modules/stock/functions.js +1239 -332
  1715. package/dist/modules/stock/functions.js.map +1 -1
  1716. package/dist/modules/stock/index.d.ts +2 -0
  1717. package/dist/modules/stock/index.d.ts.map +1 -1
  1718. package/dist/modules/stock/index.js +29 -6
  1719. package/dist/modules/stock/index.js.map +1 -1
  1720. package/dist/modules/stock/models.d.ts.map +1 -1
  1721. package/dist/modules/stock/models.js +1 -0
  1722. package/dist/modules/stock/models.js.map +1 -1
  1723. package/dist/modules/stock/reports.d.ts +4 -0
  1724. package/dist/modules/stock/reports.d.ts.map +1 -0
  1725. package/dist/modules/stock/reports.js +100 -0
  1726. package/dist/modules/stock/reports.js.map +1 -0
  1727. package/dist/modules/stock/routing.d.ts +1 -1
  1728. package/dist/modules/stock/routing.d.ts.map +1 -1
  1729. package/dist/modules/stock/routing.js +35 -30
  1730. package/dist/modules/stock/routing.js.map +1 -1
  1731. package/dist/modules/stock/scope.d.ts +23 -0
  1732. package/dist/modules/stock/scope.d.ts.map +1 -0
  1733. package/dist/modules/stock/scope.js +26 -0
  1734. package/dist/modules/stock/scope.js.map +1 -0
  1735. package/dist/modules/stock/units.d.ts +14 -0
  1736. package/dist/modules/stock/units.d.ts.map +1 -0
  1737. package/dist/modules/stock/units.js +50 -0
  1738. package/dist/modules/stock/units.js.map +1 -0
  1739. package/dist/modules/stock_activity_backend/index.d.ts.map +1 -1
  1740. package/dist/modules/stock_activity_backend/index.js +0 -1
  1741. package/dist/modules/stock_activity_backend/index.js.map +1 -1
  1742. package/dist/modules/stock_backend/client/editor-view.d.mts.map +1 -1
  1743. package/dist/modules/stock_backend/client/editor-view.mjs +12 -10
  1744. package/dist/modules/stock_backend/client/editor-view.mjs.map +1 -1
  1745. package/dist/modules/stock_backend/index.js +27 -20
  1746. package/dist/modules/stock_backend/index.js.map +1 -1
  1747. package/dist/modules/stock_backend/routes.d.ts.map +1 -1
  1748. package/dist/modules/stock_backend/routes.js +485 -232
  1749. package/dist/modules/stock_backend/routes.js.map +1 -1
  1750. package/dist/modules/stock_backend/screens/forecast.d.ts +28 -0
  1751. package/dist/modules/stock_backend/screens/forecast.d.ts.map +1 -0
  1752. package/dist/modules/stock_backend/screens/forecast.js +108 -0
  1753. package/dist/modules/stock_backend/screens/forecast.js.map +1 -0
  1754. package/dist/modules/stock_backend/screens/index.d.ts +22 -0
  1755. package/dist/modules/stock_backend/screens/index.d.ts.map +1 -0
  1756. package/dist/modules/stock_backend/screens/index.js +22 -0
  1757. package/dist/modules/stock_backend/screens/index.js.map +1 -0
  1758. package/dist/modules/stock_backend/screens/inventory.d.ts +27 -0
  1759. package/dist/modules/stock_backend/screens/inventory.d.ts.map +1 -0
  1760. package/dist/modules/stock_backend/screens/inventory.js +128 -0
  1761. package/dist/modules/stock_backend/screens/inventory.js.map +1 -0
  1762. package/dist/modules/stock_backend/screens/location-create.d.ts +15 -0
  1763. package/dist/modules/stock_backend/screens/location-create.d.ts.map +1 -0
  1764. package/dist/modules/stock_backend/screens/location-create.js +75 -0
  1765. package/dist/modules/stock_backend/screens/location-create.js.map +1 -0
  1766. package/dist/modules/stock_backend/screens/locations-list.d.ts +21 -0
  1767. package/dist/modules/stock_backend/screens/locations-list.d.ts.map +1 -0
  1768. package/dist/modules/stock_backend/screens/locations-list.js +62 -0
  1769. package/dist/modules/stock_backend/screens/locations-list.js.map +1 -0
  1770. package/dist/modules/stock_backend/screens/lot-create.d.ts +14 -0
  1771. package/dist/modules/stock_backend/screens/lot-create.d.ts.map +1 -0
  1772. package/dist/modules/stock_backend/screens/lot-create.js +60 -0
  1773. package/dist/modules/stock_backend/screens/lot-create.js.map +1 -0
  1774. package/dist/modules/stock_backend/screens/lot-detail.d.ts +30 -0
  1775. package/dist/modules/stock_backend/screens/lot-detail.d.ts.map +1 -0
  1776. package/dist/modules/stock_backend/screens/lot-detail.js +84 -0
  1777. package/dist/modules/stock_backend/screens/lot-detail.js.map +1 -0
  1778. package/dist/modules/stock_backend/screens/lots-list.d.ts +25 -0
  1779. package/dist/modules/stock_backend/screens/lots-list.d.ts.map +1 -0
  1780. package/dist/modules/stock_backend/screens/lots-list.js +54 -0
  1781. package/dist/modules/stock_backend/screens/lots-list.js.map +1 -0
  1782. package/dist/modules/stock_backend/screens/picking-type-create.d.ts +15 -0
  1783. package/dist/modules/stock_backend/screens/picking-type-create.d.ts.map +1 -0
  1784. package/dist/modules/stock_backend/screens/picking-type-create.js +89 -0
  1785. package/dist/modules/stock_backend/screens/picking-type-create.js.map +1 -0
  1786. package/dist/modules/stock_backend/screens/picking-types-list.d.ts +22 -0
  1787. package/dist/modules/stock_backend/screens/picking-types-list.d.ts.map +1 -0
  1788. package/dist/modules/stock_backend/screens/picking-types-list.js +80 -0
  1789. package/dist/modules/stock_backend/screens/picking-types-list.js.map +1 -0
  1790. package/dist/modules/stock_backend/screens/replenishment-create.d.ts +17 -0
  1791. package/dist/modules/stock_backend/screens/replenishment-create.d.ts.map +1 -0
  1792. package/dist/modules/stock_backend/screens/replenishment-create.js +74 -0
  1793. package/dist/modules/stock_backend/screens/replenishment-create.js.map +1 -0
  1794. package/dist/modules/stock_backend/screens/replenishment-list.d.ts +29 -0
  1795. package/dist/modules/stock_backend/screens/replenishment-list.d.ts.map +1 -0
  1796. package/dist/modules/stock_backend/screens/replenishment-list.js +84 -0
  1797. package/dist/modules/stock_backend/screens/replenishment-list.js.map +1 -0
  1798. package/dist/modules/stock_backend/screens/shared.d.ts +12 -0
  1799. package/dist/modules/stock_backend/screens/shared.d.ts.map +1 -0
  1800. package/dist/modules/stock_backend/screens/shared.js +29 -0
  1801. package/dist/modules/stock_backend/screens/shared.js.map +1 -0
  1802. package/dist/modules/stock_backend/screens/stock-route-create.d.ts +13 -0
  1803. package/dist/modules/stock_backend/screens/stock-route-create.d.ts.map +1 -0
  1804. package/dist/modules/stock_backend/screens/stock-route-create.js +52 -0
  1805. package/dist/modules/stock_backend/screens/stock-route-create.js.map +1 -0
  1806. package/dist/modules/stock_backend/screens/stock-route-detail.d.ts +30 -0
  1807. package/dist/modules/stock_backend/screens/stock-route-detail.d.ts.map +1 -0
  1808. package/dist/modules/stock_backend/screens/stock-route-detail.js +131 -0
  1809. package/dist/modules/stock_backend/screens/stock-route-detail.js.map +1 -0
  1810. package/dist/modules/stock_backend/screens/stock-routes-list.d.ts +22 -0
  1811. package/dist/modules/stock_backend/screens/stock-routes-list.d.ts.map +1 -0
  1812. package/dist/modules/stock_backend/screens/stock-routes-list.js +51 -0
  1813. package/dist/modules/stock_backend/screens/stock-routes-list.js.map +1 -0
  1814. package/dist/modules/stock_backend/screens/stock.d.ts +7 -0
  1815. package/dist/modules/stock_backend/screens/stock.d.ts.map +1 -0
  1816. package/dist/modules/stock_backend/screens/stock.js +13 -0
  1817. package/dist/modules/stock_backend/screens/stock.js.map +1 -0
  1818. package/dist/modules/stock_backend/screens/transfer-create.d.ts +13 -0
  1819. package/dist/modules/stock_backend/screens/transfer-create.d.ts.map +1 -0
  1820. package/dist/modules/stock_backend/screens/transfer-create.js +38 -0
  1821. package/dist/modules/stock_backend/screens/transfer-create.js.map +1 -0
  1822. package/dist/modules/stock_backend/screens/transfer-detail.d.ts +27 -0
  1823. package/dist/modules/stock_backend/screens/transfer-detail.d.ts.map +1 -0
  1824. package/dist/modules/stock_backend/screens/transfer-detail.js +91 -0
  1825. package/dist/modules/stock_backend/screens/transfer-detail.js.map +1 -0
  1826. package/dist/modules/stock_backend/screens/transfers-list.d.ts +25 -0
  1827. package/dist/modules/stock_backend/screens/transfers-list.d.ts.map +1 -0
  1828. package/dist/modules/stock_backend/screens/transfers-list.js +81 -0
  1829. package/dist/modules/stock_backend/screens/transfers-list.js.map +1 -0
  1830. package/dist/modules/stock_backend/screens/warehouse-create.d.ts +13 -0
  1831. package/dist/modules/stock_backend/screens/warehouse-create.d.ts.map +1 -0
  1832. package/dist/modules/stock_backend/screens/warehouse-create.js +79 -0
  1833. package/dist/modules/stock_backend/screens/warehouse-create.js.map +1 -0
  1834. package/dist/modules/stock_backend/screens/warehouses-list.d.ts +21 -0
  1835. package/dist/modules/stock_backend/screens/warehouses-list.d.ts.map +1 -0
  1836. package/dist/modules/stock_backend/screens/warehouses-list.js +60 -0
  1837. package/dist/modules/stock_backend/screens/warehouses-list.js.map +1 -0
  1838. package/dist/modules/stock_lot_activity_backend/index.d.ts.map +1 -1
  1839. package/dist/modules/stock_lot_activity_backend/index.js +0 -1
  1840. package/dist/modules/stock_lot_activity_backend/index.js.map +1 -1
  1841. package/dist/modules/stock_lot_mail_backend/index.d.ts.map +1 -1
  1842. package/dist/modules/stock_lot_mail_backend/index.js +0 -1
  1843. package/dist/modules/stock_lot_mail_backend/index.js.map +1 -1
  1844. package/dist/modules/stock_mail_backend/index.d.ts.map +1 -1
  1845. package/dist/modules/stock_mail_backend/index.js +0 -1
  1846. package/dist/modules/stock_mail_backend/index.js.map +1 -1
  1847. package/dist/modules/stock_mail_inbound/index.d.ts.map +1 -1
  1848. package/dist/modules/stock_mail_inbound/index.js +0 -2
  1849. package/dist/modules/stock_mail_inbound/index.js.map +1 -1
  1850. package/dist/modules/stock_staff_channel/channel-routes.d.ts +656 -0
  1851. package/dist/modules/stock_staff_channel/channel-routes.d.ts.map +1 -0
  1852. package/dist/modules/stock_staff_channel/channel-routes.js +445 -0
  1853. package/dist/modules/stock_staff_channel/channel-routes.js.map +1 -0
  1854. package/dist/modules/stock_staff_channel/functions.d.ts +3 -0
  1855. package/dist/modules/stock_staff_channel/functions.d.ts.map +1 -0
  1856. package/dist/modules/stock_staff_channel/functions.js +954 -0
  1857. package/dist/modules/stock_staff_channel/functions.js.map +1 -0
  1858. package/dist/modules/stock_staff_channel/index.d.ts +8 -0
  1859. package/dist/modules/stock_staff_channel/index.d.ts.map +1 -0
  1860. package/dist/modules/stock_staff_channel/index.js +37 -0
  1861. package/dist/modules/stock_staff_channel/index.js.map +1 -0
  1862. package/dist/modules/stock_staff_channel/models.d.ts +4 -0
  1863. package/dist/modules/stock_staff_channel/models.d.ts.map +1 -0
  1864. package/dist/modules/stock_staff_channel/models.js +119 -0
  1865. package/dist/modules/stock_staff_channel/models.js.map +1 -0
  1866. package/dist/modules/stock_staff_channel/operation-routes.d.ts +2 -0
  1867. package/dist/modules/stock_staff_channel/operation-routes.d.ts.map +1 -0
  1868. package/dist/modules/stock_staff_channel/operation-routes.js +1258 -0
  1869. package/dist/modules/stock_staff_channel/operation-routes.js.map +1 -0
  1870. package/dist/modules/storage/functions.d.ts.map +1 -1
  1871. package/dist/modules/storage/functions.js +18 -5
  1872. package/dist/modules/storage/functions.js.map +1 -1
  1873. package/dist/modules/storage/index.js +0 -1
  1874. package/dist/modules/storage/index.js.map +1 -1
  1875. package/dist/modules/storage/jobs.d.ts +21 -1
  1876. package/dist/modules/storage/jobs.d.ts.map +1 -1
  1877. package/dist/modules/storage/jobs.js +142 -2
  1878. package/dist/modules/storage/jobs.js.map +1 -1
  1879. package/dist/modules/storage/models.d.ts.map +1 -1
  1880. package/dist/modules/storage/models.js +2 -0
  1881. package/dist/modules/storage/models.js.map +1 -1
  1882. package/dist/modules/storage/policy.d.ts +5 -0
  1883. package/dist/modules/storage/policy.d.ts.map +1 -0
  1884. package/dist/modules/storage/policy.js +13 -0
  1885. package/dist/modules/storage/policy.js.map +1 -0
  1886. package/dist/modules/storage/routes.d.ts +1 -0
  1887. package/dist/modules/storage/routes.d.ts.map +1 -1
  1888. package/dist/modules/storage/routes.js +19 -15
  1889. package/dist/modules/storage/routes.js.map +1 -1
  1890. package/dist/modules/uom/convert.d.ts +1 -1
  1891. package/dist/modules/uom/convert.js +2 -2
  1892. package/dist/modules/uom/convert.js.map +1 -1
  1893. package/dist/modules/uom/functions.d.ts.map +1 -1
  1894. package/dist/modules/uom/functions.js +39 -4
  1895. package/dist/modules/uom/functions.js.map +1 -1
  1896. package/dist/modules/uom/index.d.ts.map +1 -1
  1897. package/dist/modules/uom/index.js +1 -2
  1898. package/dist/modules/uom/index.js.map +1 -1
  1899. package/dist/modules/uom/messages.js +2 -2
  1900. package/dist/modules/uom/messages.js.map +1 -1
  1901. package/dist/modules/uom/models.d.ts +1 -1
  1902. package/dist/modules/uom/models.d.ts.map +1 -1
  1903. package/dist/modules/uom/models.js +1 -1
  1904. package/dist/modules/uom/models.js.map +1 -1
  1905. package/dist/modules/user/authorization.d.ts +80 -0
  1906. package/dist/modules/user/authorization.d.ts.map +1 -0
  1907. package/dist/modules/user/authorization.js +1039 -0
  1908. package/dist/modules/user/authorization.js.map +1 -0
  1909. package/dist/modules/user/functions.d.ts.map +1 -1
  1910. package/dist/modules/user/functions.js +188 -32
  1911. package/dist/modules/user/functions.js.map +1 -1
  1912. package/dist/modules/user/index.d.ts +4 -1
  1913. package/dist/modules/user/index.d.ts.map +1 -1
  1914. package/dist/modules/user/index.js +2 -3
  1915. package/dist/modules/user/index.js.map +1 -1
  1916. package/dist/modules/user/login.d.ts +1 -27
  1917. package/dist/modules/user/login.d.ts.map +1 -1
  1918. package/dist/modules/user/login.js +5 -45
  1919. package/dist/modules/user/login.js.map +1 -1
  1920. package/dist/modules/user/messages.d.ts +6 -0
  1921. package/dist/modules/user/messages.d.ts.map +1 -1
  1922. package/dist/modules/user/messages.js +6 -0
  1923. package/dist/modules/user/messages.js.map +1 -1
  1924. package/dist/modules/user/models.d.ts +1 -1
  1925. package/dist/modules/user/models.d.ts.map +1 -1
  1926. package/dist/modules/user/models.js +73 -9
  1927. package/dist/modules/user/models.js.map +1 -1
  1928. package/dist/modules/user/relations.d.ts.map +1 -1
  1929. package/dist/modules/user/relations.js +6 -0
  1930. package/dist/modules/user/relations.js.map +1 -1
  1931. package/dist/modules/user/roles.d.ts +11 -1
  1932. package/dist/modules/user/roles.d.ts.map +1 -1
  1933. package/dist/modules/user/roles.js +402 -117
  1934. package/dist/modules/user/roles.js.map +1 -1
  1935. package/dist/modules/user/routes.js +1 -1
  1936. package/dist/modules/user/routes.js.map +1 -1
  1937. package/dist/modules/user_backend/index.d.ts +1 -1
  1938. package/dist/modules/user_backend/index.d.ts.map +1 -1
  1939. package/dist/modules/user_backend/index.js +1 -3
  1940. package/dist/modules/user_backend/index.js.map +1 -1
  1941. package/dist/modules/user_backend/messages.d.ts +64 -0
  1942. package/dist/modules/user_backend/messages.d.ts.map +1 -1
  1943. package/dist/modules/user_backend/messages.js +64 -0
  1944. package/dist/modules/user_backend/messages.js.map +1 -1
  1945. package/dist/modules/user_backend/routes.d.ts.map +1 -1
  1946. package/dist/modules/user_backend/routes.js +379 -69
  1947. package/dist/modules/user_backend/routes.js.map +1 -1
  1948. package/dist/modules/user_backend/screens/index.d.ts +11 -0
  1949. package/dist/modules/user_backend/screens/index.d.ts.map +1 -0
  1950. package/dist/modules/user_backend/screens/index.js +8 -0
  1951. package/dist/modules/user_backend/screens/index.js.map +1 -0
  1952. package/dist/modules/user_backend/screens/presets-form.d.ts +16 -0
  1953. package/dist/modules/user_backend/screens/presets-form.d.ts.map +1 -0
  1954. package/dist/modules/user_backend/screens/presets-form.js +37 -0
  1955. package/dist/modules/user_backend/screens/presets-form.js.map +1 -0
  1956. package/dist/modules/user_backend/screens/profile-form.d.ts +14 -0
  1957. package/dist/modules/user_backend/screens/profile-form.d.ts.map +1 -0
  1958. package/dist/modules/user_backend/screens/profile-form.js +37 -0
  1959. package/dist/modules/user_backend/screens/profile-form.js.map +1 -0
  1960. package/dist/modules/user_backend/screens/role-form.d.ts +21 -0
  1961. package/dist/modules/user_backend/screens/role-form.d.ts.map +1 -0
  1962. package/dist/modules/user_backend/screens/role-form.js +93 -0
  1963. package/dist/modules/user_backend/screens/role-form.js.map +1 -0
  1964. package/dist/modules/user_backend/screens/roles-list.d.ts +15 -0
  1965. package/dist/modules/user_backend/screens/roles-list.d.ts.map +1 -0
  1966. package/dist/modules/user_backend/screens/roles-list.js +48 -0
  1967. package/dist/modules/user_backend/screens/roles-list.js.map +1 -0
  1968. package/dist/modules/user_backend/screens/sessions.d.ts +5 -0
  1969. package/dist/modules/user_backend/screens/sessions.d.ts.map +1 -0
  1970. package/dist/modules/user_backend/screens/sessions.js +35 -0
  1971. package/dist/modules/user_backend/screens/sessions.js.map +1 -0
  1972. package/dist/modules/user_backend/screens/types.d.ts +68 -0
  1973. package/dist/modules/user_backend/screens/types.d.ts.map +1 -0
  1974. package/dist/modules/user_backend/screens/types.js +2 -0
  1975. package/dist/modules/user_backend/screens/types.js.map +1 -0
  1976. package/dist/modules/user_backend/screens/user-form.d.ts +56 -0
  1977. package/dist/modules/user_backend/screens/user-form.d.ts.map +1 -0
  1978. package/dist/modules/user_backend/screens/user-form.js +202 -0
  1979. package/dist/modules/user_backend/screens/user-form.js.map +1 -0
  1980. package/dist/modules/user_backend/screens/users-list.d.ts +17 -0
  1981. package/dist/modules/user_backend/screens/users-list.d.ts.map +1 -0
  1982. package/dist/modules/user_backend/screens/users-list.js +56 -0
  1983. package/dist/modules/user_backend/screens/users-list.js.map +1 -0
  1984. package/dist/modules/website/cms.d.ts +18 -1
  1985. package/dist/modules/website/cms.d.ts.map +1 -1
  1986. package/dist/modules/website/cms.js +655 -43
  1987. package/dist/modules/website/cms.js.map +1 -1
  1988. package/dist/modules/website/customer.d.ts.map +1 -1
  1989. package/dist/modules/website/customer.js +249 -1
  1990. package/dist/modules/website/customer.js.map +1 -1
  1991. package/dist/modules/website/index.d.ts.map +1 -1
  1992. package/dist/modules/website/index.js +38 -4
  1993. package/dist/modules/website/index.js.map +1 -1
  1994. package/dist/modules/website/media-usage.d.ts +38 -0
  1995. package/dist/modules/website/media-usage.d.ts.map +1 -0
  1996. package/dist/modules/website/media-usage.js +87 -0
  1997. package/dist/modules/website/media-usage.js.map +1 -0
  1998. package/dist/modules/website/models.d.ts.map +1 -1
  1999. package/dist/modules/website/models.js +101 -0
  2000. package/dist/modules/website/models.js.map +1 -1
  2001. package/dist/modules/website/paths.d.ts +31 -0
  2002. package/dist/modules/website/paths.d.ts.map +1 -0
  2003. package/dist/modules/website/paths.js +48 -0
  2004. package/dist/modules/website/paths.js.map +1 -0
  2005. package/dist/modules/website/publication.d.ts +3 -0
  2006. package/dist/modules/website/publication.d.ts.map +1 -0
  2007. package/dist/modules/website/publication.js +366 -0
  2008. package/dist/modules/website/publication.js.map +1 -0
  2009. package/dist/modules/website/renderable.d.ts +32 -0
  2010. package/dist/modules/website/renderable.d.ts.map +1 -0
  2011. package/dist/modules/website/renderable.js +59 -0
  2012. package/dist/modules/website/renderable.js.map +1 -0
  2013. package/dist/modules/website/sections.d.ts.map +1 -1
  2014. package/dist/modules/website/sections.js +25 -1
  2015. package/dist/modules/website/sections.js.map +1 -1
  2016. package/dist/modules/website_backend/csv.d.ts +23 -0
  2017. package/dist/modules/website_backend/csv.d.ts.map +1 -0
  2018. package/dist/modules/website_backend/csv.js +31 -0
  2019. package/dist/modules/website_backend/csv.js.map +1 -0
  2020. package/dist/modules/website_backend/index.js +398 -2
  2021. package/dist/modules/website_backend/index.js.map +1 -1
  2022. package/dist/modules/website_backend/menus.d.ts.map +1 -1
  2023. package/dist/modules/website_backend/menus.js +39 -6
  2024. package/dist/modules/website_backend/menus.js.map +1 -1
  2025. package/dist/modules/website_backend/routes.d.ts.map +1 -1
  2026. package/dist/modules/website_backend/routes.js +1079 -138
  2027. package/dist/modules/website_backend/routes.js.map +1 -1
  2028. package/dist/modules/website_backend/screens/index.d.ts +425 -0
  2029. package/dist/modules/website_backend/screens/index.d.ts.map +1 -0
  2030. package/dist/modules/website_backend/screens/index.js +1778 -0
  2031. package/dist/modules/website_backend/screens/index.js.map +1 -0
  2032. package/dist/modules/website_backend/screens/page-frame.d.ts +16 -0
  2033. package/dist/modules/website_backend/screens/page-frame.d.ts.map +1 -0
  2034. package/dist/modules/website_backend/screens/page-frame.js +13 -0
  2035. package/dist/modules/website_backend/screens/page-frame.js.map +1 -0
  2036. package/dist/modules/website_form/audit.d.ts +27 -0
  2037. package/dist/modules/website_form/audit.d.ts.map +1 -0
  2038. package/dist/modules/website_form/audit.js +30 -0
  2039. package/dist/modules/website_form/audit.js.map +1 -0
  2040. package/dist/modules/website_form/functions.d.ts.map +1 -1
  2041. package/dist/modules/website_form/functions.js +416 -12
  2042. package/dist/modules/website_form/functions.js.map +1 -1
  2043. package/dist/modules/website_form/index.js +24 -2
  2044. package/dist/modules/website_form/index.js.map +1 -1
  2045. package/dist/modules/website_form/jobs.d.ts +11 -0
  2046. package/dist/modules/website_form/jobs.d.ts.map +1 -0
  2047. package/dist/modules/website_form/jobs.js +80 -0
  2048. package/dist/modules/website_form/jobs.js.map +1 -0
  2049. package/dist/modules/website_form/models.d.ts.map +1 -1
  2050. package/dist/modules/website_form/models.js +89 -0
  2051. package/dist/modules/website_form/models.js.map +1 -1
  2052. package/dist/modules/website_form/purge.d.ts +22 -0
  2053. package/dist/modules/website_form/purge.d.ts.map +1 -0
  2054. package/dist/modules/website_form/purge.js +59 -0
  2055. package/dist/modules/website_form/purge.js.map +1 -0
  2056. package/dist/modules/website_form/retention.d.ts +70 -0
  2057. package/dist/modules/website_form/retention.d.ts.map +1 -0
  2058. package/dist/modules/website_form/retention.js +145 -0
  2059. package/dist/modules/website_form/retention.js.map +1 -0
  2060. package/dist/modules/website_form/routes.d.ts.map +1 -1
  2061. package/dist/modules/website_form/routes.js +37 -3
  2062. package/dist/modules/website_form/routes.js.map +1 -1
  2063. package/dist/modules/website_form_mail/index.d.ts +36 -0
  2064. package/dist/modules/website_form_mail/index.d.ts.map +1 -0
  2065. package/dist/modules/website_form_mail/index.js +137 -0
  2066. package/dist/modules/website_form_mail/index.js.map +1 -0
  2067. package/dist/modules/website_hospitality/channel-routes.d.ts +2 -0
  2068. package/dist/modules/website_hospitality/channel-routes.d.ts.map +1 -0
  2069. package/dist/modules/website_hospitality/channel-routes.js +355 -0
  2070. package/dist/modules/website_hospitality/channel-routes.js.map +1 -0
  2071. package/dist/modules/website_hospitality/functions.d.ts.map +1 -1
  2072. package/dist/modules/website_hospitality/functions.js +27 -2
  2073. package/dist/modules/website_hospitality/functions.js.map +1 -1
  2074. package/dist/modules/website_hospitality/index.js +4 -3
  2075. package/dist/modules/website_hospitality/index.js.map +1 -1
  2076. package/dist/modules/website_hospitality/models.d.ts.map +1 -1
  2077. package/dist/modules/website_hospitality/models.js +2 -0
  2078. package/dist/modules/website_hospitality/models.js.map +1 -1
  2079. package/dist/modules/website_menu/functions.d.ts.map +1 -1
  2080. package/dist/modules/website_menu/functions.js +235 -9
  2081. package/dist/modules/website_menu/functions.js.map +1 -1
  2082. package/dist/modules/website_menu/index.js +8 -1
  2083. package/dist/modules/website_menu/index.js.map +1 -1
  2084. package/dist/modules/website_retail/channel-routes.d.ts +2 -0
  2085. package/dist/modules/website_retail/channel-routes.d.ts.map +1 -0
  2086. package/dist/modules/website_retail/channel-routes.js +305 -0
  2087. package/dist/modules/website_retail/channel-routes.js.map +1 -0
  2088. package/dist/modules/website_retail/functions.d.ts +14 -1
  2089. package/dist/modules/website_retail/functions.d.ts.map +1 -1
  2090. package/dist/modules/website_retail/functions.js +6 -6
  2091. package/dist/modules/website_retail/functions.js.map +1 -1
  2092. package/dist/modules/website_retail/index.js +24 -3
  2093. package/dist/modules/website_retail/index.js.map +1 -1
  2094. package/dist/modules/website_retail/models.d.ts.map +1 -1
  2095. package/dist/modules/website_retail/models.js +30 -0
  2096. package/dist/modules/website_retail/models.js.map +1 -1
  2097. package/dist/modules/website_retail/online.d.ts +3 -0
  2098. package/dist/modules/website_retail/online.d.ts.map +1 -0
  2099. package/dist/modules/website_retail/online.js +710 -0
  2100. package/dist/modules/website_retail/online.js.map +1 -0
  2101. package/dist/modules/website_search/client/search.d.mts +16 -2
  2102. package/dist/modules/website_search/client/search.d.mts.map +1 -1
  2103. package/dist/modules/website_search/client/search.mjs +112 -6
  2104. package/dist/modules/website_search/client/search.mjs.map +1 -1
  2105. package/dist/modules/website_search/functions.d.ts +3 -0
  2106. package/dist/modules/website_search/functions.d.ts.map +1 -0
  2107. package/dist/modules/website_search/functions.js +129 -0
  2108. package/dist/modules/website_search/functions.js.map +1 -0
  2109. package/dist/modules/website_search/index.js +6 -1
  2110. package/dist/modules/website_search/index.js.map +1 -1
  2111. package/dist/modules/website_search/islands.d.ts +6 -0
  2112. package/dist/modules/website_search/islands.d.ts.map +1 -1
  2113. package/dist/modules/website_search/islands.js +8 -2
  2114. package/dist/modules/website_search/islands.js.map +1 -1
  2115. package/dist/modules/website_search/jobs.d.ts +3 -0
  2116. package/dist/modules/website_search/jobs.d.ts.map +1 -0
  2117. package/dist/modules/website_search/jobs.js +101 -0
  2118. package/dist/modules/website_search/jobs.js.map +1 -0
  2119. package/dist/modules/website_search/models.d.ts +15 -0
  2120. package/dist/modules/website_search/models.d.ts.map +1 -0
  2121. package/dist/modules/website_search/models.js +58 -0
  2122. package/dist/modules/website_search/models.js.map +1 -0
  2123. package/dist/modules/website_search/rebuild.d.ts +33 -0
  2124. package/dist/modules/website_search/rebuild.d.ts.map +1 -0
  2125. package/dist/modules/website_search/rebuild.js +125 -0
  2126. package/dist/modules/website_search/rebuild.js.map +1 -0
  2127. package/dist/modules/website_seo/functions.d.ts +3 -0
  2128. package/dist/modules/website_seo/functions.d.ts.map +1 -0
  2129. package/dist/modules/website_seo/functions.js +164 -0
  2130. package/dist/modules/website_seo/functions.js.map +1 -0
  2131. package/dist/modules/website_seo/index.js +15 -5
  2132. package/dist/modules/website_seo/index.js.map +1 -1
  2133. package/dist/modules/website_seo/projection.d.ts +52 -0
  2134. package/dist/modules/website_seo/projection.d.ts.map +1 -0
  2135. package/dist/modules/website_seo/projection.js +129 -0
  2136. package/dist/modules/website_seo/projection.js.map +1 -0
  2137. package/dist/modules/website_seo/routes.d.ts +3 -0
  2138. package/dist/modules/website_seo/routes.d.ts.map +1 -0
  2139. package/dist/modules/website_seo/routes.js +56 -0
  2140. package/dist/modules/website_seo/routes.js.map +1 -0
  2141. package/dist/permission-catalogue.d.ts +5 -0
  2142. package/dist/permission-catalogue.d.ts.map +1 -0
  2143. package/dist/permission-catalogue.js +1518 -0
  2144. package/dist/permission-catalogue.js.map +1 -0
  2145. package/dist/scaffold/index.d.ts +2 -0
  2146. package/dist/scaffold/index.d.ts.map +1 -0
  2147. package/dist/scaffold/index.js +31 -0
  2148. package/dist/scaffold/index.js.map +1 -0
  2149. package/dist/scaffold/templates/README.md.tmpl +17 -0
  2150. package/dist/scaffold/templates/gitignore.tmpl +2 -0
  2151. package/dist/scaffold/templates/ket.workspace.mjs.tmpl +1 -0
  2152. package/dist/scaffold/templates/package.json.tmpl +15 -0
  2153. package/dist/themes/hospitality/templates/website.columns.ktl +4 -0
  2154. package/dist/themes/paper/templates/website.columns.ktl +4 -0
  2155. package/dist/ui/actions.d.ts +4 -0
  2156. package/dist/ui/actions.d.ts.map +1 -1
  2157. package/dist/ui/actions.js +1 -1
  2158. package/dist/ui/actions.js.map +1 -1
  2159. package/dist/ui/activity.d.ts +1 -1
  2160. package/dist/ui/activity.d.ts.map +1 -1
  2161. package/dist/ui/activity.js +3 -5
  2162. package/dist/ui/activity.js.map +1 -1
  2163. package/dist/ui/attachments.js +1 -1
  2164. package/dist/ui/attachments.js.map +1 -1
  2165. package/dist/ui/auth.d.ts +36 -0
  2166. package/dist/ui/auth.d.ts.map +1 -1
  2167. package/dist/ui/auth.js +55 -0
  2168. package/dist/ui/auth.js.map +1 -1
  2169. package/dist/ui/board-page.d.ts +6 -0
  2170. package/dist/ui/board-page.d.ts.map +1 -0
  2171. package/dist/ui/board-page.js +4 -0
  2172. package/dist/ui/board-page.js.map +1 -0
  2173. package/dist/ui/charts.d.ts +83 -0
  2174. package/dist/ui/charts.d.ts.map +1 -0
  2175. package/dist/ui/charts.js +105 -0
  2176. package/dist/ui/charts.js.map +1 -0
  2177. package/dist/ui/chrome.d.ts +45 -2
  2178. package/dist/ui/chrome.d.ts.map +1 -1
  2179. package/dist/ui/chrome.js +47 -5
  2180. package/dist/ui/chrome.js.map +1 -1
  2181. package/dist/ui/client/activity-view.mjs +7 -7
  2182. package/dist/ui/client/activity-view.mjs.map +1 -1
  2183. package/dist/ui/client/activity.css +6 -34
  2184. package/dist/ui/client/calendar-view.d.mts.map +1 -1
  2185. package/dist/ui/client/calendar-view.mjs +7 -6
  2186. package/dist/ui/client/calendar-view.mjs.map +1 -1
  2187. package/dist/ui/client/calendar.css +4 -14
  2188. package/dist/ui/client/chart-view.d.ts +51 -0
  2189. package/dist/ui/client/chart-view.d.ts.map +1 -0
  2190. package/dist/ui/client/chart-view.js +192 -0
  2191. package/dist/ui/client/chart-view.js.map +1 -0
  2192. package/dist/ui/client/flow-app.css +387 -0
  2193. package/dist/ui/client/flow-board-view.d.mts +8 -0
  2194. package/dist/ui/client/flow-board-view.d.mts.map +1 -0
  2195. package/dist/ui/client/flow-board-view.mjs +161 -0
  2196. package/dist/ui/client/flow-board-view.mjs.map +1 -0
  2197. package/dist/ui/client/flow-board.d.mts +3 -0
  2198. package/dist/ui/client/flow-board.d.mts.map +1 -0
  2199. package/dist/ui/client/flow-board.mjs +7 -0
  2200. package/dist/ui/client/flow-board.mjs.map +1 -0
  2201. package/dist/ui/client/flow-map-view.d.mts +2 -0
  2202. package/dist/ui/client/flow-map-view.d.mts.map +1 -0
  2203. package/dist/ui/client/flow-map-view.mjs +235 -0
  2204. package/dist/ui/client/flow-map-view.mjs.map +1 -0
  2205. package/dist/ui/client/flow-map.d.mts +3 -0
  2206. package/dist/ui/client/flow-map.d.mts.map +1 -0
  2207. package/dist/ui/client/flow-map.mjs +7 -0
  2208. package/dist/ui/client/flow-map.mjs.map +1 -0
  2209. package/dist/ui/client/live-doc-blocks.d.ts +19 -0
  2210. package/dist/ui/client/live-doc-blocks.d.ts.map +1 -0
  2211. package/dist/ui/client/live-doc-blocks.js +23 -0
  2212. package/dist/ui/client/live-doc-blocks.js.map +1 -0
  2213. package/dist/ui/client/live-doc-markdown.d.ts +18 -0
  2214. package/dist/ui/client/live-doc-markdown.d.ts.map +1 -0
  2215. package/dist/ui/client/live-doc-markdown.js +175 -0
  2216. package/dist/ui/client/live-doc-markdown.js.map +1 -0
  2217. package/dist/ui/client/live-doc-shell.d.ts +101 -0
  2218. package/dist/ui/client/live-doc-shell.d.ts.map +1 -0
  2219. package/dist/ui/client/live-doc-shell.js +251 -0
  2220. package/dist/ui/client/live-doc-shell.js.map +1 -0
  2221. package/dist/ui/client/live-doc-view.d.ts +33 -0
  2222. package/dist/ui/client/live-doc-view.d.ts.map +1 -0
  2223. package/dist/ui/client/live-doc-view.js +1237 -0
  2224. package/dist/ui/client/live-doc-view.js.map +1 -0
  2225. package/dist/ui/client/live-doc.css +243 -0
  2226. package/dist/ui/client/live-doc.d.mts +12 -0
  2227. package/dist/ui/client/live-doc.d.mts.map +1 -0
  2228. package/dist/ui/client/live-doc.mjs +11 -0
  2229. package/dist/ui/client/live-doc.mjs.map +7 -0
  2230. package/dist/ui/client/mail-bundle.d.mts +9 -0
  2231. package/dist/ui/client/mail-bundle.d.mts.map +1 -0
  2232. package/dist/ui/client/mail-bundle.mjs +50 -0
  2233. package/dist/ui/client/mail-bundle.mjs.map +7 -0
  2234. package/dist/ui/client/mail-entry.d.mts +11 -0
  2235. package/dist/ui/client/mail-entry.d.mts.map +1 -0
  2236. package/dist/ui/client/mail-entry.mjs +9 -0
  2237. package/dist/ui/client/mail-entry.mjs.map +1 -0
  2238. package/dist/ui/client/mail-view.d.mts.map +1 -1
  2239. package/dist/ui/client/mail-view.mjs +5 -3
  2240. package/dist/ui/client/mail-view.mjs.map +1 -1
  2241. package/dist/ui/client/mail.css +3 -3
  2242. package/dist/ui/client/relation-select-view.d.ts +77 -0
  2243. package/dist/ui/client/relation-select-view.d.ts.map +1 -0
  2244. package/dist/ui/client/relation-select-view.js +216 -0
  2245. package/dist/ui/client/relation-select-view.js.map +1 -0
  2246. package/dist/ui/client/table-selection-view.d.ts +4 -0
  2247. package/dist/ui/client/table-selection-view.d.ts.map +1 -0
  2248. package/dist/ui/client/table-selection-view.js +345 -0
  2249. package/dist/ui/client/table-selection-view.js.map +1 -0
  2250. package/dist/ui/dashboard-page.d.ts +6 -0
  2251. package/dist/ui/dashboard-page.d.ts.map +1 -0
  2252. package/dist/ui/dashboard-page.js +4 -0
  2253. package/dist/ui/dashboard-page.js.map +1 -0
  2254. package/dist/ui/data.d.ts +51 -1
  2255. package/dist/ui/data.d.ts.map +1 -1
  2256. package/dist/ui/data.js +87 -1
  2257. package/dist/ui/data.js.map +1 -1
  2258. package/dist/ui/date-picker.d.ts.map +1 -1
  2259. package/dist/ui/date-picker.js +2 -2
  2260. package/dist/ui/date-picker.js.map +1 -1
  2261. package/dist/ui/form-page.d.ts +6 -0
  2262. package/dist/ui/form-page.d.ts.map +1 -0
  2263. package/dist/ui/form-page.js +5 -0
  2264. package/dist/ui/form-page.js.map +1 -0
  2265. package/dist/ui/form.d.ts +6 -1
  2266. package/dist/ui/form.d.ts.map +1 -1
  2267. package/dist/ui/form.js +8 -5
  2268. package/dist/ui/form.js.map +1 -1
  2269. package/dist/ui/format.d.ts +13 -2
  2270. package/dist/ui/format.d.ts.map +1 -1
  2271. package/dist/ui/format.js +28 -7
  2272. package/dist/ui/format.js.map +1 -1
  2273. package/dist/ui/gantt.d.ts +52 -0
  2274. package/dist/ui/gantt.d.ts.map +1 -0
  2275. package/dist/ui/gantt.js +92 -0
  2276. package/dist/ui/gantt.js.map +1 -0
  2277. package/dist/ui/hooks.d.ts.map +1 -1
  2278. package/dist/ui/hooks.js +14 -0
  2279. package/dist/ui/hooks.js.map +1 -1
  2280. package/dist/ui/icons.d.ts.map +1 -1
  2281. package/dist/ui/icons.js +6 -1
  2282. package/dist/ui/icons.js.map +1 -1
  2283. package/dist/ui/index.d.ts +96 -15
  2284. package/dist/ui/index.d.ts.map +1 -1
  2285. package/dist/ui/index.js +79 -14
  2286. package/dist/ui/index.js.map +1 -1
  2287. package/dist/ui/layout.d.ts +43 -38
  2288. package/dist/ui/layout.d.ts.map +1 -1
  2289. package/dist/ui/layout.js +29 -37
  2290. package/dist/ui/layout.js.map +1 -1
  2291. package/dist/ui/list-page.d.ts +19 -0
  2292. package/dist/ui/list-page.d.ts.map +1 -0
  2293. package/dist/ui/list-page.js +21 -0
  2294. package/dist/ui/list-page.js.map +1 -0
  2295. package/dist/ui/media.d.ts.map +1 -1
  2296. package/dist/ui/media.js +1 -1
  2297. package/dist/ui/media.js.map +1 -1
  2298. package/dist/ui/modal.d.ts +26 -1
  2299. package/dist/ui/modal.d.ts.map +1 -1
  2300. package/dist/ui/modal.js +18 -2
  2301. package/dist/ui/modal.js.map +1 -1
  2302. package/dist/ui/nav.d.ts +21 -1
  2303. package/dist/ui/nav.d.ts.map +1 -1
  2304. package/dist/ui/nav.js +43 -8
  2305. package/dist/ui/nav.js.map +1 -1
  2306. package/dist/ui/navigation.d.ts +36 -2
  2307. package/dist/ui/navigation.d.ts.map +1 -1
  2308. package/dist/ui/navigation.js +60 -5
  2309. package/dist/ui/navigation.js.map +1 -1
  2310. package/dist/ui/partner.d.ts +18 -0
  2311. package/dist/ui/partner.d.ts.map +1 -0
  2312. package/dist/ui/partner.js +11 -0
  2313. package/dist/ui/partner.js.map +1 -0
  2314. package/dist/ui/primitives.d.ts +28 -10
  2315. package/dist/ui/primitives.d.ts.map +1 -1
  2316. package/dist/ui/primitives.js +21 -7
  2317. package/dist/ui/primitives.js.map +1 -1
  2318. package/dist/ui/product-media.d.ts +47 -0
  2319. package/dist/ui/product-media.d.ts.map +1 -0
  2320. package/dist/ui/product-media.js +67 -0
  2321. package/dist/ui/product-media.js.map +1 -0
  2322. package/dist/ui/product-variants.d.ts +68 -0
  2323. package/dist/ui/product-variants.d.ts.map +1 -0
  2324. package/dist/ui/product-variants.js +81 -0
  2325. package/dist/ui/product-variants.js.map +1 -0
  2326. package/dist/ui/record-detail.d.ts +70 -0
  2327. package/dist/ui/record-detail.d.ts.map +1 -0
  2328. package/dist/ui/record-detail.js +35 -0
  2329. package/dist/ui/record-detail.js.map +1 -0
  2330. package/dist/ui/record-page.d.ts +16 -0
  2331. package/dist/ui/record-page.d.ts.map +1 -0
  2332. package/dist/ui/record-page.js +13 -0
  2333. package/dist/ui/record-page.js.map +1 -0
  2334. package/dist/ui/record.d.ts +15 -3
  2335. package/dist/ui/record.d.ts.map +1 -1
  2336. package/dist/ui/record.js +6 -5
  2337. package/dist/ui/record.js.map +1 -1
  2338. package/dist/ui/state.d.ts +20 -1
  2339. package/dist/ui/state.d.ts.map +1 -1
  2340. package/dist/ui/state.js +17 -0
  2341. package/dist/ui/state.js.map +1 -1
  2342. package/dist/ui/surfaces.d.ts +30 -2
  2343. package/dist/ui/surfaces.d.ts.map +1 -1
  2344. package/dist/ui/surfaces.js +39 -2
  2345. package/dist/ui/surfaces.js.map +1 -1
  2346. package/dist/ui/table.d.ts +25 -2
  2347. package/dist/ui/table.d.ts.map +1 -1
  2348. package/dist/ui/table.js +10 -6
  2349. package/dist/ui/table.js.map +1 -1
  2350. package/dist/ui/timeframe.d.ts +39 -0
  2351. package/dist/ui/timeframe.d.ts.map +1 -0
  2352. package/dist/ui/timeframe.js +36 -0
  2353. package/dist/ui/timeframe.js.map +1 -0
  2354. package/dist/ui/workspace-page.d.ts +16 -0
  2355. package/dist/ui/workspace-page.d.ts.map +1 -0
  2356. package/dist/ui/workspace-page.js +15 -0
  2357. package/dist/ui/workspace-page.js.map +1 -0
  2358. package/package.json +16 -3
  2359. package/dist/modules/account/tt99.d.ts +0 -30
  2360. package/dist/modules/account/tt99.d.ts.map +0 -1
  2361. package/dist/modules/account/tt99.js +0 -1661
  2362. package/dist/modules/account/tt99.js.map +0 -1
  2363. package/dist/modules/account_backend/accounting-overview-screen.d.ts +0 -18
  2364. package/dist/modules/account_backend/accounting-overview-screen.d.ts.map +0 -1
  2365. package/dist/modules/account_backend/accounting-overview-screen.js +0 -104
  2366. package/dist/modules/account_backend/accounting-overview-screen.js.map +0 -1
  2367. package/dist/modules/account_backend/accounts-screen.d.ts +0 -13
  2368. package/dist/modules/account_backend/accounts-screen.d.ts.map +0 -1
  2369. package/dist/modules/account_backend/accounts-screen.js +0 -49
  2370. package/dist/modules/account_backend/accounts-screen.js.map +0 -1
  2371. package/dist/modules/account_backend/customer-invoices-screen.d.ts +0 -14
  2372. package/dist/modules/account_backend/customer-invoices-screen.d.ts.map +0 -1
  2373. package/dist/modules/account_backend/customer-invoices-screen.js +0 -63
  2374. package/dist/modules/account_backend/customer-invoices-screen.js.map +0 -1
  2375. package/dist/modules/account_backend/general-ledger-screen.d.ts +0 -13
  2376. package/dist/modules/account_backend/general-ledger-screen.d.ts.map +0 -1
  2377. package/dist/modules/account_backend/general-ledger-screen.js +0 -56
  2378. package/dist/modules/account_backend/general-ledger-screen.js.map +0 -1
  2379. package/dist/modules/account_backend/journal-entries-screen.d.ts +0 -14
  2380. package/dist/modules/account_backend/journal-entries-screen.d.ts.map +0 -1
  2381. package/dist/modules/account_backend/journal-entries-screen.js +0 -45
  2382. package/dist/modules/account_backend/journal-entries-screen.js.map +0 -1
  2383. package/dist/modules/account_backend/journals-screen.d.ts +0 -14
  2384. package/dist/modules/account_backend/journals-screen.d.ts.map +0 -1
  2385. package/dist/modules/account_backend/journals-screen.js +0 -53
  2386. package/dist/modules/account_backend/journals-screen.js.map +0 -1
  2387. package/dist/modules/account_backend/move-detail-screen.d.ts +0 -10
  2388. package/dist/modules/account_backend/move-detail-screen.d.ts.map +0 -1
  2389. package/dist/modules/account_backend/move-detail-screen.js +0 -100
  2390. package/dist/modules/account_backend/move-detail-screen.js.map +0 -1
  2391. package/dist/modules/account_backend/partner-ledger-screen.d.ts +0 -14
  2392. package/dist/modules/account_backend/partner-ledger-screen.d.ts.map +0 -1
  2393. package/dist/modules/account_backend/partner-ledger-screen.js +0 -69
  2394. package/dist/modules/account_backend/partner-ledger-screen.js.map +0 -1
  2395. package/dist/modules/account_backend/payment-terms-screen.d.ts +0 -14
  2396. package/dist/modules/account_backend/payment-terms-screen.d.ts.map +0 -1
  2397. package/dist/modules/account_backend/payment-terms-screen.js +0 -40
  2398. package/dist/modules/account_backend/payment-terms-screen.js.map +0 -1
  2399. package/dist/modules/account_backend/payments-screen.d.ts +0 -14
  2400. package/dist/modules/account_backend/payments-screen.d.ts.map +0 -1
  2401. package/dist/modules/account_backend/payments-screen.js +0 -54
  2402. package/dist/modules/account_backend/payments-screen.js.map +0 -1
  2403. package/dist/modules/account_backend/screens.d.ts +0 -7
  2404. package/dist/modules/account_backend/screens.d.ts.map +0 -1
  2405. package/dist/modules/account_backend/screens.js +0 -7
  2406. package/dist/modules/account_backend/screens.js.map +0 -1
  2407. package/dist/modules/account_backend/taxes-screen.d.ts +0 -15
  2408. package/dist/modules/account_backend/taxes-screen.d.ts.map +0 -1
  2409. package/dist/modules/account_backend/taxes-screen.js +0 -73
  2410. package/dist/modules/account_backend/taxes-screen.js.map +0 -1
  2411. package/dist/modules/account_backend/trial-balance-screen.d.ts +0 -13
  2412. package/dist/modules/account_backend/trial-balance-screen.d.ts.map +0 -1
  2413. package/dist/modules/account_backend/trial-balance-screen.js +0 -62
  2414. package/dist/modules/account_backend/trial-balance-screen.js.map +0 -1
  2415. package/dist/modules/account_backend/vendor-bills-screen.d.ts +0 -14
  2416. package/dist/modules/account_backend/vendor-bills-screen.d.ts.map +0 -1
  2417. package/dist/modules/account_backend/vendor-bills-screen.js +0 -59
  2418. package/dist/modules/account_backend/vendor-bills-screen.js.map +0 -1
  2419. package/dist/modules/account_partner_backend/screens.d.ts +0 -16
  2420. package/dist/modules/account_partner_backend/screens.d.ts.map +0 -1
  2421. package/dist/modules/account_partner_backend/screens.js +0 -26
  2422. package/dist/modules/account_partner_backend/screens.js.map +0 -1
  2423. package/dist/modules/activity_backend/screens.d.ts +0 -5
  2424. package/dist/modules/activity_backend/screens.d.ts.map +0 -1
  2425. package/dist/modules/activity_backend/screens.js +0 -52
  2426. package/dist/modules/activity_backend/screens.js.map +0 -1
  2427. package/dist/modules/address_backend/screens.d.ts +0 -31
  2428. package/dist/modules/address_backend/screens.d.ts.map +0 -1
  2429. package/dist/modules/address_backend/screens.js +0 -147
  2430. package/dist/modules/address_backend/screens.js.map +0 -1
  2431. package/dist/modules/backend/design/admin.css +0 -4229
  2432. package/dist/modules/backend/design/client/relation-select-view.d.mts +0 -5
  2433. package/dist/modules/backend/design/client/relation-select-view.d.mts.map +0 -1
  2434. package/dist/modules/backend/design/client/relation-select-view.mjs +0 -335
  2435. package/dist/modules/backend/design/client/relation-select-view.mjs.map +0 -1
  2436. package/dist/modules/calendar_backend/screens.d.ts +0 -5
  2437. package/dist/modules/calendar_backend/screens.d.ts.map +0 -1
  2438. package/dist/modules/calendar_backend/screens.js +0 -4
  2439. package/dist/modules/calendar_backend/screens.js.map +0 -1
  2440. package/dist/modules/company_backend/screens.d.ts +0 -62
  2441. package/dist/modules/company_backend/screens.d.ts.map +0 -1
  2442. package/dist/modules/company_backend/screens.js +0 -268
  2443. package/dist/modules/company_backend/screens.js.map +0 -1
  2444. package/dist/modules/crm_backend/list-search.d.ts +0 -21
  2445. package/dist/modules/crm_backend/list-search.d.ts.map +0 -1
  2446. package/dist/modules/crm_backend/list-search.js +0 -220
  2447. package/dist/modules/crm_backend/list-search.js.map +0 -1
  2448. package/dist/modules/crm_backend/screens.d.ts +0 -32
  2449. package/dist/modules/crm_backend/screens.d.ts.map +0 -1
  2450. package/dist/modules/crm_backend/screens.js +0 -405
  2451. package/dist/modules/crm_backend/screens.js.map +0 -1
  2452. package/dist/modules/hospitality_core/screens.d.ts +0 -773
  2453. package/dist/modules/hospitality_core/screens.d.ts.map +0 -1
  2454. package/dist/modules/hospitality_core/screens.js +0 -4152
  2455. package/dist/modules/hospitality_core/screens.js.map +0 -1
  2456. package/dist/modules/hr_backend/screens.d.ts +0 -9
  2457. package/dist/modules/hr_backend/screens.d.ts.map +0 -1
  2458. package/dist/modules/hr_backend/screens.js +0 -144
  2459. package/dist/modules/hr_backend/screens.js.map +0 -1
  2460. package/dist/modules/loyalty_backend/screens.d.ts +0 -33
  2461. package/dist/modules/loyalty_backend/screens.d.ts.map +0 -1
  2462. package/dist/modules/loyalty_backend/screens.js +0 -562
  2463. package/dist/modules/loyalty_backend/screens.js.map +0 -1
  2464. package/dist/modules/mail_backend/screens.d.ts +0 -5
  2465. package/dist/modules/mail_backend/screens.d.ts.map +0 -1
  2466. package/dist/modules/mail_backend/screens.js +0 -11
  2467. package/dist/modules/mail_backend/screens.js.map +0 -1
  2468. package/dist/modules/mail_inbound_backend/screens.d.ts +0 -5
  2469. package/dist/modules/mail_inbound_backend/screens.d.ts.map +0 -1
  2470. package/dist/modules/mail_inbound_backend/screens.js +0 -25
  2471. package/dist/modules/mail_inbound_backend/screens.js.map +0 -1
  2472. package/dist/modules/mail_transport_backend/screens.d.ts +0 -5
  2473. package/dist/modules/mail_transport_backend/screens.d.ts.map +0 -1
  2474. package/dist/modules/mail_transport_backend/screens.js +0 -35
  2475. package/dist/modules/mail_transport_backend/screens.js.map +0 -1
  2476. package/dist/modules/oauth_backend/screens.d.ts +0 -66
  2477. package/dist/modules/oauth_backend/screens.d.ts.map +0 -1
  2478. package/dist/modules/oauth_backend/screens.js +0 -323
  2479. package/dist/modules/oauth_backend/screens.js.map +0 -1
  2480. package/dist/modules/odoo_collaboration_import/functions.d.ts.map +0 -1
  2481. package/dist/modules/odoo_collaboration_import/functions.js +0 -128
  2482. package/dist/modules/odoo_collaboration_import/functions.js.map +0 -1
  2483. package/dist/modules/odoo_collaboration_import/index.d.ts +0 -6
  2484. package/dist/modules/odoo_collaboration_import/index.d.ts.map +0 -1
  2485. package/dist/modules/odoo_collaboration_import/index.js +0 -31
  2486. package/dist/modules/odoo_collaboration_import/index.js.map +0 -1
  2487. package/dist/modules/odoo_collaboration_import/models.d.ts.map +0 -1
  2488. package/dist/modules/odoo_collaboration_import/models.js +0 -76
  2489. package/dist/modules/odoo_collaboration_import/models.js.map +0 -1
  2490. package/dist/modules/odoo_collaboration_import/operations.d.ts +0 -14
  2491. package/dist/modules/odoo_collaboration_import/operations.d.ts.map +0 -1
  2492. package/dist/modules/odoo_collaboration_import/operations.js +0 -1139
  2493. package/dist/modules/odoo_collaboration_import/operations.js.map +0 -1
  2494. package/dist/modules/odoo_collaboration_import/relations.d.ts.map +0 -1
  2495. package/dist/modules/odoo_collaboration_import/relations.js +0 -19
  2496. package/dist/modules/odoo_collaboration_import/relations.js.map +0 -1
  2497. package/dist/modules/odoo_collaboration_import/types.d.ts +0 -58
  2498. package/dist/modules/odoo_collaboration_import/types.d.ts.map +0 -1
  2499. package/dist/modules/odoo_collaboration_import/types.js.map +0 -1
  2500. package/dist/modules/partner_backend/screens.d.ts +0 -53
  2501. package/dist/modules/partner_backend/screens.d.ts.map +0 -1
  2502. package/dist/modules/partner_backend/screens.js +0 -169
  2503. package/dist/modules/partner_backend/screens.js.map +0 -1
  2504. package/dist/modules/pricing_backend/screens.d.ts +0 -13
  2505. package/dist/modules/pricing_backend/screens.d.ts.map +0 -1
  2506. package/dist/modules/pricing_backend/screens.js +0 -182
  2507. package/dist/modules/pricing_backend/screens.js.map +0 -1
  2508. package/dist/modules/product_backend/attributes-screen.d.ts +0 -7
  2509. package/dist/modules/product_backend/attributes-screen.d.ts.map +0 -1
  2510. package/dist/modules/product_backend/attributes-screen.js +0 -76
  2511. package/dist/modules/product_backend/attributes-screen.js.map +0 -1
  2512. package/dist/modules/product_backend/create-screen.d.ts +0 -12
  2513. package/dist/modules/product_backend/create-screen.d.ts.map +0 -1
  2514. package/dist/modules/product_backend/create-screen.js +0 -83
  2515. package/dist/modules/product_backend/create-screen.js.map +0 -1
  2516. package/dist/modules/product_backend/screens.d.ts +0 -68
  2517. package/dist/modules/product_backend/screens.d.ts.map +0 -1
  2518. package/dist/modules/product_backend/screens.js +0 -388
  2519. package/dist/modules/product_backend/screens.js.map +0 -1
  2520. package/dist/modules/purchase_backend/screens.d.ts +0 -29
  2521. package/dist/modules/purchase_backend/screens.d.ts.map +0 -1
  2522. package/dist/modules/purchase_backend/screens.js +0 -324
  2523. package/dist/modules/purchase_backend/screens.js.map +0 -1
  2524. package/dist/modules/sale_backend/invoicing-policies-screen.d.ts +0 -14
  2525. package/dist/modules/sale_backend/invoicing-policies-screen.d.ts.map +0 -1
  2526. package/dist/modules/sale_backend/invoicing-policies-screen.js +0 -36
  2527. package/dist/modules/sale_backend/invoicing-policies-screen.js.map +0 -1
  2528. package/dist/modules/sale_backend/order-detail-screen.d.ts +0 -18
  2529. package/dist/modules/sale_backend/order-detail-screen.d.ts.map +0 -1
  2530. package/dist/modules/sale_backend/order-detail-screen.js +0 -217
  2531. package/dist/modules/sale_backend/order-detail-screen.js.map +0 -1
  2532. package/dist/modules/sale_backend/quotations-screen.d.ts +0 -15
  2533. package/dist/modules/sale_backend/quotations-screen.d.ts.map +0 -1
  2534. package/dist/modules/sale_backend/quotations-screen.js +0 -64
  2535. package/dist/modules/sale_backend/quotations-screen.js.map +0 -1
  2536. package/dist/modules/sale_backend/sales-orders-screen.d.ts +0 -12
  2537. package/dist/modules/sale_backend/sales-orders-screen.d.ts.map +0 -1
  2538. package/dist/modules/sale_backend/sales-orders-screen.js +0 -65
  2539. package/dist/modules/sale_backend/sales-orders-screen.js.map +0 -1
  2540. package/dist/modules/sale_backend/screens.d.ts +0 -23
  2541. package/dist/modules/sale_backend/screens.d.ts.map +0 -1
  2542. package/dist/modules/sale_backend/screens.js +0 -275
  2543. package/dist/modules/sale_backend/screens.js.map +0 -1
  2544. package/dist/modules/stock_backend/forecast-screen.d.ts +0 -28
  2545. package/dist/modules/stock_backend/forecast-screen.d.ts.map +0 -1
  2546. package/dist/modules/stock_backend/forecast-screen.js +0 -108
  2547. package/dist/modules/stock_backend/forecast-screen.js.map +0 -1
  2548. package/dist/modules/stock_backend/inventory-screen.d.ts +0 -27
  2549. package/dist/modules/stock_backend/inventory-screen.d.ts.map +0 -1
  2550. package/dist/modules/stock_backend/inventory-screen.js +0 -141
  2551. package/dist/modules/stock_backend/inventory-screen.js.map +0 -1
  2552. package/dist/modules/stock_backend/locations-screen.d.ts +0 -18
  2553. package/dist/modules/stock_backend/locations-screen.d.ts.map +0 -1
  2554. package/dist/modules/stock_backend/locations-screen.js +0 -92
  2555. package/dist/modules/stock_backend/locations-screen.js.map +0 -1
  2556. package/dist/modules/stock_backend/lot-screen.d.ts +0 -30
  2557. package/dist/modules/stock_backend/lot-screen.d.ts.map +0 -1
  2558. package/dist/modules/stock_backend/lot-screen.js +0 -86
  2559. package/dist/modules/stock_backend/lot-screen.js.map +0 -1
  2560. package/dist/modules/stock_backend/lots-screen.d.ts +0 -21
  2561. package/dist/modules/stock_backend/lots-screen.d.ts.map +0 -1
  2562. package/dist/modules/stock_backend/lots-screen.js +0 -79
  2563. package/dist/modules/stock_backend/lots-screen.js.map +0 -1
  2564. package/dist/modules/stock_backend/picking-types-screen.d.ts +0 -21
  2565. package/dist/modules/stock_backend/picking-types-screen.d.ts.map +0 -1
  2566. package/dist/modules/stock_backend/picking-types-screen.js +0 -110
  2567. package/dist/modules/stock_backend/picking-types-screen.js.map +0 -1
  2568. package/dist/modules/stock_backend/replenishment-screen.d.ts +0 -29
  2569. package/dist/modules/stock_backend/replenishment-screen.d.ts.map +0 -1
  2570. package/dist/modules/stock_backend/replenishment-screen.js +0 -131
  2571. package/dist/modules/stock_backend/replenishment-screen.js.map +0 -1
  2572. package/dist/modules/stock_backend/screens.d.ts +0 -14
  2573. package/dist/modules/stock_backend/screens.d.ts.map +0 -1
  2574. package/dist/modules/stock_backend/screens.js +0 -40
  2575. package/dist/modules/stock_backend/screens.js.map +0 -1
  2576. package/dist/modules/stock_backend/stock-route-screen.d.ts +0 -30
  2577. package/dist/modules/stock_backend/stock-route-screen.d.ts.map +0 -1
  2578. package/dist/modules/stock_backend/stock-route-screen.js +0 -129
  2579. package/dist/modules/stock_backend/stock-route-screen.js.map +0 -1
  2580. package/dist/modules/stock_backend/stock-routes-screen.d.ts +0 -17
  2581. package/dist/modules/stock_backend/stock-routes-screen.d.ts.map +0 -1
  2582. package/dist/modules/stock_backend/stock-routes-screen.js +0 -60
  2583. package/dist/modules/stock_backend/stock-routes-screen.js.map +0 -1
  2584. package/dist/modules/stock_backend/transfer-screen.d.ts +0 -26
  2585. package/dist/modules/stock_backend/transfer-screen.d.ts.map +0 -1
  2586. package/dist/modules/stock_backend/transfer-screen.js +0 -95
  2587. package/dist/modules/stock_backend/transfer-screen.js.map +0 -1
  2588. package/dist/modules/stock_backend/transfers-screen.d.ts +0 -21
  2589. package/dist/modules/stock_backend/transfers-screen.d.ts.map +0 -1
  2590. package/dist/modules/stock_backend/transfers-screen.js +0 -88
  2591. package/dist/modules/stock_backend/transfers-screen.js.map +0 -1
  2592. package/dist/modules/stock_backend/warehouses-screen.d.ts +0 -17
  2593. package/dist/modules/stock_backend/warehouses-screen.d.ts.map +0 -1
  2594. package/dist/modules/stock_backend/warehouses-screen.js +0 -96
  2595. package/dist/modules/stock_backend/warehouses-screen.js.map +0 -1
  2596. package/dist/modules/user_backend/screens.d.ts +0 -70
  2597. package/dist/modules/user_backend/screens.d.ts.map +0 -1
  2598. package/dist/modules/user_backend/screens.js +0 -308
  2599. package/dist/modules/user_backend/screens.js.map +0 -1
  2600. package/dist/modules/website/customer-routes.d.ts +0 -3
  2601. package/dist/modules/website/customer-routes.d.ts.map +0 -1
  2602. package/dist/modules/website/customer-routes.js +0 -322
  2603. package/dist/modules/website/customer-routes.js.map +0 -1
  2604. package/dist/modules/website_backend/screens.d.ts +0 -114
  2605. package/dist/modules/website_backend/screens.d.ts.map +0 -1
  2606. package/dist/modules/website_backend/screens.js +0 -625
  2607. package/dist/modules/website_backend/screens.js.map +0 -1
  2608. package/dist/ui/client/mail.d.mts +0 -11
  2609. package/dist/ui/client/mail.d.mts.map +0 -1
  2610. package/dist/ui/client/mail.mjs +0 -10
  2611. package/dist/ui/client/mail.mjs.map +0 -1
  2612. /package/dist/modules/{odoo_collaboration_import → account_staff_channel}/functions.d.ts +0 -0
  2613. /package/dist/modules/{odoo_collaboration_import → account_staff_channel}/models.d.ts +0 -0
  2614. /package/dist/modules/{odoo_collaboration_import → address_backend/screens}/types.js +0 -0
  2615. /package/dist/modules/{odoo_collaboration_import → manufacturing}/relations.d.ts +0 -0
@@ -6,12 +6,12 @@ export const messages = {
6
6
  'menu.app': 'Khách sạn',
7
7
  'menu.operations': 'Vận hành',
8
8
  'menu.properties': 'Cơ sở lưu trú',
9
- 'menu.rooms': 'Phòng',
9
+ 'menu.rooms': 'Danh mục phòng',
10
10
  'menu.frontDesk': 'Bàn lễ tân',
11
11
  'menu.reservations': 'Đặt phòng',
12
- 'menu.stays': 'Lưu trú',
12
+ 'menu.stays': 'Khách đang lưu trú',
13
13
  'menu.tapeChart': 'Lịch phòng',
14
- 'menu.folios': 'Hồ dịch vụ',
14
+ 'menu.folios': 'Phiếu chi phí',
15
15
  'menu.housekeeping': 'Buồng phòng',
16
16
  'menu.cleaningTasks': 'Việc dọn phòng',
17
17
  'menu.housekeepingRooms': 'Trạng thái phòng',
@@ -20,22 +20,25 @@ export const messages = {
20
20
  'menu.content': 'Nội dung & hình ảnh',
21
21
  'menu.amenities': 'Tiện nghi',
22
22
  'menu.policies': 'Chính sách hủy',
23
- 'menu.inventory': 'Tồn kho & hạn chế',
24
- 'menu.ratePlans': 'Giá bán',
23
+ 'menu.inventory': 'Tồn phòng',
24
+ 'menu.ratePlans': 'Bảng giá',
25
25
  'menu.services': 'Dịch vụ & phụ phí',
26
26
  'menu.nightAudit': 'Chốt ngày vận hành',
27
27
  'menu.compliance': 'Tuân thủ',
28
+ 'menu.payments': 'Thanh toán',
29
+ 'menu.controls': 'Kiểm soát',
30
+ 'menu.setup': 'Thiết lập',
28
31
  'menu.stayNotices': 'Thông báo lưu trú',
29
32
  'screen.properties.title': 'Cơ sở lưu trú',
30
33
  'screen.properties.empty': 'Chưa có cơ sở lưu trú.',
31
34
  'screen.properties.emptyHint': 'Tạo cơ sở đầu tiên để bắt đầu cấu hình loại phòng và vận hành.',
32
35
  'property.create.title': 'Tạo cơ sở lưu trú',
33
- 'property.create.hint': 'Khai báo danh tính lịch vận hành trước; địa chỉ canonical được giữ nguyên quản lý riêng.',
36
+ 'property.create.hint': 'Nhập thông tin bản, địa chỉ giờ hoạt động của sở.',
34
37
  'property.detail.kicker': 'Hồ sơ cơ sở lưu trú',
35
38
  'property.section.information': 'Thông tin vận hành',
36
39
  'property.section.informationHint': 'Địa chỉ, múi giờ, giờ nhận trả phòng và chính sách mặc định đang áp dụng.',
37
40
  'property.section.settings': 'Thiết lập cơ sở',
38
- 'property.section.settingsHint': 'Thay đổi được phát vào content feed để từng kết nối OTA xử lý độc lập.',
41
+ 'property.section.settingsHint': 'Các thay đổi sẽ được gửi tới từng kênh bán đã kết nối.',
39
42
  'property.section.next': 'Cấu hình liên quan',
40
43
  'property.section.nextHint': 'Tiếp tục với loại phòng, phòng vật lý, tồn kho và nội dung bán.',
41
44
  'property.action.create': 'Tạo cơ sở',
@@ -54,22 +57,33 @@ export const messages = {
54
57
  'property.field.defaultCheckIn': 'Giờ nhận phòng mặc định',
55
58
  'property.field.defaultCheckOut': 'Giờ trả phòng mặc định',
56
59
  'property.field.enforceTimes': 'Áp dụng giới hạn giờ nhận / trả phòng',
57
- 'property.field.enforceTimesHint': 'Lễ tân vẫn dùng đúng lifecycle; ngoại lệ phải quyền vận hành.',
60
+ 'property.field.enforceTimesHint': 'Nhân viên quyền phù hợp vẫn thể xử trường hợp ngoại lệ.',
61
+ 'property.field.allowHourly': 'Bán theo giờ',
62
+ 'property.field.allowHourlyHint': 'Cho phép cơ sở nhận đặt phòng theo giờ.',
63
+ 'property.field.allowWeekly': 'Bán theo tuần',
64
+ 'property.field.allowWeeklyHint': 'Lưu trú dài ngày tính chu kỳ tuần, chỉ nhận qua kênh trực tiếp.',
65
+ 'property.field.allowMonthly': 'Bán theo tháng',
66
+ 'property.field.allowMonthlyHint': 'Lưu trú dài ngày tính chu kỳ tháng, chỉ nhận qua kênh trực tiếp.',
67
+ 'roomType.field.allowHourly': 'Bán theo giờ',
68
+ 'roomType.field.allowHourlyHint': 'Hạng phòng này có nhận khách theo giờ hay không.',
69
+ 'roomType.field.minHourlyHours': 'Số giờ tối thiểu',
70
+ 'roomType.field.allowWeekly': 'Bán theo tuần',
71
+ 'roomType.field.allowMonthly': 'Bán theo tháng',
58
72
  'property.field.longStayBillOnCheckIn': 'Ghi kỳ đầu khi nhận phòng dài hạn',
59
- 'property.field.longStayBillOnCheckInHint': 'Chỉ tạo charge vận hành; chưa tạo hóa đơn hoặc bút toán kế toán.',
73
+ 'property.field.longStayBillOnCheckInHint': 'Chỉ ghi chi phí vào phiếu của khách; chưa tạo hóa đơn hoặc bút toán kế toán.',
60
74
  'property.field.childrenStayFree': 'Trẻ em được lưu trú miễn phí',
61
75
  'property.field.minimumGuestAge': 'Tuổi tối thiểu của khách chính',
62
76
  'property.field.defaultCancellationPolicy': 'Chính sách hủy mặc định',
63
77
  'property.value.noBranch': 'Không gắn chi nhánh',
64
- 'property.field.address': 'Địa chỉ canonical',
78
+ 'property.field.address': 'Địa chỉ',
65
79
  'property.field.description': 'Mô tả công khai',
66
80
  'property.field.houseRules': 'Nội quy lưu trú',
67
81
  'property.value.noDefaultPolicy': 'Chưa chọn chính sách mặc định',
68
82
  'property.metric.buildings': 'Tòa nhà',
69
83
  'property.feedback.created': 'Đã tạo cơ sở lưu trú',
70
84
  'property.feedback.saved': 'Đã lưu thiết lập cơ sở',
71
- 'property.feedback.savedHint': 'Dữ liệu vận hành content feed đã được cập nhật trong cùng giao dịch.',
72
- 'screen.rooms.title': ' đồ phòng',
85
+ 'property.feedback.savedHint': 'Thông tin sở đã được lưu sẵn sàng cho các kênh bán.',
86
+ 'screen.rooms.title': 'Danh mục phòng',
73
87
  'screen.rooms.empty': 'Cơ sở này chưa có phòng.',
74
88
  'screen.rooms.emptyHint': 'Tạo loại phòng, tòa và tầng trước khi thêm phòng.',
75
89
  'room.create.title': 'Tạo phòng vật lý',
@@ -112,9 +126,9 @@ export const messages = {
112
126
  'room.section.information': 'Thông tin vận hành',
113
127
  'room.section.informationHint': 'Loại phòng, vị trí và trạng thái đang áp dụng cho tài sản vật lý này.',
114
128
  'room.section.settings': 'Cấu hình phòng',
115
- 'room.section.settingsHint': 'Cấu hình không được thay đổi trạng thái; mọi chuyển trạng thái phải đi qua lifecycle vận hành.',
116
- 'room.section.lifecycle': 'Trạng thái vận hành',
117
- 'room.section.lifecycleHint': 'Housekeeping lưu trú sở hữu chuyển trạng thái. Chỉ phòng sẵn sàng, không khách hoặc công việc mở mới được lưu trữ.',
129
+ 'room.section.settingsHint': 'Chỉnh thông tin phòng tại đây. Để đổi trạng thái, hãy dùng mục Trạng thái phòng.',
130
+ 'room.section.lifecycle': 'Trạng thái phòng',
131
+ 'room.section.lifecycleHint': 'Trạng thái được cập nhật khi khách nhận/trả phòng hoặc nhân viên buồng phòng bắt đầu/hoàn tất công việc.',
118
132
  'room.empty.prerequisite': 'Chưa thể tạo phòng',
119
133
  'room.empty.prerequisiteHint': 'Hãy tạo một cơ sở và ít nhất một loại phòng trước.',
120
134
  'room.empty.buildings': 'Cơ sở này chưa có tòa nhà.',
@@ -129,7 +143,7 @@ export const messages = {
129
143
  'room.feedback.archivedHint': 'Phòng đã rời khỏi lựa chọn lễ tân và buồng phòng nhưng toàn bộ lịch sử vẫn được giữ lại.',
130
144
  'room.feedback.restored': 'Đã khôi phục phòng',
131
145
  'room.feedback.restoredHint': 'Phòng đã trở lại trạng thái sẵn sàng để vận hành.',
132
- 'room.feedback.savedHint': 'Cấu hình vật đã được lưu; tồn kho bán vẫn chỉ thay đổi qua availability ledger.',
146
+ 'room.feedback.savedHint': 'Thông tin phòng đã được lưu; số phòng mở bán không thay đổi.',
133
147
  'building.detail.kicker': 'Hồ sơ tòa nhà',
134
148
  'building.action.save': 'Lưu tòa nhà',
135
149
  'building.action.back': 'Quay lại sơ đồ phòng',
@@ -145,7 +159,7 @@ export const messages = {
145
159
  'building.section.settingsHint': 'Tên, mã và thứ tự được dùng trên sơ đồ phòng và tác vụ vận hành.',
146
160
  'building.section.floors': 'Các tầng thuộc tòa nhà',
147
161
  'building.section.floorsHint': 'Tầng đã tạo không thể chuyển sang tòa nhà khác.',
148
- 'building.section.lifecycle': 'Vòng đời vị trí',
162
+ 'building.section.lifecycle': 'Trạng thái tòa nhà',
149
163
  'building.section.lifecycleHint': 'Chỉ có thể lưu trữ sau khi mọi tầng đã lưu trữ và không còn phòng hoạt động gắn với tòa nhà.',
150
164
  'building.empty.floors': 'Tòa nhà này chưa có tầng.',
151
165
  'building.empty.floorsHint': 'Thêm tầng từ sơ đồ phòng của cơ sở lưu trú.',
@@ -171,7 +185,7 @@ export const messages = {
171
185
  'floor.section.settingsHint': 'Tên, mã và thứ tự được dùng trên sơ đồ phòng và tác vụ vận hành.',
172
186
  'floor.section.rooms': 'Phòng thuộc tầng',
173
187
  'floor.section.roomsHint': 'Các phòng vật lý đang gắn trực tiếp với tầng này.',
174
- 'floor.section.lifecycle': 'Vòng đời vị trí',
188
+ 'floor.section.lifecycle': 'Trạng thái tầng',
175
189
  'floor.section.lifecycleHint': 'Chỉ có thể lưu trữ khi không còn phòng hoạt động; khôi phục yêu cầu tòa nhà đang hoạt động.',
176
190
  'floor.empty.rooms': 'Tầng này chưa có phòng.',
177
191
  'floor.empty.roomsHint': 'Tạo hoặc chuyển phòng từ sơ đồ phòng của cơ sở lưu trú.',
@@ -190,7 +204,7 @@ export const messages = {
190
204
  'roomType.section.information': 'Thông tin bán',
191
205
  'roomType.section.informationHint': 'Cơ sở, sức chứa, giá dự phòng và chính sách hủy đang áp dụng cho loại phòng.',
192
206
  'roomType.section.settings': 'Thiết lập loại phòng',
193
- 'roomType.section.settingsHint': 'Thay đổi nội dung được phát vào content feed để từng kết nối OTA xử lý độc lập.',
207
+ 'roomType.section.settingsHint': 'Các thay đổi sẽ được gửi tới từng kênh bán đã kết nối.',
194
208
  'roomType.section.next': 'Cấu hình liên quan',
195
209
  'roomType.section.nextHint': 'Tiếp tục với phòng vật lý, giá bán, tồn kho và nội dung marketing.',
196
210
  'roomType.action.create': 'Tạo loại phòng',
@@ -235,7 +249,7 @@ export const messages = {
235
249
  'roomType.empty.noPropertyHint': 'Tạo cơ sở trước khi khai báo loại phòng.',
236
250
  'roomType.feedback.created': 'Đã tạo loại phòng',
237
251
  'roomType.feedback.saved': 'Đã lưu loại phòng',
238
- 'roomType.feedback.savedHint': 'Thiết lập bán content feed đã được cập nhật trong cùng giao dịch.',
252
+ 'roomType.feedback.savedHint': 'Thông tin bán đã được lưu sẵn sàng cho các kênh bán.',
239
253
  'screen.content.title': 'Nội dung & hình ảnh',
240
254
  'screen.content.selection': 'Phạm vi nội dung',
241
255
  'screen.content.selectionHint': 'Chọn cơ sở hoặc loại phòng để quản lý thư viện marketing.',
@@ -245,30 +259,59 @@ export const messages = {
245
259
  'screen.content.noPropertyHint': 'Tạo cơ sở lưu trú trước khi thêm hình ảnh marketing.',
246
260
  'screen.amenities.title': 'Danh mục tiện nghi',
247
261
  'screen.amenities.empty': 'Chưa có tiện nghi.',
262
+ 'screen.amenities.create': 'Thêm tiện nghi',
263
+ 'screen.amenities.createHint': 'Tiện nghi dùng chung cho cơ sở và hạng phòng; mã phải duy nhất trong công ty.',
264
+ 'screen.policies.create': 'Thêm chính sách hủy',
265
+ 'screen.policies.createHint': 'Chính sách quyết định khách được hủy miễn phí đến khi nào và phí phạt sau đó.',
266
+ 'action.saveAmenity': 'Lưu tiện nghi',
267
+ 'action.savePolicy': 'Lưu chính sách',
268
+ 'col.category': 'Nhóm',
269
+ 'col.policyType': 'Loại chính sách',
270
+ 'field.sequence': 'Thứ tự',
271
+ 'field.description': 'Mô tả',
272
+ 'field.freeCancellationHint': 'Số giờ trước khi nhận phòng mà khách còn được hủy miễn phí.',
273
+ 'field.penaltyHint': 'Phần trăm giá trị đặt phòng sẽ tính khi hủy ngoài cửa sổ miễn phí.',
248
274
  'screen.amenities.emptyHint': 'Tạo tiện nghi dùng cho cơ sở hoặc loại phòng.',
249
275
  'screen.policies.title': 'Chính sách hủy',
250
276
  'screen.policies.empty': 'Chưa có chính sách hủy.',
251
277
  'screen.policies.emptyHint': 'Tạo chính sách trước khi gán cho cơ sở hoặc loại phòng.',
252
278
  'screen.frontDesk.title': 'Bàn lễ tân',
279
+ 'screen.frontDesk.setup': 'Chưa có cơ sở lưu trú nào.',
280
+ 'screen.frontDesk.setupHint': 'Tạo cơ sở đầu tiên, sau đó là hạng phòng và phòng, rồi lễ tân mới nhận khách được.',
253
281
  'screen.frontDesk.empty': 'Hôm nay chưa có lượt khách cần xử lý.',
254
282
  'screen.frontDesk.emptyHint': 'Các lượt đến, đang lưu trú và rời đi sẽ xuất hiện tại đây.',
283
+ 'screen.frontDesk.arrivals': 'Khách đến hôm nay',
284
+ 'screen.frontDesk.arrivalsEmpty': 'Hôm nay không có khách đến.',
285
+ 'screen.frontDesk.arrivalsEmptyHint': 'Khách đặt phòng cho hôm nay sẽ hiện ở đây trước khi nhận phòng.',
286
+ 'screen.frontDesk.unassigned': 'Chưa phân phòng',
287
+ 'screen.frontDesk.departures': 'Khách rời hôm nay',
288
+ 'screen.frontDesk.departuresEmpty': 'Hôm nay không có khách rời.',
289
+ 'screen.frontDesk.departuresEmptyHint': 'Khách đến hạn trả phòng hôm nay sẽ hiện ở đây.',
290
+ 'screen.frontDesk.guestCount': '{count} khách',
291
+ 'screen.frontDesk.overdueDetail': 'Cần gia hạn hoặc trả phòng',
292
+ 'screen.frontDesk.overdueClear': 'Không có lượt nào quá giờ',
255
293
  'screen.frontDesk.overdue': 'Lưu trú quá giờ trả phòng',
256
294
  'screen.frontDesk.overdueHint': '{count} lượt vẫn đang nhận phòng sau giờ trả dự kiến. Lễ tân cần gia hạn hoặc trả phòng để tồn phòng phản ánh đúng.',
257
295
  'screen.reservations.title': 'Đặt phòng',
258
296
  'screen.reservations.empty': 'Chưa có đặt phòng.',
259
297
  'screen.reservations.emptyHint': 'Đặt phòng trực tiếp và từ các kênh OTA sẽ được tổng hợp tại đây.',
260
- 'screen.stays.title': 'Lưu trú',
298
+ 'screen.stays.title': 'Khách đang lưu trú',
261
299
  'screen.stays.empty': 'Chưa có hồ sơ lưu trú.',
262
300
  'screen.stays.emptyHint': 'Hồ sơ lưu trú được tạo cùng đặt phòng và theo khách đến nhận phòng.',
263
- 'screen.folios.title': 'Hồ dịch vụ',
264
- 'screen.folios.empty': 'Chưa có hồ dịch vụ.',
265
- 'screen.folios.emptyHint': 'Tiền phòng và dịch vụ phát sinh được gom theo từng hồ sơ.',
301
+ 'screen.folios.title': 'Phiếu chi phí',
302
+ 'screen.folios.empty': 'Chưa có phiếu chi phí.',
303
+ 'screen.folios.emptyHint': 'Tiền phòng và dịch vụ của khách được tổng hợp tại đây.',
266
304
  'screen.tapeChart.title': 'Lịch phòng',
267
305
  'screen.tapeChart.empty': 'Cơ sở này chưa có phòng để lập lịch.',
268
306
  'screen.tapeChart.emptyHint': 'Tạo phòng trước khi xếp khách vào lịch vận hành.',
269
307
  'screen.tapeChart.corner': 'Phòng / ngày',
270
308
  'screen.tapeChart.unassigned': 'Chưa xếp phòng',
271
309
  'screen.tapeChart.unassignedHint': 'Đặt phòng đã xác nhận nhưng chưa gán phòng cụ thể',
310
+ 'screen.tapeChart.previous': 'Tuần trước',
311
+ 'screen.tapeChart.next': 'Tuần sau',
312
+ 'screen.tapeChart.availability': 'Xem phòng trống',
313
+ 'screen.tapeChart.legend': 'Chú giải',
314
+ 'screen.tapeChart.legendHint': 'Màu trên lịch là trạng thái của lượt lưu trú. Mở một lượt để nhận, chuyển hoặc trả phòng; kéo thả trên lịch không đổi phòng.',
272
315
  'screen.cleaningTasks.title': 'Việc dọn phòng',
273
316
  'screen.cleaningTasks.empty': 'Không có việc dọn phòng cần xử lý.',
274
317
  'screen.cleaningTasks.emptyHint': 'Trả phòng sẽ tự tạo một việc dọn phòng ưu tiên cao.',
@@ -276,12 +319,12 @@ export const messages = {
276
319
  'housekeeping.detail.kicker': 'Hồ sơ công việc buồng phòng',
277
320
  'housekeeping.section.create': 'Tạo việc buồng phòng',
278
321
  'housekeeping.section.createHint': 'Dùng cho dọn phòng hằng ngày, kiểm tra hoặc bảo trì ngoài công việc tự tạo khi trả phòng.',
279
- 'housekeeping.section.queue': 'Hàng việc buồng phòng',
280
- 'housekeeping.section.queueHint': 'Mỗi việc có vòng đời riêng; trạng thái phòng được cập nhật cùng giao dịch khi bắt đầu hoặc hoàn tất.',
322
+ 'housekeeping.section.queue': 'Danh sách việc cần làm',
323
+ 'housekeeping.section.queueHint': 'Trạng thái phòng sẽ tự cập nhật khi công việc bắt đầu hoặc hoàn tất.',
281
324
  'housekeeping.section.information': 'Thông tin công việc',
282
325
  'housekeeping.section.informationHint': 'Phòng, thời điểm, người phụ trách và ghi chú được giữ làm bằng chứng vận hành.',
283
326
  'housekeeping.action.create': 'Tạo công việc',
284
- 'housekeeping.action.back': 'Quay lại hàng việc',
327
+ 'housekeeping.action.back': 'Quay lại danh sách việc',
285
328
  'housekeeping.action.start': 'Bắt đầu thực hiện',
286
329
  'housekeeping.action.startHint': 'Nhận việc và chuyển phòng trống hoặc phòng bẩn sang trạng thái đang vệ sinh.',
287
330
  'housekeeping.action.complete': 'Hoàn thành công việc',
@@ -293,7 +336,7 @@ export const messages = {
293
336
  'housekeeping.field.startedAt': 'Bắt đầu lúc',
294
337
  'housekeeping.field.doneAt': 'Hoàn thành lúc',
295
338
  'housekeeping.feedback.created': 'Đã tạo công việc buồng phòng',
296
- 'housekeeping.feedback.createdHint': 'Công việc mới đã vào hàng chờ của cơ sở.',
339
+ 'housekeeping.feedback.createdHint': 'Công việc mới đã xuất hiện trong danh sách của cơ sở.',
297
340
  'housekeeping.feedback.started': 'Đã bắt đầu công việc',
298
341
  'housekeeping.feedback.startedHint': 'Người phụ trách và thời điểm bắt đầu đã được ghi nhận.',
299
342
  'housekeeping.feedback.completed': 'Đã hoàn thành công việc',
@@ -304,11 +347,11 @@ export const messages = {
304
347
  'housekeeping.empty.rooms': 'Chưa có phòng để giao việc.',
305
348
  'housekeeping.empty.roomsHint': 'Tạo phòng trong cơ sở trước khi thêm công việc buồng phòng.',
306
349
  'housekeeping.rooms.detail.title': 'Phòng {code}',
307
- 'housekeeping.rooms.detail.kicker': 'Hồ vận hành phòng',
308
- 'housekeeping.rooms.section.board': 'Tình trạng vận hành',
309
- 'housekeeping.rooms.section.boardHint': 'Theo dõi trạng thái phòng độc lập với tồn kho bán; bảng chỉ hiển thị tối đa 500 phòng gần nhất theo bộ lọc.',
350
+ 'housekeeping.rooms.detail.kicker': 'Chi tiết phòng',
351
+ 'housekeeping.rooms.section.board': 'Trạng thái hiện tại',
352
+ 'housekeeping.rooms.section.boardHint': 'Trạng thái dọn phòng bảo trì được theo dõi riêng với số phòng còn bán. Bảng hiển thị tối đa 500 phòng theo bộ lọc.',
310
353
  'housekeeping.rooms.section.information': 'Thông tin phòng',
311
- 'housekeeping.rooms.section.informationHint': 'Vị trí, loại phòng, khách đang ở và ghi chú được đọc từ hồ sơ vận hành hiện tại.',
354
+ 'housekeeping.rooms.section.informationHint': 'Hiển thị vị trí, loại phòng, khách đang ở và ghi chú mới nhất.',
312
355
  'housekeeping.rooms.section.tasks': 'Lịch sử công việc',
313
356
  'housekeeping.rooms.section.tasksHint': 'Hiển thị tối đa 20 công việc buồng phòng gần nhất của phòng này.',
314
357
  'housekeeping.rooms.metric.openTasks': 'Việc đang mở',
@@ -329,7 +372,7 @@ export const messages = {
329
372
  'screen.housekeepingRooms.title': 'Bảng trạng thái phòng',
330
373
  'screen.housekeepingRooms.empty': 'Cơ sở này chưa có phòng.',
331
374
  'screen.housekeepingRooms.emptyHint': 'Phòng sẽ xuất hiện tại đây sau khi được cấu hình.',
332
- 'screen.ratePlans.title': 'Giá bán',
375
+ 'screen.ratePlans.title': 'Bảng giá',
333
376
  'screen.ratePlans.create': 'Tạo kế hoạch giá',
334
377
  'screen.ratePlans.createHint': 'Tách giá bán khỏi nội dung loại phòng và chọn một giá mặc định cho mỗi chu kỳ.',
335
378
  'screen.ratePlans.noRoomTypes': 'Chưa có loại phòng để định giá.',
@@ -337,8 +380,8 @@ export const messages = {
337
380
  'screen.ratePlans.list': 'Các kế hoạch giá',
338
381
  'screen.ratePlans.empty': 'Chưa có kế hoạch giá.',
339
382
  'screen.ratePlans.emptyHint': 'Giá cơ sở của loại phòng vẫn được dùng cho tới khi có kế hoạch mặc định.',
340
- 'screen.inventory.title': 'Tồn kho & hạn chế bán',
341
- 'screen.inventory.filters': 'Chọn lịch tồn kho',
383
+ 'screen.inventory.title': 'Phòng trống điều kiện bán',
384
+ 'screen.inventory.filters': 'Chọn lịch phòng trống',
342
385
  'screen.inventory.dateRange': 'Khoảng ngày hiển thị',
343
386
  'screen.inventory.allotment': 'Phân bổ phòng bán',
344
387
  'screen.inventory.allotmentHint': 'Tổng phòng không được thấp hơn số đã bán cộng số đang khóa.',
@@ -353,12 +396,12 @@ export const messages = {
353
396
  'screen.stayNotices.title': 'Thông báo lưu trú',
354
397
  'nightAudit.section.selection': 'Cơ sở và ngày vận hành',
355
398
  'nightAudit.section.run': 'Thực hiện chốt ngày',
356
- 'nightAudit.section.runHint': 'Tác vụ chạy riêng trên worker, ghi nhận dịch vụ theo đêm và tiền phòng định kỳ bằng khóa chống trùng.',
399
+ 'nightAudit.section.runHint': 'Hệ thống sẽ ghi các dịch vụ theo đêm và tiền phòng đến hạn không tạo khoản trùng.',
357
400
  'nightAudit.section.history': 'Lịch sử chốt ngày',
358
- 'nightAudit.section.historyHint': 'Mỗi sở một bản ghi bền vững cho từng ngày; chạy lại chỉ bổ sung khoản còn thiếu.',
401
+ 'nightAudit.section.historyHint': 'Mỗi ngày chỉ được chốt một lần; chạy lại chỉ bổ sung khoản còn thiếu.',
359
402
  'nightAudit.field.auditDate': 'Ngày vận hành',
360
403
  'nightAudit.action.preview': 'Xem trước',
361
- 'nightAudit.action.run': 'Đưa vào hàng đợi',
404
+ 'nightAudit.action.run': 'Bắt đầu chốt ngày',
362
405
  'nightAudit.metric.inHouse': 'Khách đang lưu trú',
363
406
  'nightAudit.metric.servicesDue': 'Dịch vụ đến hạn',
364
407
  'nightAudit.metric.rentDue': 'Kỳ tiền phòng đến hạn',
@@ -371,15 +414,15 @@ export const messages = {
371
414
  'nightAudit.state.running': 'Đang chạy',
372
415
  'nightAudit.state.completed': 'Hoàn tất',
373
416
  'nightAudit.state.failed': 'Lỗi',
374
- 'nightAudit.feedback.queued': 'Đã đưa chốt ngày vào hàng đợi',
375
- 'nightAudit.feedback.queuedHint': 'Worker hospitality sẽ xử độc lập; có thể tải lại trang để xem kết quả.',
417
+ 'nightAudit.feedback.queued': 'Đã bắt đầu chốt ngày',
418
+ 'nightAudit.feedback.queuedHint': 'Hệ thống đang xử lý; có thể tải lại trang để xem kết quả.',
376
419
  'nightAudit.feedback.invalidHint': 'Kiểm tra cơ sở và ngày vận hành rồi thử lại.',
377
420
  'nightAudit.empty.property': 'Chưa có cơ sở để chốt ngày.',
378
421
  'nightAudit.empty.propertyHint': 'Tạo cơ sở lưu trú trước khi chạy nghiệp vụ cuối ngày.',
379
422
  'nightAudit.empty.runs': 'Chưa có lần chốt ngày nào.',
380
- 'nightAudit.empty.runsHint': 'Xem trước số liệu rồi đưa ngày vận hành vào hàng đợi.',
423
+ 'nightAudit.empty.runsHint': 'Xem trước số liệu rồi bắt đầu chốt ngày.',
381
424
  'stayNotice.privacy.title': 'Không lưu bản kê khai chứa thông tin giấy tờ',
382
- 'stayNotice.privacy.hint': 'Két chỉ hiển thị loại giấy tờ và 4 số cuối. Hồ gửi được nhân viên lập trên kênh chính thức; hệ thống chỉ lưu dấu thời gian, người thao tác,bằng chứng và hàm băm đối chiếu.',
425
+ 'stayNotice.privacy.hint': 'Két chỉ hiển thị loại giấy tờ và 4 số cuối. Nhân viên lập thông báo trên kênh chính thức; hệ thống chỉ lưu thời gian, người thao tác dùng để đối chiếu.',
383
426
  'stayNotice.section.queue': 'Danh sách cần xử lý',
384
427
  'stayNotice.section.queueHint': 'Hồ sơ được chuẩn bị sau khi nhận phòng. Hạn thông báo là 23:00 cùng ngày, hoặc 08:00 ngày kế tiếp nếu khách đến sau 23:00.',
385
428
  'stayNotice.section.selected': 'Chi tiết hồ sơ đang chọn',
@@ -421,7 +464,7 @@ export const messages = {
421
464
  'stayNotice.value.complete': 'Đủ dữ liệu bắt buộc',
422
465
  'stayNotice.value.missing': 'Chưa có',
423
466
  'stayNotice.feedback.refreshed': 'Đã yêu cầu kiểm tra lại',
424
- 'stayNotice.feedback.refreshedHint': 'Worker sẽ chuẩn bị lại hồ sơ từ dữ liệu hiện tại.',
467
+ 'stayNotice.feedback.refreshedHint': 'Hệ thống sẽ chuẩn bị lại hồ sơ từ dữ liệu hiện tại.',
425
468
  'stayNotice.feedback.submitted': 'Đã ghi nhận việc gửi',
426
469
  'stayNotice.feedback.submittedHint': 'Dấu thời gian, người thao tác và mã bằng chứng đã được lưu.',
427
470
  'stayNotice.feedback.confirmed': 'Đã xác nhận hoàn tất',
@@ -430,19 +473,19 @@ export const messages = {
430
473
  'stayNotice.empty.property': 'Chưa có cơ sở để quản lý thông báo lưu trú.',
431
474
  'stayNotice.empty.propertyHint': 'Tạo cơ sở lưu trú trước khi tiếp nhận khách.',
432
475
  'stayNotice.empty.rows': 'Không có hồ sơ ở bộ lọc này.',
433
- 'stayNotice.empty.rowsHint': 'Hồ sơ sẽ xuất hiện sau khi nhận phòng và worker hoàn tất chuẩn bị.',
434
- 'services.metric.fees': 'Phụ phí cấu hình',
476
+ 'stayNotice.empty.rowsHint': 'Hồ sơ sẽ xuất hiện sau khi khách nhận phòng và hệ thống hoàn tất chuẩn bị.',
477
+ 'services.metric.fees': 'Phụ phí đã thiết lập',
435
478
  'services.metric.extras': 'Dịch vụ dự kiến',
436
479
  'services.metric.posted': 'Khoản đã ghi nhận',
437
480
  'services.metric.postedValue': 'Giá trị đã ghi nhận',
438
481
  'services.section.fees': 'Phụ phí của cơ sở',
439
- 'services.section.feesHint': 'Khai báo các khoản phí công khai để kết nối OTA lấy từ cùng một nguồn dữ liệu.',
482
+ 'services.section.feesHint': 'Khai báo một lần để cùng mức phí được dùng tại khách sạn trên các kênh OTA.',
440
483
  'services.section.intentions': 'Dịch vụ dự kiến',
441
- 'services.section.intentionsHint': 'Gắn sản phẩm dịch vụ vào đặt phòng hoặc lượt lưu trú trước khi phát sinh thực tế.',
484
+ 'services.section.intentionsHint': 'Chọn dịch vụ cho đặt phòng hoặc lượt lưu trú trước khi khách sử dụng.',
442
485
  'services.section.post': 'Ghi nhận phát sinh',
443
- 'services.section.postHint': 'Mỗi lần ghi nhận khóa chống trùng; lịch sử đã phát sinh không thể sửa ngược.',
444
- 'services.section.ledger': 'Sổ dịch vụ vận hành',
445
- 'services.section.ledgerHint': 'Đây số liệu vận hành trên hồ dịch vụ; chứng từ kế toán hóa đơn sẽ được nối sau.',
486
+ 'services.section.postHint': 'Mỗi lần phát sinh chỉ được ghi một lần không thể sửa sau khi xác nhận.',
487
+ 'services.section.ledger': 'Dịch vụ đã phát sinh',
488
+ 'services.section.ledgerHint': 'Các khoản này đang nằm trên phiếu chi phí của khách; hóa đơn và chứng từ kế toán được xử riêng.',
446
489
  'services.form.fee': 'Khai báo phụ phí',
447
490
  'services.form.intention': 'Thêm dịch vụ dự kiến',
448
491
  'services.action.saveFee': 'Lưu phụ phí',
@@ -453,7 +496,7 @@ export const messages = {
453
496
  'services.col.recurrence': 'Chu kỳ',
454
497
  'services.col.unitPrice': 'Đơn giá',
455
498
  'services.col.materialized': 'Đã ghi nhận',
456
- 'services.col.folio': 'Hồ ',
499
+ 'services.col.folio': 'Phiếu chi phí',
457
500
  'services.field.target': 'Đặt phòng / lưu trú',
458
501
  'services.field.product': 'Sản phẩm dịch vụ',
459
502
  'services.field.description': 'Diễn giải',
@@ -468,7 +511,7 @@ export const messages = {
468
511
  'services.value.pending': 'Chưa phát sinh',
469
512
  'services.value.posted': '{count} lần · {amount}',
470
513
  'services.empty.fees': 'Chưa khai báo phụ phí.',
471
- 'services.empty.feesHint': 'Phụ phí hoạt động sẽ sẵn sàng cho luồng nội dung OTA.',
514
+ 'services.empty.feesHint': 'Phụ phí đang dùng sẽ được gửi tới các kênh OTA đã kết nối.',
472
515
  'services.empty.catalogue': 'Chưa đủ dữ liệu để thêm dịch vụ.',
473
516
  'services.empty.catalogueHint': 'Cần ít nhất một sản phẩm bán được và một đặt phòng đang hoạt động.',
474
517
  'services.empty.intentions': 'Chưa có dịch vụ dự kiến.',
@@ -476,7 +519,7 @@ export const messages = {
476
519
  'services.empty.post': 'Không có dịch vụ đang hoạt động để ghi nhận.',
477
520
  'services.empty.postHint': 'Tạo dịch vụ dự kiến trước khi ghi nhận phát sinh.',
478
521
  'services.empty.ledger': 'Chưa có dịch vụ phát sinh.',
479
- 'services.empty.ledgerHint': 'Các khoản đã ghi nhận vào hồ dịch vụ sẽ xuất hiện tại đây.',
522
+ 'services.empty.ledgerHint': 'Các khoản đã ghi vào phiếu chi phí sẽ xuất hiện tại đây.',
480
523
  'metric.properties': 'Cơ sở đang hoạt động',
481
524
  'metric.rooms': 'Tổng số phòng',
482
525
  'metric.available': 'Phòng sẵn sàng',
@@ -486,7 +529,7 @@ export const messages = {
486
529
  'metric.inHouse': 'Đang lưu trú',
487
530
  'metric.departures': 'Khách rời hôm nay',
488
531
  'metric.overdue': 'Quá giờ trả phòng',
489
- 'metric.openFolios': 'Hồ đang mở',
532
+ 'metric.openFolios': 'Phiếu chi phí đang mở',
490
533
  'metric.inventoryDays': 'Số ngày',
491
534
  'metric.minimumAvailable': 'Ít phòng trống nhất',
492
535
  'metric.sold': 'Đêm phòng đã bán',
@@ -520,7 +563,7 @@ export const messages = {
520
563
  'content.metadata.group': 'Thông tin mô tả hình ảnh',
521
564
  'content.action.saveMetadata': 'Lưu mô tả',
522
565
  'content.feedback.saved': 'Đã cập nhật nội dung',
523
- 'content.feedback.savedHint': 'Thay đổi đã vào change feed để các kết nối OTA xử độc lập.',
566
+ 'content.feedback.savedHint': 'Thay đổi đã được lưu sẽ gửi tới từng kênh OTA đã kết nối.',
524
567
  'content.feedback.invalid': 'Không thể cập nhật nội dung',
525
568
  'content.feedback.invalidHint': 'Kiểm tra lại nhóm ảnh và phần mô tả.',
526
569
  'col.code': 'Mã',
@@ -529,6 +572,7 @@ export const messages = {
529
572
  'col.location': 'Địa điểm',
530
573
  'col.stars': 'Hạng sao',
531
574
  'col.roomType': 'Loại phòng',
575
+ 'col.stayDates': 'Ngày ở',
532
576
  'col.capacity': 'Sức chứa',
533
577
  'col.status': 'Trạng thái',
534
578
  'col.rooms': 'Số phòng',
@@ -542,10 +586,13 @@ export const messages = {
542
586
  'col.provider': 'Nguồn',
543
587
  'col.checkIn': 'Nhận phòng',
544
588
  'col.checkOut': 'Trả phòng',
589
+ 'col.arrivalTime': 'Giờ đến',
590
+ 'col.departureTime': 'Giờ trả',
545
591
  'col.amount': 'Thành tiền',
546
592
  'col.room': 'Phòng',
593
+ 'col.action': 'Thao tác',
547
594
  'col.guests': 'Số khách',
548
- 'col.folio': 'Hồ ',
595
+ 'col.folio': 'Phiếu chi phí',
549
596
  'col.stays': 'Lượt lưu trú',
550
597
  'col.assignee': 'Người dọn',
551
598
  'col.requestedAt': 'Yêu cầu lúc',
@@ -620,14 +667,18 @@ export const messages = {
620
667
  'extraRecurrence.per_unit': 'Theo số lượng',
621
668
  'chargeState.active': 'Đã ghi nhận',
622
669
  'chargeState.void': 'Đã hủy',
670
+ 'duration.nightly': '{count} đêm',
671
+ 'duration.hourly': '{count} giờ',
672
+ 'duration.weekly': '{count} tuần',
673
+ 'duration.monthly': '{count} tháng',
623
674
  'bookingType.nightly': 'Theo đêm',
624
675
  'bookingType.hourly': 'Theo giờ',
625
676
  'bookingType.weekly': 'Theo tuần',
626
677
  'bookingType.monthly': 'Theo tháng',
627
678
  'reservation.feedback.saved': 'Đã xác nhận đặt phòng',
628
- 'reservation.feedback.savedHint': 'Đặt phòng, hồ sơ lưu trú, hồ dịch vụ tồn kho đã được ghi trong cùng giao dịch.',
679
+ 'reservation.feedback.savedHint': 'Đặt phòng, lưu trú, phiếu chi phísố phòng trống đã được cập nhật.',
629
680
  'reservation.feedback.quoted': 'Đã kiểm tra giá và phòng trống',
630
- 'reservation.feedback.quotedHint': 'Báo giá ảnh chụp hiện tại; tồn kho sẽ được kiểm tra lại khi xác nhận.',
681
+ 'reservation.feedback.quotedHint': 'Giá số phòng trống thể thay đổi; hệ thống sẽ kiểm tra lại khi bạn xác nhận.',
631
682
  'reservation.feedback.invalidHint': 'Kiểm tra khách, thời gian, giá và các hạn chế bán được hiển thị bên dưới.',
632
683
  'reservation.feedback.checkedIn': 'Đã nhận phòng',
633
684
  'reservation.feedback.checkedInHint': 'Phòng đã được xếp, hồ sơ lưu trú đã mở và thông báo lưu trú đang được chuẩn bị.',
@@ -638,9 +689,9 @@ export const messages = {
638
689
  'reservation.feedback.cancelled': 'Đã hủy đặt phòng',
639
690
  'reservation.feedback.cancelledHint': 'Tồn phòng đã được hoàn lại và các khoản phí chưa hoàn tất đã được vô hiệu hóa.',
640
691
  'reservation.feedback.amended': 'Đã cập nhật đặt phòng',
641
- 'reservation.feedback.amendedHint': 'Lịch ở, tồn phòng, khách chính và tiền phòng đã được cập nhật trong cùng giao dịch.',
692
+ 'reservation.feedback.amendedHint': 'Lịch ở, số phòng trống, khách chính và tiền phòng đã được cập nhật.',
642
693
  'reservation.feedback.departureAdjusted': 'Đã cập nhật ngày trả phòng',
643
- 'reservation.feedback.departureAdjustedHint': 'Lịch lưu trú, tồn phòng và tiền phòng đã được đồng bộ trong cùng giao dịch.',
694
+ 'reservation.feedback.departureAdjustedHint': 'Lịch lưu trú, số phòng trống và tiền phòng đã được cập nhật.',
644
695
  'reservation.feedback.noShow': 'Đã ghi nhận khách không đến',
645
696
  'reservation.feedback.noShowHint': 'Tồn phòng đã được hoàn, hồ sơ lưu trú đã đóng và các khoản phí hiện có được giữ lại để đối soát.',
646
697
  'reservation.field.property': 'Cơ sở lưu trú',
@@ -655,7 +706,7 @@ export const messages = {
655
706
  'reservation.field.rateHint': 'Để trống để dùng giá mặc định đang hoạt động.',
656
707
  'reservation.field.room': 'Phòng thực tế',
657
708
  'reservation.field.billingMode': 'Cách tính tiền',
658
- 'reservation.field.folio': 'Hồ dịch vụ',
709
+ 'reservation.field.folio': 'Phiếu chi phí',
659
710
  'reservation.field.cancelReason': 'Lý do hủy',
660
711
  'reservation.field.cancelReasonHint': 'Lưu lý do để lễ tân và bộ phận kinh doanh cùng theo dõi.',
661
712
  'reservation.field.noShowReason': 'Ghi chú khách không đến',
@@ -663,10 +714,16 @@ export const messages = {
663
714
  'reservation.value.selectGuest': 'Chọn khách',
664
715
  'reservation.value.unassigned': 'Chưa xếp phòng',
665
716
  'reservation.action.quote': 'Kiểm tra giá và phòng',
717
+ 'reservation.action.new': 'Tạo đặt phòng',
666
718
  'reservation.action.create': 'Xác nhận đặt phòng',
667
719
  'reservation.action.back': 'Quay lại danh sách',
668
720
  'reservation.action.checkIn': 'Nhận phòng',
669
721
  'reservation.action.checkInHint': 'Chọn một phòng sẵn sàng đúng loại đã đặt rồi xác nhận khách đến.',
722
+ 'reservation.action.holdRoom': 'Giữ phòng',
723
+ 'reservation.action.holdRoomChange': 'Đổi phòng giữ',
724
+ 'reservation.action.holdRoomHint': 'Chọn trước phòng cho khách. Phòng vẫn bán được cho các đêm khác, chỉ khoá đúng kỳ lưu trú này.',
725
+ 'reservation.action.holdRoomKept': 'Đang giữ phòng {room} cho khách.',
726
+ 'reservation.action.releaseRoomHold': 'Bỏ giữ phòng',
670
727
  'reservation.action.checkOut': 'Trả phòng',
671
728
  'reservation.action.checkOutHint': 'Đóng kỳ lưu trú, chuyển phòng sang chờ dọn và tạo công việc buồng phòng.',
672
729
  'reservation.action.adjustDeparture': 'Điều chỉnh ngày trả phòng',
@@ -680,13 +737,13 @@ export const messages = {
680
737
  'reservation.detail.title': 'Đặt phòng {code}',
681
738
  'reservation.detail.kicker': 'Hồ sơ đặt phòng',
682
739
  'reservation.detail.stay': 'Thông tin lưu trú',
683
- 'reservation.detail.stayHint': 'Thông tin bán phòng, khách ở và hồ dịch vụ của đặt phòng.',
740
+ 'reservation.detail.stayHint': 'Thông tin bán phòng, khách ở và phiếu chi phí của đặt phòng.',
684
741
  'reservation.section.intake': 'Nhận đặt phòng trực tiếp',
685
742
  'reservation.section.intakeHint': 'Hỗ trợ theo đêm, tuần và tháng. Đặt theo giờ sẽ được mở khi có tồn kho theo khung giờ.',
686
743
  'reservation.section.quote': 'Báo giá sẵn sàng',
687
- 'reservation.section.quoteHint': 'Xác nhận sẽ kiểm tra lại hạn chế bán và khóa tồn kho bằng giao dịch chống bán vượt.',
744
+ 'reservation.section.quoteHint': 'Khi xác nhận, hệ thống sẽ kiểm tra lại điều kiện bán và số phòng trống để tránh bán vượt.',
688
745
  'reservation.section.list': 'Danh sách đặt phòng',
689
- 'reservation.section.listHint': 'Đặt trực tiếp và từ OTA cùng xuất hiện trong một sổ vận hành.',
746
+ 'reservation.section.listHint': 'Đặt phòng trực tiếp và từ OTA cùng xuất hiện trong danh sách này.',
690
747
  'reservation.quote.rate': 'Đơn giá áp dụng',
691
748
  'reservation.quote.quantity': 'Số kỳ tính tiền',
692
749
  'reservation.quote.availability': 'Phòng trống ít nhất',
@@ -759,27 +816,27 @@ export const messages = {
759
816
  'stay.empty.availableRoomsHint': 'Kiểm tra trạng thái phòng hoặc hoàn tất công việc buồng phòng trước.',
760
817
  'stay.value.noLinkedPartner': 'Không liên kết danh bạ',
761
818
  'stay.validation.moveRequired': 'Chọn phòng chuyển đến và nhập lý do chuyển phòng.',
762
- 'folio.detail.title': 'Hồ {code}',
763
- 'folio.detail.kicker': 'Hồ dịch vụ vận hành',
764
- 'folio.action.back': 'Quay lại danh sách hồ ',
819
+ 'folio.detail.title': 'Phiếu chi phí {code}',
820
+ 'folio.detail.kicker': 'Chi phí của khách',
821
+ 'folio.action.back': 'Quay lại danh sách phiếu chi phí',
765
822
  'folio.action.postCharge': 'Ghi nhận khoản phí',
766
823
  'folio.action.voidCharge': 'Hủy khoản phí',
767
824
  'folio.feedback.chargePosted': 'Đã ghi nhận khoản phí',
768
- 'folio.feedback.chargePostedHint': 'Tổng hồ đã được cập nhật trong cùng giao dịch.',
825
+ 'folio.feedback.chargePostedHint': 'Tổng tiền trên phiếu chi phí đã được cập nhật.',
769
826
  'folio.feedback.chargeVoided': 'Đã hủy khoản phí',
770
- 'folio.feedback.chargeVoidedHint': 'Dòng cũ được giữ làm bằng chứng và tổng hồ đã được điều chỉnh.',
771
- 'folio.notice.operational': 'Chỉ hồ sơ vận hành',
772
- 'folio.notice.operationalHint': 'Các dòng này chưa phải bút toán, thanh toán hoặc hóa đơn; kết nối kế toán sẽ được thực hiện sau.',
827
+ 'folio.feedback.chargeVoidedHint': 'Khoản cũ được giữ trong lịch sử và tổng tiền đã được điều chỉnh.',
828
+ 'folio.notice.operational': 'Chưa phải hóa đơn',
829
+ 'folio.notice.operationalHint': 'Đây các khoản chi phí trong thời gian lưu trú, chưa phải thanh toán, hóa đơn hay bút toán kế toán.',
773
830
  'folio.metric.activeTotal': 'Tổng đang hiệu lực',
774
831
  'folio.metric.activeCharges': 'Khoản phí hiệu lực',
775
- 'folio.section.information': 'Thông tin hồ ',
776
- 'folio.section.informationHint': 'Khách chịu phí, thời điểm mở và trạng thái vòng đời vận hành.',
832
+ 'folio.section.information': 'Thông tin phiếu chi phí',
833
+ 'folio.section.informationHint': 'Người thanh toán, thời điểm mở và trạng thái hiện tại.',
777
834
  'folio.section.charges': 'Các khoản phí',
778
- 'folio.section.chargesHint': 'Tiền phòng, dịch vụ và giảm giá được giữ theo từng dòng thể kiểm toán.',
835
+ 'folio.section.chargesHint': 'Tiền phòng, dịch vụ và giảm giá được liệt riêng để dễ kiểm tra.',
779
836
  'folio.section.correction': 'Điều chỉnh sai sót',
780
- 'folio.section.correctionHint': 'Hủy dòng sai và giữ nguyên bằng chứng; không xóa hoặc sửa lịch sử.',
837
+ 'folio.section.correctionHint': 'Hủy khoản bị sai và ghi do; lịch sử vẫn được giữ lại.',
781
838
  'folio.section.stays': 'Các kỳ lưu trú',
782
- 'folio.section.staysHint': 'Một hồ có thể gom một hoặc nhiều kỳ lưu trú của cùng khách chịu phí.',
839
+ 'folio.section.staysHint': 'Một phiếu có thể gồm một hoặc nhiều kỳ lưu trú của cùng người thanh toán.',
783
840
  'folio.field.openedAt': 'Mở lúc',
784
841
  'folio.field.closedAt': 'Đóng lúc',
785
842
  'folio.field.charge': 'Khoản phí cần hủy',
@@ -788,6 +845,28 @@ export const messages = {
788
845
  'folio.charge.occurredAt': 'Thời điểm',
789
846
  'folio.charge.description': 'Diễn giải',
790
847
  'folio.charge.roomDescription': 'Tiền phòng theo kỳ đặt',
848
+ 'folio.charge.cancellationByPolicy': 'Theo chính sách hủy của khách sạn',
849
+ 'folio.charge.noShowDescription': 'Khách không đến — tính theo chính sách hủy',
850
+ 'checkOutPrep.title': 'Chuẩn bị trả phòng {code}',
851
+ 'checkOutPrep.subtitle': 'Xem lại trước khi đóng lượt ở. Trả phòng không có nghĩa là đã thu tiền.',
852
+ 'checkOutPrep.handover': 'Thông tin bàn giao',
853
+ 'checkOutPrep.blocked': 'Chưa trả phòng được cho tới khi việc này được xử lý.',
854
+ 'checkOutPrep.dueOut': 'Giờ trả theo lịch',
855
+ 'checkOutPrep.charges': 'Các khoản của khách',
856
+ 'checkOutPrep.total': 'Tổng đang tính {amount}',
857
+ 'checkOutPrep.noCharges': 'Chưa có khoản nào',
858
+ 'checkOutPrep.noChargesHint': 'Lượt ở này chưa phát sinh khoản phí nào đang có hiệu lực.',
859
+ 'checkOutPrep.awaiting.title': 'Còn {count} dịch vụ chưa rõ kết quả',
860
+ 'checkOutPrep.awaiting.hint': 'Nhà cung cấp chưa xác nhận. Đóng phiếu bây giờ thì khoản này không còn chỗ để ghi vào.',
861
+ 'checkOutPrep.ready.title': 'Đủ điều kiện trả phòng',
862
+ 'checkOutPrep.owing.title': 'Đủ điều kiện trả phòng, còn {amount} chưa thu',
863
+ 'checkOutPrep.ready.hint': 'Phiếu chi phí sẽ đóng và phòng chuyển sang cần dọn. Hóa đơn và khoản thu là bước sau, không tự đánh dấu đã thanh toán.',
864
+ 'checkOutPrep.confirmHint': 'Sau bước này lượt ở đóng lại và không sửa được nữa.',
865
+ 'checkOutPrep.lateReason': 'Lý do trả muộn',
866
+ 'checkOutPrep.lateReasonHint': 'Cơ sở này bắt buộc ghi lý do khi khách rời sau giờ trả.',
867
+ 'checkOutPrep.open': 'Chuẩn bị trả phòng',
868
+ 'validation.stay_already_checked_out': 'Lượt ở đã trả phòng.',
869
+ 'folio.charge.cancellationByChannel': 'Mức phí do kênh bán quyết định',
791
870
  'folio.charge.type': 'Loại phí',
792
871
  'folio.charge.stay': 'Kỳ lưu trú',
793
872
  'folio.charge.quantity': 'Số lượng',
@@ -795,8 +874,8 @@ export const messages = {
795
874
  'folio.empty.charges': 'Chưa có khoản phí.',
796
875
  'folio.empty.chargesHint': 'Tiền phòng và dịch vụ sẽ xuất hiện tại đây sau khi được ghi nhận.',
797
876
  'folio.empty.stays': 'Chưa có kỳ lưu trú.',
798
- 'folio.empty.staysHint': 'Kỳ lưu trú được nối vào hồ khi đặt phòng được tạo.',
799
- 'folio.value.noStay': 'Chung cho toàn hồ sơ',
877
+ 'folio.empty.staysHint': 'Kỳ lưu trú được thêm vào phiếu khi đặt phòng được tạo.',
878
+ 'folio.value.noStay': 'Chung cho toàn phiếu',
800
879
  'mealPlan.RO': 'Chỉ phòng',
801
880
  'mealPlan.BB': 'Phòng và bữa sáng',
802
881
  'mealPlan.HB': 'Bán trú',
@@ -828,6 +907,7 @@ export const messages = {
828
907
  'billing.upfront': 'Thanh toán một lần',
829
908
  'billing.recurring': 'Định kỳ',
830
909
  'provider.direct': 'Trực tiếp',
910
+ 'provider.website': 'Website',
831
911
  'provider.booking': 'Booking.com',
832
912
  'provider.agoda': 'Agoda',
833
913
  'provider.expedia': 'Expedia',
@@ -844,6 +924,7 @@ export const messages = {
844
924
  'stayState.checked_out': 'Đã trả phòng',
845
925
  'stayState.cancelled': 'Đã hủy',
846
926
  'stayState.no_show': 'Khách không đến',
927
+ 'stayState.overdue': 'Quá giờ trả phòng',
847
928
  'folioState.draft': 'Nháp',
848
929
  'folioState.open': 'Đang mở',
849
930
  'folioState.closed': 'Đã đóng',
@@ -855,6 +936,7 @@ export const messages = {
855
936
  'charge.spa': 'Spa',
856
937
  'charge.restaurant': 'Nhà hàng',
857
938
  'charge.service': 'Dịch vụ',
939
+ 'charge.cancellation': 'Phí hủy',
858
940
  'charge.discount': 'Giảm giá',
859
941
  'document.cccd': 'Căn cước công dân',
860
942
  'document.cmnd': 'Chứng minh nhân dân',
@@ -898,6 +980,27 @@ export const messages = {
898
980
  'validation.bed_type': 'Loại giường không hợp lệ.',
899
981
  'validation.cancellation_policy_type': 'Loại chính sách hủy không hợp lệ.',
900
982
  'validation.contact_type': 'Loại liên hệ không hợp lệ.',
983
+ 'error.propertyNotFound': 'Không tìm thấy cơ sở lưu trú đang hoạt động trong công ty hiện tại.',
984
+ 'error.roomTypeNotFound': 'Không tìm thấy loại phòng đang được mở bán.',
985
+ 'error.propertyMismatch': 'Loại phòng không thuộc cơ sở lưu trú đã chọn.',
986
+ 'error.capacityExceeded': 'Số khách vượt quá sức chứa của số phòng đã chọn.',
987
+ 'error.invalidStayDates': 'Ngày nhận và trả phòng không hợp lệ.',
988
+ 'error.pastStayDate': 'Không thể đặt phòng với ngày nhận phòng trong quá khứ.',
989
+ 'error.bookingHorizonExceeded': 'Chỉ có thể đặt phòng trước tối đa {days} ngày.',
990
+ 'error.stayLengthExceeded': 'Một lần đặt trực tuyến không được vượt quá {nights} đêm.',
991
+ 'error.invalidQuantity': 'Số phòng phải nằm trong giới hạn cho phép, tối đa {maximum} phòng.',
992
+ 'error.invalidGuestCount': 'Số lượng người lớn, trẻ em hoặc trẻ sơ sinh không hợp lệ.',
993
+ 'error.inventoryUnavailable': 'Không còn đủ phòng cho toàn bộ kỳ lưu trú.',
994
+ 'error.ratePlanUnavailable': 'Giá bán đã chọn không còn khả dụng.',
995
+ 'error.stopSell': 'Cơ sở đang dừng bán trong kỳ lưu trú đã chọn.',
996
+ 'error.closedToArrival': 'Không nhận khách vào ngày nhận phòng đã chọn.',
997
+ 'error.closedToDeparture': 'Không trả phòng vào ngày đã chọn.',
998
+ 'error.minimumStay': 'Giá hoặc hạn chế bán yêu cầu tối thiểu {required} đêm.',
999
+ 'error.maximumStay': 'Giá hoặc hạn chế bán cho phép tối đa {maximum} đêm.',
1000
+ 'error.requestConflict': 'Khóa yêu cầu đã được dùng cho một nội dung đặt phòng khác.',
1001
+ 'error.partnerNotFound': 'Không tìm thấy hồ sơ khách hàng trong công ty hiện tại.',
1002
+ 'error.reservationNotOwned': 'Không tìm thấy đặt phòng thuộc khách hàng này.',
1003
+ 'error.cancellationNotAllowed': 'Đặt phòng không còn đủ điều kiện hủy trực tuyến.',
901
1004
  'validation.property_missing': 'Không tìm thấy cơ sở lưu trú.',
902
1005
  'validation.property_archived': 'Cơ sở lưu trú đang được lưu trữ; hãy khôi phục cơ sở trước.',
903
1006
  'validation.building_missing': 'Không tìm thấy tòa nhà.',
@@ -940,10 +1043,21 @@ export const messages = {
940
1043
  'validation.stay_cannot_adjust_departure': 'Chỉ có thể điều chỉnh ngày trả phòng khi khách đang lưu trú.',
941
1044
  'validation.departure_not_future': 'Ngày trả phòng mới phải ở trong tương lai.',
942
1045
  'validation.stay_cannot_check_in': 'Không thể nhận phòng ở trạng thái hiện tại.',
943
- 'validation.early_check_in': 'Chưa đến giờ nhận phòng theo chính sách sở.',
1046
+ 'validation.early_check_in': 'Chưa đến giờ nhận phòng. Nhập do nhận sớm để tiếp tục.',
1047
+ 'validation.late_check_out': 'Đã quá giờ trả phòng. Nhập lý do trả muộn để tiếp tục.',
1048
+ 'validation.property_booking_type_closed': 'Cơ sở chưa mở bán theo hình thức lưu trú này.',
1049
+ 'validation.room_type_booking_type_closed': 'Hạng phòng chưa mở bán theo hình thức lưu trú này.',
1050
+ 'validation.long_stay_direct_only': 'Lưu trú dài ngày chỉ nhận qua kênh trực tiếp.',
1051
+ 'validation.hourly_minimum_hours': 'Hạng phòng yêu cầu tối thiểu {count} giờ.',
1052
+ 'validation.no_availability_hourly': 'Không còn phòng trống trong khung giờ đã chọn.',
1053
+ 'validation.room_archive_would_oversell': 'Không thể lưu trữ phòng: ngày {date} đã bán {committed} phòng trong khi chỉ còn {total}.',
1054
+ 'validation.room_type_change_not_allowed': 'Đổi sang hạng phòng khác cần được cho phép rõ ràng.',
1055
+ 'validation.inventory_total_conflict': 'Không thể vừa đặt tổng phòng thủ công vừa cho tổng phòng bám theo số phòng thực tế.',
944
1056
  'validation.no_available_room': 'Không còn phòng sẵn sàng thuộc loại đã đặt.',
945
1057
  'validation.room_type_mismatch': 'Phòng không thuộc loại phòng đã đặt.',
946
1058
  'validation.room_not_available': 'Phòng không còn ở trạng thái sẵn sàng.',
1059
+ 'validation.room_already_held': 'Phòng này đang được giữ cho một lượt khác trong cùng khoảng ngày.',
1060
+ 'validation.stay_cannot_hold_room': 'Chỉ giữ phòng được cho lượt chưa nhận phòng.',
947
1061
  'validation.transition_conflict': 'Dữ liệu vừa được thay đổi; vui lòng tải lại và thử lại.',
948
1062
  'validation.cleaning_type': 'Loại việc dọn phòng không hợp lệ.',
949
1063
  'validation.cleaning_priority': 'Mức ưu tiên không hợp lệ.',
@@ -958,13 +1072,15 @@ export const messages = {
958
1072
  'validation.stay_cannot_check_out': 'Không thể trả phòng ở trạng thái hiện tại.',
959
1073
  'validation.primary_guest_mismatch': 'Khách chính phải khớp với khách đứng tên đặt phòng.',
960
1074
  'validation.primary_guest_unique': 'Hồ sơ lưu trú đã có khách chính.',
961
- 'validation.folio_missing': 'Không tìm thấy hồ dịch vụ.',
962
- 'validation.folio_not_open': 'Hồ dịch vụ không còn mở.',
963
- 'validation.folio_mismatch': 'Dịch vụ không thuộc hồ lưu trú này.',
1075
+ 'validation.folio_missing': 'Không tìm thấy phiếu chi phí.',
1076
+ 'validation.folio_not_open': 'Phiếu chi phí đã đóng.',
1077
+ 'validation.folio_mismatch': 'Khoản phí không thuộc phiếu chi phí của kỳ lưu trú này.',
964
1078
  'validation.room_charge_missing': 'Không tìm thấy dòng tiền phòng đang hoạt động để cập nhật.',
965
1079
  'validation.charge_missing': 'Không tìm thấy khoản phí.',
966
1080
  'validation.charge_not_active': 'Khoản phí không còn hiệu lực để hủy.',
967
1081
  'validation.charge_type': 'Loại dịch vụ phát sinh không hợp lệ.',
1082
+ 'validation.charge_id_reused': 'Mã khoản phí đã được dùng cho một nội dung khác.',
1083
+ 'validation.charge_source_reused': 'Khóa nguồn khoản phí đã được dùng cho một nội dung khác.',
968
1084
  'validation.document_type': 'Loại giấy tờ không hợp lệ.',
969
1085
  'validation.authentication_required': 'Cần đăng nhập để ghi nhận thao tác này.',
970
1086
  'validation.stay_notice_missing': 'Không tìm thấy hồ sơ thông báo lưu trú.',
@@ -980,7 +1096,7 @@ export const messages = {
980
1096
  'validation.audit_future': 'Không thể chốt một ngày vận hành trong tương lai.',
981
1097
  'validation.date_range_order': 'Ngày kết thúc phải bằng hoặc sau ngày bắt đầu.',
982
1098
  'validation.inventory_horizon': 'Mỗi lần chỉ được xử lý tối đa {count} ngày.',
983
- 'validation.ledger_missing': 'Không tìm thấy dòng tồn kho cho ngày {date}.',
1099
+ 'validation.ledger_missing': 'Không thông tin phòng trống cho ngày {date}.',
984
1100
  'validation.no_availability': 'Hết phòng ngày {date}: còn {available}, cần {required}.',
985
1101
  'validation.inventory_change_required': 'Cần nhập tổng phòng hoặc số phòng khóa.',
986
1102
  'validation.inventory_capacity': 'Ngày {date} đã cam kết {committed} phòng, vượt tổng {total}.',
@@ -1002,6 +1118,12 @@ export const messages = {
1002
1118
  'validation.product_template_missing': 'Không tìm thấy thông tin sản phẩm dịch vụ.',
1003
1119
  'validation.product_not_saleable': 'Sản phẩm này không còn được phép bán.',
1004
1120
  'validation.product_uom_mismatch': 'Đơn vị tính không dùng được cho sản phẩm này.',
1121
+ 'validation.product_required': 'Chọn sản phẩm trước khi chọn đơn vị hoặc cách xuất kho.',
1122
+ 'validation.charge_fulfillment_kind': 'Cách cấp hàng cho dịch vụ không hợp lệ.',
1123
+ 'validation.minibar_product_required': 'Phí minibar phải gắn với một sản phẩm hàng hoá.',
1124
+ 'validation.minibar_goods_required': 'Sản phẩm minibar phải có loại hàng hoá.',
1125
+ 'validation.minibar_fulfillment_required': 'Phí minibar chỉ được ghi sau khi hệ thống kho xác nhận đã xuất hàng.',
1126
+ 'validation.external_fulfillment_required': 'Cần xuất hàng trong hệ thống kho trước khi ghi phí vào phiếu chi phí.',
1005
1127
  'validation.extra_recurrence': 'Chu kỳ dịch vụ không hợp lệ.',
1006
1128
  'validation.extra_line_missing': 'Không tìm thấy dịch vụ dự kiến.',
1007
1129
  'validation.extra_line_inactive': 'Dịch vụ dự kiến đã ngừng hoạt động.',
@@ -1015,12 +1137,12 @@ export const messages = {
1015
1137
  'menu.app': 'Hospitality',
1016
1138
  'menu.operations': 'Operations',
1017
1139
  'menu.properties': 'Properties',
1018
- 'menu.rooms': 'Rooms',
1140
+ 'menu.rooms': 'Room directory',
1019
1141
  'menu.frontDesk': 'Front desk',
1020
1142
  'menu.reservations': 'Reservations',
1021
- 'menu.stays': 'Stays',
1143
+ 'menu.stays': 'Guests in house',
1022
1144
  'menu.tapeChart': 'Tape chart',
1023
- 'menu.folios': 'Folios',
1145
+ 'menu.folios': 'Guest bills',
1024
1146
  'menu.housekeeping': 'Housekeeping',
1025
1147
  'menu.cleaningTasks': 'Cleaning tasks',
1026
1148
  'menu.housekeepingRooms': 'Room status',
@@ -1029,22 +1151,25 @@ export const messages = {
1029
1151
  'menu.content': 'Content & images',
1030
1152
  'menu.amenities': 'Amenities',
1031
1153
  'menu.policies': 'Cancellation policies',
1032
- 'menu.inventory': 'Inventory & restrictions',
1154
+ 'menu.inventory': 'Availability',
1033
1155
  'menu.ratePlans': 'Rate plans',
1034
1156
  'menu.services': 'Services & fees',
1035
1157
  'menu.nightAudit': 'Night audit',
1036
1158
  'menu.compliance': 'Compliance',
1159
+ 'menu.payments': 'Payments',
1160
+ 'menu.controls': 'Controls',
1161
+ 'menu.setup': 'Setup',
1037
1162
  'menu.stayNotices': 'Stay notices',
1038
1163
  'screen.properties.title': 'Properties',
1039
1164
  'screen.properties.empty': 'No properties yet.',
1040
1165
  'screen.properties.emptyHint': 'Create the first property to configure room types and operations.',
1041
1166
  'property.create.title': 'Create property',
1042
- 'property.create.hint': 'Set its identity and operating calendar first; the canonical address is preserved and managed separately.',
1167
+ 'property.create.hint': 'Enter the property’s basic details, address and operating hours.',
1043
1168
  'property.detail.kicker': 'Property operating record',
1044
1169
  'property.section.information': 'Operating information',
1045
1170
  'property.section.informationHint': 'The current address, timezone, check-in/out schedule and default policy.',
1046
1171
  'property.section.settings': 'Property settings',
1047
- 'property.section.settingsHint': 'Changes enter the content feed so each OTA connection can process them independently.',
1172
+ 'property.section.settingsHint': 'Changes will be sent to each connected sales channel.',
1048
1173
  'property.section.next': 'Related configuration',
1049
1174
  'property.section.nextHint': 'Continue with room types, physical rooms, inventory and selling content.',
1050
1175
  'property.action.create': 'Create property',
@@ -1063,22 +1188,33 @@ export const messages = {
1063
1188
  'property.field.defaultCheckIn': 'Default check-in time',
1064
1189
  'property.field.defaultCheckOut': 'Default check-out time',
1065
1190
  'property.field.enforceTimes': 'Enforce check-in / check-out limits',
1066
- 'property.field.enforceTimesHint': 'Front desk still uses the lifecycle; exceptions require operational permission.',
1191
+ 'property.field.enforceTimesHint': 'Staff with the right permission can still handle an exception.',
1192
+ 'property.field.allowHourly': 'Sell by the hour',
1193
+ 'property.field.allowHourlyHint': 'Let this property take hourly bookings.',
1194
+ 'property.field.allowWeekly': 'Sell by the week',
1195
+ 'property.field.allowWeeklyHint': 'Weekly long stays bill on a weekly cycle and are direct-channel only.',
1196
+ 'property.field.allowMonthly': 'Sell by the month',
1197
+ 'property.field.allowMonthlyHint': 'Monthly long stays bill on a monthly cycle and are direct-channel only.',
1198
+ 'roomType.field.allowHourly': 'Sell by the hour',
1199
+ 'roomType.field.allowHourlyHint': 'Whether this room type takes hourly guests.',
1200
+ 'roomType.field.minHourlyHours': 'Minimum hours',
1201
+ 'roomType.field.allowWeekly': 'Sell by the week',
1202
+ 'roomType.field.allowMonthly': 'Sell by the month',
1067
1203
  'property.field.longStayBillOnCheckIn': 'Post the first long-stay period at check-in',
1068
- 'property.field.longStayBillOnCheckInHint': 'This creates an operational charge only, not an invoice or accounting entry.',
1204
+ 'property.field.longStayBillOnCheckInHint': 'This only records a guest-bill charge; it does not create an invoice or accounting entry.',
1069
1205
  'property.field.childrenStayFree': 'Children stay free',
1070
1206
  'property.field.minimumGuestAge': 'Minimum primary guest age',
1071
1207
  'property.field.defaultCancellationPolicy': 'Default cancellation policy',
1072
1208
  'property.value.noBranch': 'No branch',
1073
- 'property.field.address': 'Canonical address',
1209
+ 'property.field.address': 'Address',
1074
1210
  'property.field.description': 'Public description',
1075
1211
  'property.field.houseRules': 'House rules',
1076
1212
  'property.value.noDefaultPolicy': 'No default policy selected',
1077
1213
  'property.metric.buildings': 'Buildings',
1078
1214
  'property.feedback.created': 'Property created',
1079
1215
  'property.feedback.saved': 'Property settings saved',
1080
- 'property.feedback.savedHint': 'Operating data and the content feed were updated in one transaction.',
1081
- 'screen.rooms.title': 'Room board',
1216
+ 'property.feedback.savedHint': 'Property details were saved and are ready for connected sales channels.',
1217
+ 'screen.rooms.title': 'Room directory',
1082
1218
  'screen.rooms.empty': 'This property has no rooms.',
1083
1219
  'screen.rooms.emptyHint': 'Create room types, buildings and floors before adding rooms.',
1084
1220
  'room.create.title': 'Create physical room',
@@ -1099,7 +1235,7 @@ export const messages = {
1099
1235
  'room.field.name': 'Room name / number',
1100
1236
  'room.field.building': 'Building',
1101
1237
  'room.field.floor': 'Floor',
1102
- 'room.field.floorHint': 'Each option includes its building; the selected floor defines canonical location.',
1238
+ 'room.field.floorHint': 'Each option includes its building so you can choose the correct floor.',
1103
1239
  'room.field.capacity': 'Capacity',
1104
1240
  'room.field.sequence': 'Sequence',
1105
1241
  'room.field.buildingCode': 'Building code',
@@ -1121,9 +1257,9 @@ export const messages = {
1121
1257
  'room.section.information': 'Operating information',
1122
1258
  'room.section.informationHint': 'The room type, location and current state applied to this physical asset.',
1123
1259
  'room.section.settings': 'Room settings',
1124
- 'room.section.settingsHint': 'Settings cannot change status; every state transition must use the operating lifecycle.',
1125
- 'room.section.lifecycle': 'Operating status',
1126
- 'room.section.lifecycleHint': 'Housekeeping and stays own status transitions. Only an available room with no guest or open work can be archived.',
1260
+ 'room.section.settingsHint': 'Edit room details here. To change its status, use Room status.',
1261
+ 'room.section.lifecycle': 'Room status',
1262
+ 'room.section.lifecycleHint': 'Status updates when guests check in or out and when housekeeping starts or completes work.',
1127
1263
  'room.empty.prerequisite': 'A room cannot be created yet',
1128
1264
  'room.empty.prerequisiteHint': 'Create a property and at least one room type first.',
1129
1265
  'room.empty.buildings': 'This property has no buildings.',
@@ -1138,7 +1274,7 @@ export const messages = {
1138
1274
  'room.feedback.archivedHint': 'The room is no longer offered to front desk or housekeeping, while its full history remains available.',
1139
1275
  'room.feedback.restored': 'Room restored',
1140
1276
  'room.feedback.restoredHint': 'The room is available for operations again.',
1141
- 'room.feedback.savedHint': 'Physical settings were saved; sellable inventory still changes only through the availability ledger.',
1277
+ 'room.feedback.savedHint': 'Room details were saved; the number of rooms for sale did not change.',
1142
1278
  'building.detail.kicker': 'Building record',
1143
1279
  'building.action.save': 'Save building',
1144
1280
  'building.action.back': 'Back to room board',
@@ -1154,7 +1290,7 @@ export const messages = {
1154
1290
  'building.section.settingsHint': 'Name, code and sequence drive the room board and operating work.',
1155
1291
  'building.section.floors': 'Floors in this building',
1156
1292
  'building.section.floorsHint': 'An existing floor cannot move to another building.',
1157
- 'building.section.lifecycle': 'Location lifecycle',
1293
+ 'building.section.lifecycle': 'Building status',
1158
1294
  'building.section.lifecycleHint': 'Archive only after every floor is archived and no active physical room remains in the building.',
1159
1295
  'building.empty.floors': 'This building has no floors.',
1160
1296
  'building.empty.floorsHint': 'Add a floor from the property room board.',
@@ -1180,7 +1316,7 @@ export const messages = {
1180
1316
  'floor.section.settingsHint': 'Name, code and sequence drive the room board and operating work.',
1181
1317
  'floor.section.rooms': 'Rooms on this floor',
1182
1318
  'floor.section.roomsHint': 'Physical rooms currently assigned directly to this floor.',
1183
- 'floor.section.lifecycle': 'Location lifecycle',
1319
+ 'floor.section.lifecycle': 'Floor status',
1184
1320
  'floor.section.lifecycleHint': 'Archive only when no active room remains; restoring requires an active building.',
1185
1321
  'floor.empty.rooms': 'This floor has no rooms.',
1186
1322
  'floor.empty.roomsHint': 'Create or move a room from the property room board.',
@@ -1199,7 +1335,7 @@ export const messages = {
1199
1335
  'roomType.section.information': 'Selling information',
1200
1336
  'roomType.section.informationHint': 'The property, capacity, fallback rate and cancellation policy currently applied to this room type.',
1201
1337
  'roomType.section.settings': 'Room type settings',
1202
- 'roomType.section.settingsHint': 'Content changes enter the feed so each OTA connection can process them independently.',
1338
+ 'roomType.section.settingsHint': 'Changes will be sent to each connected sales channel.',
1203
1339
  'roomType.section.next': 'Related configuration',
1204
1340
  'roomType.section.nextHint': 'Continue with physical rooms, rates, inventory and marketing content.',
1205
1341
  'roomType.action.create': 'Create room type',
@@ -1244,7 +1380,7 @@ export const messages = {
1244
1380
  'roomType.empty.noPropertyHint': 'Create a property before defining room types.',
1245
1381
  'roomType.feedback.created': 'Room type created',
1246
1382
  'roomType.feedback.saved': 'Room type saved',
1247
- 'roomType.feedback.savedHint': 'Selling settings and the content feed were updated in one transaction.',
1383
+ 'roomType.feedback.savedHint': 'Selling details were saved and are ready for connected channels.',
1248
1384
  'screen.content.title': 'Content & images',
1249
1385
  'screen.content.selection': 'Content scope',
1250
1386
  'screen.content.selectionHint': 'Select a property or room type to manage its marketing library.',
@@ -1254,30 +1390,59 @@ export const messages = {
1254
1390
  'screen.content.noPropertyHint': 'Create a property before adding marketing images.',
1255
1391
  'screen.amenities.title': 'Amenity catalogue',
1256
1392
  'screen.amenities.empty': 'No amenities yet.',
1393
+ 'screen.amenities.create': 'Add an amenity',
1394
+ 'screen.amenities.createHint': 'Amenities are shared by properties and room types; the code is unique per company.',
1395
+ 'screen.policies.create': 'Add a cancellation policy',
1396
+ 'screen.policies.createHint': 'The policy decides how long a guest may cancel free of charge, and what is charged after that.',
1397
+ 'action.saveAmenity': 'Save amenity',
1398
+ 'action.savePolicy': 'Save policy',
1399
+ 'col.category': 'Category',
1400
+ 'col.policyType': 'Policy type',
1401
+ 'field.sequence': 'Order',
1402
+ 'field.description': 'Description',
1403
+ 'field.freeCancellationHint': 'Hours before arrival during which the guest may still cancel free.',
1404
+ 'field.penaltyHint': 'Percentage of the booking charged when cancelling outside the free window.',
1257
1405
  'screen.amenities.emptyHint': 'Create amenities for properties or room types.',
1258
1406
  'screen.policies.title': 'Cancellation policies',
1259
1407
  'screen.policies.empty': 'No cancellation policies yet.',
1260
1408
  'screen.policies.emptyHint': 'Create a policy before assigning it to a property or room type.',
1261
1409
  'screen.frontDesk.title': 'Front desk',
1410
+ 'screen.frontDesk.setup': 'No property has been created yet.',
1411
+ 'screen.frontDesk.setupHint': 'Create the first property, then its room types and rooms, before the desk can take a guest.',
1262
1412
  'screen.frontDesk.empty': 'No guest movement needs attention today.',
1263
1413
  'screen.frontDesk.emptyHint': 'Today’s arrivals, in-house guests and departures will appear here.',
1414
+ 'screen.frontDesk.arrivals': 'Arriving today',
1415
+ 'screen.frontDesk.arrivalsEmpty': 'No arrivals today.',
1416
+ 'screen.frontDesk.arrivalsEmptyHint': 'Guests booked for today appear here until they are checked in.',
1417
+ 'screen.frontDesk.unassigned': 'No room kept',
1418
+ 'screen.frontDesk.departures': 'Departing today',
1419
+ 'screen.frontDesk.departuresEmpty': 'No departures today.',
1420
+ 'screen.frontDesk.departuresEmptyHint': 'Guests due to leave today appear here.',
1421
+ 'screen.frontDesk.guestCount': '{count} guests',
1422
+ 'screen.frontDesk.overdueDetail': 'Extend the stay or check it out',
1423
+ 'screen.frontDesk.overdueClear': 'Nobody is past their hour',
1264
1424
  'screen.frontDesk.overdue': 'Overdue departures',
1265
1425
  'screen.frontDesk.overdueHint': '{count} stay remains checked in past its scheduled departure. Extend or check it out so room inventory stays accurate.',
1266
1426
  'screen.reservations.title': 'Reservations',
1267
1427
  'screen.reservations.empty': 'No reservations yet.',
1268
1428
  'screen.reservations.emptyHint': 'Direct and OTA bookings are collected here.',
1269
- 'screen.stays.title': 'Stays',
1429
+ 'screen.stays.title': 'Guests in house',
1270
1430
  'screen.stays.empty': 'No stay records yet.',
1271
1431
  'screen.stays.emptyHint': 'A stay is created with a reservation and follows the physical visit.',
1272
- 'screen.folios.title': 'Folios',
1273
- 'screen.folios.empty': 'No folios yet.',
1274
- 'screen.folios.emptyHint': 'Room and service charges are collected in one operational folio.',
1432
+ 'screen.folios.title': 'Guest bills',
1433
+ 'screen.folios.empty': 'No guest bills yet.',
1434
+ 'screen.folios.emptyHint': 'Room and service charges for each guest are collected here.',
1275
1435
  'screen.tapeChart.title': 'Tape chart',
1276
1436
  'screen.tapeChart.empty': 'This property has no rooms to schedule.',
1277
1437
  'screen.tapeChart.emptyHint': 'Create rooms before assigning guests on the operating calendar.',
1278
1438
  'screen.tapeChart.corner': 'Room / day',
1279
1439
  'screen.tapeChart.unassigned': 'Unassigned',
1280
1440
  'screen.tapeChart.unassignedHint': 'Confirmed stays without a physical room assignment',
1441
+ 'screen.tapeChart.previous': 'Previous week',
1442
+ 'screen.tapeChart.next': 'Next week',
1443
+ 'screen.tapeChart.availability': 'See free rooms',
1444
+ 'screen.tapeChart.legend': 'Key',
1445
+ 'screen.tapeChart.legendHint': 'Colour on the calendar is the state of a stay. Open one to check a guest in, move them or check them out; dragging on the calendar does not change a room.',
1281
1446
  'screen.cleaningTasks.title': 'Cleaning tasks',
1282
1447
  'screen.cleaningTasks.empty': 'No cleaning task needs attention.',
1283
1448
  'screen.cleaningTasks.emptyHint': 'Check-out automatically creates an urgent cleaning task.',
@@ -1285,12 +1450,12 @@ export const messages = {
1285
1450
  'housekeeping.detail.kicker': 'Housekeeping work record',
1286
1451
  'housekeeping.section.create': 'Create housekeeping work',
1287
1452
  'housekeeping.section.createHint': 'Use this for daily cleaning, inspections or maintenance outside the task created automatically at check-out.',
1288
- 'housekeeping.section.queue': 'Housekeeping queue',
1289
- 'housekeeping.section.queueHint': 'Each task has its own lifecycle; room status changes in the same transaction when work starts or finishes.',
1453
+ 'housekeeping.section.queue': 'Work to do',
1454
+ 'housekeeping.section.queueHint': 'Room status updates automatically when work starts or finishes.',
1290
1455
  'housekeeping.section.information': 'Task information',
1291
1456
  'housekeeping.section.informationHint': 'Room, timestamps, assignee and notes remain available as operational evidence.',
1292
1457
  'housekeeping.action.create': 'Create task',
1293
- 'housekeeping.action.back': 'Back to housekeeping queue',
1458
+ 'housekeeping.action.back': 'Back to work list',
1294
1459
  'housekeeping.action.start': 'Start work',
1295
1460
  'housekeeping.action.startHint': 'Claim the task and mark an available or dirty room as being cleaned.',
1296
1461
  'housekeeping.action.complete': 'Complete task',
@@ -1302,7 +1467,7 @@ export const messages = {
1302
1467
  'housekeeping.field.startedAt': 'Started at',
1303
1468
  'housekeeping.field.doneAt': 'Completed at',
1304
1469
  'housekeeping.feedback.created': 'Housekeeping task created',
1305
- 'housekeeping.feedback.createdHint': 'The new task is now in this property’s queue.',
1470
+ 'housekeeping.feedback.createdHint': 'The new task now appears in this property’s work list.',
1306
1471
  'housekeeping.feedback.started': 'Task started',
1307
1472
  'housekeeping.feedback.startedHint': 'The assignee and start time have been recorded.',
1308
1473
  'housekeeping.feedback.completed': 'Task completed',
@@ -1313,11 +1478,11 @@ export const messages = {
1313
1478
  'housekeeping.empty.rooms': 'No room is available for task assignment.',
1314
1479
  'housekeeping.empty.roomsHint': 'Create rooms in the property before adding housekeeping work.',
1315
1480
  'housekeeping.rooms.detail.title': 'Room {code}',
1316
- 'housekeeping.rooms.detail.kicker': 'Room operations record',
1317
- 'housekeeping.rooms.section.board': 'Operational status',
1318
- 'housekeeping.rooms.section.boardHint': 'Track physical room status separately from sellable inventory; the board displays at most 500 rooms for the selected filter.',
1481
+ 'housekeeping.rooms.detail.kicker': 'Room details',
1482
+ 'housekeeping.rooms.section.board': 'Current status',
1483
+ 'housekeeping.rooms.section.boardHint': 'Cleaning and maintenance status is tracked separately from rooms for sale. The board shows up to 500 rooms for the selected filter.',
1319
1484
  'housekeeping.rooms.section.information': 'Room information',
1320
- 'housekeeping.rooms.section.informationHint': 'Location, room type, current stay and notes come from the live operational record.',
1485
+ 'housekeeping.rooms.section.informationHint': 'Shows the latest location, room type, current stay and notes.',
1321
1486
  'housekeeping.rooms.section.tasks': 'Task history',
1322
1487
  'housekeeping.rooms.section.tasksHint': 'Shows up to the 20 most recent housekeeping tasks for this room.',
1323
1488
  'housekeeping.rooms.metric.openTasks': 'Open tasks',
@@ -1346,8 +1511,8 @@ export const messages = {
1346
1511
  'screen.ratePlans.list': 'Rate plans',
1347
1512
  'screen.ratePlans.empty': 'No rate plans yet.',
1348
1513
  'screen.ratePlans.emptyHint': 'The room type base rate remains the fallback until a default plan exists.',
1349
- 'screen.inventory.title': 'Inventory & sales restrictions',
1350
- 'screen.inventory.filters': 'Select an inventory calendar',
1514
+ 'screen.inventory.title': 'Room availability and selling rules',
1515
+ 'screen.inventory.filters': 'Select an availability calendar',
1351
1516
  'screen.inventory.dateRange': 'Displayed date range',
1352
1517
  'screen.inventory.allotment': 'Sellable allotment',
1353
1518
  'screen.inventory.allotmentHint': 'Total rooms cannot be lower than sold plus blocked rooms.',
@@ -1362,12 +1527,12 @@ export const messages = {
1362
1527
  'screen.stayNotices.title': 'Stay notices',
1363
1528
  'nightAudit.section.selection': 'Property and business date',
1364
1529
  'nightAudit.section.run': 'Run the night audit',
1365
- 'nightAudit.section.runHint': 'The task runs on the worker and posts per-night services and recurring room rent with idempotency keys.',
1530
+ 'nightAudit.section.runHint': 'The system records per-night services and room charges that are due without creating duplicates.',
1366
1531
  'nightAudit.section.history': 'Night audit history',
1367
- 'nightAudit.section.historyHint': 'Each property keeps one durable record per date; reruns only add missing occurrences.',
1532
+ 'nightAudit.section.historyHint': 'Each date is closed once; running it again only adds missing charges.',
1368
1533
  'nightAudit.field.auditDate': 'Business date',
1369
1534
  'nightAudit.action.preview': 'Preview',
1370
- 'nightAudit.action.run': 'Add to queue',
1535
+ 'nightAudit.action.run': 'Start day close',
1371
1536
  'nightAudit.metric.inHouse': 'In-house stays',
1372
1537
  'nightAudit.metric.servicesDue': 'Services due',
1373
1538
  'nightAudit.metric.rentDue': 'Rent periods due',
@@ -1376,20 +1541,20 @@ export const messages = {
1376
1541
  'nightAudit.metric.rent': 'Room rent posted',
1377
1542
  'nightAudit.col.date': 'Business date',
1378
1543
  'nightAudit.col.attempt': 'Attempt',
1379
- 'nightAudit.state.queued': 'Queued',
1544
+ 'nightAudit.state.queued': 'Waiting',
1380
1545
  'nightAudit.state.running': 'Running',
1381
1546
  'nightAudit.state.completed': 'Completed',
1382
1547
  'nightAudit.state.failed': 'Failed',
1383
- 'nightAudit.feedback.queued': 'Night audit queued',
1384
- 'nightAudit.feedback.queuedHint': 'The hospitality worker will process it independently; refresh this page to see the result.',
1548
+ 'nightAudit.feedback.queued': 'Day close started',
1549
+ 'nightAudit.feedback.queuedHint': 'The system is processing it; refresh this page to see the result.',
1385
1550
  'nightAudit.feedback.invalidHint': 'Check the property and business date, then try again.',
1386
1551
  'nightAudit.empty.property': 'There is no property to audit.',
1387
1552
  'nightAudit.empty.propertyHint': 'Create a property before running end-of-day operations.',
1388
1553
  'nightAudit.empty.runs': 'No night audit has run yet.',
1389
- 'nightAudit.empty.runsHint': 'Preview the totals, then add the business date to the queue.',
1390
- 'stayNotice.privacy.title': 'No declaration payload or full document number is retained',
1391
- 'stayNotice.privacy.hint': 'Ket shows only the document type and final four digits. Staff prepare the declaration on an official channel; the system retains only the time, operator, evidence reference, and comparison hash.',
1392
- 'stayNotice.section.queue': 'Work queue',
1554
+ 'nightAudit.empty.runsHint': 'Preview the totals, then start the day close.',
1555
+ 'stayNotice.privacy.title': 'Full identity details are not stored here',
1556
+ 'stayNotice.privacy.hint': 'Ket shows only the document type and final four digits. Staff use the official channel; the system keeps only the time, user and reference code needed for checking.',
1557
+ 'stayNotice.section.queue': 'Work to do',
1393
1558
  'stayNotice.section.queueHint': 'A record is prepared after check-in. Notice is due by 23:00 that day, or 08:00 the next day when the guest arrives after 23:00.',
1394
1559
  'stayNotice.section.selected': 'Selected record',
1395
1560
  'stayNotice.section.selectedHint': 'Record submission only after staff have completed it on an official channel and hold verifiable evidence.',
@@ -1430,7 +1595,7 @@ export const messages = {
1430
1595
  'stayNotice.value.complete': 'All required data is present',
1431
1596
  'stayNotice.value.missing': 'Not available',
1432
1597
  'stayNotice.feedback.refreshed': 'Data check requested',
1433
- 'stayNotice.feedback.refreshedHint': 'The worker will prepare the record again from current data.',
1598
+ 'stayNotice.feedback.refreshedHint': 'The system will prepare the record again from current data.',
1434
1599
  'stayNotice.feedback.submitted': 'Submission recorded',
1435
1600
  'stayNotice.feedback.submittedHint': 'The time, operator, and evidence reference have been retained.',
1436
1601
  'stayNotice.feedback.confirmed': 'Completion confirmed',
@@ -1439,36 +1604,36 @@ export const messages = {
1439
1604
  'stayNotice.empty.property': 'There is no property for stay-notice operations.',
1440
1605
  'stayNotice.empty.propertyHint': 'Create a property before checking guests in.',
1441
1606
  'stayNotice.empty.rows': 'No record matches this filter.',
1442
- 'stayNotice.empty.rowsHint': 'Records appear after check-in and worker preparation.',
1443
- 'services.metric.fees': 'Configured fees',
1444
- 'services.metric.extras': 'Service intentions',
1445
- 'services.metric.posted': 'Posted charges',
1446
- 'services.metric.postedValue': 'Posted value',
1607
+ 'stayNotice.empty.rowsHint': 'Records appear after check-in and system preparation.',
1608
+ 'services.metric.fees': 'Fees set up',
1609
+ 'services.metric.extras': 'Planned services',
1610
+ 'services.metric.posted': 'Charges recorded',
1611
+ 'services.metric.postedValue': 'Recorded value',
1447
1612
  'services.section.fees': 'Property fees',
1448
- 'services.section.feesHint': 'Declare public fees once so OTA connections can read them from the same source of truth.',
1449
- 'services.section.intentions': 'Service intentions',
1450
- 'services.section.intentionsHint': 'Attach a service product to a reservation or stay before it is actually consumed.',
1451
- 'services.section.post': 'Post an occurrence',
1452
- 'services.section.postHint': 'Every post has an idempotency key; an operational charge cannot be rewritten afterward.',
1453
- 'services.section.ledger': 'Operational service ledger',
1454
- 'services.section.ledgerHint': 'This is the operational folio record; accounting entries and invoices will be connected later.',
1613
+ 'services.section.feesHint': 'Set up each fee once so the same amount is used at the hotel and on connected OTA channels.',
1614
+ 'services.section.intentions': 'Planned services',
1615
+ 'services.section.intentionsHint': 'Choose a service for a booking or stay before the guest uses it.',
1616
+ 'services.section.post': 'Record service use',
1617
+ 'services.section.postHint': 'Each service use is recorded once and cannot be edited after confirmation.',
1618
+ 'services.section.ledger': 'Services used',
1619
+ 'services.section.ledgerHint': 'These charges are on the guest bill; invoices and accounting entries are handled separately.',
1455
1620
  'services.form.fee': 'Declare a property fee',
1456
- 'services.form.intention': 'Add a service intention',
1621
+ 'services.form.intention': 'Add a planned service',
1457
1622
  'services.action.saveFee': 'Save fee',
1458
1623
  'services.action.addIntention': 'Add service',
1459
- 'services.action.post': 'Post occurrence',
1624
+ 'services.action.post': 'Record use',
1460
1625
  'services.col.target': 'Target',
1461
1626
  'services.col.service': 'Service',
1462
1627
  'services.col.recurrence': 'Recurrence',
1463
1628
  'services.col.unitPrice': 'Unit price',
1464
1629
  'services.col.materialized': 'Posted',
1465
- 'services.col.folio': 'Folio',
1630
+ 'services.col.folio': 'Guest bill',
1466
1631
  'services.field.target': 'Reservation / stay',
1467
1632
  'services.field.product': 'Service product',
1468
1633
  'services.field.description': 'Description',
1469
1634
  'services.field.descriptionHint': 'Leave blank to use the product name',
1470
1635
  'services.field.unitPriceHint': 'Leave blank to use the product list price.',
1471
- 'services.field.intention': 'Service intention',
1636
+ 'services.field.intention': 'Planned service',
1472
1637
  'services.field.serviceDate': 'Service date',
1473
1638
  'services.field.serviceDateHint': 'Required for per-night services.',
1474
1639
  'services.field.postQuantityHint': 'Required for per-unit services.',
@@ -1477,15 +1642,15 @@ export const messages = {
1477
1642
  'services.value.pending': 'Not posted',
1478
1643
  'services.value.posted': '{count} posts · {amount}',
1479
1644
  'services.empty.fees': 'No property fee has been declared.',
1480
- 'services.empty.feesHint': 'Active fees become available to the OTA content flow.',
1645
+ 'services.empty.feesHint': 'Active fees are sent to connected OTA channels.',
1481
1646
  'services.empty.catalogue': 'There is not enough data to add a service.',
1482
1647
  'services.empty.catalogueHint': 'A sellable product and an active reservation are required.',
1483
- 'services.empty.intentions': 'No service intention has been added.',
1648
+ 'services.empty.intentions': 'No planned service has been added.',
1484
1649
  'services.empty.intentionsHint': 'Add minibar, breakfast, spa or another guest service.',
1485
1650
  'services.empty.post': 'No active service is ready to post.',
1486
- 'services.empty.postHint': 'Create a service intention before posting an occurrence.',
1487
- 'services.empty.ledger': 'No service occurrence has been posted.',
1488
- 'services.empty.ledgerHint': 'Charges posted to operational folios appear here.',
1651
+ 'services.empty.postHint': 'Add a planned service before recording its use.',
1652
+ 'services.empty.ledger': 'No service use has been recorded.',
1653
+ 'services.empty.ledgerHint': 'Charges recorded on guest bills appear here.',
1489
1654
  'metric.properties': 'Active properties',
1490
1655
  'metric.rooms': 'Total rooms',
1491
1656
  'metric.available': 'Ready rooms',
@@ -1495,7 +1660,7 @@ export const messages = {
1495
1660
  'metric.inHouse': 'In house',
1496
1661
  'metric.departures': 'Departures today',
1497
1662
  'metric.overdue': 'Overdue departures',
1498
- 'metric.openFolios': 'Open folios',
1663
+ 'metric.openFolios': 'Open guest bills',
1499
1664
  'metric.inventoryDays': 'Days',
1500
1665
  'metric.minimumAvailable': 'Lowest availability',
1501
1666
  'metric.sold': 'Room nights sold',
@@ -1529,7 +1694,7 @@ export const messages = {
1529
1694
  'content.metadata.group': 'Image descriptions',
1530
1695
  'content.action.saveMetadata': 'Save description',
1531
1696
  'content.feedback.saved': 'Content updated',
1532
- 'content.feedback.savedHint': 'The change is now available for each OTA connection to process independently.',
1697
+ 'content.feedback.savedHint': 'The change was saved and will be sent to each connected OTA channel.',
1533
1698
  'content.feedback.invalid': 'Content was not updated',
1534
1699
  'content.feedback.invalidHint': 'Review the image category and description.',
1535
1700
  'col.code': 'Code',
@@ -1538,6 +1703,7 @@ export const messages = {
1538
1703
  'col.location': 'Location',
1539
1704
  'col.stars': 'Stars',
1540
1705
  'col.roomType': 'Room type',
1706
+ 'col.stayDates': 'Stay dates',
1541
1707
  'col.capacity': 'Capacity',
1542
1708
  'col.status': 'Status',
1543
1709
  'col.rooms': 'Rooms',
@@ -1551,10 +1717,13 @@ export const messages = {
1551
1717
  'col.provider': 'Source',
1552
1718
  'col.checkIn': 'Check-in',
1553
1719
  'col.checkOut': 'Check-out',
1720
+ 'col.arrivalTime': 'Arrival time',
1721
+ 'col.departureTime': 'Departure time',
1554
1722
  'col.amount': 'Amount',
1555
1723
  'col.room': 'Room',
1724
+ 'col.action': 'Action',
1556
1725
  'col.guests': 'Guests',
1557
- 'col.folio': 'Folio',
1726
+ 'col.folio': 'Guest bill',
1558
1727
  'col.stays': 'Stays',
1559
1728
  'col.assignee': 'Assignee',
1560
1729
  'col.requestedAt': 'Requested at',
@@ -1629,14 +1798,18 @@ export const messages = {
1629
1798
  'extraRecurrence.per_unit': 'Per unit',
1630
1799
  'chargeState.active': 'Posted',
1631
1800
  'chargeState.void': 'Voided',
1801
+ 'duration.nightly': '{count} nights',
1802
+ 'duration.hourly': '{count} hours',
1803
+ 'duration.weekly': '{count} weeks',
1804
+ 'duration.monthly': '{count} months',
1632
1805
  'bookingType.nightly': 'Nightly',
1633
1806
  'bookingType.hourly': 'Hourly',
1634
1807
  'bookingType.weekly': 'Weekly',
1635
1808
  'bookingType.monthly': 'Monthly',
1636
1809
  'reservation.feedback.saved': 'Reservation confirmed',
1637
- 'reservation.feedback.savedHint': 'The reservation, stay, folio, and inventory were recorded in one transaction.',
1810
+ 'reservation.feedback.savedHint': 'The reservation, stay, guest bill and room availability were updated.',
1638
1811
  'reservation.feedback.quoted': 'Rate and availability checked',
1639
- 'reservation.feedback.quotedHint': 'This quote is a current snapshot; inventory is checked again at confirmation.',
1812
+ 'reservation.feedback.quotedHint': 'Rates and room availability may change; the system checks them again at confirmation.',
1640
1813
  'reservation.feedback.invalidHint': 'Review the guest, dates, rate, and sales restrictions shown below.',
1641
1814
  'reservation.feedback.checkedIn': 'Guest checked in',
1642
1815
  'reservation.feedback.checkedInHint': 'The room is assigned, the stay is open, and the stay notice is being prepared.',
@@ -1647,9 +1820,9 @@ export const messages = {
1647
1820
  'reservation.feedback.cancelled': 'Reservation cancelled',
1648
1821
  'reservation.feedback.cancelledHint': 'Room inventory was released and unfinished charges were voided.',
1649
1822
  'reservation.feedback.amended': 'Reservation updated',
1650
- 'reservation.feedback.amendedHint': 'The stay schedule, inventory, lead guest, and room charge were updated in one transaction.',
1823
+ 'reservation.feedback.amendedHint': 'The stay dates, room availability, lead guest and room charge were updated.',
1651
1824
  'reservation.feedback.departureAdjusted': 'Departure updated',
1652
- 'reservation.feedback.departureAdjustedHint': 'The stay schedule, inventory, and room charge were synchronized in one transaction.',
1825
+ 'reservation.feedback.departureAdjustedHint': 'The stay dates, room availability and room charge were updated.',
1653
1826
  'reservation.feedback.noShow': 'Guest marked as no-show',
1654
1827
  'reservation.feedback.noShowHint': 'Inventory was released, the stay was closed, and existing charges were retained for reconciliation.',
1655
1828
  'reservation.field.property': 'Property',
@@ -1664,7 +1837,7 @@ export const messages = {
1664
1837
  'reservation.field.rateHint': 'Leave empty to use the active default rate.',
1665
1838
  'reservation.field.room': 'Physical room',
1666
1839
  'reservation.field.billingMode': 'Billing mode',
1667
- 'reservation.field.folio': 'Folio',
1840
+ 'reservation.field.folio': 'Guest bill',
1668
1841
  'reservation.field.cancelReason': 'Cancellation reason',
1669
1842
  'reservation.field.cancelReasonHint': 'Keep a reason for front desk and sales follow-up.',
1670
1843
  'reservation.field.noShowReason': 'No-show note',
@@ -1672,10 +1845,16 @@ export const messages = {
1672
1845
  'reservation.value.selectGuest': 'Select a guest',
1673
1846
  'reservation.value.unassigned': 'Not assigned',
1674
1847
  'reservation.action.quote': 'Check rate and rooms',
1848
+ 'reservation.action.new': 'New reservation',
1675
1849
  'reservation.action.create': 'Confirm reservation',
1676
1850
  'reservation.action.back': 'Back to reservations',
1677
1851
  'reservation.action.checkIn': 'Check in',
1678
1852
  'reservation.action.checkInHint': 'Select a ready room matching the booked type, then confirm arrival.',
1853
+ 'reservation.action.holdRoom': 'Keep a room',
1854
+ 'reservation.action.holdRoomChange': 'Change the room kept',
1855
+ 'reservation.action.holdRoomHint': 'Choose the room now. It stays sellable on other nights; only these stay dates are taken.',
1856
+ 'reservation.action.holdRoomKept': 'Room {room} is being kept for this guest.',
1857
+ 'reservation.action.releaseRoomHold': 'Let the room go',
1679
1858
  'reservation.action.checkOut': 'Check out',
1680
1859
  'reservation.action.checkOutHint': 'Close the stay, move the room to awaiting service, and create the housekeeping task.',
1681
1860
  'reservation.action.adjustDeparture': 'Adjust departure',
@@ -1689,13 +1868,13 @@ export const messages = {
1689
1868
  'reservation.detail.title': 'Reservation {code}',
1690
1869
  'reservation.detail.kicker': 'Reservation record',
1691
1870
  'reservation.detail.stay': 'Stay information',
1692
- 'reservation.detail.stayHint': 'Sales, guest, room, and folio details for this reservation.',
1871
+ 'reservation.detail.stayHint': 'Sales, guest, room and guest-bill details for this reservation.',
1693
1872
  'reservation.section.intake': 'Direct reservation intake',
1694
1873
  'reservation.section.intakeHint': 'Nightly, weekly, and monthly bookings are supported. Hourly booking will open with slot inventory.',
1695
1874
  'reservation.section.quote': 'Quote ready',
1696
- 'reservation.section.quoteHint': 'Confirmation rechecks restrictions and claims inventory in an oversell-safe transaction.',
1875
+ 'reservation.section.quoteHint': 'Confirmation checks selling rules and room availability again to prevent overselling.',
1697
1876
  'reservation.section.list': 'Reservation list',
1698
- 'reservation.section.listHint': 'Direct and OTA bookings share one operational ledger.',
1877
+ 'reservation.section.listHint': 'Direct and OTA bookings appear together in this list.',
1699
1878
  'reservation.quote.rate': 'Applied rate',
1700
1879
  'reservation.quote.quantity': 'Billing periods',
1701
1880
  'reservation.quote.availability': 'Minimum rooms left',
@@ -1768,27 +1947,27 @@ export const messages = {
1768
1947
  'stay.empty.availableRoomsHint': 'Review room status or finish housekeeping before moving the guest.',
1769
1948
  'stay.value.noLinkedPartner': 'No linked contact',
1770
1949
  'stay.validation.moveRequired': 'Select a destination room and enter the move reason.',
1771
- 'folio.detail.title': 'Folio {code}',
1772
- 'folio.detail.kicker': 'Operational folio',
1773
- 'folio.action.back': 'Back to folios',
1950
+ 'folio.detail.title': 'Guest bill {code}',
1951
+ 'folio.detail.kicker': 'Guest charges',
1952
+ 'folio.action.back': 'Back to guest bills',
1774
1953
  'folio.action.postCharge': 'Post charge',
1775
1954
  'folio.action.voidCharge': 'Void charge',
1776
1955
  'folio.feedback.chargePosted': 'Charge posted',
1777
- 'folio.feedback.chargePostedHint': 'The folio total was updated in the same transaction.',
1956
+ 'folio.feedback.chargePostedHint': 'The guest-bill total was updated.',
1778
1957
  'folio.feedback.chargeVoided': 'Charge voided',
1779
- 'folio.feedback.chargeVoidedHint': 'The original row remains as evidence and the folio total was adjusted.',
1780
- 'folio.notice.operational': 'Operational record only',
1781
- 'folio.notice.operationalHint': 'These rows are not journal entries, payments, or invoices; accounting integration will be connected later.',
1958
+ 'folio.feedback.chargeVoidedHint': 'The original charge remains in history and the guest-bill total was adjusted.',
1959
+ 'folio.notice.operational': 'Not an invoice yet',
1960
+ 'folio.notice.operationalHint': 'These are charges during the stay, not payments, invoices or accounting entries.',
1782
1961
  'folio.metric.activeTotal': 'Active total',
1783
1962
  'folio.metric.activeCharges': 'Active charges',
1784
- 'folio.section.information': 'Folio information',
1785
- 'folio.section.informationHint': 'Payer, opening time, and operational lifecycle state.',
1963
+ 'folio.section.information': 'Guest-bill information',
1964
+ 'folio.section.informationHint': 'Payer, opening time and current status.',
1786
1965
  'folio.section.charges': 'Charges',
1787
- 'folio.section.chargesHint': 'Room, service, and discount lines remain individually auditable.',
1966
+ 'folio.section.chargesHint': 'Room, service and discount charges are listed separately for easier review.',
1788
1967
  'folio.section.correction': 'Correct an error',
1789
- 'folio.section.correctionHint': 'Void the incorrect row and preserve evidence instead of editing history.',
1968
+ 'folio.section.correctionHint': 'Void the incorrect charge and enter a reason; the original stays in history.',
1790
1969
  'folio.section.stays': 'Related stays',
1791
- 'folio.section.staysHint': 'One folio may collect one or more stays for the same payer.',
1970
+ 'folio.section.staysHint': 'One bill may include one or more stays for the same payer.',
1792
1971
  'folio.field.openedAt': 'Opened at',
1793
1972
  'folio.field.closedAt': 'Closed at',
1794
1973
  'folio.field.charge': 'Charge to void',
@@ -1797,6 +1976,28 @@ export const messages = {
1797
1976
  'folio.charge.occurredAt': 'Occurred at',
1798
1977
  'folio.charge.description': 'Description',
1799
1978
  'folio.charge.roomDescription': 'Room charge for booked period',
1979
+ 'folio.charge.cancellationByPolicy': "Under the property's cancellation policy",
1980
+ 'folio.charge.noShowDescription': 'Guest did not arrive — charged under the cancellation policy',
1981
+ 'checkOutPrep.title': 'Departure check {code}',
1982
+ 'checkOutPrep.subtitle': 'Look before closing the stay. Checking out is not the same as being paid.',
1983
+ 'checkOutPrep.handover': 'Handover',
1984
+ 'checkOutPrep.blocked': 'Check-out is not possible until this is dealt with.',
1985
+ 'checkOutPrep.dueOut': 'Due out',
1986
+ 'checkOutPrep.charges': "Guest's charges",
1987
+ 'checkOutPrep.total': 'Running total {amount}',
1988
+ 'checkOutPrep.noCharges': 'Nothing charged yet',
1989
+ 'checkOutPrep.noChargesHint': 'This stay carries no active charge.',
1990
+ 'checkOutPrep.awaiting.title': '{count} service(s) not confirmed yet',
1991
+ 'checkOutPrep.awaiting.hint': 'A supplier has not confirmed these. Close the bill now and the charge has nowhere left to go.',
1992
+ 'checkOutPrep.ready.title': 'Ready to check out',
1993
+ 'checkOutPrep.owing.title': 'Ready to check out, {amount} still owed',
1994
+ 'checkOutPrep.ready.hint': 'The guest bill closes and the room becomes due for cleaning. Invoice and payment come after, and nothing here marks the stay as paid.',
1995
+ 'checkOutPrep.confirmHint': 'After this the stay is closed and cannot be edited.',
1996
+ 'checkOutPrep.lateReason': 'Reason for the late departure',
1997
+ 'checkOutPrep.lateReasonHint': 'This property requires a reason when a guest leaves after checkout time.',
1998
+ 'checkOutPrep.open': 'Prepare check-out',
1999
+ 'validation.stay_already_checked_out': 'This stay has already checked out.',
2000
+ 'folio.charge.cancellationByChannel': 'Amount set by the sales channel',
1800
2001
  'folio.charge.type': 'Charge type',
1801
2002
  'folio.charge.stay': 'Stay',
1802
2003
  'folio.charge.quantity': 'Quantity',
@@ -1804,8 +2005,8 @@ export const messages = {
1804
2005
  'folio.empty.charges': 'No charges yet.',
1805
2006
  'folio.empty.chargesHint': 'Room and service charges appear here after posting.',
1806
2007
  'folio.empty.stays': 'No related stay yet.',
1807
- 'folio.empty.staysHint': 'A stay is attached when its reservation is created.',
1808
- 'folio.value.noStay': 'Whole folio',
2008
+ 'folio.empty.staysHint': 'A stay is added to the bill when its reservation is created.',
2009
+ 'folio.value.noStay': 'Whole guest bill',
1809
2010
  'mealPlan.RO': 'Room only',
1810
2011
  'mealPlan.BB': 'Bed & breakfast',
1811
2012
  'mealPlan.HB': 'Half board',
@@ -1831,12 +2032,13 @@ export const messages = {
1831
2032
  'action.updateAllotment': 'Update allotment',
1832
2033
  'action.updateRestrictions': 'Update restrictions',
1833
2034
  'feedback.saved': 'Changes saved',
1834
- 'feedback.savedHint': 'The sales calendar was updated in the same business database.',
2035
+ 'feedback.savedHint': 'The sales calendar was updated.',
1835
2036
  'feedback.invalid': 'Changes were not saved',
1836
2037
  'feedback.invalidHint': 'Review the values and the capacity already committed to bookings.',
1837
2038
  'billing.upfront': 'Upfront',
1838
2039
  'billing.recurring': 'Recurring',
1839
2040
  'provider.direct': 'Direct',
2041
+ 'provider.website': 'Website',
1840
2042
  'provider.booking': 'Booking.com',
1841
2043
  'provider.agoda': 'Agoda',
1842
2044
  'provider.expedia': 'Expedia',
@@ -1853,6 +2055,7 @@ export const messages = {
1853
2055
  'stayState.checked_out': 'Checked out',
1854
2056
  'stayState.cancelled': 'Cancelled',
1855
2057
  'stayState.no_show': 'No-show',
2058
+ 'stayState.overdue': 'Past checkout',
1856
2059
  'folioState.draft': 'Draft',
1857
2060
  'folioState.open': 'Open',
1858
2061
  'folioState.closed': 'Closed',
@@ -1864,6 +2067,7 @@ export const messages = {
1864
2067
  'charge.spa': 'Spa',
1865
2068
  'charge.restaurant': 'Restaurant',
1866
2069
  'charge.service': 'Service',
2070
+ 'charge.cancellation': 'Cancellation fee',
1867
2071
  'charge.discount': 'Discount',
1868
2072
  'document.cccd': 'Citizen identity card',
1869
2073
  'document.cmnd': 'Identity card',
@@ -1907,6 +2111,27 @@ export const messages = {
1907
2111
  'validation.bed_type': 'Bed type is invalid.',
1908
2112
  'validation.cancellation_policy_type': 'Cancellation policy type is invalid.',
1909
2113
  'validation.contact_type': 'Contact type is invalid.',
2114
+ 'error.propertyNotFound': 'No active property was found in the current company.',
2115
+ 'error.roomTypeNotFound': 'No active, published room type was found.',
2116
+ 'error.propertyMismatch': 'The room type does not belong to the selected property.',
2117
+ 'error.capacityExceeded': 'The guest count exceeds the capacity of the requested rooms.',
2118
+ 'error.invalidStayDates': 'The check-in and check-out dates are invalid.',
2119
+ 'error.pastStayDate': 'A reservation cannot start in the past.',
2120
+ 'error.bookingHorizonExceeded': 'Reservations can be made at most {days} days ahead.',
2121
+ 'error.stayLengthExceeded': 'An online reservation cannot exceed {nights} nights.',
2122
+ 'error.invalidQuantity': 'Room quantity is outside the allowed range of up to {maximum}.',
2123
+ 'error.invalidGuestCount': 'The adult, child or infant count is invalid.',
2124
+ 'error.inventoryUnavailable': 'There is not enough inventory for the complete stay.',
2125
+ 'error.ratePlanUnavailable': 'The selected rate plan is no longer available.',
2126
+ 'error.stopSell': 'Sales are stopped during the selected stay.',
2127
+ 'error.closedToArrival': 'Arrival is closed on the selected check-in date.',
2128
+ 'error.closedToDeparture': 'Departure is closed on the selected check-out date.',
2129
+ 'error.minimumStay': 'The rate or sales restriction requires at least {required} nights.',
2130
+ 'error.maximumStay': 'The rate or sales restriction allows at most {maximum} nights.',
2131
+ 'error.requestConflict': 'The request key was already used for a different reservation.',
2132
+ 'error.partnerNotFound': 'The customer record was not found in the current company.',
2133
+ 'error.reservationNotOwned': 'No reservation owned by this customer was found.',
2134
+ 'error.cancellationNotAllowed': 'This reservation is no longer eligible for online cancellation.',
1910
2135
  'validation.property_missing': 'Property was not found.',
1911
2136
  'validation.property_archived': 'The property is archived; restore it first.',
1912
2137
  'validation.building_missing': 'Building was not found.',
@@ -1949,10 +2174,21 @@ export const messages = {
1949
2174
  'validation.stay_cannot_adjust_departure': 'Departure can only be adjusted while the guest is in house.',
1950
2175
  'validation.departure_not_future': 'The new departure must be in the future.',
1951
2176
  'validation.stay_cannot_check_in': 'The stay cannot be checked in from its current state.',
1952
- 'validation.early_check_in': 'The property check-in time has not been reached.',
2177
+ 'validation.early_check_in': 'The property check-in time has not been reached. Give a reason to check in early.',
2178
+ 'validation.late_check_out': 'The property check-out time has passed. Give a reason to check out late.',
2179
+ 'validation.property_booking_type_closed': 'The property does not sell this stay type.',
2180
+ 'validation.room_type_booking_type_closed': 'The room type does not sell this stay type.',
2181
+ 'validation.long_stay_direct_only': 'Long stays are accepted on the direct channel only.',
2182
+ 'validation.hourly_minimum_hours': 'The room type requires at least {count} hours.',
2183
+ 'validation.no_availability_hourly': 'No room is free for the selected hours.',
2184
+ 'validation.room_archive_would_oversell': 'The room cannot be archived: {date} already has {committed} rooms sold against {total}.',
2185
+ 'validation.room_type_change_not_allowed': 'Moving to another room type must be allowed explicitly.',
2186
+ 'validation.inventory_total_conflict': 'A manual total and following the physical room count cannot both be requested.',
1953
2187
  'validation.no_available_room': 'No ready room remains for the reserved room type.',
1954
2188
  'validation.room_type_mismatch': 'The room is not of the reserved room type.',
1955
2189
  'validation.room_not_available': 'The room is no longer ready.',
2190
+ 'validation.room_already_held': 'This room is kept for another stay over the same dates.',
2191
+ 'validation.stay_cannot_hold_room': 'A room can only be kept for a stay that has not checked in.',
1956
2192
  'validation.transition_conflict': 'The record changed; reload it and try again.',
1957
2193
  'validation.cleaning_type': 'The cleaning task type is invalid.',
1958
2194
  'validation.cleaning_priority': 'The cleaning priority is invalid.',
@@ -1967,13 +2203,15 @@ export const messages = {
1967
2203
  'validation.stay_cannot_check_out': 'The stay cannot be checked out from its current state.',
1968
2204
  'validation.primary_guest_mismatch': 'The primary guest must match the booking contact.',
1969
2205
  'validation.primary_guest_unique': 'The stay already has a primary guest.',
1970
- 'validation.folio_missing': 'Folio was not found.',
1971
- 'validation.folio_not_open': 'The folio is no longer open.',
1972
- 'validation.folio_mismatch': 'The charge does not belong to this stay folio.',
2206
+ 'validation.folio_missing': 'The guest bill could not be found.',
2207
+ 'validation.folio_not_open': 'The guest bill is closed.',
2208
+ 'validation.folio_mismatch': 'The charge does not belong to this stay’s guest bill.',
1973
2209
  'validation.room_charge_missing': 'The active room charge required for this update was not found.',
1974
2210
  'validation.charge_missing': 'Charge was not found.',
1975
2211
  'validation.charge_not_active': 'The charge is no longer active and cannot be voided.',
1976
2212
  'validation.charge_type': 'Charge type is invalid.',
2213
+ 'validation.charge_id_reused': 'The charge id was already used for different content.',
2214
+ 'validation.charge_source_reused': 'This charge reference was already used for different details.',
1977
2215
  'validation.document_type': 'Document type is invalid.',
1978
2216
  'validation.authentication_required': 'Sign in to record this action.',
1979
2217
  'validation.stay_notice_missing': 'The stay-notice record was not found.',
@@ -1989,7 +2227,7 @@ export const messages = {
1989
2227
  'validation.audit_future': 'A future business date cannot be audited.',
1990
2228
  'validation.date_range_order': 'The end date must be on or after the start date.',
1991
2229
  'validation.inventory_horizon': 'Each operation may cover at most {count} days.',
1992
- 'validation.ledger_missing': 'No inventory row was found for {date}.',
2230
+ 'validation.ledger_missing': 'No room availability was found for {date}.',
1993
2231
  'validation.no_availability': 'No availability on {date}: {available} remains and {required} is required.',
1994
2232
  'validation.inventory_change_required': 'Enter either a total or a blocked-room count.',
1995
2233
  'validation.inventory_capacity': '{date} already has {committed} committed rooms, above total {total}.',
@@ -2011,11 +2249,17 @@ export const messages = {
2011
2249
  'validation.product_template_missing': 'Service product details were not found.',
2012
2250
  'validation.product_not_saleable': 'This product is no longer saleable.',
2013
2251
  'validation.product_uom_mismatch': 'The unit of measure is not available for this product.',
2252
+ 'validation.product_required': 'Select a product before choosing a unit or stock option.',
2253
+ 'validation.charge_fulfillment_kind': 'The way this service is supplied is invalid.',
2254
+ 'validation.minibar_product_required': 'A minibar charge must reference a goods product.',
2255
+ 'validation.minibar_goods_required': 'The minibar product must be a goods product.',
2256
+ 'validation.minibar_fulfillment_required': 'A minibar charge can only be recorded after stock confirms the goods were issued.',
2257
+ 'validation.external_fulfillment_required': 'Stock must be issued for this service before it can be added to the guest bill.',
2014
2258
  'validation.extra_recurrence': 'Service recurrence is invalid.',
2015
- 'validation.extra_line_missing': 'Service intention was not found.',
2016
- 'validation.extra_line_inactive': 'Service intention is inactive.',
2259
+ 'validation.extra_line_missing': 'The planned service could not be found.',
2260
+ 'validation.extra_line_inactive': 'The planned service is no longer active.',
2017
2261
  'validation.extra_service_date': 'Service date must be inside the stay period.',
2018
- 'validation.extra_line_materialized': 'A service cannot be edited after an occurrence was posted.',
2262
+ 'validation.extra_line_materialized': 'A service cannot be edited after its use is recorded.',
2019
2263
  },
2020
2264
  };
2021
2265
  //# sourceMappingURL=messages.js.map