@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
@@ -11,7 +11,7 @@ export default {
11
11
  Items: "Položky",
12
12
  "Add item": "Add item",
13
13
  Save: "Uložit",
14
- Update: "Update",
14
+ Update: "Aktualizovat",
15
15
  "Save as Draft": "Save as Draft",
16
16
  Quantity: "Quantity",
17
17
  Price: "Cena",
@@ -25,16 +25,16 @@ export default {
25
25
  "No taxes found": "No taxes found",
26
26
  "Add new tax...": "Add new tax...",
27
27
  Description: "Popis",
28
- "Mark as Paid": "Mark as Paid",
29
- Paid: "Zaplaceno",
30
- "Invoice will be marked as fully paid upon creation": "Invoice will be marked as fully paid upon creation",
31
- "Payment Type": "Payment Type",
28
+ "Mark as Paid": "Označit jako zaplacené",
29
+ "Paid": "Zaplaceno",
30
+ "Invoice will be marked as fully paid upon creation": "Faktura bude při vytvoření označena jako plně uhrazená",
31
+ "Payment Type": "Typ platby",
32
32
  "Select payment type": "Vyberte typ platby",
33
- Cash: "Hotovost",
33
+ "Cash": "Hotovost",
34
34
  "Bank Transfer": "Bankovní převod",
35
- Card: "Karta",
36
- Check: "Šek",
37
- Other: "Jiné",
35
+ "Card": "Karta",
36
+ "Check": "Šek",
37
+ "Other": "Jiné",
38
38
  Note: "Note",
39
39
  "Insert variable": "Insert variable",
40
40
  "Add payment instructions, terms, or other notes...": "Add payment instructions, terms, or other notes...",
@@ -126,6 +126,7 @@ export default {
126
126
  "Delivery note": "Dodací list",
127
127
  Invoice: "Faktura",
128
128
  Estimate: "Nabídka",
129
+ "Proforma invoice": "Proforma faktura",
129
130
  "Credit note": "Dobropis",
130
131
  "Advance invoice": "Zálohová faktura",
131
132
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -136,11 +137,11 @@ export default {
136
137
  "60 days": "60 days",
137
138
  "90 days": "90 dní",
138
139
  Custom: "Custom",
139
- "Service Date": "Service Date",
140
- "Single Date": "Single Date",
141
- "Date Range": "Časový rozsah",
142
- From: "From",
143
- To: "To",
140
+ // Service date
141
+ "Service Date": "Datum služby",
142
+ "Service Period": "Období služby",
143
+ From: "Od",
144
+ To: "Do",
144
145
  "Add separator": "Add separator",
145
146
  "Section header": "Section header",
146
147
  "Section title...": "Section title...",
@@ -161,4 +162,12 @@ export default {
161
162
  "Domestic B2B invoicing in Croatia is not supported": "Domestic B2B invoicing in Croatia is not supported",
162
163
  "FINA fiscalization must be enabled for domestic invoices":
163
164
  "FINA fiscalization must be enabled for domestic invoices",
165
+ "Please select": "Vyberte prosím",
166
+ "Amount": "Částka",
167
+ "Add payment": "Přidat platbu",
168
+ "Recorded now": "Nyní zaznamenáno",
169
+ "Remaining due": "Zbývá uhradit",
170
+ "Remaining to allocate": "Zbývá přiřadit",
171
+ "This document must be fully paid on creation": "Tento dokument musí být při vytvoření plně uhrazen",
172
+ "Record one or more payments on creation": "Při vytvoření zaznamenejte jednu nebo více plateb",
164
173
  } as const;
@@ -26,15 +26,15 @@ export default {
26
26
  "Add new tax...": "Neue Steuer hinzufügen...",
27
27
  Description: "Beschreibung",
28
28
  "Mark as Paid": "Als bezahlt markieren",
29
- Paid: "Bezahlt",
30
- "Invoice will be marked as fully paid upon creation": "Rechnung wird bei Erstellung als vollständig bezahlt markiert",
29
+ "Paid": "Bezahlt",
30
+ "Invoice will be marked as fully paid upon creation": "Die Rechnung wird bei der Erstellung als vollständig bezahlt markiert",
31
31
  "Payment Type": "Zahlungsart",
32
32
  "Select payment type": "Zahlungsart auswählen",
33
- Cash: "Bargeld",
33
+ "Cash": "Bargeld",
34
34
  "Bank Transfer": "Banküberweisung",
35
- Card: "Karte",
36
- Check: "Scheck",
37
- Other: "Andere",
35
+ "Card": "Karte",
36
+ "Check": "Scheck",
37
+ "Other": "Andere",
38
38
  // Note field
39
39
  Note: "Notiz",
40
40
  "Insert variable": "Variable einfügen",
@@ -143,6 +143,7 @@ export default {
143
143
  "Delivery note": "Lieferschein",
144
144
  Invoice: "Rechnung",
145
145
  Estimate: "Angebot",
146
+ "Proforma invoice": "Proformarechnung",
146
147
  "Credit note": "Gutschrift",
147
148
  "Advance invoice": "Vorausrechnung",
148
149
  "FINA fiscalized invoices always use the current date":
@@ -155,13 +156,12 @@ export default {
155
156
  "60 days": "60 Tage",
156
157
  "90 days": "90 Tage",
157
158
  Custom: "Benutzerdefiniert",
159
+ // Separator items
158
160
  // Service date
159
161
  "Service Date": "Leistungsdatum",
160
- "Single Date": "Datum",
161
- "Date Range": "Zeitraum",
162
+ "Service Period": "Leistungszeitraum",
162
163
  From: "Von",
163
164
  To: "Bis",
164
- // Separator items
165
165
  "Add separator": "Trennzeile hinzufügen",
166
166
  "Section header": "Abschnittsüberschrift",
167
167
  "Section title...": "Abschnittstitel...",
@@ -185,4 +185,12 @@ export default {
185
185
  "Inländische B2B-Rechnungsstellung in Kroatien wird nicht unterstützt. Kroatien erfordert die Einhaltung von Fiskalisierung 2.0 für B2B-Rechnungsstellung.",
186
186
  "FINA fiscalization must be enabled for domestic invoices":
187
187
  "FINA-Fiskalisierung muss für inländische Rechnungen aktiviert sein. Aktivieren Sie sie in den Unternehmenseinstellungen.",
188
+ "Please select": "Bitte auswählen",
189
+ "Amount": "Betrag",
190
+ "Add payment": "Zahlung hinzufügen",
191
+ "Recorded now": "Jetzt erfasst",
192
+ "Remaining due": "Offener Restbetrag",
193
+ "Remaining to allocate": "Noch zuzuweisen",
194
+ "This document must be fully paid on creation": "Dieses Dokument muss bei der Erstellung vollständig bezahlt sein",
195
+ "Record one or more payments on creation": "Bei der Erstellung eine oder mehrere Zahlungen erfassen",
188
196
  } as const;
@@ -26,15 +26,15 @@ export default {
26
26
  "Add new tax...": "Add new tax...",
27
27
  Description: "Description",
28
28
  "Mark as Paid": "Mark as Paid",
29
- Paid: "Paid",
29
+ "Paid": "Paid",
30
30
  "Invoice will be marked as fully paid upon creation": "Invoice will be marked as fully paid upon creation",
31
31
  "Payment Type": "Payment Type",
32
32
  "Select payment type": "Select payment type",
33
- Cash: "Cash",
33
+ "Cash": "Cash",
34
34
  "Bank Transfer": "Bank Transfer",
35
- Card: "Card",
36
- Check: "Check",
37
- Other: "Other",
35
+ "Card": "Card",
36
+ "Check": "Check",
37
+ "Other": "Other",
38
38
  Note: "Note",
39
39
  "Insert variable": "Insert variable",
40
40
  "Add payment instructions, terms, or other notes...": "Add payment instructions, terms, or other notes...",
@@ -126,6 +126,7 @@ export default {
126
126
  "Delivery note": "Delivery note",
127
127
  Invoice: "Invoice",
128
128
  Estimate: "Estimate",
129
+ "Proforma invoice": "Proforma invoice",
129
130
  "Credit note": "Credit note",
130
131
  "Advance invoice": "Advance invoice",
131
132
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -136,9 +137,9 @@ export default {
136
137
  "60 days": "60 days",
137
138
  "90 days": "90 days",
138
139
  Custom: "Custom",
140
+ // Service date
139
141
  "Service Date": "Service Date",
140
- "Single Date": "Single Date",
141
- "Date Range": "Date Range",
142
+ "Service Period": "Service Period",
142
143
  From: "From",
143
144
  To: "To",
144
145
  "Add separator": "Add separator",
@@ -161,4 +162,12 @@ export default {
161
162
  "Domestic B2B invoicing in Croatia is not supported": "Domestic B2B invoicing in Croatia is not supported",
162
163
  "FINA fiscalization must be enabled for domestic invoices":
163
164
  "FINA fiscalization must be enabled for domestic invoices",
165
+ "Please select": "Please select",
166
+ "Amount": "Amount",
167
+ "Add payment": "Add payment",
168
+ "Recorded now": "Recorded now",
169
+ "Remaining due": "Remaining due",
170
+ "Remaining to allocate": "Remaining to allocate",
171
+ "This document must be fully paid on creation": "This document must be fully paid on creation",
172
+ "Record one or more payments on creation": "Record one or more payments on creation",
164
173
  } as const;
@@ -25,16 +25,16 @@ export default {
25
25
  "No taxes found": "No se encontraron impuestos",
26
26
  "Add new tax...": "Añadir nuevo impuesto...",
27
27
  Description: "Descripción",
28
- "Mark as Paid": "Marcar como pagada",
29
- Paid: "Pagada",
28
+ "Mark as Paid": "Marcar como pagado",
29
+ "Paid": "Pagado",
30
30
  "Invoice will be marked as fully paid upon creation": "La factura se marcará como totalmente pagada al crearla",
31
31
  "Payment Type": "Tipo de pago",
32
32
  "Select payment type": "Seleccionar tipo de pago",
33
- Cash: "Efectivo",
33
+ "Cash": "Efectivo",
34
34
  "Bank Transfer": "Transferencia bancaria",
35
- Card: "Tarjeta",
36
- Check: "Cheque",
37
- Other: "Otro",
35
+ "Card": "Tarjeta",
36
+ "Check": "Cheque",
37
+ "Other": "Otro",
38
38
  Note: "Nota",
39
39
  "Insert variable": "Insertar variable",
40
40
  "Add payment instructions, terms, or other notes...": "Añada instrucciones de pago, condiciones u otras notas...",
@@ -129,6 +129,7 @@ export default {
129
129
  "Delivery note": "Albarán",
130
130
  Invoice: "Factura",
131
131
  Estimate: "Presupuesto",
132
+ "Proforma invoice": "Factura proforma",
132
133
  "Credit note": "Nota de crédito",
133
134
  "Advance invoice": "Factura anticipada",
134
135
  "FINA fiscalized invoices always use the current date":
@@ -141,12 +142,12 @@ export default {
141
142
  "60 days": "60 días",
142
143
  "90 days": "90 días",
143
144
  Custom: "Personalizado",
145
+ // Separator items
146
+ // Service date
144
147
  "Service Date": "Fecha de servicio",
145
- "Single Date": "Fecha única",
146
- "Date Range": "Rango de fechas",
148
+ "Service Period": "Periodo de servicio",
147
149
  From: "Desde",
148
150
  To: "Hasta",
149
- // Separator items
150
151
  "Add separator": "Añadir separador",
151
152
  "Section header": "Encabezado de sección",
152
153
  "Section title...": "Título de sección...",
@@ -170,4 +171,12 @@ export default {
170
171
  "La facturación B2B doméstica en Croacia no está soportada. Croacia requiere conformidad con Fiskalizacija 2.0 para facturación B2B.",
171
172
  "FINA fiscalization must be enabled for domestic invoices":
172
173
  "La fiscalización FINA debe estar habilitada para facturas domésticas. Habilítela en la configuración de la entidad.",
174
+ "Please select": "Seleccione",
175
+ "Amount": "Importe",
176
+ "Add payment": "Añadir pago",
177
+ "Recorded now": "Registrado ahora",
178
+ "Remaining due": "Importe pendiente",
179
+ "Remaining to allocate": "Pendiente por asignar",
180
+ "This document must be fully paid on creation": "Este documento debe estar totalmente pagado al crearse",
181
+ "Record one or more payments on creation": "Registrar uno o más pagos al crear",
173
182
  } as const;
@@ -11,7 +11,7 @@ export default {
11
11
  Items: "Tooted",
12
12
  "Add item": "Add item",
13
13
  Save: "Salvesta",
14
- Update: "Update",
14
+ Update: "Uuenda",
15
15
  "Save as Draft": "Save as Draft",
16
16
  Quantity: "Quantity",
17
17
  Price: "Hind",
@@ -25,16 +25,16 @@ export default {
25
25
  "No taxes found": "No taxes found",
26
26
  "Add new tax...": "Add new tax...",
27
27
  Description: "Kirjeldus",
28
- "Mark as Paid": "Mark as Paid",
29
- Paid: "Makstud",
30
- "Invoice will be marked as fully paid upon creation": "Invoice will be marked as fully paid upon creation",
31
- "Payment Type": "Payment Type",
28
+ "Mark as Paid": "Märgi tasutuks",
29
+ "Paid": "Tasatud",
30
+ "Invoice will be marked as fully paid upon creation": "Arve märgitakse loomisel täielikult tasutuks",
31
+ "Payment Type": "Makseviis",
32
32
  "Select payment type": "Vali makse tüüp",
33
- Cash: "Sularaha",
33
+ "Cash": "Sularaha",
34
34
  "Bank Transfer": "Pangaülekanne",
35
- Card: "Kaart",
36
- Check: "Tšekk",
37
- Other: "Muu",
35
+ "Card": "Kaart",
36
+ "Check": "Tšekk",
37
+ "Other": "Muu",
38
38
  Note: "Note",
39
39
  "Insert variable": "Insert variable",
40
40
  "Add payment instructions, terms, or other notes...": "Add payment instructions, terms, or other notes...",
@@ -126,6 +126,7 @@ export default {
126
126
  "Delivery note": "Saateleht",
127
127
  Invoice: "Arve",
128
128
  Estimate: "Hinnapakkumine",
129
+ "Proforma invoice": "Proforma arve",
129
130
  "Credit note": "Kreeditarve",
130
131
  "Advance invoice": "Ettemaksuarve",
131
132
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -136,11 +137,11 @@ export default {
136
137
  "60 days": "60 days",
137
138
  "90 days": "90 päeva",
138
139
  Custom: "Custom",
139
- "Service Date": "Service Date",
140
- "Single Date": "Single Date",
141
- "Date Range": "Kuupäevavahemik",
142
- From: "From",
143
- To: "To",
140
+ // Service date
141
+ "Service Date": "Teenuse kuupäev",
142
+ "Service Period": "Teenuse periood",
143
+ From: "Alates",
144
+ To: "Kuni",
144
145
  "Add separator": "Add separator",
145
146
  "Section header": "Section header",
146
147
  "Section title...": "Section title...",
@@ -161,4 +162,12 @@ export default {
161
162
  "Domestic B2B invoicing in Croatia is not supported": "Domestic B2B invoicing in Croatia is not supported",
162
163
  "FINA fiscalization must be enabled for domestic invoices":
163
164
  "FINA fiscalization must be enabled for domestic invoices",
165
+ "Please select": "Vali",
166
+ "Amount": "Summa",
167
+ "Add payment": "Lisa makse",
168
+ "Recorded now": "Praegu registreeritud",
169
+ "Remaining due": "Tasuda jäänud",
170
+ "Remaining to allocate": "Jaotada jäänud",
171
+ "This document must be fully paid on creation": "See dokument peab loomisel olema täielikult tasutud",
172
+ "Record one or more payments on creation": "Registreeri loomisel üks või mitu makset",
164
173
  } as const;
@@ -11,7 +11,7 @@ export default {
11
11
  Items: "Rivit",
12
12
  "Add item": "Add item",
13
13
  Save: "Save",
14
- Update: "Update",
14
+ Update: "Päivitä",
15
15
  "Save as Draft": "Save as Draft",
16
16
  Quantity: "Quantity",
17
17
  Price: "Price",
@@ -25,16 +25,16 @@ export default {
25
25
  "No taxes found": "No taxes found",
26
26
  "Add new tax...": "Add new tax...",
27
27
  Description: "Description",
28
- "Mark as Paid": "Mark as Paid",
29
- Paid: "Maksettu",
30
- "Invoice will be marked as fully paid upon creation": "Invoice will be marked as fully paid upon creation",
31
- "Payment Type": "Payment Type",
28
+ "Mark as Paid": "Merkitse maksetuksi",
29
+ "Paid": "Maksettu",
30
+ "Invoice will be marked as fully paid upon creation": "Lasku merkitään luotaessa kokonaan maksetuksi",
31
+ "Payment Type": "Maksutapa",
32
32
  "Select payment type": "Valitse maksutapa",
33
- Cash: "Cash",
34
- "Bank Transfer": "Bank Transfer",
35
- Card: "Card",
36
- Check: "Check",
37
- Other: "Muu",
33
+ "Cash": "Käteinen",
34
+ "Bank Transfer": "Tilisiirto",
35
+ "Card": "Kortti",
36
+ "Check": "Sekki",
37
+ "Other": "Muu",
38
38
  Note: "Note",
39
39
  "Insert variable": "Insert variable",
40
40
  "Add payment instructions, terms, or other notes...": "Add payment instructions, terms, or other notes...",
@@ -126,6 +126,7 @@ export default {
126
126
  "Delivery note": "Lähete",
127
127
  Invoice: "Lasku",
128
128
  Estimate: "Tarjous",
129
+ "Proforma invoice": "Proformalasku",
129
130
  "Credit note": "Hyvityslasku",
130
131
  "Advance invoice": "Ennakkolasku",
131
132
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -136,11 +137,11 @@ export default {
136
137
  "60 days": "60 days",
137
138
  "90 days": "90 days",
138
139
  Custom: "Custom",
139
- "Service Date": "Service Date",
140
- "Single Date": "Single Date",
141
- "Date Range": "Date Range",
142
- From: "From",
143
- To: "To",
140
+ // Service date
141
+ "Service Date": "Palvelupäivä",
142
+ "Service Period": "Palvelujakso",
143
+ From: "Alkaen",
144
+ To: "Asti",
144
145
  "Add separator": "Add separator",
145
146
  "Section header": "Section header",
146
147
  "Section title...": "Section title...",
@@ -161,4 +162,12 @@ export default {
161
162
  "Domestic B2B invoicing in Croatia is not supported": "Domestic B2B invoicing in Croatia is not supported",
162
163
  "FINA fiscalization must be enabled for domestic invoices":
163
164
  "FINA fiscalization must be enabled for domestic invoices",
165
+ "Please select": "Valitse",
166
+ "Amount": "Määrä",
167
+ "Add payment": "Lisää maksu",
168
+ "Recorded now": "Kirjattu nyt",
169
+ "Remaining due": "Jäljellä maksettavaa",
170
+ "Remaining to allocate": "Jäljellä kohdistettavaa",
171
+ "This document must be fully paid on creation": "Tämän asiakirjan on oltava kokonaan maksettu luotaessa",
172
+ "Record one or more payments on creation": "Kirjaa yksi tai useampi maksu luotaessa",
164
173
  } as const;
@@ -25,17 +25,16 @@ export default {
25
25
  "No taxes found": "Aucune taxe trouvée",
26
26
  "Add new tax...": "Ajouter une nouvelle taxe...",
27
27
  Description: "Description",
28
- "Mark as Paid": "Marquer comme payée",
29
- Paid: "Payée",
30
- "Invoice will be marked as fully paid upon creation":
31
- "La facture sera marquée comme entièrement payée lors de la création",
28
+ "Mark as Paid": "Marquer comme payé",
29
+ "Paid": "Payé",
30
+ "Invoice will be marked as fully paid upon creation": "La facture sera marquée comme entièrement payée à la création",
32
31
  "Payment Type": "Type de paiement",
33
32
  "Select payment type": "Sélectionner le type de paiement",
34
- Cash: "Espèces",
33
+ "Cash": "Espèces",
35
34
  "Bank Transfer": "Virement bancaire",
36
- Card: "Carte",
37
- Check: "Chèque",
38
- Other: "Autre",
35
+ "Card": "Carte",
36
+ "Check": "Chèque",
37
+ "Other": "Autre",
39
38
  Note: "Note",
40
39
  "Insert variable": "Insérer une variable",
41
40
  "Add payment instructions, terms, or other notes...":
@@ -130,6 +129,7 @@ export default {
130
129
  "Delivery note": "Bon de livraison",
131
130
  Invoice: "Facture",
132
131
  Estimate: "Devis",
132
+ "Proforma invoice": "Facture pro forma",
133
133
  "Credit note": "Avoir",
134
134
  "Advance invoice": "Facture d'acompte",
135
135
  "FINA fiscalized invoices always use the current date":
@@ -142,12 +142,12 @@ export default {
142
142
  "60 days": "60 jours",
143
143
  "90 days": "90 jours",
144
144
  Custom: "Personnalisé",
145
+ // Separator items
146
+ // Service date
145
147
  "Service Date": "Date de service",
146
- "Single Date": "Date unique",
147
- "Date Range": "Plage de dates",
148
+ "Service Period": "Période de service",
148
149
  From: "Du",
149
150
  To: "Au",
150
- // Separator items
151
151
  "Add separator": "Ajouter un séparateur",
152
152
  "Section header": "En-tête de section",
153
153
  "Section title...": "Titre de section...",
@@ -171,4 +171,12 @@ export default {
171
171
  "La facturation B2B domestique en Croatie n'est pas prise en charge. La Croatie exige la conformité à Fiskalizacija 2.0 pour la facturation B2B.",
172
172
  "FINA fiscalization must be enabled for domestic invoices":
173
173
  "La fiscalisation FINA doit être activée pour les factures domestiques. Activez-la dans les paramètres de l'entité.",
174
+ "Please select": "Veuillez sélectionner",
175
+ "Amount": "Montant",
176
+ "Add payment": "Ajouter un paiement",
177
+ "Recorded now": "Enregistré maintenant",
178
+ "Remaining due": "Reste dû",
179
+ "Remaining to allocate": "Reste à affecter",
180
+ "This document must be fully paid on creation": "Ce document doit être entièrement payé à la création",
181
+ "Record one or more payments on creation": "Enregistrer un ou plusieurs paiements à la création",
174
182
  } as const;
@@ -26,15 +26,15 @@ export default {
26
26
  "Add new tax...": "Dodaj novi porez...",
27
27
  Description: "Opis",
28
28
  "Mark as Paid": "Označi kao plaćeno",
29
- Paid: "Plaćeno",
30
- "Invoice will be marked as fully paid upon creation": "Račun će biti označen kao potpuno plaćen prilikom kreiranja",
29
+ "Paid": "Plaćeno",
30
+ "Invoice will be marked as fully paid upon creation": "Račun će biti označen kao u potpunosti plaćen pri izradi",
31
31
  "Payment Type": "Vrsta plaćanja",
32
32
  "Select payment type": "Odaberi vrstu plaćanja",
33
- Cash: "Gotovina",
33
+ "Cash": "Gotovina",
34
34
  "Bank Transfer": "Bankovni prijenos",
35
- Card: "Kartica",
36
- Check: "Ček",
37
- Other: "Ostalo",
35
+ "Card": "Kartica",
36
+ "Check": "Ček",
37
+ "Other": "Ostalo",
38
38
  Note: "Napomena",
39
39
  "Insert variable": "Umetni varijablu",
40
40
  "Add payment instructions, terms, or other notes...": "Dodaj upute za plaćanje, uvjete ili druge napomene...",
@@ -128,6 +128,7 @@ export default {
128
128
  "Delivery note": "Otpremnica",
129
129
  Invoice: "Račun",
130
130
  Estimate: "Ponuda",
131
+ "Proforma invoice": "Predračun",
131
132
  "Credit note": "Odobrenje",
132
133
  "Advance invoice": "Avansni račun",
133
134
  "FINA fiscalized invoices always use the current date": "FINA fiskalizirani računi uvijek koriste trenutni datum",
@@ -139,12 +140,12 @@ export default {
139
140
  "60 days": "60 dana",
140
141
  "90 days": "90 dana",
141
142
  Custom: "Prilagođeno",
143
+ // Separator items
144
+ // Service date
142
145
  "Service Date": "Datum usluge",
143
- "Single Date": "Datum",
144
- "Date Range": "Raspon datuma",
146
+ "Service Period": "Razdoblje usluge",
145
147
  From: "Od",
146
148
  To: "Do",
147
- // Separator items
148
149
  "Add separator": "Dodaj separator",
149
150
  "Section header": "Naslov odjeljka",
150
151
  "Section title...": "Naslov odjeljka...",
@@ -168,4 +169,12 @@ export default {
168
169
  "Domaće B2B fakturiranje u Hrvatskoj nije podržano. Hrvatska zahtijeva usklađenost s Fiskalizacijom 2.0 za B2B fakturiranje.",
169
170
  "FINA fiscalization must be enabled for domestic invoices":
170
171
  "FINA fiskalizacija mora biti omogućena za domaće račune. Omogućite je u postavkama tvrtke.",
172
+ "Please select": "Odaberite",
173
+ "Amount": "Iznos",
174
+ "Add payment": "Dodaj plaćanje",
175
+ "Recorded now": "Trenutno evidentirano",
176
+ "Remaining due": "Preostalo za plaćanje",
177
+ "Remaining to allocate": "Preostalo za raspodjelu",
178
+ "This document must be fully paid on creation": "Ovaj dokument mora biti u potpunosti plaćen pri izradi",
179
+ "Record one or more payments on creation": "Evidentiraj jedno ili više plaćanja pri izradi",
171
180
  } as const;
@@ -11,7 +11,7 @@ export default {
11
11
  Items: "Vörur",
12
12
  "Add item": "Add item",
13
13
  Save: "Vista",
14
- Update: "Update",
14
+ Update: "Uppfæra",
15
15
  "Save as Draft": "Save as Draft",
16
16
  Quantity: "Quantity",
17
17
  Price: "Verð",
@@ -25,16 +25,16 @@ export default {
25
25
  "No taxes found": "No taxes found",
26
26
  "Add new tax...": "Add new tax...",
27
27
  Description: "Lýsing",
28
- "Mark as Paid": "Mark as Paid",
29
- Paid: "Greitt",
30
- "Invoice will be marked as fully paid upon creation": "Invoice will be marked as fully paid upon creation",
31
- "Payment Type": "Payment Type",
28
+ "Mark as Paid": "Merkja sem greitt",
29
+ "Paid": "Greitt",
30
+ "Invoice will be marked as fully paid upon creation": "Reikningurinn verður merktur sem fullu greiddur við stofnun",
31
+ "Payment Type": "Greiðslumáti",
32
32
  "Select payment type": "Veldu greiðslutegund",
33
- Cash: "Reiðufé",
33
+ "Cash": "Reiðufé",
34
34
  "Bank Transfer": "Bankamillifærsla",
35
- Card: "Kort",
36
- Check: "Ávísun",
37
- Other: "Annað",
35
+ "Card": "Kort",
36
+ "Check": "Ávísun",
37
+ "Other": "Annað",
38
38
  Note: "Note",
39
39
  "Insert variable": "Insert variable",
40
40
  "Add payment instructions, terms, or other notes...": "Add payment instructions, terms, or other notes...",
@@ -126,6 +126,7 @@ export default {
126
126
  "Delivery note": "Afhendingarseðill",
127
127
  Invoice: "Reikningur",
128
128
  Estimate: "Tilboð",
129
+ "Proforma invoice": "Frumreikningur",
129
130
  "Credit note": "Kreditreikningur",
130
131
  "Advance invoice": "Fyrirframreikningur",
131
132
  "FINA fiscalized invoices always use the current date": "FINA fiscalized invoices always use the current date",
@@ -136,11 +137,11 @@ export default {
136
137
  "60 days": "60 days",
137
138
  "90 days": "90 dagar",
138
139
  Custom: "Custom",
139
- "Service Date": "Service Date",
140
- "Single Date": "Single Date",
141
- "Date Range": "Dagsetningarbil",
142
- From: "From",
143
- To: "To",
140
+ // Service date
141
+ "Service Date": "Þjónustudagsetning",
142
+ "Service Period": "Þjónustutímabil",
143
+ From: "Frá",
144
+ To: "Til",
144
145
  "Add separator": "Add separator",
145
146
  "Section header": "Section header",
146
147
  "Section title...": "Section title...",
@@ -161,4 +162,12 @@ export default {
161
162
  "Domestic B2B invoicing in Croatia is not supported": "Domestic B2B invoicing in Croatia is not supported",
162
163
  "FINA fiscalization must be enabled for domestic invoices":
163
164
  "FINA fiscalization must be enabled for domestic invoices",
165
+ "Please select": "Veldu",
166
+ "Amount": "Upphæð",
167
+ "Add payment": "Bæta við greiðslu",
168
+ "Recorded now": "Skráð núna",
169
+ "Remaining due": "Eftirstöðvar",
170
+ "Remaining to allocate": "Eftir til úthlutunar",
171
+ "This document must be fully paid on creation": "Þetta skjal verður að vera að fullu greitt við stofnun",
172
+ "Record one or more payments on creation": "Skrá eina eða fleiri greiðslur við stofnun",
164
173
  } as const;
@@ -25,17 +25,16 @@ export default {
25
25
  "No taxes found": "Nessuna imposta trovata",
26
26
  "Add new tax...": "Aggiungi nuova imposta...",
27
27
  Description: "Descrizione",
28
- "Mark as Paid": "Segna come pagata",
29
- Paid: "Pagata",
30
- "Invoice will be marked as fully paid upon creation":
31
- "La fattura sarà contrassegnata come interamente pagata al momento della creazione",
28
+ "Mark as Paid": "Segna come pagato",
29
+ "Paid": "Pagato",
30
+ "Invoice will be marked as fully paid upon creation": "La fattura sarà contrassegnata come interamente pagata alla creazione",
32
31
  "Payment Type": "Tipo di pagamento",
33
32
  "Select payment type": "Seleziona il tipo di pagamento",
34
- Cash: "Contanti",
33
+ "Cash": "Contanti",
35
34
  "Bank Transfer": "Bonifico bancario",
36
- Card: "Carta",
37
- Check: "Assegno",
38
- Other: "Altro",
35
+ "Card": "Carta",
36
+ "Check": "Assegno",
37
+ "Other": "Altro",
39
38
  Note: "Nota",
40
39
  "Insert variable": "Inserisci variabile",
41
40
  "Add payment instructions, terms, or other notes...": "Aggiungi istruzioni di pagamento, condizioni o altre note...",
@@ -131,6 +130,7 @@ export default {
131
130
  "Delivery note": "Bolla di consegna",
132
131
  Invoice: "Fattura",
133
132
  Estimate: "Preventivo",
133
+ "Proforma invoice": "Fattura proforma",
134
134
  "Credit note": "Nota di credito",
135
135
  "Advance invoice": "Fattura di acconto",
136
136
  "FINA fiscalized invoices always use the current date":
@@ -143,12 +143,12 @@ export default {
143
143
  "60 days": "60 giorni",
144
144
  "90 days": "90 giorni",
145
145
  Custom: "Personalizzato",
146
+ // Separator items
147
+ // Service date
146
148
  "Service Date": "Data del servizio",
147
- "Single Date": "Data singola",
148
- "Date Range": "Intervallo di date",
149
+ "Service Period": "Periodo di servizio",
149
150
  From: "Da",
150
151
  To: "A",
151
- // Separator items
152
152
  "Add separator": "Aggiungi separatore",
153
153
  "Section header": "Intestazione sezione",
154
154
  "Section title...": "Titolo sezione...",
@@ -172,4 +172,12 @@ export default {
172
172
  "La fatturazione B2B domestica in Croazia non è supportata. La Croazia richiede la conformità a Fiskalizacija 2.0 per la fatturazione B2B.",
173
173
  "FINA fiscalization must be enabled for domestic invoices":
174
174
  "La fiscalizzazione FINA deve essere abilitata per le fatture domestiche. Abilitarla nelle impostazioni dell'entità.",
175
+ "Please select": "Seleziona",
176
+ "Amount": "Importo",
177
+ "Add payment": "Aggiungi pagamento",
178
+ "Recorded now": "Registrato ora",
179
+ "Remaining due": "Residuo dovuto",
180
+ "Remaining to allocate": "Residuo da allocare",
181
+ "This document must be fully paid on creation": "Questo documento deve essere interamente pagato alla creazione",
182
+ "Record one or more payments on creation": "Registra uno o più pagamenti alla creazione",
175
183
  } as const;