@spaceinvoices/react-ui 0.4.11 → 0.4.31
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.
- package/cli/dist/index.js +1 -1
- package/package.json +3 -2
- package/registry.json +30 -31
- package/src/common/autocomplete.tsx +48 -26
- package/src/components/activities/locales/bg.ts +21 -0
- package/src/components/activities/locales/cs.ts +21 -0
- package/src/components/activities/locales/en.ts +21 -0
- package/src/components/activities/locales/et.ts +21 -0
- package/src/components/activities/locales/fi.ts +21 -0
- package/src/components/activities/locales/is.ts +21 -0
- package/src/components/activities/locales/nb.ts +21 -0
- package/src/components/activities/locales/sk.ts +21 -0
- package/src/components/activities/locales/sv.ts +21 -0
- package/src/components/advance-invoices/advance-invoices.hooks.ts +36 -46
- package/src/components/advance-invoices/create/create-advance-invoice-form.tsx +452 -115
- package/src/components/advance-invoices/create/locales/bg.ts +56 -0
- package/src/components/advance-invoices/create/locales/cs.ts +56 -0
- package/src/components/advance-invoices/create/locales/de.ts +15 -7
- package/src/components/advance-invoices/create/locales/en.ts +56 -0
- package/src/components/advance-invoices/create/locales/es.ts +15 -7
- package/src/components/advance-invoices/create/locales/et.ts +56 -0
- package/src/components/advance-invoices/create/locales/fi.ts +56 -0
- package/src/components/advance-invoices/create/locales/fr.ts +16 -8
- package/src/components/advance-invoices/create/locales/hr.ts +29 -21
- package/src/components/advance-invoices/create/locales/is.ts +56 -0
- package/src/components/advance-invoices/create/locales/it.ts +15 -7
- package/src/components/advance-invoices/create/locales/nb.ts +56 -0
- package/src/components/advance-invoices/create/locales/nl.ts +15 -7
- package/src/components/advance-invoices/create/locales/pl.ts +17 -9
- package/src/components/advance-invoices/create/locales/pt.ts +16 -8
- package/src/components/advance-invoices/create/locales/sk.ts +56 -0
- package/src/components/advance-invoices/create/locales/sl.ts +23 -12
- package/src/components/advance-invoices/create/locales/sv.ts +56 -0
- package/src/components/advance-invoices/create/prepare-advance-invoice-submission.ts +62 -2
- package/src/components/advance-invoices/list/list-row-actions.tsx +48 -16
- package/src/components/advance-invoices/list/list-table.tsx +35 -9
- package/src/components/advance-invoices/list/locales/bg.ts +51 -0
- package/src/components/advance-invoices/list/locales/cs.ts +51 -0
- package/src/components/advance-invoices/list/locales/en.ts +33 -2
- package/src/components/advance-invoices/list/locales/et.ts +51 -0
- package/src/components/advance-invoices/list/locales/fi.ts +51 -0
- package/src/components/advance-invoices/list/locales/hr.ts +15 -15
- package/src/components/advance-invoices/list/locales/is.ts +51 -0
- package/src/components/advance-invoices/list/locales/nb.ts +51 -0
- package/src/components/advance-invoices/list/locales/sk.ts +51 -0
- package/src/components/advance-invoices/list/locales/sv.ts +51 -0
- package/src/components/advance-invoices/list/use-advance-invoice-download.ts +3 -5
- package/src/components/common/autocomplete-locales.ts +101 -0
- package/src/components/company-registry/company-registry.hooks.ts +3 -7
- package/src/components/credit-notes/create/create-credit-note-form.tsx +437 -80
- package/src/components/credit-notes/create/locales/bg.ts +101 -0
- package/src/components/credit-notes/create/locales/cs.ts +101 -0
- package/src/components/credit-notes/create/locales/de.ts +20 -7
- package/src/components/credit-notes/create/locales/en.ts +101 -0
- package/src/components/credit-notes/create/locales/es.ts +20 -7
- package/src/components/credit-notes/create/locales/et.ts +101 -0
- package/src/components/credit-notes/create/locales/fi.ts +101 -0
- package/src/components/credit-notes/create/locales/fr.ts +21 -8
- package/src/components/credit-notes/create/locales/hr.ts +41 -28
- package/src/components/credit-notes/create/locales/is.ts +101 -0
- package/src/components/credit-notes/create/locales/it.ts +20 -7
- package/src/components/credit-notes/create/locales/nb.ts +101 -0
- package/src/components/credit-notes/create/locales/nl.ts +20 -7
- package/src/components/credit-notes/create/locales/pl.ts +22 -9
- package/src/components/credit-notes/create/locales/pt.ts +21 -8
- package/src/components/credit-notes/create/locales/sk.ts +101 -0
- package/src/components/credit-notes/create/locales/sl.ts +28 -14
- package/src/components/credit-notes/create/locales/sv.ts +101 -0
- package/src/components/credit-notes/create/prepare-credit-note-submission.ts +66 -0
- package/src/components/credit-notes/credit-notes.hooks.ts +34 -3
- package/src/components/credit-notes/list/list-row-actions.tsx +19 -7
- package/src/components/credit-notes/list/list-table.tsx +60 -8
- package/src/components/credit-notes/list/locales/bg.ts +48 -0
- package/src/components/credit-notes/list/locales/cs.ts +48 -0
- package/src/components/credit-notes/list/locales/en.ts +31 -2
- package/src/components/credit-notes/list/locales/et.ts +48 -0
- package/src/components/credit-notes/list/locales/fi.ts +48 -0
- package/src/components/credit-notes/list/locales/hr.ts +12 -12
- package/src/components/credit-notes/list/locales/is.ts +48 -0
- package/src/components/credit-notes/list/locales/nb.ts +48 -0
- package/src/components/credit-notes/list/locales/sk.ts +48 -0
- package/src/components/credit-notes/list/locales/sv.ts +48 -0
- package/src/components/credit-notes/list/use-credit-note-download.ts +3 -5
- package/src/components/customers/create-customer-form/locales/bg.ts +21 -0
- package/src/components/customers/create-customer-form/locales/cs.ts +21 -0
- package/src/components/customers/create-customer-form/locales/en.ts +21 -0
- package/src/components/customers/create-customer-form/locales/et.ts +21 -0
- package/src/components/customers/create-customer-form/locales/fi.ts +21 -0
- package/src/components/customers/create-customer-form/locales/hr.ts +11 -11
- package/src/components/customers/create-customer-form/locales/is.ts +21 -0
- package/src/components/customers/create-customer-form/locales/nb.ts +21 -0
- package/src/components/customers/create-customer-form/locales/sk.ts +21 -0
- package/src/components/customers/create-customer-form/locales/sv.ts +21 -0
- package/src/components/customers/customer-autocomplete.tsx +32 -4
- package/src/components/customers/customer-list-table/customer-list-table.tsx +8 -6
- package/src/components/customers/customer-list-table/locales/bg.ts +25 -0
- package/src/components/customers/customer-list-table/locales/cs.ts +25 -0
- package/src/components/customers/customer-list-table/locales/en.ts +17 -2
- package/src/components/customers/customer-list-table/locales/et.ts +25 -0
- package/src/components/customers/customer-list-table/locales/fi.ts +25 -0
- package/src/components/customers/customer-list-table/locales/hr.ts +11 -11
- package/src/components/customers/customer-list-table/locales/is.ts +25 -0
- package/src/components/customers/customer-list-table/locales/nb.ts +25 -0
- package/src/components/customers/customer-list-table/locales/sk.ts +25 -0
- package/src/components/customers/customer-list-table/locales/sv.ts +25 -0
- package/src/components/customers/customers.hooks.ts +14 -17
- package/src/components/customers/edit-customer-form/locales/bg.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/cs.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/en.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/et.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/fi.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/hr.ts +5 -5
- package/src/components/customers/edit-customer-form/locales/is.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/nb.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/sk.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/sv.ts +13 -0
- package/src/components/dashboard/collection-rate-card/collection-rate-card.tsx +7 -6
- package/src/components/dashboard/collection-rate-card/locales/en.ts +3 -0
- package/src/components/dashboard/collection-rate-card/use-collection-rate.ts +8 -7
- package/src/components/dashboard/invoice-status-chart/invoice-status-chart.tsx +7 -4
- package/src/components/dashboard/invoice-status-chart/locales/bg.ts +5 -5
- package/src/components/dashboard/invoice-status-chart/locales/cs.ts +5 -5
- package/src/components/dashboard/invoice-status-chart/locales/de.ts +1 -1
- package/src/components/dashboard/invoice-status-chart/locales/en.ts +10 -0
- package/src/components/dashboard/invoice-status-chart/locales/es.ts +1 -1
- package/src/components/dashboard/invoice-status-chart/locales/et.ts +5 -5
- package/src/components/dashboard/invoice-status-chart/locales/fi.ts +5 -5
- package/src/components/dashboard/invoice-status-chart/locales/fr.ts +1 -1
- package/src/components/dashboard/invoice-status-chart/locales/hr.ts +5 -5
- package/src/components/dashboard/invoice-status-chart/locales/is.ts +5 -5
- package/src/components/dashboard/invoice-status-chart/locales/it.ts +1 -1
- package/src/components/dashboard/invoice-status-chart/locales/nb.ts +5 -5
- package/src/components/dashboard/invoice-status-chart/locales/nl.ts +1 -1
- package/src/components/dashboard/invoice-status-chart/locales/pl.ts +1 -1
- package/src/components/dashboard/invoice-status-chart/locales/pt.ts +1 -1
- package/src/components/dashboard/invoice-status-chart/locales/sk.ts +5 -5
- package/src/components/dashboard/invoice-status-chart/locales/sl.ts +1 -1
- package/src/components/dashboard/invoice-status-chart/locales/sv.ts +5 -5
- package/src/components/dashboard/payment-methods-chart/locales/bg.ts +5 -5
- package/src/components/dashboard/payment-methods-chart/locales/cs.ts +5 -5
- package/src/components/dashboard/payment-methods-chart/locales/en.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/et.ts +5 -5
- package/src/components/dashboard/payment-methods-chart/locales/fi.ts +6 -6
- package/src/components/dashboard/payment-methods-chart/locales/hr.ts +3 -3
- package/src/components/dashboard/payment-methods-chart/locales/is.ts +5 -5
- package/src/components/dashboard/payment-methods-chart/locales/nb.ts +5 -5
- package/src/components/dashboard/payment-methods-chart/locales/sk.ts +5 -5
- package/src/components/dashboard/payment-methods-chart/locales/sv.ts +5 -5
- package/src/components/dashboard/payment-methods-chart/payment-methods-chart.tsx +4 -3
- package/src/components/dashboard/payment-trend-chart/locales/bg.ts +1 -1
- package/src/components/dashboard/payment-trend-chart/locales/cs.ts +1 -1
- package/src/components/dashboard/payment-trend-chart/locales/en.ts +6 -0
- package/src/components/dashboard/payment-trend-chart/locales/et.ts +1 -1
- package/src/components/dashboard/payment-trend-chart/locales/fi.ts +1 -1
- package/src/components/dashboard/payment-trend-chart/locales/is.ts +1 -1
- package/src/components/dashboard/payment-trend-chart/locales/nb.ts +1 -1
- package/src/components/dashboard/payment-trend-chart/locales/sk.ts +1 -1
- package/src/components/dashboard/payment-trend-chart/locales/sv.ts +1 -1
- package/src/components/dashboard/payment-trend-chart/payment-trend-chart.tsx +4 -3
- package/src/components/dashboard/payment-trend-chart/use-payment-trend.ts +12 -9
- package/src/components/dashboard/revenue-card.tsx +3 -3
- package/src/components/dashboard/revenue-trend-chart/locales/bg.ts +1 -1
- package/src/components/dashboard/revenue-trend-chart/locales/cs.ts +1 -1
- package/src/components/dashboard/revenue-trend-chart/locales/en.ts +6 -0
- package/src/components/dashboard/revenue-trend-chart/locales/et.ts +1 -1
- package/src/components/dashboard/revenue-trend-chart/locales/fi.ts +1 -1
- package/src/components/dashboard/revenue-trend-chart/locales/is.ts +1 -1
- package/src/components/dashboard/revenue-trend-chart/locales/nb.ts +1 -1
- package/src/components/dashboard/revenue-trend-chart/locales/sk.ts +1 -1
- package/src/components/dashboard/revenue-trend-chart/locales/sv.ts +1 -1
- package/src/components/dashboard/revenue-trend-chart/revenue-trend-chart.tsx +4 -3
- package/src/components/dashboard/revenue-trend-chart/use-revenue-trend.ts +4 -3
- package/src/components/dashboard/shared/local-date.ts +11 -0
- package/src/components/dashboard/shared/use-revenue-data.ts +6 -5
- package/src/components/dashboard/shared/use-stats-query.ts +7 -11
- package/src/components/dashboard/stat-card.tsx +3 -3
- package/src/components/dashboard/tax-collected-card/tax-collected-card.tsx +11 -9
- package/src/components/dashboard/tax-collected-card/use-tax-collected.ts +3 -2
- package/src/components/dashboard/top-customers-chart/locales/bg.ts +2 -2
- package/src/components/dashboard/top-customers-chart/locales/cs.ts +2 -2
- package/src/components/dashboard/top-customers-chart/locales/en.ts +7 -0
- package/src/components/dashboard/top-customers-chart/locales/et.ts +2 -2
- package/src/components/dashboard/top-customers-chart/locales/fi.ts +2 -2
- package/src/components/dashboard/top-customers-chart/locales/is.ts +2 -2
- package/src/components/dashboard/top-customers-chart/locales/nb.ts +2 -2
- package/src/components/dashboard/top-customers-chart/locales/sk.ts +2 -2
- package/src/components/dashboard/top-customers-chart/locales/sv.ts +2 -2
- package/src/components/dashboard/top-customers-chart/top-customers-chart.tsx +4 -3
- package/src/components/dashboard/top-customers-chart/use-top-customers.ts +7 -20
- package/src/components/delivery-notes/create/create-delivery-note-form.tsx +179 -47
- package/src/components/delivery-notes/create/locales/bg.ts +69 -0
- package/src/components/delivery-notes/create/locales/cs.ts +69 -0
- package/src/components/delivery-notes/create/locales/de.ts +1 -0
- package/src/components/delivery-notes/create/locales/en.ts +69 -0
- package/src/components/delivery-notes/create/locales/es.ts +1 -0
- package/src/components/delivery-notes/create/locales/et.ts +69 -0
- package/src/components/delivery-notes/create/locales/fi.ts +69 -0
- package/src/components/delivery-notes/create/locales/fr.ts +1 -0
- package/src/components/delivery-notes/create/locales/hr.ts +7 -6
- package/src/components/delivery-notes/create/locales/is.ts +69 -0
- package/src/components/delivery-notes/create/locales/it.ts +1 -0
- package/src/components/delivery-notes/create/locales/nb.ts +69 -0
- package/src/components/delivery-notes/create/locales/nl.ts +1 -0
- package/src/components/delivery-notes/create/locales/pl.ts +1 -0
- package/src/components/delivery-notes/create/locales/pt.ts +1 -0
- package/src/components/delivery-notes/create/locales/sk.ts +69 -0
- package/src/components/delivery-notes/create/locales/sl.ts +6 -5
- package/src/components/delivery-notes/create/locales/sv.ts +69 -0
- package/src/components/delivery-notes/create/prepare-delivery-note-submission.ts +34 -1
- package/src/components/delivery-notes/delivery-notes.hooks.ts +34 -3
- package/src/components/delivery-notes/list/list-row-actions.tsx +62 -16
- package/src/components/delivery-notes/list/list-table.tsx +44 -10
- package/src/components/delivery-notes/list/locales/bg.ts +40 -0
- package/src/components/delivery-notes/list/locales/cs.ts +40 -0
- package/src/components/delivery-notes/list/locales/et.ts +40 -0
- package/src/components/delivery-notes/list/locales/fi.ts +40 -0
- package/src/components/delivery-notes/list/locales/is.ts +40 -0
- package/src/components/delivery-notes/list/locales/nb.ts +40 -0
- package/src/components/delivery-notes/list/locales/sk.ts +40 -0
- package/src/components/delivery-notes/list/locales/sv.ts +40 -0
- package/src/components/delivery-notes/list/use-delivery-note-download.ts +3 -5
- package/src/components/documents/create/custom-create-template.ts +114 -0
- package/src/components/documents/create/document-add-item-form.tsx +266 -153
- package/src/components/documents/create/document-add-item-tax-rate-field.tsx +3 -3
- package/src/components/documents/create/document-date-validation.ts +111 -0
- package/src/components/documents/create/document-details-section.tsx +117 -54
- package/src/components/documents/create/document-form-item.ts +67 -0
- package/src/components/documents/create/document-item-validation.ts +54 -0
- package/src/components/documents/create/document-items-section.tsx +44 -6
- package/src/components/documents/create/document-recipient-section.tsx +10 -2
- package/src/components/documents/create/form-types.ts +2 -2
- package/src/components/documents/create/linked-documents-info.tsx +6 -14
- package/src/components/documents/create/live-preview.tsx +22 -18
- package/src/components/documents/create/mark-as-paid-section.tsx +80 -20
- package/src/components/documents/create/payment-rows.ts +321 -0
- package/src/components/documents/create/prepare-document-submission.ts +160 -109
- package/src/components/documents/create/prepare-preview-data.ts +12 -0
- package/src/components/documents/create/preserved-expected-total.ts +90 -0
- package/src/components/documents/create/scroll-to-first-invalid-field.ts +27 -0
- package/src/components/documents/create/smart-code-insert-button.tsx +5 -53
- package/src/components/documents/create/use-document-customer-form.ts +74 -25
- package/src/components/documents/documents.hooks.ts +3 -5
- package/src/components/documents/index.ts +1 -0
- package/src/components/documents/public/index.ts +1 -0
- package/src/components/documents/public/public-document-summary.tsx +336 -0
- package/src/components/documents/shared/document-preview-display.tsx +65 -39
- package/src/components/documents/shared/index.ts +6 -1
- package/src/components/documents/shared/scaled-document-preview.tsx +33 -19
- package/src/components/documents/types.ts +24 -0
- package/src/components/documents/view/document-actions-bar.tsx +251 -63
- package/src/components/documents/view/document-activities-list.tsx +23 -11
- package/src/components/documents/view/document-details-card.tsx +11 -39
- package/src/components/documents/view/document-payments-list.tsx +114 -57
- package/src/components/documents/view/document-relations-list.tsx +26 -6
- package/src/components/documents/view/document-sidebar.tsx +25 -3
- package/src/components/documents/view/document-version-history.tsx +137 -0
- package/src/components/documents/view/index.ts +1 -0
- package/src/components/documents/view/locales/bg.ts +143 -0
- package/src/components/documents/view/locales/cs.ts +143 -0
- package/src/components/documents/view/locales/de.ts +13 -0
- package/src/components/documents/view/locales/en.ts +143 -0
- package/src/components/documents/view/locales/es.ts +13 -0
- package/src/components/documents/view/locales/et.ts +143 -0
- package/src/components/documents/view/locales/fi.ts +143 -0
- package/src/components/documents/view/locales/fr.ts +13 -0
- package/src/components/documents/view/locales/hr.ts +18 -5
- package/src/components/documents/view/locales/is.ts +143 -0
- package/src/components/documents/view/locales/it.ts +13 -0
- package/src/components/documents/view/locales/nb.ts +143 -0
- package/src/components/documents/view/locales/nl.ts +13 -0
- package/src/components/documents/view/locales/pl.ts +13 -0
- package/src/components/documents/view/locales/pt.ts +13 -0
- package/src/components/documents/view/locales/sk.ts +143 -0
- package/src/components/documents/view/locales/sl.ts +21 -8
- package/src/components/documents/view/locales/sv.ts +143 -0
- package/src/components/documents/view/use-document-download.ts +18 -17
- package/src/components/entities/create-entity-form.tsx +200 -12
- package/src/components/entities/entities.hooks.ts +15 -7
- package/src/components/entities/entity-settings-form/entity-settings-form.tsx +121 -65
- package/src/components/entities/entity-settings-form/input-with-preview.tsx +28 -4
- package/src/components/entities/entity-settings-form/locales/bg.ts +206 -0
- package/src/components/entities/entity-settings-form/locales/cs.ts +206 -0
- package/src/components/entities/entity-settings-form/locales/de.ts +17 -3
- package/src/components/entities/entity-settings-form/locales/en.ts +206 -0
- package/src/components/entities/entity-settings-form/locales/es.ts +15 -3
- package/src/components/entities/entity-settings-form/locales/et.ts +205 -0
- package/src/components/entities/entity-settings-form/locales/fi.ts +206 -0
- package/src/components/entities/entity-settings-form/locales/fr.ts +15 -3
- package/src/components/entities/entity-settings-form/locales/hr.ts +23 -11
- package/src/components/entities/entity-settings-form/locales/is.ts +206 -0
- package/src/components/entities/entity-settings-form/locales/it.ts +15 -3
- package/src/components/entities/entity-settings-form/locales/nb.ts +206 -0
- package/src/components/entities/entity-settings-form/locales/nl.ts +15 -3
- package/src/components/entities/entity-settings-form/locales/pl.ts +15 -3
- package/src/components/entities/entity-settings-form/locales/pt.ts +15 -3
- package/src/components/entities/entity-settings-form/locales/sk.ts +206 -0
- package/src/components/entities/entity-settings-form/locales/sl.ts +31 -18
- package/src/components/entities/entity-settings-form/locales/sv.ts +212 -0
- package/src/components/entities/fina-settings-form/fina-operator-required-dialog.tsx +34 -9
- package/src/components/entities/fina-settings-form/fina-settings-form.tsx +2 -0
- package/src/components/entities/fina-settings-form/fina-settings.hooks.ts +14 -45
- package/src/components/entities/fina-settings-form/locales/bg.ts +163 -0
- package/src/components/entities/fina-settings-form/locales/cs.ts +163 -0
- package/src/components/entities/fina-settings-form/locales/et.ts +163 -0
- package/src/components/entities/fina-settings-form/locales/fi.ts +163 -0
- package/src/components/entities/fina-settings-form/locales/hr.ts +11 -10
- package/src/components/entities/fina-settings-form/locales/is.ts +164 -0
- package/src/components/entities/fina-settings-form/locales/nb.ts +163 -0
- package/src/components/entities/fina-settings-form/locales/sk.ts +163 -0
- package/src/components/entities/fina-settings-form/locales/sl.ts +8 -7
- package/src/components/entities/fina-settings-form/locales/sv.ts +165 -0
- package/src/components/entities/furs-settings-form/furs-operator-required-dialog.tsx +34 -9
- package/src/components/entities/furs-settings-form/furs-settings-form.tsx +13 -1
- package/src/components/entities/furs-settings-form/furs-settings.hooks.ts +141 -42
- package/src/components/entities/furs-settings-form/locales/bg.ts +242 -0
- package/src/components/entities/furs-settings-form/locales/cs.ts +241 -0
- package/src/components/entities/furs-settings-form/locales/de.ts +42 -15
- package/src/components/entities/furs-settings-form/locales/en.ts +24 -0
- package/src/components/entities/furs-settings-form/locales/es.ts +42 -15
- package/src/components/entities/furs-settings-form/locales/et.ts +242 -0
- package/src/components/entities/furs-settings-form/locales/fi.ts +243 -0
- package/src/components/entities/furs-settings-form/locales/fr.ts +43 -15
- package/src/components/entities/furs-settings-form/locales/hr.ts +44 -19
- package/src/components/entities/furs-settings-form/locales/is.ts +242 -0
- package/src/components/entities/furs-settings-form/locales/it.ts +42 -15
- package/src/components/entities/furs-settings-form/locales/nb.ts +242 -0
- package/src/components/entities/furs-settings-form/locales/nl.ts +42 -15
- package/src/components/entities/furs-settings-form/locales/pl.ts +40 -15
- package/src/components/entities/furs-settings-form/locales/pt.ts +42 -15
- package/src/components/entities/furs-settings-form/locales/sk.ts +243 -0
- package/src/components/entities/furs-settings-form/locales/sl.ts +34 -10
- package/src/components/entities/furs-settings-form/locales/sv.ts +242 -0
- package/src/components/entities/furs-settings-form/sections/enable-fiscalization-section.tsx +11 -0
- package/src/components/entities/furs-settings-form/sections/furs-internal-act-download-card.tsx +111 -0
- package/src/components/entities/furs-settings-form/sections/general-settings-section.tsx +27 -0
- package/src/components/entities/furs-settings-form/sections/premises-management-section.tsx +23 -16
- package/src/components/entities/furs-settings-form/sections/register-premise-dialog.tsx +89 -31
- package/src/components/entities/settings/branding-settings-form.tsx +11 -30
- package/src/components/entities/settings/company-settings-form.tsx +2 -1
- package/src/components/entities/settings/defaults-settings-form.tsx +106 -3
- package/src/components/entities/settings/email-settings-form.tsx +245 -3
- package/src/components/entities/settings/eslog-settings-form.tsx +2 -1
- package/src/components/entities/settings/number-format-settings-form.tsx +2 -1
- package/src/components/entities/settings/pdf-template-selector/locales/bg.ts +20 -0
- package/src/components/entities/settings/pdf-template-selector/locales/cs.ts +20 -0
- package/src/components/entities/settings/pdf-template-selector/locales/en.ts +20 -0
- package/src/components/entities/settings/pdf-template-selector/locales/et.ts +19 -0
- package/src/components/entities/settings/pdf-template-selector/locales/fi.ts +20 -0
- package/src/components/entities/settings/pdf-template-selector/locales/is.ts +19 -0
- package/src/components/entities/settings/pdf-template-selector/locales/nb.ts +19 -0
- package/src/components/entities/settings/pdf-template-selector/locales/sk.ts +20 -0
- package/src/components/entities/settings/pdf-template-selector/locales/sv.ts +19 -0
- package/src/components/entities/settings/tax-rules-settings-form.tsx +57 -6
- package/src/components/estimates/create/create-estimate-form.tsx +250 -66
- package/src/components/estimates/create/locales/bg.ts +77 -0
- package/src/components/estimates/create/locales/cs.ts +77 -0
- package/src/components/estimates/create/locales/de.ts +4 -3
- package/src/components/estimates/create/locales/en.ts +77 -0
- package/src/components/estimates/create/locales/es.ts +4 -3
- package/src/components/estimates/create/locales/et.ts +77 -0
- package/src/components/estimates/create/locales/fi.ts +77 -0
- package/src/components/estimates/create/locales/fr.ts +4 -3
- package/src/components/estimates/create/locales/hr.ts +13 -12
- package/src/components/estimates/create/locales/is.ts +77 -0
- package/src/components/estimates/create/locales/it.ts +4 -3
- package/src/components/estimates/create/locales/nb.ts +77 -0
- package/src/components/estimates/create/locales/nl.ts +4 -3
- package/src/components/estimates/create/locales/pl.ts +4 -3
- package/src/components/estimates/create/locales/pt.ts +4 -3
- package/src/components/estimates/create/locales/sk.ts +77 -0
- package/src/components/estimates/create/locales/sl.ts +13 -12
- package/src/components/estimates/create/locales/sv.ts +77 -0
- package/src/components/estimates/create/prepare-estimate-submission.ts +41 -4
- package/src/components/estimates/estimates.hooks.ts +24 -3
- package/src/components/estimates/list/list-row-actions.tsx +34 -7
- package/src/components/estimates/list/list-table.tsx +89 -11
- package/src/components/estimates/list/locales/bg.ts +40 -0
- package/src/components/estimates/list/locales/cs.ts +40 -0
- package/src/components/estimates/list/locales/de.ts +2 -0
- package/src/components/estimates/list/locales/en.ts +29 -2
- package/src/components/estimates/list/locales/es.ts +2 -0
- package/src/components/estimates/list/locales/et.ts +40 -0
- package/src/components/estimates/list/locales/fi.ts +40 -0
- package/src/components/estimates/list/locales/fr.ts +2 -0
- package/src/components/estimates/list/locales/hr.ts +9 -7
- package/src/components/estimates/list/locales/is.ts +40 -0
- package/src/components/estimates/list/locales/it.ts +2 -0
- package/src/components/estimates/list/locales/nb.ts +40 -0
- package/src/components/estimates/list/locales/nl.ts +2 -0
- package/src/components/estimates/list/locales/pl.ts +2 -0
- package/src/components/estimates/list/locales/pt.ts +2 -0
- package/src/components/estimates/list/locales/sk.ts +40 -0
- package/src/components/estimates/list/locales/sl.ts +9 -7
- package/src/components/estimates/list/locales/sv.ts +40 -0
- package/src/components/estimates/list/use-estimate-download.ts +3 -5
- package/src/components/export/document-export-form.tsx +72 -15
- package/src/components/export/sales-per-item-export-form.tsx +3 -2
- package/src/components/invoices/create/create-invoice-form.tsx +500 -112
- package/src/components/invoices/create/eslog-validation.ts +97 -8
- package/src/components/invoices/create/locales/bg.ts +173 -0
- package/src/components/invoices/create/locales/cs.ts +173 -0
- package/src/components/invoices/create/locales/de.ts +41 -9
- package/src/components/invoices/create/locales/en.ts +173 -0
- package/src/components/invoices/create/locales/es.ts +42 -9
- package/src/components/invoices/create/locales/et.ts +173 -0
- package/src/components/invoices/create/locales/fi.ts +173 -0
- package/src/components/invoices/create/locales/fr.ts +42 -11
- package/src/components/invoices/create/locales/hr.ts +50 -18
- package/src/components/invoices/create/locales/is.ts +173 -0
- package/src/components/invoices/create/locales/it.ts +43 -11
- package/src/components/invoices/create/locales/nb.ts +173 -0
- package/src/components/invoices/create/locales/nl.ts +42 -10
- package/src/components/invoices/create/locales/pl.ts +42 -11
- package/src/components/invoices/create/locales/pt.ts +43 -10
- package/src/components/invoices/create/locales/sk.ts +173 -0
- package/src/components/invoices/create/locales/sl.ts +49 -18
- package/src/components/invoices/create/locales/sv.ts +175 -0
- package/src/components/invoices/create/prepare-invoice-submission.ts +73 -2
- package/src/components/invoices/invoices-furs.hooks.ts +11 -8
- package/src/components/invoices/invoices.hooks.ts +36 -10
- package/src/components/invoices/list/list-row-actions.tsx +54 -21
- package/src/components/invoices/list/list-table.tsx +94 -12
- package/src/components/invoices/list/locales/bg.ts +49 -0
- package/src/components/invoices/list/locales/cs.ts +49 -0
- package/src/components/invoices/list/locales/en.ts +34 -2
- package/src/components/invoices/list/locales/et.ts +49 -0
- package/src/components/invoices/list/locales/fi.ts +49 -0
- package/src/components/invoices/list/locales/is.ts +49 -0
- package/src/components/invoices/list/locales/nb.ts +49 -0
- package/src/components/invoices/list/locales/sk.ts +49 -0
- package/src/components/invoices/list/locales/sv.ts +49 -0
- package/src/components/invoices/list/use-invoice-download.ts +3 -5
- package/src/components/invoices/send-email-dialog/locales/bg.ts +63 -0
- package/src/components/invoices/send-email-dialog/locales/cs.ts +63 -0
- package/src/components/invoices/send-email-dialog/locales/de.ts +26 -0
- package/src/components/invoices/send-email-dialog/locales/en.ts +63 -0
- package/src/components/invoices/send-email-dialog/locales/es.ts +26 -0
- package/src/components/invoices/send-email-dialog/locales/et.ts +63 -0
- package/src/components/invoices/send-email-dialog/locales/fi.ts +63 -0
- package/src/components/invoices/send-email-dialog/locales/fr.ts +26 -0
- package/src/components/invoices/send-email-dialog/locales/hr.ts +26 -0
- package/src/components/invoices/send-email-dialog/locales/is.ts +63 -0
- package/src/components/invoices/send-email-dialog/locales/it.ts +26 -0
- package/src/components/invoices/send-email-dialog/locales/nb.ts +63 -0
- package/src/components/invoices/send-email-dialog/locales/nl.ts +26 -0
- package/src/components/invoices/send-email-dialog/locales/pl.ts +26 -0
- package/src/components/invoices/send-email-dialog/locales/pt.ts +26 -0
- package/src/components/invoices/send-email-dialog/locales/sk.ts +63 -0
- package/src/components/invoices/send-email-dialog/locales/sl.ts +26 -0
- package/src/components/invoices/send-email-dialog/locales/sv.ts +63 -0
- package/src/components/invoices/send-email-dialog/send-email-dialog.tsx +189 -93
- package/src/components/invoices/view/eslog-info-display.tsx +2 -0
- package/src/components/invoices/view/fiscalization-status-card.tsx +2 -0
- package/src/components/items/create-item-form/create-item-form.tsx +29 -0
- package/src/components/items/create-item-form/locales/bg.ts +13 -0
- package/src/components/items/create-item-form/locales/cs.ts +13 -0
- package/src/components/items/create-item-form/locales/et.ts +13 -0
- package/src/components/items/create-item-form/locales/fi.ts +13 -0
- package/src/components/items/create-item-form/locales/is.ts +13 -0
- package/src/components/items/create-item-form/locales/nb.ts +13 -0
- package/src/components/items/create-item-form/locales/sk.ts +13 -0
- package/src/components/items/create-item-form/locales/sv.ts +13 -0
- package/src/components/items/edit-item-form/edit-item-form.tsx +39 -1
- package/src/components/items/edit-item-form/locales/bg.ts +12 -0
- package/src/components/items/edit-item-form/locales/cs.ts +12 -0
- package/src/components/items/edit-item-form/locales/en.ts +12 -0
- package/src/components/items/edit-item-form/locales/et.ts +12 -0
- package/src/components/items/edit-item-form/locales/fi.ts +12 -0
- package/src/components/items/edit-item-form/locales/is.ts +12 -0
- package/src/components/items/edit-item-form/locales/nb.ts +12 -0
- package/src/components/items/edit-item-form/locales/sk.ts +12 -0
- package/src/components/items/edit-item-form/locales/sv.ts +12 -0
- package/src/components/items/item-combobox.tsx +55 -22
- package/src/components/items/item-list-table/item-list-table.tsx +47 -23
- package/src/components/items/item-list-table/locales/bg.ts +16 -0
- package/src/components/items/item-list-table/locales/cs.ts +16 -0
- package/src/components/items/item-list-table/locales/en.ts +4 -3
- package/src/components/items/item-list-table/locales/et.ts +16 -0
- package/src/components/items/item-list-table/locales/fi.ts +16 -0
- package/src/components/items/item-list-table/locales/is.ts +16 -0
- package/src/components/items/item-list-table/locales/nb.ts +16 -0
- package/src/components/items/item-list-table/locales/sk.ts +16 -0
- package/src/components/items/item-list-table/locales/sv.ts +16 -0
- package/src/components/items/items.hooks.ts +15 -15
- package/src/components/payments/create-payment-form/create-payment-form.tsx +16 -9
- package/src/components/payments/create-payment-form/locales/bg.ts +20 -0
- package/src/components/payments/create-payment-form/locales/cs.ts +20 -0
- package/src/components/payments/create-payment-form/locales/en.ts +20 -0
- package/src/components/payments/create-payment-form/locales/et.ts +20 -0
- package/src/components/payments/create-payment-form/locales/fi.ts +20 -0
- package/src/components/payments/create-payment-form/locales/hr.ts +2 -2
- package/src/components/payments/create-payment-form/locales/is.ts +20 -0
- package/src/components/payments/create-payment-form/locales/nb.ts +20 -0
- package/src/components/payments/create-payment-form/locales/sk.ts +20 -0
- package/src/components/payments/create-payment-form/locales/sl.ts +4 -4
- package/src/components/payments/create-payment-form/locales/sv.ts +20 -0
- package/src/components/payments/edit-payment-form/edit-payment-form.tsx +10 -2
- package/src/components/payments/edit-payment-form/locales/bg.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/cs.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/en.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/et.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/fi.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/hr.ts +2 -2
- package/src/components/payments/edit-payment-form/locales/is.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/nb.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/sk.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/sl.ts +4 -4
- package/src/components/payments/edit-payment-form/locales/sv.ts +20 -0
- package/src/components/payments/list/list-row-actions.tsx +10 -2
- package/src/components/payments/list/list-table.tsx +51 -45
- package/src/components/payments/list/locales/bg.ts +42 -0
- package/src/components/payments/list/locales/cs.ts +42 -0
- package/src/components/payments/list/locales/de.ts +18 -0
- package/src/components/payments/list/locales/en.ts +37 -2
- package/src/components/payments/list/locales/es.ts +18 -0
- package/src/components/payments/list/locales/et.ts +42 -0
- package/src/components/payments/list/locales/fi.ts +42 -0
- package/src/components/payments/list/locales/fr.ts +18 -0
- package/src/components/payments/list/locales/hr.ts +18 -0
- package/src/components/payments/list/locales/is.ts +42 -0
- package/src/components/payments/list/locales/it.ts +18 -0
- package/src/components/payments/list/locales/nb.ts +42 -0
- package/src/components/payments/list/locales/nl.ts +18 -0
- package/src/components/payments/list/locales/pl.ts +18 -0
- package/src/components/payments/list/locales/pt.ts +18 -0
- package/src/components/payments/list/locales/sk.ts +42 -0
- package/src/components/payments/list/locales/sl.ts +18 -1
- package/src/components/payments/list/locales/sv.ts +42 -0
- package/src/components/payments/payments.hooks.ts +13 -6
- package/src/components/recurring-invoices/create-recurring-invoice-form/create-recurring-invoice-form.tsx +121 -39
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/bg.ts +44 -0
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/cs.ts +44 -0
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/en.ts +44 -0
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/et.ts +44 -0
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/fi.ts +44 -0
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/hr.ts +6 -6
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/is.ts +44 -0
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/nb.ts +44 -0
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/sk.ts +44 -0
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/sl.ts +4 -4
- package/src/components/recurring-invoices/create-recurring-invoice-form/locales/sv.ts +44 -0
- package/src/components/recurring-invoices/list/list-row-actions.tsx +12 -6
- package/src/components/recurring-invoices/list/list-table.tsx +63 -12
- package/src/components/recurring-invoices/list/locales/bg.ts +32 -0
- package/src/components/recurring-invoices/list/locales/cs.ts +32 -0
- package/src/components/recurring-invoices/list/locales/de.ts +4 -0
- package/src/components/recurring-invoices/list/locales/en.ts +27 -0
- package/src/components/recurring-invoices/list/locales/es.ts +4 -0
- package/src/components/recurring-invoices/list/locales/et.ts +32 -0
- package/src/components/recurring-invoices/list/locales/fi.ts +32 -0
- package/src/components/recurring-invoices/list/locales/fr.ts +4 -0
- package/src/components/recurring-invoices/list/locales/hr.ts +4 -0
- package/src/components/recurring-invoices/list/locales/is.ts +32 -0
- package/src/components/recurring-invoices/list/locales/it.ts +4 -0
- package/src/components/recurring-invoices/list/locales/nb.ts +32 -0
- package/src/components/recurring-invoices/list/locales/nl.ts +4 -0
- package/src/components/recurring-invoices/list/locales/pl.ts +4 -0
- package/src/components/recurring-invoices/list/locales/pt.ts +4 -0
- package/src/components/recurring-invoices/list/locales/sk.ts +32 -0
- package/src/components/recurring-invoices/list/locales/sl.ts +4 -0
- package/src/components/recurring-invoices/list/locales/sv.ts +32 -0
- package/src/components/recurring-invoices/recurring-invoices.hooks.ts +11 -8
- package/src/components/request-logs/request-log-detail.tsx +30 -23
- package/src/components/request-logs/request-log-list-table.tsx +88 -45
- package/src/components/table/README.md +47 -9
- package/src/components/table/data-table.tsx +232 -92
- package/src/components/table/filter-bar.tsx +1 -1
- package/src/components/table/filter-panel.tsx +51 -22
- package/src/components/table/hooks/use-table-state.ts +64 -11
- package/src/components/table/index.ts +3 -0
- package/src/components/table/locales.ts +119 -4
- package/src/components/table/selection-toolbar.tsx +65 -9
- package/src/components/table/sorting.ts +80 -0
- package/src/components/table/table-skeleton.tsx +15 -9
- package/src/components/table/types.ts +17 -0
- package/src/components/tax-reports/index.ts +8 -0
- package/src/components/tax-reports/kir-export-form.tsx +4 -5
- package/src/components/tax-reports/slovenia-accounting-mappings-fields.tsx +271 -0
- package/src/components/tax-reports/slovenia-tax-profile-step.tsx +25 -11
- package/src/components/tax-reports/slovenia-vod-export-form.tsx +452 -0
- package/src/components/tax-reports/slovenia-yearly-export-form.tsx +20 -16
- package/src/components/tax-reports/slovenia-yearly-review-step.tsx +42 -19
- package/src/components/taxes/create-tax-form/create-tax-form.tsx +48 -2
- package/src/components/taxes/create-tax-form/locales/bg.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/cs.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/et.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/fi.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/is.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/nb.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/sk.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/sv.ts +8 -0
- package/src/components/taxes/edit-tax-form/edit-tax-form.tsx +80 -11
- package/src/components/taxes/edit-tax-form/locales/bg.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/cs.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/en.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/et.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/fi.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/is.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/nb.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/sk.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/sv.ts +6 -0
- package/src/components/taxes/tax-list-table/locales/bg.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/cs.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/en.ts +4 -3
- package/src/components/taxes/tax-list-table/locales/et.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/fi.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/is.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/nb.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/sk.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/sv.ts +17 -0
- package/src/components/taxes/tax-list-table/tax-list-table.tsx +53 -19
- package/src/components/taxes/taxes.hooks.ts +53 -12
- package/src/components/ui/badge.tsx +1 -1
- package/src/components/ui/button.tsx +1 -1
- package/src/components/ui/drawer.tsx +2 -2
- package/src/components/ui/form.tsx +118 -10
- package/src/components/ui/progress.tsx +6 -4
- package/src/components/ui/select.tsx +118 -2
- package/src/components/ui/sidebar.tsx +2 -2
- package/src/components/ui/sonner.tsx +17 -36
- package/src/components/ui/sticky-form-footer.tsx +6 -1
- package/src/components/ui/tooltip.tsx +15 -2
- package/src/components/webhook-logs/webhook-delivery-detail.tsx +22 -22
- package/src/components/webhook-logs/webhook-delivery-list-table.tsx +92 -17
- package/src/components/wl-subscription/locked-feature.tsx +11 -10
- package/src/components/wl-subscription/paywall.tsx +184 -72
- package/src/components/wl-subscription/upgrade-modal.tsx +28 -31
- package/src/generate-schemas.ts +146 -103
- package/src/generated/schemas/acceptentityinvitation_body.ts +4 -3
- package/src/generated/schemas/accountwebhook.ts +63 -0
- package/src/generated/schemas/addentityuser_body.ts +4 -3
- package/src/generated/schemas/advanceinvoice.ts +167 -168
- package/src/generated/schemas/authorizeshopify_body.ts +4 -3
- package/src/generated/schemas/calculatedocumentpreview.ts +120 -0
- package/src/generated/schemas/checktransactiontype.ts +35 -0
- package/src/generated/schemas/creditnote.ts +203 -76
- package/src/generated/schemas/customadvanceinvoice.ts +172 -165
- package/src/generated/schemas/customcreditnote.ts +183 -155
- package/src/generated/schemas/customdeliverynote.ts +166 -0
- package/src/generated/schemas/customer.ts +4 -8
- package/src/generated/schemas/customestimate.ts +123 -97
- package/src/generated/schemas/customincomingpurchasedocument.ts +142 -0
- package/src/generated/schemas/custominvoice.ts +183 -154
- package/src/generated/schemas/deliverynote.ts +124 -79
- package/src/generated/schemas/einvoice.ts +19 -0
- package/src/generated/schemas/einvoicingsettings.ts +21 -0
- package/src/generated/schemas/einvoicingsupplier.ts +45 -0
- package/src/generated/schemas/entity.ts +267 -24
- package/src/generated/schemas/entityapikey.ts +1 -3
- package/src/generated/schemas/entityuserrole.ts +1 -3
- package/src/generated/schemas/estimate.ts +120 -127
- package/src/generated/schemas/exportsloveniavodxml_body.ts +17 -0
- package/src/generated/schemas/exportsloveniayearlynormiranireport_body.ts +4 -3
- package/src/generated/schemas/finadevice.ts +15 -0
- package/src/generated/schemas/finalizedocument.ts +52 -0
- package/src/generated/schemas/finapremise.ts +15 -0
- package/src/generated/schemas/finasettings.ts +1 -3
- package/src/generated/schemas/furselectronicdevice.ts +15 -0
- package/src/generated/schemas/furssettings.ts +2 -3
- package/src/generated/schemas/image.ts +15 -0
- package/src/generated/schemas/incomingpurchasedocument.ts +178 -0
- package/src/generated/schemas/incomingpurchasedocumentattachment.ts +15 -0
- package/src/generated/schemas/incomingpurchasedocumentpayment.ts +36 -0
- package/src/generated/schemas/index.ts +30 -5
- package/src/generated/schemas/invoice.ts +182 -183
- package/src/generated/schemas/item.ts +35 -3
- package/src/generated/schemas/legacymigrationauth.ts +18 -0
- package/src/generated/schemas/me.ts +4 -22
- package/src/generated/schemas/migrationjob.ts +20 -0
- package/src/generated/schemas/order.ts +6 -8
- package/src/generated/schemas/orderintegration.ts +12 -12
- package/src/generated/schemas/payment.ts +9 -8
- package/src/generated/schemas/ptatcudseries.ts +28 -0
- package/src/generated/schemas/queryentitystats.ts +15 -0
- package/src/generated/schemas/recurringinvoice.ts +4 -8
- package/src/generated/schemas/registerfursmovablepremise_body.ts +1 -3
- package/src/generated/schemas/registerfursrealestatepremise_body.ts +1 -3
- package/src/generated/schemas/renderadvanceinvoicepreview_body.ts +42 -16
- package/src/generated/schemas/rendercreditnotepreview_body.ts +42 -16
- package/src/generated/schemas/renderdeliverynotepreview_body.ts +19 -8
- package/src/generated/schemas/renderestimatepreview_body.ts +45 -8
- package/src/generated/schemas/renderinvoicepreview_body.ts +46 -18
- package/src/generated/schemas/reviewsloveniayearlynormiranireport.ts +15 -0
- package/src/generated/schemas/searcheinvoicingcustomer.ts +18 -0
- package/src/generated/schemas/senddocument_body.ts +2 -3
- package/src/generated/schemas/sendemail_body.ts +48 -42
- package/src/generated/schemas/sloveniataxprofile.ts +98 -24
- package/src/generated/schemas/starteslogexport_body.ts +34 -0
- package/src/generated/schemas/startpdfexport_body.ts +18 -81
- package/src/generated/schemas/stripeappconnect_body.ts +4 -3
- package/src/generated/schemas/stripeappcreateinvoice_body.ts +4 -6
- package/src/generated/schemas/stripeappmarketplaceauthorize.ts +15 -0
- package/src/generated/schemas/stripeappupdatesettings_body.ts +6 -6
- package/src/generated/schemas/supplier.ts +55 -0
- package/src/generated/schemas/syncshopifyorders_body.ts +21 -0
- package/src/generated/schemas/tax.ts +8 -8
- package/src/generated/schemas/uploadfile_body.ts +2 -3
- package/src/generated/schemas/uploadfurscertificate_body.ts +6 -6
- package/src/generated/schemas/userfinasettings.ts +1 -3
- package/src/generated/schemas/userfurssettings.ts +1 -3
- package/src/generated/schemas/userptsettings.ts +24 -0
- package/src/generated/schemas/voidinvoice_body.ts +25 -0
- package/src/generated/schemas/webhook.ts +6 -8
- package/src/generated/schemas/wlsubscriptionbillingemail.ts +17 -0
- package/src/hooks/create-resource-hooks.ts +22 -19
- package/src/hooks/use-duplicate-document.ts +71 -38
- package/src/hooks/use-eslog-validation.ts +5 -1
- package/src/hooks/use-next-document-number.ts +13 -6
- package/src/hooks/use-resolved-entity-id.ts +14 -0
- package/src/hooks/use-resource-mutation.ts +11 -30
- package/src/hooks/use-transaction-type-check.ts +3 -8
- package/src/lib/browser-cookies.ts +1 -1
- package/src/lib/country-capabilities.ts +114 -0
- package/src/lib/date-fns-locale.ts +1 -20
- package/src/lib/date-only.ts +58 -0
- package/src/lib/document-display.ts +18 -0
- package/src/lib/eslog-export.ts +32 -0
- package/src/lib/fiscalization-options.ts +21 -1
- package/src/lib/formatting.ts +27 -0
- package/src/lib/furs-error-utils.ts +29 -0
- package/src/lib/locale.ts +4 -0
- package/src/lib/payment-display.ts +97 -0
- package/src/lib/pt-document-input.ts +67 -0
- package/src/lib/schemas/shared.ts +12 -0
- package/src/lib/template-variables.tsx +102 -4
- package/src/lib/translation.ts +51 -33
- package/src/lib/white-label-capabilities.ts +626 -0
- package/src/lib/zod-validation-message.ts +291 -0
- package/src/providers/entities-provider.tsx +32 -14
- package/src/providers/sdk-provider.tsx +112 -12
- package/src/providers/space-invoices-provider.tsx +129 -0
- package/src/providers/white-label-provider.tsx +96 -4
- package/src/providers/wl-subscription-provider.tsx +149 -10
- package/src/generated/schemas/previewadvanceinvoice_body.ts +0 -354
- package/src/generated/schemas/previewestimate_body.ts +0 -309
- package/src/generated/schemas/registerfinamovablepremise_body.ts +0 -26
- package/src/generated/schemas/registerfinarealestatepremise_body.ts +0 -37
- package/src/generated/schemas/renderdocument_body.ts +0 -594
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
PDF: "PDF",
|
|
3
|
+
Send: "Send",
|
|
4
|
+
Payment: "Betaling",
|
|
5
|
+
Share: "Share",
|
|
6
|
+
Unshare: "Fjern deling",
|
|
7
|
+
Copied: "Copied",
|
|
8
|
+
"Copy shareable link": "Copy shareable link",
|
|
9
|
+
"Unshare document": "Unshare document",
|
|
10
|
+
"Unshare document confirmation": "Unshare document confirmation",
|
|
11
|
+
"Document unshared": "Document unshared",
|
|
12
|
+
"Unshare failed": "Unshare failed",
|
|
13
|
+
"Download failed": "Download failed",
|
|
14
|
+
"e-SLOG download failed": "e-SLOG download failed",
|
|
15
|
+
Recurring: "Recurring",
|
|
16
|
+
Duplicate: "Duplicate",
|
|
17
|
+
"Duplicate invoice": "Dupliser faktura",
|
|
18
|
+
"Duplicate estimate": "Dupliser estimat",
|
|
19
|
+
"Duplicate credit_note": "Dupliser kreditnota",
|
|
20
|
+
"Duplicate advance_invoice": "Dupliser forskuddsfaktura",
|
|
21
|
+
"Duplicate delivery_note": "Dupliser følgeseddel",
|
|
22
|
+
"Create invoice": "Opprett faktura",
|
|
23
|
+
"Create estimate": "Lag estimat",
|
|
24
|
+
"Create credit_note": "Opprett kreditnota",
|
|
25
|
+
"Create advance_invoice": "Opprett forskuddsfaktura",
|
|
26
|
+
"Create delivery_note": "Opprett følgeseddel",
|
|
27
|
+
Details: "Detaljer",
|
|
28
|
+
Number: "Nummer",
|
|
29
|
+
Date: "Dato",
|
|
30
|
+
"Due date": "Forfallsdato",
|
|
31
|
+
"Service date": "Service date",
|
|
32
|
+
"Service period": "Service period",
|
|
33
|
+
"Valid until": "Valid until",
|
|
34
|
+
Customer: "Kunde",
|
|
35
|
+
Discount: "Discount",
|
|
36
|
+
Subtotal: "Subtotal",
|
|
37
|
+
Tax: "Tax",
|
|
38
|
+
of: "of",
|
|
39
|
+
Total: "Totalt",
|
|
40
|
+
Paid: "Betalt",
|
|
41
|
+
Due: "Due",
|
|
42
|
+
Status: "Status",
|
|
43
|
+
"Paid in full": "Paid in full",
|
|
44
|
+
"Partially paid": "Partially paid",
|
|
45
|
+
Unpaid: "Unpaid",
|
|
46
|
+
Voided: "Annullert",
|
|
47
|
+
Overdue: "Forfalt",
|
|
48
|
+
Shareable: "Shareable",
|
|
49
|
+
"Proforma invoice": "Proformafaktura",
|
|
50
|
+
"Packing list": "Packing list",
|
|
51
|
+
"FURS fiscalization failed": "FURS fiscalization failed",
|
|
52
|
+
"FINA fiscalization failed": "FINA fiscalization failed",
|
|
53
|
+
Payments: "Betalinger",
|
|
54
|
+
Refunds: "Refunds",
|
|
55
|
+
"No payments": "No payments",
|
|
56
|
+
"No refunds": "No refunds",
|
|
57
|
+
"Add payment": "Legg til betaling",
|
|
58
|
+
Edit: "Rediger",
|
|
59
|
+
Delete: "Slett",
|
|
60
|
+
"Delete payment": "Delete payment",
|
|
61
|
+
"Delete payment confirmation": "Delete payment confirmation",
|
|
62
|
+
Cancel: "Avbryt",
|
|
63
|
+
cash: "Kontant",
|
|
64
|
+
bank_transfer: "Bankoverføring",
|
|
65
|
+
card: "Kort",
|
|
66
|
+
check: "Sjekk",
|
|
67
|
+
credit_note: "Kreditnota",
|
|
68
|
+
other: "Annet",
|
|
69
|
+
advance_invoice: "Forskuddsfaktura",
|
|
70
|
+
advance_payment: "advance_payment",
|
|
71
|
+
"Delete failed": "Delete failed",
|
|
72
|
+
Finalize: "Ferdigstill",
|
|
73
|
+
"Delete Draft": "Slett utkast",
|
|
74
|
+
"Finalize document": "Finalize document",
|
|
75
|
+
"Finalize document confirmation": "Finalize document confirmation",
|
|
76
|
+
"Delete draft document": "Delete draft document",
|
|
77
|
+
"Delete draft confirmation": "Delete draft confirmation",
|
|
78
|
+
"Document finalized": "Document finalized",
|
|
79
|
+
"Finalize failed": "Finalize failed",
|
|
80
|
+
"Draft deleted": "Draft deleted",
|
|
81
|
+
"Delete draft failed": "Delete draft failed",
|
|
82
|
+
Draft: "Draft",
|
|
83
|
+
Void: "Void",
|
|
84
|
+
"Voiding...": "Annullerer...",
|
|
85
|
+
Activity: "Activity",
|
|
86
|
+
"No activity": "No activity",
|
|
87
|
+
Created: "Opprettet",
|
|
88
|
+
Updated: "Oppdatert",
|
|
89
|
+
Sent: "Sent",
|
|
90
|
+
Deleted: "Deleted",
|
|
91
|
+
by: "by",
|
|
92
|
+
me: "me",
|
|
93
|
+
User: "Bruker",
|
|
94
|
+
System: "System",
|
|
95
|
+
Scheduled: "Scheduled",
|
|
96
|
+
"Version history": "Version history",
|
|
97
|
+
"No version history": "No version history",
|
|
98
|
+
Version: "Version",
|
|
99
|
+
Fiscalization: "Fiscalization",
|
|
100
|
+
Fiscalized: "Fiskalisert",
|
|
101
|
+
Pending: "Venter",
|
|
102
|
+
Failed: "Mislyktes",
|
|
103
|
+
Skipped: "Skipped",
|
|
104
|
+
"Skipped by user": "Skipped by user",
|
|
105
|
+
"Retry fiscalization": "Retry fiscalization",
|
|
106
|
+
English: "Engelsk",
|
|
107
|
+
German: "Tysk",
|
|
108
|
+
Slovenian: "Slovensk",
|
|
109
|
+
Italian: "Italiensk",
|
|
110
|
+
French: "Fransk",
|
|
111
|
+
Spanish: "Spansk",
|
|
112
|
+
Portuguese: "Portugisisk",
|
|
113
|
+
Dutch: "Nederlandsk",
|
|
114
|
+
Polish: "Polsk",
|
|
115
|
+
Croatian: "Kroatisk",
|
|
116
|
+
Swedish: "Svensk",
|
|
117
|
+
Finnish: "Finsk",
|
|
118
|
+
Estonian: "Estisk",
|
|
119
|
+
Bulgarian: "Bulgarsk",
|
|
120
|
+
Czech: "Tsjekkisk",
|
|
121
|
+
Slovak: "Slovakisk",
|
|
122
|
+
Norwegian: "Norsk bokmål",
|
|
123
|
+
Icelandic: "Islandsk",
|
|
124
|
+
"Linked documents": "Linked documents",
|
|
125
|
+
"No linked documents": "No linked documents",
|
|
126
|
+
Invoice: "Faktura",
|
|
127
|
+
Estimate: "Tilbud",
|
|
128
|
+
"Credit note": "Kreditnota",
|
|
129
|
+
"Advance invoice": "Forskuddsfaktura",
|
|
130
|
+
"Delivery note": "Følgeseddel",
|
|
131
|
+
"Credit for": "Credit for",
|
|
132
|
+
"Converted from": "Converted from",
|
|
133
|
+
"Converted to": "Converted to",
|
|
134
|
+
"Has credit": "Has credit",
|
|
135
|
+
"Advance applied": "Advance applied",
|
|
136
|
+
"Applied to": "Applied to",
|
|
137
|
+
"Delivered for": "Delivered for",
|
|
138
|
+
"Has delivery": "Has delivery",
|
|
139
|
+
Fulfills: "Fulfills",
|
|
140
|
+
"Fulfilled by": "Fulfilled by",
|
|
141
|
+
References: "References",
|
|
142
|
+
View: "Vis",
|
|
143
|
+
} as const;
|
|
@@ -49,10 +49,18 @@ export default {
|
|
|
49
49
|
"Partially paid": "Gedeeltelijk betaald",
|
|
50
50
|
Unpaid: "Onbetaald",
|
|
51
51
|
Voided: "Nietig verklaard",
|
|
52
|
+
Overdue: "Achterstallig",
|
|
53
|
+
Shareable: "Deelbaar",
|
|
54
|
+
"Proforma invoice": "Proforma factuur",
|
|
55
|
+
"Packing list": "Paklijst",
|
|
56
|
+
"FURS fiscalization failed": "FURS-fiscalisatie mislukt",
|
|
57
|
+
"FINA fiscalization failed": "FINA-fiscalisatie mislukt",
|
|
52
58
|
|
|
53
59
|
// Payments list
|
|
54
60
|
Payments: "Betalingen",
|
|
61
|
+
Refunds: "Terugbetalingen",
|
|
55
62
|
"No payments": "Geen betalingen",
|
|
63
|
+
"No refunds": "Geen terugbetalingen",
|
|
56
64
|
"Add payment": "Betaling toevoegen",
|
|
57
65
|
Edit: "Bewerken",
|
|
58
66
|
Delete: "Verwijderen",
|
|
@@ -68,6 +76,7 @@ export default {
|
|
|
68
76
|
credit_note: "Creditnota",
|
|
69
77
|
other: "Overig",
|
|
70
78
|
advance_invoice: "Voorschotfactuur",
|
|
79
|
+
advance_payment: "Vooruitbetaling",
|
|
71
80
|
|
|
72
81
|
// Errors
|
|
73
82
|
"Delete failed": "Verwijderen mislukt",
|
|
@@ -100,8 +109,12 @@ export default {
|
|
|
100
109
|
Deleted: "Verwijderd",
|
|
101
110
|
by: "door",
|
|
102
111
|
me: "mij",
|
|
112
|
+
User: "Gebruiker",
|
|
103
113
|
System: "Systeem",
|
|
104
114
|
Scheduled: "Gepland",
|
|
115
|
+
"Version history": "Versiegeschiedenis",
|
|
116
|
+
"No version history": "Geen versiegeschiedenis",
|
|
117
|
+
Version: "Versie",
|
|
105
118
|
|
|
106
119
|
// Fiscalization
|
|
107
120
|
Fiscalization: "Fiscalisatie",
|
|
@@ -49,10 +49,18 @@ export default {
|
|
|
49
49
|
"Partially paid": "Częściowo zapłacono",
|
|
50
50
|
Unpaid: "Niezapłacono",
|
|
51
51
|
Voided: "Anulowano",
|
|
52
|
+
Overdue: "Przeterminowane",
|
|
53
|
+
Shareable: "Udostępnialne",
|
|
54
|
+
"Proforma invoice": "Faktura pro forma",
|
|
55
|
+
"Packing list": "Lista pakowania",
|
|
56
|
+
"FURS fiscalization failed": "Fiscalizacja FURS nie powiodła się",
|
|
57
|
+
"FINA fiscalization failed": "Fiscalizacja FINA nie powiodła się",
|
|
52
58
|
|
|
53
59
|
// Payments list
|
|
54
60
|
Payments: "Płatności",
|
|
61
|
+
Refunds: "Zwroty",
|
|
55
62
|
"No payments": "Brak płatności",
|
|
63
|
+
"No refunds": "Brak zwrotów",
|
|
56
64
|
"Add payment": "Dodaj płatność",
|
|
57
65
|
Edit: "Edytuj",
|
|
58
66
|
Delete: "Usuń",
|
|
@@ -68,6 +76,7 @@ export default {
|
|
|
68
76
|
credit_note: "Nota kredytowa",
|
|
69
77
|
other: "Inne",
|
|
70
78
|
advance_invoice: "Faktura zaliczkowa",
|
|
79
|
+
advance_payment: "Płatność zaliczkowa",
|
|
71
80
|
|
|
72
81
|
// Errors
|
|
73
82
|
"Delete failed": "Usunięcie nie powiodło się",
|
|
@@ -99,8 +108,12 @@ export default {
|
|
|
99
108
|
Deleted: "Usunięto",
|
|
100
109
|
by: "przez",
|
|
101
110
|
me: "mnie",
|
|
111
|
+
User: "Użytkownik",
|
|
102
112
|
System: "System",
|
|
103
113
|
Scheduled: "Zaplanowano",
|
|
114
|
+
"Version history": "Historia wersji",
|
|
115
|
+
"No version history": "Brak historii wersji",
|
|
116
|
+
Version: "Wersja",
|
|
104
117
|
|
|
105
118
|
// Fiscalization
|
|
106
119
|
Fiscalization: "Fiskalizacja",
|
|
@@ -49,10 +49,18 @@ export default {
|
|
|
49
49
|
"Partially paid": "Parcialmente pago",
|
|
50
50
|
Unpaid: "Não pago",
|
|
51
51
|
Voided: "Anulado",
|
|
52
|
+
Overdue: "Vencido",
|
|
53
|
+
Shareable: "Partilhável",
|
|
54
|
+
"Proforma invoice": "Fatura proforma",
|
|
55
|
+
"Packing list": "Lista de embalagem",
|
|
56
|
+
"FURS fiscalization failed": "A fiscalização FURS falhou",
|
|
57
|
+
"FINA fiscalization failed": "A fiscalização FINA falhou",
|
|
52
58
|
|
|
53
59
|
// Payments list
|
|
54
60
|
Payments: "Pagamentos",
|
|
61
|
+
Refunds: "Reembolsos",
|
|
55
62
|
"No payments": "Sem pagamentos",
|
|
63
|
+
"No refunds": "Sem reembolsos",
|
|
56
64
|
"Add payment": "Adicionar pagamento",
|
|
57
65
|
Edit: "Editar",
|
|
58
66
|
Delete: "Eliminar",
|
|
@@ -68,6 +76,7 @@ export default {
|
|
|
68
76
|
credit_note: "Nota de crédito",
|
|
69
77
|
other: "Outro",
|
|
70
78
|
advance_invoice: "Fatura antecipada",
|
|
79
|
+
advance_payment: "Pagamento antecipado",
|
|
71
80
|
|
|
72
81
|
// Errors
|
|
73
82
|
"Delete failed": "Falha na eliminação",
|
|
@@ -99,8 +108,12 @@ export default {
|
|
|
99
108
|
Deleted: "Eliminado",
|
|
100
109
|
by: "por",
|
|
101
110
|
me: "mim",
|
|
111
|
+
User: "Utilizador",
|
|
102
112
|
System: "Sistema",
|
|
103
113
|
Scheduled: "Agendado",
|
|
114
|
+
"Version history": "Histórico de versões",
|
|
115
|
+
"No version history": "Sem histórico de versões",
|
|
116
|
+
Version: "Versão",
|
|
104
117
|
|
|
105
118
|
// Fiscalization
|
|
106
119
|
Fiscalization: "Fiscalização",
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
PDF: "PDF",
|
|
3
|
+
Send: "Send",
|
|
4
|
+
Payment: "Platba",
|
|
5
|
+
Share: "Share",
|
|
6
|
+
Unshare: "Zrušiť zdieľanie",
|
|
7
|
+
Copied: "Copied",
|
|
8
|
+
"Copy shareable link": "Copy shareable link",
|
|
9
|
+
"Unshare document": "Unshare document",
|
|
10
|
+
"Unshare document confirmation": "Unshare document confirmation",
|
|
11
|
+
"Document unshared": "Document unshared",
|
|
12
|
+
"Unshare failed": "Unshare failed",
|
|
13
|
+
"Download failed": "Download failed",
|
|
14
|
+
"e-SLOG download failed": "e-SLOG download failed",
|
|
15
|
+
Recurring: "Recurring",
|
|
16
|
+
Duplicate: "Duplicate",
|
|
17
|
+
"Duplicate invoice": "Duplikovat fakturu",
|
|
18
|
+
"Duplicate estimate": "Duplikovat odhad",
|
|
19
|
+
"Duplicate credit_note": "Duplikovat dobropis",
|
|
20
|
+
"Duplicate advance_invoice": "Duplikovat zalohovu fakturu",
|
|
21
|
+
"Duplicate delivery_note": "Duplikovat dodaci list",
|
|
22
|
+
"Create invoice": "Vytvorit fakturu",
|
|
23
|
+
"Create estimate": "Vytvorte odhad",
|
|
24
|
+
"Create credit_note": "Vytvorit dobropis",
|
|
25
|
+
"Create advance_invoice": "Vytvoriť zálohovú faktúru",
|
|
26
|
+
"Create delivery_note": "Vytvoriť dodací list",
|
|
27
|
+
Details: "Údaje",
|
|
28
|
+
Number: "Číslo",
|
|
29
|
+
Date: "Dátum",
|
|
30
|
+
"Due date": "Dátum splatnosti",
|
|
31
|
+
"Service date": "Service date",
|
|
32
|
+
"Service period": "Service period",
|
|
33
|
+
"Valid until": "Valid until",
|
|
34
|
+
Customer: "Zákazník",
|
|
35
|
+
Discount: "Discount",
|
|
36
|
+
Subtotal: "Subtotal",
|
|
37
|
+
Tax: "Tax",
|
|
38
|
+
of: "of",
|
|
39
|
+
Total: "Celkom",
|
|
40
|
+
Paid: "Zaplatené",
|
|
41
|
+
Due: "Due",
|
|
42
|
+
Status: "Stav",
|
|
43
|
+
"Paid in full": "Paid in full",
|
|
44
|
+
"Partially paid": "Partially paid",
|
|
45
|
+
Unpaid: "Unpaid",
|
|
46
|
+
Voided: "Stornovaná",
|
|
47
|
+
Overdue: "Po splatnosti",
|
|
48
|
+
Shareable: "Shareable",
|
|
49
|
+
"Proforma invoice": "Proforma faktúra",
|
|
50
|
+
"Packing list": "Packing list",
|
|
51
|
+
"FURS fiscalization failed": "FURS fiscalization failed",
|
|
52
|
+
"FINA fiscalization failed": "FINA fiscalization failed",
|
|
53
|
+
Payments: "Platby",
|
|
54
|
+
Refunds: "Refunds",
|
|
55
|
+
"No payments": "No payments",
|
|
56
|
+
"No refunds": "No refunds",
|
|
57
|
+
"Add payment": "Pridat platbu",
|
|
58
|
+
Edit: "Upraviť",
|
|
59
|
+
Delete: "Vymazať",
|
|
60
|
+
"Delete payment": "Delete payment",
|
|
61
|
+
"Delete payment confirmation": "Delete payment confirmation",
|
|
62
|
+
Cancel: "Zrušiť",
|
|
63
|
+
cash: "Hotovosť",
|
|
64
|
+
bank_transfer: "Bankový prevod",
|
|
65
|
+
card: "Karta",
|
|
66
|
+
check: "Šek",
|
|
67
|
+
credit_note: "Dobropis",
|
|
68
|
+
other: "Iné",
|
|
69
|
+
advance_invoice: "Zálohová faktúra",
|
|
70
|
+
advance_payment: "advance_payment",
|
|
71
|
+
"Delete failed": "Delete failed",
|
|
72
|
+
Finalize: "Finalizovať",
|
|
73
|
+
"Delete Draft": "Vymazať koncept",
|
|
74
|
+
"Finalize document": "Finalize document",
|
|
75
|
+
"Finalize document confirmation": "Finalize document confirmation",
|
|
76
|
+
"Delete draft document": "Delete draft document",
|
|
77
|
+
"Delete draft confirmation": "Delete draft confirmation",
|
|
78
|
+
"Document finalized": "Document finalized",
|
|
79
|
+
"Finalize failed": "Finalize failed",
|
|
80
|
+
"Draft deleted": "Draft deleted",
|
|
81
|
+
"Delete draft failed": "Delete draft failed",
|
|
82
|
+
Draft: "Draft",
|
|
83
|
+
Void: "Void",
|
|
84
|
+
"Voiding...": "Stornujem...",
|
|
85
|
+
Activity: "Activity",
|
|
86
|
+
"No activity": "No activity",
|
|
87
|
+
Created: "Vytvorené",
|
|
88
|
+
Updated: "Aktualizované",
|
|
89
|
+
Sent: "Sent",
|
|
90
|
+
Deleted: "Deleted",
|
|
91
|
+
by: "by",
|
|
92
|
+
me: "me",
|
|
93
|
+
User: "Používateľ",
|
|
94
|
+
System: "Systémový",
|
|
95
|
+
Scheduled: "Scheduled",
|
|
96
|
+
"Version history": "Version history",
|
|
97
|
+
"No version history": "No version history",
|
|
98
|
+
Version: "Version",
|
|
99
|
+
Fiscalization: "Fiscalization",
|
|
100
|
+
Fiscalized: "Fiskalizované",
|
|
101
|
+
Pending: "Čaká",
|
|
102
|
+
Failed: "Neúspešné",
|
|
103
|
+
Skipped: "Skipped",
|
|
104
|
+
"Skipped by user": "Skipped by user",
|
|
105
|
+
"Retry fiscalization": "Retry fiscalization",
|
|
106
|
+
English: "Angličtina",
|
|
107
|
+
German: "Nemčina",
|
|
108
|
+
Slovenian: "Slovinčina",
|
|
109
|
+
Italian: "Taliančina",
|
|
110
|
+
French: "Francúzština",
|
|
111
|
+
Spanish: "Španielčina",
|
|
112
|
+
Portuguese: "Portugalčina",
|
|
113
|
+
Dutch: "Holandčina",
|
|
114
|
+
Polish: "Poľština",
|
|
115
|
+
Croatian: "Chorvátčina",
|
|
116
|
+
Swedish: "Švédčina",
|
|
117
|
+
Finnish: "Fínčina",
|
|
118
|
+
Estonian: "Estónčina",
|
|
119
|
+
Bulgarian: "Bulharčina",
|
|
120
|
+
Czech: "Čeština",
|
|
121
|
+
Slovak: "Slovenčina",
|
|
122
|
+
Norwegian: "Nórčina",
|
|
123
|
+
Icelandic: "Islandčina",
|
|
124
|
+
"Linked documents": "Linked documents",
|
|
125
|
+
"No linked documents": "No linked documents",
|
|
126
|
+
Invoice: "Faktura",
|
|
127
|
+
Estimate: "Cenová ponuka",
|
|
128
|
+
"Credit note": "Dobropis",
|
|
129
|
+
"Advance invoice": "Zálohová faktúra",
|
|
130
|
+
"Delivery note": "Dodací list",
|
|
131
|
+
"Credit for": "Credit for",
|
|
132
|
+
"Converted from": "Converted from",
|
|
133
|
+
"Converted to": "Converted to",
|
|
134
|
+
"Has credit": "Has credit",
|
|
135
|
+
"Advance applied": "Advance applied",
|
|
136
|
+
"Applied to": "Applied to",
|
|
137
|
+
"Delivered for": "Delivered for",
|
|
138
|
+
"Has delivery": "Has delivery",
|
|
139
|
+
Fulfills: "Fulfills",
|
|
140
|
+
"Fulfilled by": "Fulfilled by",
|
|
141
|
+
References: "References",
|
|
142
|
+
View: "Zobraziť",
|
|
143
|
+
} as const;
|
|
@@ -16,12 +16,12 @@ export default {
|
|
|
16
16
|
Recurring: "Ponavljajoče",
|
|
17
17
|
Duplicate: "Podvoji",
|
|
18
18
|
"Duplicate invoice": "Podvoji račun",
|
|
19
|
-
"Duplicate estimate": "Podvoji
|
|
19
|
+
"Duplicate estimate": "Podvoji ponudbo",
|
|
20
20
|
"Duplicate credit_note": "Podvoji dobropis",
|
|
21
21
|
"Duplicate advance_invoice": "Podvoji avansni račun",
|
|
22
22
|
"Duplicate delivery_note": "Podvoji dobavnico",
|
|
23
23
|
"Create invoice": "Ustvari račun",
|
|
24
|
-
"Create estimate": "Ustvari
|
|
24
|
+
"Create estimate": "Ustvari ponudbo",
|
|
25
25
|
"Create credit_note": "Ustvari dobropis",
|
|
26
26
|
"Create advance_invoice": "Ustvari avansni račun",
|
|
27
27
|
"Create delivery_note": "Ustvari dobavnico",
|
|
@@ -49,10 +49,18 @@ export default {
|
|
|
49
49
|
"Partially paid": "Delno plačano",
|
|
50
50
|
Unpaid: "Neplačano",
|
|
51
51
|
Voided: "Stornirano",
|
|
52
|
+
Overdue: "Zapadlo",
|
|
53
|
+
Shareable: "Deljivo",
|
|
54
|
+
"Proforma invoice": "Predračun",
|
|
55
|
+
"Packing list": "Pakirni list",
|
|
56
|
+
"FURS fiscalization failed": "FURS fiskalizacija ni uspela",
|
|
57
|
+
"FINA fiscalization failed": "FINA fiskalizacija ni uspela",
|
|
52
58
|
|
|
53
59
|
// Payments list
|
|
54
60
|
Payments: "Plačila",
|
|
61
|
+
Refunds: "Vračila",
|
|
55
62
|
"No payments": "Ni plačil",
|
|
63
|
+
"No refunds": "Ni vračil",
|
|
56
64
|
"Add payment": "Dodaj plačilo",
|
|
57
65
|
Edit: "Uredi",
|
|
58
66
|
Delete: "Izbriši",
|
|
@@ -68,21 +76,22 @@ export default {
|
|
|
68
76
|
credit_note: "Dobropis",
|
|
69
77
|
other: "Drugo",
|
|
70
78
|
advance_invoice: "Avansni račun",
|
|
79
|
+
advance_payment: "Avansno plačilo",
|
|
71
80
|
|
|
72
81
|
// Errors
|
|
73
82
|
"Delete failed": "Brisanje ni uspelo",
|
|
74
83
|
|
|
75
84
|
// Draft actions
|
|
76
|
-
Finalize: "
|
|
85
|
+
Finalize: "Izdaj",
|
|
77
86
|
"Delete Draft": "Izbriši osnutek",
|
|
78
|
-
"Finalize document": "
|
|
87
|
+
"Finalize document": "Izdaj dokument",
|
|
79
88
|
"Finalize document confirmation":
|
|
80
|
-
"S tem boste dokumentu dodelili končno številko. Po
|
|
89
|
+
"S tem boste dokumentu dodelili končno številko. Po izdaji dokumenta ga ni več mogoče izbrisati. Ali želite nadaljevati?",
|
|
81
90
|
"Delete draft document": "Izbriši osnutek dokumenta",
|
|
82
91
|
"Delete draft confirmation":
|
|
83
92
|
"Ali ste prepričani, da želite izbrisati ta osnutek? Tega dejanja ni mogoče razveljaviti.",
|
|
84
|
-
"Document finalized": "Dokument je bil
|
|
85
|
-
"Finalize failed": "
|
|
93
|
+
"Document finalized": "Dokument je bil izdan",
|
|
94
|
+
"Finalize failed": "Izdaja ni uspela",
|
|
86
95
|
"Draft deleted": "Osnutek je bil izbrisan",
|
|
87
96
|
"Delete draft failed": "Brisanje osnutka ni uspelo",
|
|
88
97
|
Draft: "Osnutek",
|
|
@@ -100,8 +109,12 @@ export default {
|
|
|
100
109
|
Deleted: "Izbrisano",
|
|
101
110
|
by: "od",
|
|
102
111
|
me: "jaz",
|
|
112
|
+
User: "Uporabnik",
|
|
103
113
|
System: "Sistem",
|
|
104
114
|
Scheduled: "Načrtovano",
|
|
115
|
+
"Version history": "Zgodovina različic",
|
|
116
|
+
"No version history": "Ni zgodovine različic",
|
|
117
|
+
Version: "Različica",
|
|
105
118
|
|
|
106
119
|
// Fiscalization
|
|
107
120
|
Fiscalization: "Fiskalizacija",
|
|
@@ -136,7 +149,7 @@ export default {
|
|
|
136
149
|
"Linked documents": "Povezani dokumenti",
|
|
137
150
|
"No linked documents": "Ni povezanih dokumentov",
|
|
138
151
|
Invoice: "Račun",
|
|
139
|
-
Estimate: "
|
|
152
|
+
Estimate: "Ponudba",
|
|
140
153
|
"Credit note": "Dobropis",
|
|
141
154
|
"Advance invoice": "Avansni račun",
|
|
142
155
|
"Delivery note": "Dobavnica",
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
PDF: "PDF",
|
|
3
|
+
Send: "Skicka",
|
|
4
|
+
Payment: "Betalning",
|
|
5
|
+
Share: "Dela",
|
|
6
|
+
Unshare: "Sluta dela",
|
|
7
|
+
Copied: "Kopierad",
|
|
8
|
+
"Copy shareable link": "Kopiera delbar länk",
|
|
9
|
+
"Unshare document": "Sluta dela dokument",
|
|
10
|
+
"Unshare document confirmation": "Är du säker på att du vill sluta dela dokumentet?",
|
|
11
|
+
"Document unshared": "Dokumentet delas inte längre",
|
|
12
|
+
"Unshare failed": "Det gick inte att sluta dela",
|
|
13
|
+
"Download failed": "Nedladdningen misslyckades",
|
|
14
|
+
"e-SLOG download failed": "Nedladdning av e-SLOG misslyckades",
|
|
15
|
+
Recurring: "Återkommande",
|
|
16
|
+
Duplicate: "Duplicera",
|
|
17
|
+
"Duplicate invoice": "Duplicera faktura",
|
|
18
|
+
"Duplicate estimate": "Duplicera offert",
|
|
19
|
+
"Duplicate credit_note": "Duplicera kreditnota",
|
|
20
|
+
"Duplicate advance_invoice": "Duplicera förskottsfaktura",
|
|
21
|
+
"Duplicate delivery_note": "Duplicera följesedel",
|
|
22
|
+
"Create invoice": "Skapa faktura",
|
|
23
|
+
"Create estimate": "Skapa uppskattning",
|
|
24
|
+
"Create credit_note": "Skapa kreditnota",
|
|
25
|
+
"Create advance_invoice": "Skapa förskottsfaktura",
|
|
26
|
+
"Create delivery_note": "Skapa följesedel",
|
|
27
|
+
Details: "Detaljer",
|
|
28
|
+
Number: "Nummer",
|
|
29
|
+
Date: "Datum",
|
|
30
|
+
"Due date": "Förfallodatum",
|
|
31
|
+
"Service date": "Tjänstedatum",
|
|
32
|
+
"Service period": "Tjänsteperiod",
|
|
33
|
+
"Valid until": "Giltig till",
|
|
34
|
+
Customer: "Kund",
|
|
35
|
+
Discount: "Rabatt",
|
|
36
|
+
Subtotal: "Delsumma",
|
|
37
|
+
Tax: "Skatt",
|
|
38
|
+
of: "of",
|
|
39
|
+
Total: "Totalt",
|
|
40
|
+
Paid: "Betald",
|
|
41
|
+
Due: "Att betala",
|
|
42
|
+
Status: "Status",
|
|
43
|
+
"Paid in full": "Fullt betald",
|
|
44
|
+
"Partially paid": "Delvis betald",
|
|
45
|
+
Unpaid: "Obetald",
|
|
46
|
+
Voided: "Makulerad",
|
|
47
|
+
Overdue: "Förfallen",
|
|
48
|
+
Shareable: "Shareable",
|
|
49
|
+
"Proforma invoice": "Proformafaktura",
|
|
50
|
+
"Packing list": "Packlista",
|
|
51
|
+
"FURS fiscalization failed": "FURS-fiskaliseringen misslyckades",
|
|
52
|
+
"FINA fiscalization failed": "FINA-fiskaliseringen misslyckades",
|
|
53
|
+
Payments: "Betalningar",
|
|
54
|
+
Refunds: "Återbetalningar",
|
|
55
|
+
"No payments": "Inga betalningar",
|
|
56
|
+
"No refunds": "Inga återbetalningar",
|
|
57
|
+
"Add payment": "Lägg till betalning",
|
|
58
|
+
Edit: "Redigera",
|
|
59
|
+
Delete: "Ta bort",
|
|
60
|
+
"Delete payment": "Ta bort betalning",
|
|
61
|
+
"Delete payment confirmation": "Är du säker på att du vill ta bort betalningen?",
|
|
62
|
+
Cancel: "Avbryt",
|
|
63
|
+
cash: "kontant",
|
|
64
|
+
bank_transfer: "Banköverföring",
|
|
65
|
+
card: "kort",
|
|
66
|
+
check: "check",
|
|
67
|
+
credit_note: "kreditnota",
|
|
68
|
+
other: "Övrigt",
|
|
69
|
+
advance_invoice: "förskottsfaktura",
|
|
70
|
+
advance_payment: "förskottsbetalning",
|
|
71
|
+
"Delete failed": "Borttagningen misslyckades",
|
|
72
|
+
Finalize: "Slutför",
|
|
73
|
+
"Delete Draft": "Ta bort utkast",
|
|
74
|
+
"Finalize document": "Slutför dokument",
|
|
75
|
+
"Finalize document confirmation": "Är du säker på att du vill slutföra dokumentet?",
|
|
76
|
+
"Delete draft document": "Ta bort utkast",
|
|
77
|
+
"Delete draft confirmation": "Är du säker på att du vill ta bort utkastet?",
|
|
78
|
+
"Document finalized": "Dokumentet har slutförts",
|
|
79
|
+
"Finalize failed": "Det gick inte att slutföra",
|
|
80
|
+
"Draft deleted": "Utkastet har tagits bort",
|
|
81
|
+
"Delete draft failed": "Det gick inte att ta bort utkastet",
|
|
82
|
+
Draft: "Utkast",
|
|
83
|
+
Void: "Makulera",
|
|
84
|
+
"Voiding...": "Makulerar...",
|
|
85
|
+
Activity: "Aktivitet",
|
|
86
|
+
"No activity": "Ingen aktivitet",
|
|
87
|
+
Created: "Skapad",
|
|
88
|
+
Updated: "Uppdaterad",
|
|
89
|
+
Sent: "Skickad",
|
|
90
|
+
Deleted: "Borttagen",
|
|
91
|
+
by: "av",
|
|
92
|
+
me: "mig",
|
|
93
|
+
User: "Användare",
|
|
94
|
+
System: "System",
|
|
95
|
+
Scheduled: "Schemalagd",
|
|
96
|
+
"Version history": "Versionshistorik",
|
|
97
|
+
"No version history": "Ingen versionshistorik",
|
|
98
|
+
Version: "Version",
|
|
99
|
+
Fiscalization: "Fiskalisering",
|
|
100
|
+
Fiscalized: "Fiskaliserad",
|
|
101
|
+
Pending: "Väntande",
|
|
102
|
+
Failed: "Misslyckad",
|
|
103
|
+
Skipped: "Överhoppad",
|
|
104
|
+
"Skipped by user": "Överhoppad av användaren",
|
|
105
|
+
"Retry fiscalization": "Försök fiskalisera igen",
|
|
106
|
+
English: "Engelska",
|
|
107
|
+
German: "Tyska",
|
|
108
|
+
Slovenian: "Slovenska",
|
|
109
|
+
Italian: "Italienska",
|
|
110
|
+
French: "Franska",
|
|
111
|
+
Spanish: "Spanska",
|
|
112
|
+
Portuguese: "Portugisiska",
|
|
113
|
+
Dutch: "Nederländska",
|
|
114
|
+
Polish: "Polska",
|
|
115
|
+
Croatian: "Kroatiska",
|
|
116
|
+
Swedish: "Svenska",
|
|
117
|
+
Finnish: "Suomi",
|
|
118
|
+
Estonian: "Eesti",
|
|
119
|
+
Bulgarian: "Български",
|
|
120
|
+
Czech: "Čeština",
|
|
121
|
+
Slovak: "Slovenčina",
|
|
122
|
+
Norwegian: "Norsk bokmål",
|
|
123
|
+
Icelandic: "Íslenska",
|
|
124
|
+
"Linked documents": "Länkade dokument",
|
|
125
|
+
"No linked documents": "Inga länkade dokument",
|
|
126
|
+
Invoice: "Faktura",
|
|
127
|
+
Estimate: "Offert",
|
|
128
|
+
"Credit note": "Kreditnota",
|
|
129
|
+
"Advance invoice": "Förskottsfaktura",
|
|
130
|
+
"Delivery note": "Följesedel",
|
|
131
|
+
"Credit for": "Kreditering för",
|
|
132
|
+
"Converted from": "Konverterad från",
|
|
133
|
+
"Converted to": "Konverterad till",
|
|
134
|
+
"Has credit": "Har kreditnota",
|
|
135
|
+
"Advance applied": "Förskott tillämpat",
|
|
136
|
+
"Applied to": "Tillämpad på",
|
|
137
|
+
"Delivered for": "Levererad för",
|
|
138
|
+
"Has delivery": "Har följesedel",
|
|
139
|
+
Fulfills: "Uppfyller",
|
|
140
|
+
"Fulfilled by": "Uppfylld av",
|
|
141
|
+
References: "Referenser",
|
|
142
|
+
View: "Visa",
|
|
143
|
+
} as const;
|