@spaceinvoices/react-ui 0.4.12 → 0.4.32

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 (334) hide show
  1. package/cli/dist/index.js +1 -1
  2. package/package.json +1 -1
  3. package/src/common/autocomplete.tsx +7 -1
  4. package/src/components/advance-invoices/advance-invoices.hooks.ts +35 -44
  5. package/src/components/advance-invoices/create/create-advance-invoice-form.tsx +190 -73
  6. package/src/components/advance-invoices/create/locales/bg.ts +17 -9
  7. package/src/components/advance-invoices/create/locales/cs.ts +17 -9
  8. package/src/components/advance-invoices/create/locales/de.ts +15 -7
  9. package/src/components/advance-invoices/create/locales/en.ts +15 -7
  10. package/src/components/advance-invoices/create/locales/es.ts +15 -7
  11. package/src/components/advance-invoices/create/locales/et.ts +17 -9
  12. package/src/components/advance-invoices/create/locales/fi.ts +18 -10
  13. package/src/components/advance-invoices/create/locales/fr.ts +16 -8
  14. package/src/components/advance-invoices/create/locales/hr.ts +15 -7
  15. package/src/components/advance-invoices/create/locales/is.ts +17 -9
  16. package/src/components/advance-invoices/create/locales/it.ts +15 -7
  17. package/src/components/advance-invoices/create/locales/nb.ts +17 -9
  18. package/src/components/advance-invoices/create/locales/nl.ts +15 -7
  19. package/src/components/advance-invoices/create/locales/pl.ts +17 -9
  20. package/src/components/advance-invoices/create/locales/pt.ts +16 -8
  21. package/src/components/advance-invoices/create/locales/sk.ts +17 -9
  22. package/src/components/advance-invoices/create/locales/sl.ts +14 -5
  23. package/src/components/advance-invoices/create/locales/sv.ts +17 -9
  24. package/src/components/advance-invoices/create/prepare-advance-invoice-submission.ts +47 -1
  25. package/src/components/advance-invoices/list/list-table.tsx +2 -1
  26. package/src/components/credit-notes/create/create-credit-note-form.tsx +254 -85
  27. package/src/components/credit-notes/create/locales/bg.ts +22 -8
  28. package/src/components/credit-notes/create/locales/cs.ts +22 -8
  29. package/src/components/credit-notes/create/locales/de.ts +20 -7
  30. package/src/components/credit-notes/create/locales/en.ts +19 -5
  31. package/src/components/credit-notes/create/locales/es.ts +20 -7
  32. package/src/components/credit-notes/create/locales/et.ts +22 -8
  33. package/src/components/credit-notes/create/locales/fi.ts +23 -9
  34. package/src/components/credit-notes/create/locales/fr.ts +21 -8
  35. package/src/components/credit-notes/create/locales/hr.ts +20 -7
  36. package/src/components/credit-notes/create/locales/is.ts +22 -8
  37. package/src/components/credit-notes/create/locales/it.ts +20 -7
  38. package/src/components/credit-notes/create/locales/nb.ts +22 -8
  39. package/src/components/credit-notes/create/locales/nl.ts +20 -7
  40. package/src/components/credit-notes/create/locales/pl.ts +22 -9
  41. package/src/components/credit-notes/create/locales/pt.ts +21 -8
  42. package/src/components/credit-notes/create/locales/sk.ts +22 -8
  43. package/src/components/credit-notes/create/locales/sl.ts +19 -5
  44. package/src/components/credit-notes/create/locales/sv.ts +22 -8
  45. package/src/components/credit-notes/create/prepare-credit-note-submission.ts +35 -1
  46. package/src/components/credit-notes/credit-notes.hooks.ts +21 -2
  47. package/src/components/credit-notes/list/list-table.tsx +2 -1
  48. package/src/components/delivery-notes/create/create-delivery-note-form.tsx +133 -30
  49. package/src/components/delivery-notes/create/locales/bg.ts +1 -0
  50. package/src/components/delivery-notes/create/locales/cs.ts +1 -0
  51. package/src/components/delivery-notes/create/locales/de.ts +1 -0
  52. package/src/components/delivery-notes/create/locales/en.ts +1 -0
  53. package/src/components/delivery-notes/create/locales/es.ts +1 -0
  54. package/src/components/delivery-notes/create/locales/et.ts +1 -0
  55. package/src/components/delivery-notes/create/locales/fi.ts +1 -0
  56. package/src/components/delivery-notes/create/locales/fr.ts +1 -0
  57. package/src/components/delivery-notes/create/locales/hr.ts +1 -0
  58. package/src/components/delivery-notes/create/locales/is.ts +1 -0
  59. package/src/components/delivery-notes/create/locales/it.ts +1 -0
  60. package/src/components/delivery-notes/create/locales/nb.ts +1 -0
  61. package/src/components/delivery-notes/create/locales/nl.ts +1 -0
  62. package/src/components/delivery-notes/create/locales/pl.ts +1 -0
  63. package/src/components/delivery-notes/create/locales/pt.ts +1 -0
  64. package/src/components/delivery-notes/create/locales/sk.ts +1 -0
  65. package/src/components/delivery-notes/create/locales/sl.ts +1 -0
  66. package/src/components/delivery-notes/create/locales/sv.ts +1 -0
  67. package/src/components/delivery-notes/create/prepare-delivery-note-submission.ts +34 -1
  68. package/src/components/delivery-notes/delivery-notes.hooks.ts +15 -1
  69. package/src/components/delivery-notes/list/list-table.tsx +2 -1
  70. package/src/components/documents/create/custom-create-template.ts +151 -0
  71. package/src/components/documents/create/document-add-item-form.tsx +12 -8
  72. package/src/components/documents/create/document-add-item-tax-rate-field.tsx +1 -2
  73. package/src/components/documents/create/document-date-validation.ts +111 -0
  74. package/src/components/documents/create/document-details-section.tsx +93 -48
  75. package/src/components/documents/create/document-form-item.ts +67 -0
  76. package/src/components/documents/create/document-item-validation.ts +6 -2
  77. package/src/components/documents/create/form-types.ts +2 -2
  78. package/src/components/documents/create/linked-documents-info.tsx +2 -11
  79. package/src/components/documents/create/live-preview.tsx +3 -3
  80. package/src/components/documents/create/mark-as-paid-section.tsx +14 -11
  81. package/src/components/documents/create/payment-rows.ts +30 -0
  82. package/src/components/documents/create/prepare-document-submission.ts +143 -103
  83. package/src/components/documents/create/prepare-preview-data.ts +12 -0
  84. package/src/components/documents/create/preserved-expected-total.ts +90 -0
  85. package/src/components/documents/public/public-document-summary.tsx +6 -13
  86. package/src/components/documents/view/document-actions-bar.tsx +10 -1
  87. package/src/components/documents/view/document-details-card.tsx +4 -12
  88. package/src/components/documents/view/document-relations-list.tsx +4 -4
  89. package/src/components/documents/view/locales/bg.ts +8 -8
  90. package/src/components/documents/view/locales/cs.ts +8 -8
  91. package/src/components/documents/view/locales/de.ts +1 -1
  92. package/src/components/documents/view/locales/en.ts +14 -14
  93. package/src/components/documents/view/locales/es.ts +1 -1
  94. package/src/components/documents/view/locales/et.ts +8 -8
  95. package/src/components/documents/view/locales/fi.ts +10 -10
  96. package/src/components/documents/view/locales/fr.ts +1 -1
  97. package/src/components/documents/view/locales/hr.ts +6 -6
  98. package/src/components/documents/view/locales/is.ts +8 -8
  99. package/src/components/documents/view/locales/it.ts +1 -1
  100. package/src/components/documents/view/locales/nb.ts +8 -8
  101. package/src/components/documents/view/locales/nl.ts +1 -1
  102. package/src/components/documents/view/locales/pl.ts +1 -1
  103. package/src/components/documents/view/locales/pt.ts +1 -1
  104. package/src/components/documents/view/locales/sk.ts +8 -8
  105. package/src/components/documents/view/locales/sl.ts +9 -9
  106. package/src/components/documents/view/locales/sv.ts +1 -1
  107. package/src/components/documents/view/use-document-download.ts +2 -2
  108. package/src/components/entities/entity-settings-form/locales/bg.ts +7 -0
  109. package/src/components/entities/entity-settings-form/locales/cs.ts +7 -0
  110. package/src/components/entities/entity-settings-form/locales/de.ts +9 -0
  111. package/src/components/entities/entity-settings-form/locales/en.ts +7 -0
  112. package/src/components/entities/entity-settings-form/locales/es.ts +7 -0
  113. package/src/components/entities/entity-settings-form/locales/et.ts +7 -0
  114. package/src/components/entities/entity-settings-form/locales/fi.ts +7 -0
  115. package/src/components/entities/entity-settings-form/locales/fr.ts +7 -0
  116. package/src/components/entities/entity-settings-form/locales/hr.ts +7 -0
  117. package/src/components/entities/entity-settings-form/locales/is.ts +7 -0
  118. package/src/components/entities/entity-settings-form/locales/it.ts +7 -0
  119. package/src/components/entities/entity-settings-form/locales/nb.ts +7 -0
  120. package/src/components/entities/entity-settings-form/locales/nl.ts +7 -0
  121. package/src/components/entities/entity-settings-form/locales/pl.ts +7 -0
  122. package/src/components/entities/entity-settings-form/locales/pt.ts +7 -0
  123. package/src/components/entities/entity-settings-form/locales/sk.ts +7 -0
  124. package/src/components/entities/entity-settings-form/locales/sl.ts +12 -4
  125. package/src/components/entities/entity-settings-form/locales/sv.ts +7 -0
  126. package/src/components/entities/settings/tax-rules-settings-form.tsx +36 -0
  127. package/src/components/estimates/create/create-estimate-form.tsx +196 -47
  128. package/src/components/estimates/create/locales/bg.ts +6 -5
  129. package/src/components/estimates/create/locales/cs.ts +6 -5
  130. package/src/components/estimates/create/locales/de.ts +4 -3
  131. package/src/components/estimates/create/locales/en.ts +4 -3
  132. package/src/components/estimates/create/locales/es.ts +4 -3
  133. package/src/components/estimates/create/locales/et.ts +6 -5
  134. package/src/components/estimates/create/locales/fi.ts +9 -8
  135. package/src/components/estimates/create/locales/fr.ts +4 -3
  136. package/src/components/estimates/create/locales/hr.ts +7 -6
  137. package/src/components/estimates/create/locales/is.ts +6 -5
  138. package/src/components/estimates/create/locales/it.ts +4 -3
  139. package/src/components/estimates/create/locales/nb.ts +6 -5
  140. package/src/components/estimates/create/locales/nl.ts +4 -3
  141. package/src/components/estimates/create/locales/pl.ts +4 -3
  142. package/src/components/estimates/create/locales/pt.ts +4 -3
  143. package/src/components/estimates/create/locales/sk.ts +6 -5
  144. package/src/components/estimates/create/locales/sl.ts +7 -6
  145. package/src/components/estimates/create/locales/sv.ts +6 -5
  146. package/src/components/estimates/create/prepare-estimate-submission.ts +37 -3
  147. package/src/components/estimates/estimates.hooks.ts +11 -2
  148. package/src/components/estimates/list/list-table.tsx +11 -1
  149. package/src/components/estimates/list/locales/bg.ts +2 -0
  150. package/src/components/estimates/list/locales/cs.ts +2 -0
  151. package/src/components/estimates/list/locales/de.ts +2 -0
  152. package/src/components/estimates/list/locales/en.ts +2 -0
  153. package/src/components/estimates/list/locales/es.ts +2 -0
  154. package/src/components/estimates/list/locales/et.ts +2 -0
  155. package/src/components/estimates/list/locales/fi.ts +2 -0
  156. package/src/components/estimates/list/locales/fr.ts +2 -0
  157. package/src/components/estimates/list/locales/hr.ts +7 -5
  158. package/src/components/estimates/list/locales/is.ts +2 -0
  159. package/src/components/estimates/list/locales/it.ts +2 -0
  160. package/src/components/estimates/list/locales/nb.ts +2 -0
  161. package/src/components/estimates/list/locales/nl.ts +2 -0
  162. package/src/components/estimates/list/locales/pl.ts +2 -0
  163. package/src/components/estimates/list/locales/pt.ts +2 -0
  164. package/src/components/estimates/list/locales/sk.ts +2 -0
  165. package/src/components/estimates/list/locales/sl.ts +9 -7
  166. package/src/components/estimates/list/locales/sv.ts +2 -0
  167. package/src/components/invoices/create/create-invoice-form.tsx +231 -60
  168. package/src/components/invoices/create/locales/bg.ts +23 -14
  169. package/src/components/invoices/create/locales/cs.ts +23 -14
  170. package/src/components/invoices/create/locales/de.ts +17 -9
  171. package/src/components/invoices/create/locales/en.ts +16 -7
  172. package/src/components/invoices/create/locales/es.ts +18 -9
  173. package/src/components/invoices/create/locales/et.ts +23 -14
  174. package/src/components/invoices/create/locales/fi.ts +24 -15
  175. package/src/components/invoices/create/locales/fr.ts +19 -11
  176. package/src/components/invoices/create/locales/hr.ts +18 -9
  177. package/src/components/invoices/create/locales/is.ts +23 -14
  178. package/src/components/invoices/create/locales/it.ts +19 -11
  179. package/src/components/invoices/create/locales/nb.ts +23 -14
  180. package/src/components/invoices/create/locales/nl.ts +19 -10
  181. package/src/components/invoices/create/locales/pl.ts +19 -11
  182. package/src/components/invoices/create/locales/pt.ts +19 -10
  183. package/src/components/invoices/create/locales/sk.ts +23 -14
  184. package/src/components/invoices/create/locales/sl.ts +17 -9
  185. package/src/components/invoices/create/locales/sv.ts +17 -8
  186. package/src/components/invoices/create/prepare-invoice-submission.ts +55 -1
  187. package/src/components/invoices/invoices.hooks.ts +11 -2
  188. package/src/components/invoices/list/list-table.tsx +2 -1
  189. package/src/components/invoices/send-email-dialog/locales/bg.ts +5 -0
  190. package/src/components/invoices/send-email-dialog/locales/cs.ts +5 -0
  191. package/src/components/invoices/send-email-dialog/locales/de.ts +5 -0
  192. package/src/components/invoices/send-email-dialog/locales/en.ts +5 -0
  193. package/src/components/invoices/send-email-dialog/locales/es.ts +5 -0
  194. package/src/components/invoices/send-email-dialog/locales/et.ts +5 -0
  195. package/src/components/invoices/send-email-dialog/locales/fi.ts +5 -0
  196. package/src/components/invoices/send-email-dialog/locales/fr.ts +5 -0
  197. package/src/components/invoices/send-email-dialog/locales/hr.ts +8 -3
  198. package/src/components/invoices/send-email-dialog/locales/is.ts +5 -0
  199. package/src/components/invoices/send-email-dialog/locales/it.ts +5 -0
  200. package/src/components/invoices/send-email-dialog/locales/nb.ts +5 -0
  201. package/src/components/invoices/send-email-dialog/locales/nl.ts +5 -0
  202. package/src/components/invoices/send-email-dialog/locales/pl.ts +5 -0
  203. package/src/components/invoices/send-email-dialog/locales/pt.ts +5 -0
  204. package/src/components/invoices/send-email-dialog/locales/sk.ts +5 -0
  205. package/src/components/invoices/send-email-dialog/locales/sl.ts +8 -3
  206. package/src/components/invoices/send-email-dialog/locales/sv.ts +5 -0
  207. package/src/components/invoices/send-email-dialog/send-email-dialog.tsx +2 -1
  208. package/src/components/items/item-combobox.tsx +4 -4
  209. package/src/components/payments/create-payment-form/create-payment-form.tsx +5 -2
  210. package/src/components/payments/edit-payment-form/edit-payment-form.tsx +5 -1
  211. package/src/components/recurring-invoices/create-recurring-invoice-form/create-recurring-invoice-form.tsx +98 -22
  212. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/bg.ts +26 -26
  213. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/cs.ts +25 -25
  214. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/et.ts +26 -26
  215. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/fi.ts +36 -36
  216. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/is.ts +26 -26
  217. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/nb.ts +26 -26
  218. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/sk.ts +25 -25
  219. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/sv.ts +26 -26
  220. package/src/components/recurring-invoices/list/list-row-actions.tsx +9 -1
  221. package/src/components/recurring-invoices/list/list-table.tsx +53 -5
  222. package/src/components/recurring-invoices/list/locales/bg.ts +4 -0
  223. package/src/components/recurring-invoices/list/locales/cs.ts +4 -0
  224. package/src/components/recurring-invoices/list/locales/de.ts +4 -0
  225. package/src/components/recurring-invoices/list/locales/en.ts +4 -0
  226. package/src/components/recurring-invoices/list/locales/es.ts +4 -0
  227. package/src/components/recurring-invoices/list/locales/et.ts +4 -0
  228. package/src/components/recurring-invoices/list/locales/fi.ts +4 -0
  229. package/src/components/recurring-invoices/list/locales/fr.ts +4 -0
  230. package/src/components/recurring-invoices/list/locales/hr.ts +4 -0
  231. package/src/components/recurring-invoices/list/locales/is.ts +4 -0
  232. package/src/components/recurring-invoices/list/locales/it.ts +4 -0
  233. package/src/components/recurring-invoices/list/locales/nb.ts +4 -0
  234. package/src/components/recurring-invoices/list/locales/nl.ts +4 -0
  235. package/src/components/recurring-invoices/list/locales/pl.ts +4 -0
  236. package/src/components/recurring-invoices/list/locales/pt.ts +4 -0
  237. package/src/components/recurring-invoices/list/locales/sk.ts +4 -0
  238. package/src/components/recurring-invoices/list/locales/sl.ts +4 -0
  239. package/src/components/recurring-invoices/list/locales/sv.ts +4 -0
  240. package/src/components/tax-reports/slovenia-tax-profile-step.tsx +4 -1
  241. package/src/components/tax-reports/slovenia-yearly-export-form.tsx +3 -0
  242. package/src/components/tax-reports/slovenia-yearly-review-step.tsx +2 -1
  243. package/src/components/ui/form.tsx +5 -13
  244. package/src/components/ui/select.tsx +0 -1
  245. package/src/components/ui/sidebar.tsx +2 -2
  246. package/src/generate-schemas.ts +132 -99
  247. package/src/generated/schemas/acceptentityinvitation_body.ts +4 -3
  248. package/src/generated/schemas/accountwebhook.ts +4 -8
  249. package/src/generated/schemas/addentityuser_body.ts +4 -3
  250. package/src/generated/schemas/advanceinvoice.ts +167 -168
  251. package/src/generated/schemas/authorizeshopify_body.ts +4 -3
  252. package/src/generated/schemas/calculatedocumentpreview.ts +120 -0
  253. package/src/generated/schemas/checktransactiontype.ts +35 -0
  254. package/src/generated/schemas/creditnote.ts +203 -76
  255. package/src/generated/schemas/customadvanceinvoice.ts +172 -165
  256. package/src/generated/schemas/customcreditnote.ts +183 -155
  257. package/src/generated/schemas/customdeliverynote.ts +166 -0
  258. package/src/generated/schemas/customer.ts +4 -8
  259. package/src/generated/schemas/customestimate.ts +123 -97
  260. package/src/generated/schemas/customincomingpurchasedocument.ts +142 -0
  261. package/src/generated/schemas/custominvoice.ts +183 -154
  262. package/src/generated/schemas/deliverynote.ts +124 -79
  263. package/src/generated/schemas/einvoice.ts +19 -0
  264. package/src/generated/schemas/einvoicingsettings.ts +21 -0
  265. package/src/generated/schemas/einvoicingsupplier.ts +45 -0
  266. package/src/generated/schemas/entity.ts +44 -40
  267. package/src/generated/schemas/entityapikey.ts +1 -3
  268. package/src/generated/schemas/entityuserrole.ts +1 -3
  269. package/src/generated/schemas/estimate.ts +120 -127
  270. package/src/generated/schemas/exportsloveniavodxml_body.ts +4 -3
  271. package/src/generated/schemas/exportsloveniayearlynormiranireport_body.ts +4 -3
  272. package/src/generated/schemas/finadevice.ts +15 -0
  273. package/src/generated/schemas/finalizedocument.ts +52 -0
  274. package/src/generated/schemas/finapremise.ts +15 -0
  275. package/src/generated/schemas/finasettings.ts +1 -3
  276. package/src/generated/schemas/furselectronicdevice.ts +15 -0
  277. package/src/generated/schemas/furssettings.ts +1 -3
  278. package/src/generated/schemas/image.ts +15 -0
  279. package/src/generated/schemas/incomingpurchasedocument.ts +7 -27
  280. package/src/generated/schemas/incomingpurchasedocumentattachment.ts +15 -0
  281. package/src/generated/schemas/incomingpurchasedocumentpayment.ts +1 -3
  282. package/src/generated/schemas/index.ts +20 -5
  283. package/src/generated/schemas/invoice.ts +182 -183
  284. package/src/generated/schemas/item.ts +6 -10
  285. package/src/generated/schemas/legacymigrationauth.ts +18 -0
  286. package/src/generated/schemas/me.ts +2 -24
  287. package/src/generated/schemas/migrationjob.ts +20 -0
  288. package/src/generated/schemas/order.ts +4 -8
  289. package/src/generated/schemas/orderintegration.ts +4 -8
  290. package/src/generated/schemas/payment.ts +4 -8
  291. package/src/generated/schemas/ptatcudseries.ts +1 -3
  292. package/src/generated/schemas/queryentitystats.ts +15 -0
  293. package/src/generated/schemas/recurringinvoice.ts +4 -8
  294. package/src/generated/schemas/registerfursmovablepremise_body.ts +1 -3
  295. package/src/generated/schemas/registerfursrealestatepremise_body.ts +1 -3
  296. package/src/generated/schemas/renderadvanceinvoicepreview_body.ts +10 -16
  297. package/src/generated/schemas/rendercreditnotepreview_body.ts +10 -16
  298. package/src/generated/schemas/renderdeliverynotepreview_body.ts +9 -5
  299. package/src/generated/schemas/renderestimatepreview_body.ts +11 -7
  300. package/src/generated/schemas/renderinvoicepreview_body.ts +10 -16
  301. package/src/generated/schemas/reviewsloveniayearlynormiranireport.ts +15 -0
  302. package/src/generated/schemas/searcheinvoicingcustomer.ts +18 -0
  303. package/src/generated/schemas/senddocument_body.ts +1 -3
  304. package/src/generated/schemas/sendemail_body.ts +2 -24
  305. package/src/generated/schemas/sloveniataxprofile.ts +8 -10
  306. package/src/generated/schemas/starteslogexport_body.ts +4 -3
  307. package/src/generated/schemas/startpdfexport_body.ts +8 -87
  308. package/src/generated/schemas/stripeappconnect_body.ts +4 -3
  309. package/src/generated/schemas/stripeappcreateinvoice_body.ts +4 -6
  310. package/src/generated/schemas/stripeappmarketplaceauthorize.ts +15 -0
  311. package/src/generated/schemas/stripeappupdatesettings_body.ts +6 -6
  312. package/src/generated/schemas/supplier.ts +4 -8
  313. package/src/generated/schemas/syncshopifyorders_body.ts +4 -3
  314. package/src/generated/schemas/tax.ts +6 -8
  315. package/src/generated/schemas/uploadfile_body.ts +1 -3
  316. package/src/generated/schemas/uploadfurscertificate_body.ts +6 -6
  317. package/src/generated/schemas/userfinasettings.ts +1 -3
  318. package/src/generated/schemas/userfurssettings.ts +1 -3
  319. package/src/generated/schemas/userptsettings.ts +1 -3
  320. package/src/generated/schemas/voidinvoice_body.ts +8 -3
  321. package/src/generated/schemas/webhook.ts +4 -8
  322. package/src/generated/schemas/wlsubscriptionbillingemail.ts +17 -0
  323. package/src/hooks/use-duplicate-document.ts +74 -32
  324. package/src/lib/date-only.ts +58 -0
  325. package/src/lib/document-display.ts +18 -0
  326. package/src/lib/payment-display.ts +5 -3
  327. package/src/lib/schemas/shared.ts +11 -0
  328. package/src/providers/wl-subscription-provider.tsx +5 -0
  329. package/src/generated/schemas/account_webhook.ts +0 -43
  330. package/src/generated/schemas/previewadvanceinvoice_body.ts +0 -354
  331. package/src/generated/schemas/previewestimate_body.ts +0 -309
  332. package/src/generated/schemas/registerfinamovablepremise_body.ts +0 -26
  333. package/src/generated/schemas/registerfinarealestatepremise_body.ts +0 -37
  334. package/src/generated/schemas/renderdocument_body.ts +0 -594
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Запази",
3
+ Update: "Актуализирай",
3
4
  "Save as Draft": "Save as Draft",
4
5
  "Create Advance Invoice": "Създай авансова фактура",
5
6
  "e-SLOG": "e-SLOG",
@@ -13,17 +14,16 @@ export default {
13
14
  "e-SLOG Validation Failed": "e-SLOG Validation Failed",
14
15
  "The following entity settings need to be updated:": "The following entity settings need to be updated:",
15
16
  "Reverse charge - tax exempt EU B2B sale": "Reverse charge - tax exempt EU B2B sale",
16
- "Mark as Paid": "Mark as Paid",
17
- Paid: "Платено",
18
- "Advance invoice will be marked as fully paid upon creation":
19
- "Advance invoice will be marked as fully paid upon creation",
20
- "Payment Type": "Payment Type",
17
+ "Mark as Paid": "Маркирай като платено",
18
+ "Paid": "Платено",
19
+ "Advance invoice will be marked as fully paid upon creation": "Авансовата фактура ще бъде маркирана като напълно платена при създаване",
20
+ "Payment Type": "Вид плащане",
21
21
  "Select payment type": "Изберете тип плащане",
22
- Cash: "В брой",
22
+ "Cash": "В брой",
23
23
  "Bank Transfer": "Банков превод",
24
- Card: "Карта",
25
- Check: "Чек",
26
- Other: "Друго",
24
+ "Card": "Карта",
25
+ "Check": "Чек",
26
+ "Other": "Друго",
27
27
  Premise: "Premise",
28
28
  Device: "Устройство",
29
29
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -45,4 +45,12 @@ export default {
45
45
  "Add tax clause...": "Add tax clause...",
46
46
  Footer: "Footer",
47
47
  "Add document footer...": "Add document footer...",
48
+ "Please select": "Моля, изберете",
49
+ "Amount": "Сума",
50
+ "Add payment": "Добави плащане",
51
+ "Recorded now": "Регистрирано сега",
52
+ "Remaining due": "Остава за плащане",
53
+ "Remaining to allocate": "Остава за разпределяне",
54
+ "This document must be fully paid on creation": "Този документ трябва да бъде напълно платен при създаване",
55
+ "Record one or more payments on creation": "Регистрирайте едно или повече плащания при създаване",
48
56
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Uložit",
3
+ Update: "Aktualizovat",
3
4
  "Save as Draft": "Save as Draft",
4
5
  "Create Advance Invoice": "Vytvořit zálohovou fakturu",
5
6
  "e-SLOG": "e-SLOG",
@@ -13,17 +14,16 @@ export default {
13
14
  "e-SLOG Validation Failed": "e-SLOG Validation Failed",
14
15
  "The following entity settings need to be updated:": "The following entity settings need to be updated:",
15
16
  "Reverse charge - tax exempt EU B2B sale": "Reverse charge - tax exempt EU B2B sale",
16
- "Mark as Paid": "Mark as Paid",
17
- Paid: "Zaplaceno",
18
- "Advance invoice will be marked as fully paid upon creation":
19
- "Advance invoice will be marked as fully paid upon creation",
20
- "Payment Type": "Payment Type",
17
+ "Mark as Paid": "Označit jako zaplacené",
18
+ "Paid": "Zaplaceno",
19
+ "Advance invoice will be marked as fully paid upon creation": "Zálohová faktura bude při vytvoření označena jako plně uhrazená",
20
+ "Payment Type": "Typ platby",
21
21
  "Select payment type": "Vyberte typ platby",
22
- Cash: "Hotovost",
22
+ "Cash": "Hotovost",
23
23
  "Bank Transfer": "Bankovní převod",
24
- Card: "Karta",
25
- Check: "Šek",
26
- Other: "Jiné",
24
+ "Card": "Karta",
25
+ "Check": "Šek",
26
+ "Other": "Jiné",
27
27
  Premise: "Premise",
28
28
  Device: "Zařízení",
29
29
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -45,4 +45,12 @@ export default {
45
45
  "Add tax clause...": "Add tax clause...",
46
46
  Footer: "Footer",
47
47
  "Add document footer...": "Add document footer...",
48
+ "Please select": "Vyberte prosím",
49
+ "Amount": "Částka",
50
+ "Add payment": "Přidat platbu",
51
+ "Recorded now": "Nyní zaznamenáno",
52
+ "Remaining due": "Zbývá uhradit",
53
+ "Remaining to allocate": "Zbývá přiřadit",
54
+ "This document must be fully paid on creation": "Tento dokument musí být při vytvoření plně uhrazen",
55
+ "Record one or more payments on creation": "Při vytvoření zaznamenejte jednu nebo více plateb",
48
56
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Speichern",
3
+ Update: "Aktualisieren",
3
4
  "Save as Draft": "Als Entwurf speichern",
4
5
  "Create Advance Invoice": "Vorauszahlungsrechnung erstellen",
5
6
  "e-SLOG": "e-SLOG",
@@ -16,16 +17,15 @@ export default {
16
17
  "Die folgenden Entitätseinstellungen müssen aktualisiert werden:",
17
18
  "Reverse charge - tax exempt EU B2B sale": "Umkehrung der Steuerschuldnerschaft - steuerbefreiter EU B2B-Verkauf",
18
19
  "Mark as Paid": "Als bezahlt markieren",
19
- Paid: "Bezahlt",
20
- "Advance invoice will be marked as fully paid upon creation":
21
- "Vorauszahlungsrechnung wird bei Erstellung als vollständig bezahlt markiert",
20
+ "Paid": "Bezahlt",
21
+ "Advance invoice will be marked as fully paid upon creation": "Die Anzahlungsrechnung wird bei der Erstellung als vollständig bezahlt markiert",
22
22
  "Payment Type": "Zahlungsart",
23
23
  "Select payment type": "Zahlungsart auswählen",
24
- Cash: "Bargeld",
24
+ "Cash": "Bargeld",
25
25
  "Bank Transfer": "Banküberweisung",
26
- Card: "Karte",
27
- Check: "Scheck",
28
- Other: "Andere",
26
+ "Card": "Karte",
27
+ "Check": "Scheck",
28
+ "Other": "Andere",
29
29
  Premise: "Geschäftsräume",
30
30
  Device: "Gerät",
31
31
  "FINA fiscalized invoices always use the current date":
@@ -51,4 +51,12 @@ export default {
51
51
  "Add tax clause...": "Steuerklausel hinzufügen...",
52
52
  Footer: "Fußzeile",
53
53
  "Add document footer...": "Dokumentfußzeile hinzufügen...",
54
+ "Please select": "Bitte auswählen",
55
+ "Amount": "Betrag",
56
+ "Add payment": "Zahlung hinzufügen",
57
+ "Recorded now": "Jetzt erfasst",
58
+ "Remaining due": "Offener Restbetrag",
59
+ "Remaining to allocate": "Noch zuzuweisen",
60
+ "This document must be fully paid on creation": "Dieses Dokument muss bei der Erstellung vollständig bezahlt sein",
61
+ "Record one or more payments on creation": "Bei der Erstellung eine oder mehrere Zahlungen erfassen",
54
62
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Save",
3
+ Update: "Update",
3
4
  "Save as Draft": "Save as Draft",
4
5
  "Create Advance Invoice": "Create Advance Invoice",
5
6
  "e-SLOG": "e-SLOG",
@@ -14,16 +15,15 @@ export default {
14
15
  "The following entity settings need to be updated:": "The following entity settings need to be updated:",
15
16
  "Reverse charge - tax exempt EU B2B sale": "Reverse charge - tax exempt EU B2B sale",
16
17
  "Mark as Paid": "Mark as Paid",
17
- Paid: "Paid",
18
- "Advance invoice will be marked as fully paid upon creation":
19
- "Advance invoice will be marked as fully paid upon creation",
18
+ "Paid": "Paid",
19
+ "Advance invoice will be marked as fully paid upon creation": "Advance invoice will be marked as fully paid upon creation",
20
20
  "Payment Type": "Payment Type",
21
21
  "Select payment type": "Select payment type",
22
- Cash: "Cash",
22
+ "Cash": "Cash",
23
23
  "Bank Transfer": "Bank Transfer",
24
- Card: "Card",
25
- Check: "Check",
26
- Other: "Other",
24
+ "Card": "Card",
25
+ "Check": "Check",
26
+ "Other": "Other",
27
27
  Premise: "Premise",
28
28
  Device: "Device",
29
29
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -45,4 +45,12 @@ export default {
45
45
  "Add tax clause...": "Add tax clause...",
46
46
  Footer: "Footer",
47
47
  "Add document footer...": "Add document footer...",
48
+ "Please select": "Please select",
49
+ "Amount": "Amount",
50
+ "Add payment": "Add payment",
51
+ "Recorded now": "Recorded now",
52
+ "Remaining due": "Remaining due",
53
+ "Remaining to allocate": "Remaining to allocate",
54
+ "This document must be fully paid on creation": "This document must be fully paid on creation",
55
+ "Record one or more payments on creation": "Record one or more payments on creation",
48
56
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Guardar",
3
+ Update: "Actualizar",
3
4
  "Save as Draft": "Guardar como borrador",
4
5
  "Create Advance Invoice": "Crear factura anticipada",
5
6
  "e-SLOG": "e-SLOG",
@@ -16,16 +17,15 @@ export default {
16
17
  "Las siguientes configuraciones de la entidad deben actualizarse:",
17
18
  "Reverse charge - tax exempt EU B2B sale": "Inversion del sujeto pasivo - venta B2B UE exenta de impuestos",
18
19
  "Mark as Paid": "Marcar como pagado",
19
- Paid: "Pagado",
20
- "Advance invoice will be marked as fully paid upon creation":
21
- "La factura anticipada se marcara como totalmente pagada al crearla",
20
+ "Paid": "Pagado",
21
+ "Advance invoice will be marked as fully paid upon creation": "La factura de anticipo se marcará como totalmente pagada al crearla",
22
22
  "Payment Type": "Tipo de pago",
23
23
  "Select payment type": "Seleccione tipo de pago",
24
- Cash: "Efectivo",
24
+ "Cash": "Efectivo",
25
25
  "Bank Transfer": "Transferencia bancaria",
26
- Card: "Tarjeta",
27
- Check: "Cheque",
28
- Other: "Otro",
26
+ "Card": "Tarjeta",
27
+ "Check": "Cheque",
28
+ "Other": "Otro",
29
29
  Premise: "Local",
30
30
  Device: "Dispositivo",
31
31
  "FINA fiscalized invoices always use the current date":
@@ -51,4 +51,12 @@ export default {
51
51
  "Add tax clause...": "Agregar cláusula fiscal...",
52
52
  Footer: "Pie de página",
53
53
  "Add document footer...": "Añadir pie de página del documento...",
54
+ "Please select": "Seleccione",
55
+ "Amount": "Importe",
56
+ "Add payment": "Añadir pago",
57
+ "Recorded now": "Registrado ahora",
58
+ "Remaining due": "Importe pendiente",
59
+ "Remaining to allocate": "Pendiente por asignar",
60
+ "This document must be fully paid on creation": "Este documento debe estar totalmente pagado al crearse",
61
+ "Record one or more payments on creation": "Registrar uno o más pagos al crear",
54
62
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Salvesta",
3
+ Update: "Uuenda",
3
4
  "Save as Draft": "Save as Draft",
4
5
  "Create Advance Invoice": "Loo ettemaksuarve",
5
6
  "e-SLOG": "e-SLOG",
@@ -13,17 +14,16 @@ export default {
13
14
  "e-SLOG Validation Failed": "e-SLOG Validation Failed",
14
15
  "The following entity settings need to be updated:": "The following entity settings need to be updated:",
15
16
  "Reverse charge - tax exempt EU B2B sale": "Reverse charge - tax exempt EU B2B sale",
16
- "Mark as Paid": "Mark as Paid",
17
- Paid: "Makstud",
18
- "Advance invoice will be marked as fully paid upon creation":
19
- "Advance invoice will be marked as fully paid upon creation",
20
- "Payment Type": "Payment Type",
17
+ "Mark as Paid": "Märgi tasutuks",
18
+ "Paid": "Tasatud",
19
+ "Advance invoice will be marked as fully paid upon creation": "Ettemaksuarve märgitakse loomisel täielikult tasutuks",
20
+ "Payment Type": "Makseviis",
21
21
  "Select payment type": "Vali makse tüüp",
22
- Cash: "Sularaha",
22
+ "Cash": "Sularaha",
23
23
  "Bank Transfer": "Pangaülekanne",
24
- Card: "Kaart",
25
- Check: "Tšekk",
26
- Other: "Muu",
24
+ "Card": "Kaart",
25
+ "Check": "Tšekk",
26
+ "Other": "Muu",
27
27
  Premise: "Premise",
28
28
  Device: "Seade",
29
29
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -45,4 +45,12 @@ export default {
45
45
  "Add tax clause...": "Add tax clause...",
46
46
  Footer: "Footer",
47
47
  "Add document footer...": "Add document footer...",
48
+ "Please select": "Vali",
49
+ "Amount": "Summa",
50
+ "Add payment": "Lisa makse",
51
+ "Recorded now": "Praegu registreeritud",
52
+ "Remaining due": "Tasuda jäänud",
53
+ "Remaining to allocate": "Jaotada jäänud",
54
+ "This document must be fully paid on creation": "See dokument peab loomisel olema täielikult tasutud",
55
+ "Record one or more payments on creation": "Registreeri loomisel üks või mitu makset",
48
56
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Save",
3
+ Update: "Päivitä",
3
4
  "Save as Draft": "Save as Draft",
4
5
  "Create Advance Invoice": "Create Advance Invoice",
5
6
  "e-SLOG": "e-SLOG",
@@ -13,17 +14,16 @@ export default {
13
14
  "e-SLOG Validation Failed": "e-SLOG Validation Failed",
14
15
  "The following entity settings need to be updated:": "The following entity settings need to be updated:",
15
16
  "Reverse charge - tax exempt EU B2B sale": "Reverse charge - tax exempt EU B2B sale",
16
- "Mark as Paid": "Mark as Paid",
17
- Paid: "Maksettu",
18
- "Advance invoice will be marked as fully paid upon creation":
19
- "Advance invoice will be marked as fully paid upon creation",
20
- "Payment Type": "Payment Type",
17
+ "Mark as Paid": "Merkitse maksetuksi",
18
+ "Paid": "Maksettu",
19
+ "Advance invoice will be marked as fully paid upon creation": "Ennakkolasku merkitään luotaessa kokonaan maksetuksi",
20
+ "Payment Type": "Maksutapa",
21
21
  "Select payment type": "Valitse maksutapa",
22
- Cash: "Cash",
23
- "Bank Transfer": "Bank Transfer",
24
- Card: "Card",
25
- Check: "Check",
26
- Other: "Other",
22
+ "Cash": "Käteinen",
23
+ "Bank Transfer": "Tilisiirto",
24
+ "Card": "Kortti",
25
+ "Check": "Sekki",
26
+ "Other": "Muu",
27
27
  Premise: "Premise",
28
28
  Device: "Device",
29
29
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -45,4 +45,12 @@ export default {
45
45
  "Add tax clause...": "Add tax clause...",
46
46
  Footer: "Footer",
47
47
  "Add document footer...": "Add document footer...",
48
+ "Please select": "Valitse",
49
+ "Amount": "Määrä",
50
+ "Add payment": "Lisää maksu",
51
+ "Recorded now": "Kirjattu nyt",
52
+ "Remaining due": "Jäljellä maksettavaa",
53
+ "Remaining to allocate": "Jäljellä kohdistettavaa",
54
+ "This document must be fully paid on creation": "Tämän asiakirjan on oltava kokonaan maksettu luotaessa",
55
+ "Record one or more payments on creation": "Kirjaa yksi tai useampi maksu luotaessa",
48
56
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Enregistrer",
3
+ Update: "Mettre à jour",
3
4
  "Save as Draft": "Enregistrer comme brouillon",
4
5
  "Create Advance Invoice": "Creer une facture d'acompte",
5
6
  "e-SLOG": "e-SLOG",
@@ -14,17 +15,16 @@ export default {
14
15
  "e-SLOG Validation Failed": "La validation e-SLOG a echoue",
15
16
  "The following entity settings need to be updated:": "Les parametres d'entite suivants doivent etre mis a jour :",
16
17
  "Reverse charge - tax exempt EU B2B sale": "Autoliquidation - vente B2B UE exoneree de taxe",
17
- "Mark as Paid": "Marquer comme paye",
18
- Paid: "Paye",
19
- "Advance invoice will be marked as fully paid upon creation":
20
- "La facture d'acompte sera marquee comme entierement payee lors de la creation",
18
+ "Mark as Paid": "Marquer comme payé",
19
+ "Paid": "Payé",
20
+ "Advance invoice will be marked as fully paid upon creation": "La facture d'acompte sera marquée comme entièrement payée à la création",
21
21
  "Payment Type": "Type de paiement",
22
22
  "Select payment type": "Selectionnez le type de paiement",
23
- Cash: "Especes",
23
+ "Cash": "Espèces",
24
24
  "Bank Transfer": "Virement bancaire",
25
- Card: "Carte",
26
- Check: "Cheque",
27
- Other: "Autre",
25
+ "Card": "Carte",
26
+ "Check": "Chèque",
27
+ "Other": "Autre",
28
28
  Premise: "Local",
29
29
  Device: "Appareil",
30
30
  "FINA fiscalized invoices always use the current date":
@@ -50,4 +50,12 @@ export default {
50
50
  "Add tax clause...": "Ajouter une clause fiscale...",
51
51
  Footer: "Pied de page",
52
52
  "Add document footer...": "Ajouter un pied de page...",
53
+ "Please select": "Veuillez sélectionner",
54
+ "Amount": "Montant",
55
+ "Add payment": "Ajouter un paiement",
56
+ "Recorded now": "Enregistré maintenant",
57
+ "Remaining due": "Reste dû",
58
+ "Remaining to allocate": "Reste à affecter",
59
+ "This document must be fully paid on creation": "Ce document doit être entièrement payé à la création",
60
+ "Record one or more payments on creation": "Enregistrer un ou plusieurs paiements à la création",
53
61
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Spremi",
3
+ Update: "Ažuriraj",
3
4
  "Save as Draft": "Spremi kao skicu",
4
5
  "Create Advance Invoice": "Izradi avansni račun",
5
6
  "e-SLOG": "e-SLOG",
@@ -14,16 +15,15 @@ export default {
14
15
  "The following entity settings need to be updated:": "Sljedeće postavke entiteta treba ažurirati:",
15
16
  "Reverse charge - tax exempt EU B2B sale": "Prijenos porezne obveze - porezno oslobođena EU B2B prodaja",
16
17
  "Mark as Paid": "Označi kao plaćeno",
17
- Paid: "Plaćeno",
18
- "Advance invoice will be marked as fully paid upon creation":
19
- "Avansni račun će pri izradi biti označen kao u cijelosti plaćen",
18
+ "Paid": "Plaćeno",
19
+ "Advance invoice will be marked as fully paid upon creation": "Avansni račun će biti označen kao u potpunosti plaćen pri izradi",
20
20
  "Payment Type": "Vrsta plaćanja",
21
21
  "Select payment type": "Odaberi vrstu plaćanja",
22
- Cash: "Gotovina",
22
+ "Cash": "Gotovina",
23
23
  "Bank Transfer": "Bankovni prijenos",
24
- Card: "Kartica",
25
- Check: "Ček",
26
- Other: "Ostalo",
24
+ "Card": "Kartica",
25
+ "Check": "Ček",
26
+ "Other": "Ostalo",
27
27
  Premise: "Prostor",
28
28
  Device: "Uređaj",
29
29
  "FINA fiscalized invoices always use the current date": "FINA fiskalizirani dokumenti uvijek koriste trenutni datum",
@@ -48,4 +48,12 @@ export default {
48
48
  "Add tax clause...": "Dodaj poreznu klauzulu...",
49
49
  Footer: "Podnožje",
50
50
  "Add document footer...": "Dodaj podnožje dokumenta...",
51
+ "Please select": "Odaberite",
52
+ "Amount": "Iznos",
53
+ "Add payment": "Dodaj plaćanje",
54
+ "Recorded now": "Trenutno evidentirano",
55
+ "Remaining due": "Preostalo za plaćanje",
56
+ "Remaining to allocate": "Preostalo za raspodjelu",
57
+ "This document must be fully paid on creation": "Ovaj dokument mora biti u potpunosti plaćen pri izradi",
58
+ "Record one or more payments on creation": "Evidentiraj jedno ili više plaćanja pri izradi",
51
59
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Vista",
3
+ Update: "Uppfæra",
3
4
  "Save as Draft": "Save as Draft",
4
5
  "Create Advance Invoice": "Búa til fyrirframreikning",
5
6
  "e-SLOG": "e-SLOG",
@@ -13,17 +14,16 @@ export default {
13
14
  "e-SLOG Validation Failed": "e-SLOG Validation Failed",
14
15
  "The following entity settings need to be updated:": "The following entity settings need to be updated:",
15
16
  "Reverse charge - tax exempt EU B2B sale": "Reverse charge - tax exempt EU B2B sale",
16
- "Mark as Paid": "Mark as Paid",
17
- Paid: "Greitt",
18
- "Advance invoice will be marked as fully paid upon creation":
19
- "Advance invoice will be marked as fully paid upon creation",
20
- "Payment Type": "Payment Type",
17
+ "Mark as Paid": "Merkja sem greitt",
18
+ "Paid": "Greitt",
19
+ "Advance invoice will be marked as fully paid upon creation": "Fyrirframreikningurinn verður merktur sem að fullu greiddur við stofnun",
20
+ "Payment Type": "Greiðslumáti",
21
21
  "Select payment type": "Veldu greiðslutegund",
22
- Cash: "Reiðufé",
22
+ "Cash": "Reiðufé",
23
23
  "Bank Transfer": "Bankamillifærsla",
24
- Card: "Kort",
25
- Check: "Ávísun",
26
- Other: "Annað",
24
+ "Card": "Kort",
25
+ "Check": "Ávísun",
26
+ "Other": "Annað",
27
27
  Premise: "Premise",
28
28
  Device: "Tæki",
29
29
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -45,4 +45,12 @@ export default {
45
45
  "Add tax clause...": "Add tax clause...",
46
46
  Footer: "Footer",
47
47
  "Add document footer...": "Add document footer...",
48
+ "Please select": "Veldu",
49
+ "Amount": "Upphæð",
50
+ "Add payment": "Bæta við greiðslu",
51
+ "Recorded now": "Skráð núna",
52
+ "Remaining due": "Eftirstöðvar",
53
+ "Remaining to allocate": "Eftir til úthlutunar",
54
+ "This document must be fully paid on creation": "Þetta skjal verður að vera að fullu greitt við stofnun",
55
+ "Record one or more payments on creation": "Skrá eina eða fleiri greiðslur við stofnun",
48
56
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Salva",
3
+ Update: "Aggiorna",
3
4
  "Save as Draft": "Salva come bozza",
4
5
  "Create Advance Invoice": "Crea fattura anticipata",
5
6
  "e-SLOG": "e-SLOG",
@@ -16,16 +17,15 @@ export default {
16
17
  "The following entity settings need to be updated:": "Le seguenti impostazioni dell'entita devono essere aggiornate:",
17
18
  "Reverse charge - tax exempt EU B2B sale": "Inversione contabile - vendita B2B UE esente da imposta",
18
19
  "Mark as Paid": "Segna come pagato",
19
- Paid: "Pagato",
20
- "Advance invoice will be marked as fully paid upon creation":
21
- "La fattura anticipata sara contrassegnata come completamente pagata al momento della creazione",
20
+ "Paid": "Pagato",
21
+ "Advance invoice will be marked as fully paid upon creation": "La fattura di acconto sarà contrassegnata come interamente pagata alla creazione",
22
22
  "Payment Type": "Tipo di pagamento",
23
23
  "Select payment type": "Seleziona tipo di pagamento",
24
- Cash: "Contanti",
24
+ "Cash": "Contanti",
25
25
  "Bank Transfer": "Bonifico bancario",
26
- Card: "Carta",
27
- Check: "Assegno",
28
- Other: "Altro",
26
+ "Card": "Carta",
27
+ "Check": "Assegno",
28
+ "Other": "Altro",
29
29
  Premise: "Locale",
30
30
  Device: "Dispositivo",
31
31
  "FINA fiscalized invoices always use the current date":
@@ -51,4 +51,12 @@ export default {
51
51
  "Add tax clause...": "Aggiungi clausola fiscale...",
52
52
  Footer: "Piè di pagina",
53
53
  "Add document footer...": "Aggiungi piè di pagina del documento...",
54
+ "Please select": "Seleziona",
55
+ "Amount": "Importo",
56
+ "Add payment": "Aggiungi pagamento",
57
+ "Recorded now": "Registrato ora",
58
+ "Remaining due": "Residuo dovuto",
59
+ "Remaining to allocate": "Residuo da allocare",
60
+ "This document must be fully paid on creation": "Questo documento deve essere interamente pagato alla creazione",
61
+ "Record one or more payments on creation": "Registra uno o più pagamenti alla creazione",
54
62
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Lagre",
3
+ Update: "Oppdater",
3
4
  "Save as Draft": "Save as Draft",
4
5
  "Create Advance Invoice": "Opprett forskuddsfaktura",
5
6
  "e-SLOG": "e-SLOG",
@@ -13,17 +14,16 @@ export default {
13
14
  "e-SLOG Validation Failed": "e-SLOG Validation Failed",
14
15
  "The following entity settings need to be updated:": "The following entity settings need to be updated:",
15
16
  "Reverse charge - tax exempt EU B2B sale": "Reverse charge - tax exempt EU B2B sale",
16
- "Mark as Paid": "Mark as Paid",
17
- Paid: "Betalt",
18
- "Advance invoice will be marked as fully paid upon creation":
19
- "Advance invoice will be marked as fully paid upon creation",
20
- "Payment Type": "Payment Type",
17
+ "Mark as Paid": "Merk som betalt",
18
+ "Paid": "Betalt",
19
+ "Advance invoice will be marked as fully paid upon creation": "Forskuddsfakturaen blir markert som fullt betalt ved opprettelse",
20
+ "Payment Type": "Betalingstype",
21
21
  "Select payment type": "Velg betalingstype",
22
- Cash: "Kontant",
22
+ "Cash": "Kontant",
23
23
  "Bank Transfer": "Bankoverføring",
24
- Card: "Kort",
25
- Check: "Sjekk",
26
- Other: "Annet",
24
+ "Card": "Kort",
25
+ "Check": "Sjekk",
26
+ "Other": "Annet",
27
27
  Premise: "Premise",
28
28
  Device: "Enhet",
29
29
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -45,4 +45,12 @@ export default {
45
45
  "Add tax clause...": "Add tax clause...",
46
46
  Footer: "Footer",
47
47
  "Add document footer...": "Add document footer...",
48
+ "Please select": "Velg",
49
+ "Amount": "Beløp",
50
+ "Add payment": "Legg til betaling",
51
+ "Recorded now": "Registrert nå",
52
+ "Remaining due": "Gjenstående å betale",
53
+ "Remaining to allocate": "Gjenstår å fordele",
54
+ "This document must be fully paid on creation": "Dette dokumentet må være fullt betalt ved opprettelse",
55
+ "Record one or more payments on creation": "Registrer én eller flere betalinger ved opprettelse",
48
56
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Opslaan",
3
+ Update: "Bijwerken",
3
4
  "Save as Draft": "Opslaan als concept",
4
5
  "Create Advance Invoice": "Voorschotfactuur aanmaken",
5
6
  "e-SLOG": "e-SLOG",
@@ -15,16 +16,15 @@ export default {
15
16
  "The following entity settings need to be updated:": "De volgende entiteitsinstellingen moeten worden bijgewerkt:",
16
17
  "Reverse charge - tax exempt EU B2B sale": "Verlegde btw - btw-vrijgestelde EU B2B-verkoop",
17
18
  "Mark as Paid": "Markeren als betaald",
18
- Paid: "Betaald",
19
- "Advance invoice will be marked as fully paid upon creation":
20
- "De voorschotfactuur wordt bij aanmaak als volledig betaald gemarkeerd",
19
+ "Paid": "Betaald",
20
+ "Advance invoice will be marked as fully paid upon creation": "De vooruitfactuur wordt bij het aanmaken als volledig betaald gemarkeerd",
21
21
  "Payment Type": "Betaaltype",
22
22
  "Select payment type": "Selecteer betaaltype",
23
- Cash: "Contant",
23
+ "Cash": "Contant",
24
24
  "Bank Transfer": "Bankoverschrijving",
25
- Card: "Kaart",
26
- Check: "Cheque",
27
- Other: "Overig",
25
+ "Card": "Kaart",
26
+ "Check": "Cheque",
27
+ "Other": "Overig",
28
28
  Premise: "Bedrijfsruimte",
29
29
  Device: "Apparaat",
30
30
  "FINA fiscalized invoices always use the current date":
@@ -50,4 +50,12 @@ export default {
50
50
  "Add tax clause...": "Belastingclausule toevoegen...",
51
51
  Footer: "Voettekst",
52
52
  "Add document footer...": "Documentvoettekst toevoegen...",
53
+ "Please select": "Selecteer",
54
+ "Amount": "Bedrag",
55
+ "Add payment": "Betaling toevoegen",
56
+ "Recorded now": "Nu geregistreerd",
57
+ "Remaining due": "Resterend verschuldigd",
58
+ "Remaining to allocate": "Nog toe te wijzen",
59
+ "This document must be fully paid on creation": "Dit document moet volledig betaald zijn bij het aanmaken",
60
+ "Record one or more payments on creation": "Registreer een of meer betalingen bij het aanmaken",
53
61
  } as const;
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  Save: "Zapisz",
3
+ Update: "Zaktualizuj",
3
4
  "Save as Draft": "Zapisz jako szkic",
4
5
  "Create Advance Invoice": "Utworz fakture zaliczkowa",
5
6
  "e-SLOG": "e-SLOG",
@@ -14,17 +15,16 @@ export default {
14
15
  "e-SLOG Validation Failed": "Walidacja e-SLOG nie powiodla sie",
15
16
  "The following entity settings need to be updated:": "Nastepujace ustawienia podmiotu wymagaja aktualizacji:",
16
17
  "Reverse charge - tax exempt EU B2B sale": "Odwrotne obciazenie - sprzedaz B2B UE zwolniona z podatku",
17
- "Mark as Paid": "Oznacz jako oplacone",
18
- Paid: "Oplacone",
19
- "Advance invoice will be marked as fully paid upon creation":
20
- "Faktura zaliczkowa zostanie oznaczona jako w pelni oplacona po utworzeniu",
21
- "Payment Type": "Rodzaj platnosci",
18
+ "Mark as Paid": "Oznacz jako opłacone",
19
+ "Paid": "Opłacone",
20
+ "Advance invoice will be marked as fully paid upon creation": "Faktura zaliczkowa zostanie oznaczona jako w pełni opłacona przy tworzeniu",
21
+ "Payment Type": "Rodzaj płatności",
22
22
  "Select payment type": "Wybierz rodzaj platnosci",
23
- Cash: "Gotowka",
23
+ "Cash": "Gotówka",
24
24
  "Bank Transfer": "Przelew bankowy",
25
- Card: "Karta",
26
- Check: "Czek",
27
- Other: "Inne",
25
+ "Card": "Karta",
26
+ "Check": "Czek",
27
+ "Other": "Inne",
28
28
  Premise: "Lokal",
29
29
  Device: "Urządzenie",
30
30
  "FINA fiscalized invoices always use the current date": "Dokumenty fiskalizowane FINA zawsze używają bieżącej daty",
@@ -49,4 +49,12 @@ export default {
49
49
  "Add tax clause...": "Dodaj klauzulę podatkową...",
50
50
  Footer: "Stopka",
51
51
  "Add document footer...": "Dodaj stopkę dokumentu...",
52
+ "Please select": "Wybierz",
53
+ "Amount": "Kwota",
54
+ "Add payment": "Dodaj płatność",
55
+ "Recorded now": "Zarejestrowano teraz",
56
+ "Remaining due": "Pozostało do zapłaty",
57
+ "Remaining to allocate": "Pozostało do przypisania",
58
+ "This document must be fully paid on creation": "Ten dokument musi być w pełni opłacony przy tworzeniu",
59
+ "Record one or more payments on creation": "Zarejestruj jedną lub więcej płatności przy tworzeniu",
52
60
  } as const;