@spaceinvoices/react-ui 0.1.1 → 0.3.0
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 +1 -1
- package/registry.json +287 -122
- package/src/components/activities/activity-timeline.tsx +8 -1
- package/src/components/activities/locales/es.ts +30 -0
- package/src/components/activities/locales/fr.ts +30 -0
- package/src/components/activities/locales/hr.ts +30 -0
- package/src/components/activities/locales/it.ts +30 -0
- package/src/components/activities/locales/nl.ts +30 -0
- package/src/components/activities/locales/pl.ts +30 -0
- package/src/components/activities/locales/pt.ts +30 -0
- package/src/components/advance-invoices/create/create-advance-invoice-form.tsx +21 -7
- package/src/components/advance-invoices/create/locales/es.ts +29 -0
- package/src/components/advance-invoices/create/locales/fr.ts +28 -0
- package/src/components/advance-invoices/create/locales/hr.ts +27 -0
- package/src/components/advance-invoices/create/locales/it.ts +29 -0
- package/src/components/advance-invoices/create/locales/nl.ts +28 -0
- package/src/components/advance-invoices/create/locales/pl.ts +28 -0
- package/src/components/advance-invoices/create/locales/pt.ts +29 -0
- package/src/components/advance-invoices/create/prepare-advance-invoice-submission.ts +3 -3
- package/src/components/advance-invoices/list/list-table.tsx +20 -3
- package/src/components/advance-invoices/list/locales/de.ts +9 -0
- package/src/components/advance-invoices/list/locales/en.ts +8 -0
- package/src/components/advance-invoices/list/locales/es.ts +41 -0
- package/src/components/advance-invoices/list/locales/fr.ts +41 -0
- package/src/components/advance-invoices/list/locales/hr.ts +41 -0
- package/src/components/advance-invoices/list/locales/it.ts +41 -0
- package/src/components/advance-invoices/list/locales/nl.ts +41 -0
- package/src/components/advance-invoices/list/locales/pl.ts +41 -0
- package/src/components/advance-invoices/list/locales/pt.ts +41 -0
- package/src/components/advance-invoices/list/locales/sl.ts +9 -0
- package/src/components/credit-notes/create/create-credit-note-form.tsx +19 -5
- package/src/components/credit-notes/create/locales/es.ts +68 -0
- package/src/components/credit-notes/create/locales/fr.ts +69 -0
- package/src/components/credit-notes/create/locales/hr.ts +68 -0
- package/src/components/credit-notes/create/locales/it.ts +68 -0
- package/src/components/credit-notes/create/locales/nl.ts +69 -0
- package/src/components/credit-notes/create/locales/pl.ts +68 -0
- package/src/components/credit-notes/create/locales/pt.ts +68 -0
- package/src/components/credit-notes/list/list-table.tsx +25 -8
- package/src/components/credit-notes/list/locales/de.ts +10 -2
- package/src/components/credit-notes/list/locales/en.ts +8 -0
- package/src/components/credit-notes/list/locales/es.ts +41 -0
- package/src/components/credit-notes/list/locales/fr.ts +41 -0
- package/src/components/credit-notes/list/locales/hr.ts +41 -0
- package/src/components/credit-notes/list/locales/it.ts +41 -0
- package/src/components/credit-notes/list/locales/nl.ts +41 -0
- package/src/components/credit-notes/list/locales/pl.ts +41 -0
- package/src/components/credit-notes/list/locales/pt.ts +41 -0
- package/src/components/credit-notes/list/locales/sl.ts +10 -2
- package/src/components/customers/create-customer-form/create-customer-form.tsx +21 -3
- package/src/components/customers/create-customer-form/locales/de.ts +1 -0
- package/src/components/customers/create-customer-form/locales/es.ts +21 -0
- package/src/components/customers/create-customer-form/locales/fr.ts +21 -0
- package/src/components/customers/create-customer-form/locales/hr.ts +21 -0
- package/src/components/customers/create-customer-form/locales/it.ts +21 -0
- package/src/components/customers/create-customer-form/locales/nl.ts +21 -0
- package/src/components/customers/create-customer-form/locales/pl.ts +21 -0
- package/src/components/customers/create-customer-form/locales/pt.ts +21 -0
- package/src/components/customers/create-customer-form/locales/sl.ts +1 -0
- package/src/components/customers/customer-list-table/customer-list-row-actions.tsx +72 -16
- package/src/components/customers/customer-list-table/customer-list-table.tsx +35 -2
- package/src/components/customers/customer-list-table/locales/de.ts +9 -0
- package/src/components/customers/customer-list-table/locales/en.ts +10 -0
- package/src/components/customers/customer-list-table/locales/es.ts +25 -0
- package/src/components/customers/customer-list-table/locales/fr.ts +25 -0
- package/src/components/customers/customer-list-table/locales/hr.ts +25 -0
- package/src/components/customers/customer-list-table/locales/it.ts +25 -0
- package/src/components/customers/customer-list-table/locales/nl.ts +25 -0
- package/src/components/customers/customer-list-table/locales/pl.ts +25 -0
- package/src/components/customers/customer-list-table/locales/pt.ts +25 -0
- package/src/components/customers/customer-list-table/locales/sl.ts +9 -0
- package/src/components/customers/customers.hooks.test.ts +8 -8
- package/src/components/customers/customers.hooks.ts +6 -1
- package/src/components/customers/edit-customer-form/edit-customer-form.tsx +143 -0
- package/src/components/customers/edit-customer-form/locales/de.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/es.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/fr.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/hr.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/it.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/nl.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/pl.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/pt.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/sl.ts +13 -0
- package/src/components/customers/index.ts +1 -0
- package/src/components/dashboard/collection-rate-card/collection-rate-card.tsx +9 -1
- package/src/components/dashboard/collection-rate-card/locales/de.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/es.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/fr.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/hr.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/it.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/nl.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/pl.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/pt.ts +3 -0
- package/src/components/dashboard/invoice-status-chart/invoice-status-chart.tsx +9 -1
- package/src/components/dashboard/invoice-status-chart/locales/de.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/es.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/fr.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/hr.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/it.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/nl.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/pl.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/pt.ts +9 -0
- package/src/components/dashboard/payment-methods-chart/locales/de.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/es.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/fr.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/hr.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/it.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/nl.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/pl.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/pt.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/payment-methods-chart.tsx +9 -1
- package/src/components/dashboard/payment-trend-chart/locales/de.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/es.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/fr.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/hr.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/it.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/nl.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/pl.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/pt.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/payment-trend-chart.tsx +10 -2
- package/src/components/dashboard/revenue-trend-chart/locales/de.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/es.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/fr.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/hr.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/it.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/nl.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/pl.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/pt.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/revenue-trend-chart.tsx +10 -2
- package/src/components/dashboard/top-customers-chart/locales/de.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/es.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/fr.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/hr.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/it.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/nl.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/pl.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/pt.ts +5 -0
- package/src/components/dashboard/top-customers-chart/top-customers-chart.tsx +10 -2
- package/src/components/documents/create/document-add-item-form.tsx +1 -1
- package/src/components/documents/create/form-types.ts +1 -5
- package/src/components/documents/create/mark-as-paid-section.tsx +60 -23
- package/src/components/documents/create/prepare-document-submission.test.ts +2 -2
- package/src/components/documents/create/prepare-document-submission.ts +12 -7
- package/src/components/documents/create/prepare-preview-data.test.ts +1 -1
- package/src/components/documents/view/document-actions-bar.tsx +8 -1
- package/src/components/documents/view/document-details-card.tsx +8 -1
- package/src/components/documents/view/document-payments-list.tsx +8 -1
- package/src/components/documents/view/locales/es.ts +83 -0
- package/src/components/documents/view/locales/fr.ts +83 -0
- package/src/components/documents/view/locales/hr.ts +83 -0
- package/src/components/documents/view/locales/it.ts +83 -0
- package/src/components/documents/view/locales/nl.ts +84 -0
- package/src/components/documents/view/locales/pl.ts +83 -0
- package/src/components/documents/view/locales/pt.ts +83 -0
- package/src/components/entities/create-entity-form.tsx +12 -2
- package/src/components/entities/entity-settings-form/entity-settings-form.tsx +18 -0
- package/src/components/entities/entity-settings-form/locales/de.ts +3 -1
- package/src/components/entities/entity-settings-form/locales/es.ts +197 -0
- package/src/components/entities/entity-settings-form/locales/fr.ts +196 -0
- package/src/components/entities/entity-settings-form/locales/hr.ts +189 -0
- package/src/components/entities/entity-settings-form/locales/it.ts +195 -0
- package/src/components/entities/entity-settings-form/locales/nl.ts +192 -0
- package/src/components/entities/entity-settings-form/locales/pl.ts +193 -0
- package/src/components/entities/entity-settings-form/locales/pt.ts +194 -0
- package/src/components/entities/entity-settings-form/locales/sl.ts +2 -0
- package/src/components/entities/fina-settings-form/fina-settings-form.tsx +461 -0
- package/src/components/entities/fina-settings-form/fina-settings.hooks.ts +215 -0
- package/src/components/entities/fina-settings-form/index.ts +3 -0
- package/src/components/entities/fina-settings-form/locales/de.ts +145 -0
- package/src/components/entities/fina-settings-form/locales/en.ts +142 -0
- package/src/components/entities/fina-settings-form/locales/es.ts +143 -0
- package/src/components/entities/fina-settings-form/locales/fr.ts +142 -0
- package/src/components/entities/fina-settings-form/locales/hr.ts +144 -0
- package/src/components/entities/fina-settings-form/locales/it.ts +144 -0
- package/src/components/entities/fina-settings-form/locales/nl.ts +144 -0
- package/src/components/entities/fina-settings-form/locales/pl.ts +142 -0
- package/src/components/entities/fina-settings-form/locales/pt.ts +144 -0
- package/src/components/entities/fina-settings-form/locales/sl.ts +144 -0
- package/src/components/entities/fina-settings-form/sections/certificate-settings-section.tsx +233 -0
- package/src/components/entities/fina-settings-form/sections/premises-management-section.tsx +363 -0
- package/src/components/entities/fina-settings-form/sections/register-premise-dialog.tsx +395 -0
- package/src/components/entities/furs-settings-form/furs-settings-form.tsx +9 -2
- package/src/components/entities/furs-settings-form/furs-settings.hooks.ts +15 -11
- package/src/components/entities/furs-settings-form/locales/de.ts +52 -88
- package/src/components/entities/furs-settings-form/locales/en.ts +3 -0
- package/src/components/entities/furs-settings-form/locales/es.ts +196 -0
- package/src/components/entities/furs-settings-form/locales/fr.ts +196 -0
- package/src/components/entities/furs-settings-form/locales/hr.ts +195 -0
- package/src/components/entities/furs-settings-form/locales/it.ts +196 -0
- package/src/components/entities/furs-settings-form/locales/nl.ts +195 -0
- package/src/components/entities/furs-settings-form/locales/pl.ts +194 -0
- package/src/components/entities/furs-settings-form/locales/pt.ts +195 -0
- package/src/components/entities/furs-settings-form/locales/sl.ts +2 -0
- package/src/components/entities/furs-settings-form/sections/certificate-settings-section.tsx +19 -4
- package/src/components/entities/furs-settings-form/sections/register-premise-dialog.tsx +17 -66
- package/src/components/entities/keys.ts +1 -1
- package/src/components/entities/settings/company-settings-form.tsx +28 -0
- package/src/components/entities/settings/pdf-template-selector/locales/es.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/fr.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/hr.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/it.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/nl.ts +17 -0
- package/src/components/entities/settings/pdf-template-selector/locales/pl.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/pt.ts +18 -0
- package/src/components/estimates/create/create-estimate-form.tsx +14 -0
- package/src/components/estimates/create/locales/es.ts +57 -0
- package/src/components/estimates/create/locales/fr.ts +58 -0
- package/src/components/estimates/create/locales/hr.ts +57 -0
- package/src/components/estimates/create/locales/it.ts +57 -0
- package/src/components/estimates/create/locales/nl.ts +58 -0
- package/src/components/estimates/create/locales/pl.ts +57 -0
- package/src/components/estimates/create/locales/pt.ts +58 -0
- package/src/components/estimates/create/prepare-estimate-submission.ts +1 -1
- package/src/components/estimates/list/list-table.tsx +20 -3
- package/src/components/estimates/list/locales/de.ts +9 -0
- package/src/components/estimates/list/locales/en.ts +8 -0
- package/src/components/estimates/list/locales/es.ts +32 -0
- package/src/components/estimates/list/locales/fr.ts +32 -0
- package/src/components/estimates/list/locales/hr.ts +32 -0
- package/src/components/estimates/list/locales/it.ts +32 -0
- package/src/components/estimates/list/locales/nl.ts +32 -0
- package/src/components/estimates/list/locales/pl.ts +32 -0
- package/src/components/estimates/list/locales/pt.ts +32 -0
- package/src/components/estimates/list/locales/sl.ts +9 -0
- package/src/components/export/document-export-form.tsx +0 -2
- package/src/components/invoices/create/create-invoice-form.tsx +24 -10
- package/src/components/invoices/create/eslog-validation.test.ts +2 -0
- package/src/components/invoices/create/locales/es.ts +103 -0
- package/src/components/invoices/create/locales/fr.ts +105 -0
- package/src/components/invoices/create/locales/hr.ts +103 -0
- package/src/components/invoices/create/locales/it.ts +105 -0
- package/src/components/invoices/create/locales/nl.ts +104 -0
- package/src/components/invoices/create/locales/pl.ts +104 -0
- package/src/components/invoices/create/locales/pt.ts +105 -0
- package/src/components/invoices/create/prepare-invoice-submission.test.ts +54 -55
- package/src/components/invoices/create/prepare-invoice-submission.ts +3 -3
- package/src/components/invoices/list/list-table.tsx +20 -3
- package/src/components/invoices/list/locales/de.ts +9 -0
- package/src/components/invoices/list/locales/en.ts +8 -0
- package/src/components/invoices/list/locales/es.ts +42 -0
- package/src/components/invoices/list/locales/fr.ts +42 -0
- package/src/components/invoices/list/locales/hr.ts +42 -0
- package/src/components/invoices/list/locales/it.ts +42 -0
- package/src/components/invoices/list/locales/nl.ts +42 -0
- package/src/components/invoices/list/locales/pl.ts +42 -0
- package/src/components/invoices/list/locales/pt.ts +42 -0
- package/src/components/invoices/list/locales/sl.ts +9 -0
- package/src/components/invoices/send-email-dialog/locales/es.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/fr.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/hr.ts +17 -0
- package/src/components/invoices/send-email-dialog/locales/it.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/nl.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/pl.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/pt.ts +18 -0
- package/src/components/invoices/send-email-dialog/send-email-dialog.tsx +20 -12
- package/src/components/invoices/shared/scaled-document-preview.tsx +1 -0
- package/src/components/invoices/view/eslog-info-display.tsx +1 -0
- package/src/components/invoices/view/fina-info-display.tsx +196 -0
- package/src/components/items/create-item-form/create-item-form.tsx +14 -0
- package/src/components/items/create-item-form/locales/en.ts +5 -0
- package/src/components/items/create-item-form/locales/es.ts +14 -0
- package/src/components/items/create-item-form/locales/fr.ts +14 -0
- package/src/components/items/create-item-form/locales/hr.ts +14 -0
- package/src/components/items/create-item-form/locales/it.ts +14 -0
- package/src/components/items/create-item-form/locales/nl.ts +14 -0
- package/src/components/items/create-item-form/locales/pl.ts +14 -0
- package/src/components/items/create-item-form/locales/pt.ts +14 -0
- package/src/components/items/edit-item-form/edit-item-form.tsx +170 -0
- package/src/components/items/edit-item-form/locales/de.ts +12 -0
- package/src/components/items/edit-item-form/locales/es.ts +12 -0
- package/src/components/items/edit-item-form/locales/fr.ts +12 -0
- package/src/components/items/edit-item-form/locales/hr.ts +12 -0
- package/src/components/items/edit-item-form/locales/it.ts +12 -0
- package/src/components/items/edit-item-form/locales/nl.ts +12 -0
- package/src/components/items/edit-item-form/locales/pl.ts +12 -0
- package/src/components/items/edit-item-form/locales/pt.ts +12 -0
- package/src/components/items/edit-item-form/locales/sl.ts +12 -0
- package/src/components/items/item-list-table/item-list-table.tsx +20 -13
- package/src/components/items/item-list-table/locales/de.ts +6 -0
- package/src/components/items/item-list-table/locales/en.ts +5 -0
- package/src/components/items/item-list-table/locales/es.ts +16 -0
- package/src/components/items/item-list-table/locales/fr.ts +16 -0
- package/src/components/items/item-list-table/locales/hr.ts +16 -0
- package/src/components/items/item-list-table/locales/it.ts +16 -0
- package/src/components/items/item-list-table/locales/nl.ts +16 -0
- package/src/components/items/item-list-table/locales/pl.ts +16 -0
- package/src/components/items/item-list-table/locales/pt.ts +16 -0
- package/src/components/items/item-list-table/locales/sl.ts +6 -0
- package/src/components/items/items.hooks.ts +7 -2
- package/src/components/payments/create-payment-form/create-payment-form.tsx +14 -0
- package/src/components/payments/create-payment-form/locales/es.ts +20 -0
- package/src/components/payments/create-payment-form/locales/fr.ts +20 -0
- package/src/components/payments/create-payment-form/locales/hr.ts +20 -0
- package/src/components/payments/create-payment-form/locales/it.ts +20 -0
- package/src/components/payments/create-payment-form/locales/nl.ts +20 -0
- package/src/components/payments/create-payment-form/locales/pl.ts +20 -0
- package/src/components/payments/create-payment-form/locales/pt.ts +20 -0
- package/src/components/payments/edit-payment-form/edit-payment-form.tsx +18 -2
- package/src/components/payments/edit-payment-form/locales/es.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/fr.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/hr.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/it.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/nl.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/pl.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/pt.ts +20 -0
- package/src/components/payments/list/list-row-actions.tsx +14 -0
- package/src/components/payments/list/list-table.tsx +21 -2
- package/src/components/payments/list/locales/de.ts +6 -0
- package/src/components/payments/list/locales/en.ts +7 -0
- package/src/components/payments/list/locales/es.ts +25 -0
- package/src/components/payments/list/locales/fr.ts +25 -0
- package/src/components/payments/list/locales/hr.ts +25 -0
- package/src/components/payments/list/locales/it.ts +25 -0
- package/src/components/payments/list/locales/nl.ts +25 -0
- package/src/components/payments/list/locales/pl.ts +25 -0
- package/src/components/payments/list/locales/pt.ts +25 -0
- package/src/components/payments/list/locales/sl.ts +6 -0
- package/src/components/payments/payments.hooks.ts +7 -2
- package/src/components/request-logs/index.ts +1 -1
- package/src/components/table/data-table.tsx +8 -3
- package/src/components/table/filter-panel.tsx +4 -4
- package/src/components/table/hooks/use-table-query.ts +3 -0
- package/src/components/table/table-empty-state.tsx +11 -4
- package/src/components/table/table-no-results.tsx +6 -4
- package/src/components/table/types.ts +2 -2
- package/src/components/tax-reports/kir-export-form.tsx +0 -1
- package/src/components/taxes/create-tax-form/create-tax-form.tsx +14 -0
- package/src/components/taxes/create-tax-form/locales/en.ts +1 -0
- package/src/components/taxes/create-tax-form/locales/es.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/fr.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/hr.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/it.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/nl.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/pl.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/pt.ts +8 -0
- package/src/components/taxes/edit-tax-form/edit-tax-form.tsx +119 -0
- package/src/components/taxes/edit-tax-form/locales/de.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/es.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/fr.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/hr.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/it.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/nl.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/pl.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/pt.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/sl.ts +6 -0
- package/src/components/taxes/tax-list-table/locales/de.ts +6 -0
- package/src/components/taxes/tax-list-table/locales/en.ts +6 -0
- package/src/components/taxes/tax-list-table/locales/es.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/fr.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/hr.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/it.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/nl.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/pl.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/pt.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/sl.ts +6 -0
- package/src/components/taxes/tax-list-table/tax-list-table.tsx +18 -0
- package/src/components/taxes/taxes.hooks.ts +12 -7
- package/src/components/ui/tooltip.tsx +2 -2
- package/src/components/wl-subscription/locked-feature.tsx +1 -0
- package/src/components/wl-subscription/upgrade-modal.tsx +1 -0
- package/src/generated/schemas/acceptentityinvitation_body.ts +17 -0
- package/src/generated/schemas/addentityuser_body.ts +18 -0
- package/src/generated/schemas/advanceinvoice.ts +184 -12
- package/src/generated/schemas/creditnote.ts +96 -127
- package/src/generated/schemas/customadvanceinvoice.ts +246 -0
- package/src/generated/schemas/customcreditnote.ts +237 -0
- package/src/generated/schemas/customer.ts +26 -0
- package/src/generated/schemas/customestimate.ts +181 -0
- package/src/generated/schemas/custominvoice.ts +237 -0
- package/src/generated/schemas/entity.ts +66 -7
- package/src/generated/schemas/entityuserrole.ts +19 -0
- package/src/generated/schemas/estimate.ts +149 -1
- package/src/generated/schemas/finasettings.ts +25 -0
- package/src/generated/schemas/furssettings.ts +1 -2
- package/src/generated/schemas/index.ts +24 -5
- package/src/generated/schemas/invoice.ts +224 -22
- package/src/generated/schemas/me.ts +22 -0
- package/src/generated/schemas/registerfinamovablepremise_body.ts +26 -0
- package/src/generated/schemas/registerfinarealestatepremise_body.ts +37 -0
- package/src/generated/schemas/renderadvanceinvoicepreview_body.ts +342 -0
- package/src/generated/schemas/rendercreditnotepreview_body.ts +344 -0
- package/src/generated/schemas/renderestimatepreview_body.ts +284 -0
- package/src/generated/schemas/renderinvoicepreview_body.ts +344 -0
- package/src/generated/schemas/senddocument_body.ts +23 -0
- package/src/generated/schemas/sendemail_body.ts +8 -10
- package/src/generated/schemas/stripeappconnect_body.ts +18 -0
- package/src/generated/schemas/stripeappcreateinvoice_body.ts +20 -0
- package/src/generated/schemas/stripeappupdatesettings_body.ts +26 -0
- package/src/generated/schemas/webhook.ts +143 -0
- package/src/hooks/create-resource-hooks.ts +85 -1
- package/src/hooks/use-next-document-number.ts +1 -1
- package/src/hooks/use-resource-mutation.ts +4 -3
- package/src/lib/browser-cookies.ts +12 -1
- package/src/lib/cookies.ts +2 -2
- package/src/lib/translation.ts +1 -1
- package/src/providers/entities-provider.tsx +84 -39
- package/src/providers/sdk-provider.tsx +7 -3
- package/src/providers/white-label-provider.tsx +5 -2
- package/src/providers/wl-subscription-provider.tsx +1 -0
|
@@ -39,6 +39,13 @@ import {
|
|
|
39
39
|
} from "../invoices.hooks";
|
|
40
40
|
import { getEntityErrors, getFormFieldErrors, validateEslogForm } from "./eslog-validation";
|
|
41
41
|
import de from "./locales/de";
|
|
42
|
+
import es from "./locales/es";
|
|
43
|
+
import fr from "./locales/fr";
|
|
44
|
+
import hr from "./locales/hr";
|
|
45
|
+
import it from "./locales/it";
|
|
46
|
+
import nl from "./locales/nl";
|
|
47
|
+
import pl from "./locales/pl";
|
|
48
|
+
import pt from "./locales/pt";
|
|
42
49
|
import sl from "./locales/sl";
|
|
43
50
|
import { prepareInvoiceSubmission } from "./prepare-invoice-submission";
|
|
44
51
|
import { useInvoiceCustomerForm } from "./use-invoice-customer-form";
|
|
@@ -46,6 +53,13 @@ import { useInvoiceCustomerForm } from "./use-invoice-customer-form";
|
|
|
46
53
|
const translations = {
|
|
47
54
|
sl,
|
|
48
55
|
de,
|
|
56
|
+
it,
|
|
57
|
+
fr,
|
|
58
|
+
es,
|
|
59
|
+
pt,
|
|
60
|
+
nl,
|
|
61
|
+
pl,
|
|
62
|
+
hr,
|
|
49
63
|
} as const;
|
|
50
64
|
|
|
51
65
|
// Form values: extend schema with local-only fields (number is for display, not sent to API)
|
|
@@ -65,7 +79,7 @@ type DocumentAddFormProps = {
|
|
|
65
79
|
onAddNewTax?: () => void;
|
|
66
80
|
onHeaderActionChange?: (action: ReactNode) => void;
|
|
67
81
|
/** Initial values for form fields (used for document duplication or editing) */
|
|
68
|
-
initialValues?: Partial<CreateInvoiceRequest
|
|
82
|
+
initialValues?: Partial<CreateInvoiceRequest> & { number?: string };
|
|
69
83
|
/** Mode: create (default) or edit */
|
|
70
84
|
mode?: "create" | "edit";
|
|
71
85
|
/** Document ID for edit mode */
|
|
@@ -125,7 +139,7 @@ export default function CreateInvoiceForm({
|
|
|
125
139
|
|
|
126
140
|
// UI-only state (not part of API schema)
|
|
127
141
|
const [markAsPaid, setMarkAsPaid] = useState(false);
|
|
128
|
-
const [
|
|
142
|
+
const [paymentTypes, setPaymentTypes] = useState<string[]>(["bank_transfer"]);
|
|
129
143
|
const [isDraftPending, setIsDraftPending] = useState(false);
|
|
130
144
|
|
|
131
145
|
// Service date type state (single date or range)
|
|
@@ -253,7 +267,7 @@ export default function CreateInvoiceForm({
|
|
|
253
267
|
});
|
|
254
268
|
|
|
255
269
|
// Skip fiscalization is only allowed for bank transfers or unpaid invoices
|
|
256
|
-
const canSkipFiscalization = !markAsPaid ||
|
|
270
|
+
const canSkipFiscalization = !markAsPaid || paymentTypes.every((type) => type === "bank_transfer");
|
|
257
271
|
|
|
258
272
|
// Auto-disable skip when it becomes invalid (e.g., user changes payment type to cash)
|
|
259
273
|
useEffect(() => {
|
|
@@ -486,7 +500,7 @@ export default function CreateInvoiceForm({
|
|
|
486
500
|
(values: CreateInvoiceFormValues, isDraft: boolean) => {
|
|
487
501
|
// Skip e-SLOG validation for drafts and edit mode
|
|
488
502
|
if (!isDraft && !isEditMode && eslogValidationEnabled) {
|
|
489
|
-
const validationErrors = validateEslogForm(values, activeEntity);
|
|
503
|
+
const validationErrors = validateEslogForm(values as any, activeEntity);
|
|
490
504
|
|
|
491
505
|
if (validationErrors.length > 0) {
|
|
492
506
|
const entityErrors = getEntityErrors(validationErrors);
|
|
@@ -519,11 +533,11 @@ export default function CreateInvoiceForm({
|
|
|
519
533
|
? { validation_enabled: eslogValidationEnabled === true }
|
|
520
534
|
: undefined;
|
|
521
535
|
|
|
522
|
-
const payload = prepareInvoiceSubmission(values, {
|
|
536
|
+
const payload = prepareInvoiceSubmission(values as any, {
|
|
523
537
|
originalCustomer,
|
|
524
538
|
wasCustomerFormShown: showCustomerForm,
|
|
525
539
|
markAsPaid: isDraft || isEditMode ? false : markAsPaid,
|
|
526
|
-
|
|
540
|
+
paymentTypes,
|
|
527
541
|
furs: fursOptions,
|
|
528
542
|
eslog: eslogOptions,
|
|
529
543
|
priceModes: priceModesRef.current,
|
|
@@ -533,7 +547,7 @@ export default function CreateInvoiceForm({
|
|
|
533
547
|
if (isEditMode && documentId) {
|
|
534
548
|
// In edit mode, use updateInvoice
|
|
535
549
|
// Remove number from payload as it's not editable
|
|
536
|
-
const { number, ...updatePayload } = payload;
|
|
550
|
+
const { number: _number, ...updatePayload } = payload as any;
|
|
537
551
|
updateInvoice({ id: documentId, data: updatePayload });
|
|
538
552
|
} else {
|
|
539
553
|
createInvoice(payload);
|
|
@@ -551,7 +565,7 @@ export default function CreateInvoiceForm({
|
|
|
551
565
|
isFursEnabled,
|
|
552
566
|
markAsPaid,
|
|
553
567
|
originalCustomer,
|
|
554
|
-
|
|
568
|
+
paymentTypes,
|
|
555
569
|
selectedDeviceName,
|
|
556
570
|
selectedPremiseName,
|
|
557
571
|
showCustomerForm,
|
|
@@ -795,8 +809,8 @@ export default function CreateInvoiceForm({
|
|
|
795
809
|
<MarkAsPaidSection
|
|
796
810
|
checked={markAsPaid}
|
|
797
811
|
onCheckedChange={setMarkAsPaid}
|
|
798
|
-
|
|
799
|
-
|
|
812
|
+
paymentTypes={paymentTypes}
|
|
813
|
+
onPaymentTypesChange={setPaymentTypes}
|
|
800
814
|
t={t}
|
|
801
815
|
/>
|
|
802
816
|
)}
|
|
@@ -15,8 +15,10 @@ const validEntity: Entity = {
|
|
|
15
15
|
country_code: "SI",
|
|
16
16
|
currency_code: "EUR",
|
|
17
17
|
tax_number: "12345678",
|
|
18
|
+
company_number: null,
|
|
18
19
|
email: null,
|
|
19
20
|
is_tax_subject: true,
|
|
21
|
+
is_enabled: true,
|
|
20
22
|
locale: "sl-SI",
|
|
21
23
|
account_id: "acc_test",
|
|
22
24
|
environment: "live",
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
Recipient: "Destinatario",
|
|
3
|
+
Name: "Nombre",
|
|
4
|
+
Details: "Detalles",
|
|
5
|
+
Number: "Número",
|
|
6
|
+
"Number format can be changed in settings": "El formato del número se puede cambiar en la configuración",
|
|
7
|
+
Date: "Fecha",
|
|
8
|
+
"Pick a date": "Seleccionar una fecha",
|
|
9
|
+
"Due Date": "Fecha de vencimiento",
|
|
10
|
+
"Valid Until": "Válido hasta",
|
|
11
|
+
Items: "Artículos",
|
|
12
|
+
"Add item": "Añadir artículo",
|
|
13
|
+
Save: "Guardar",
|
|
14
|
+
Update: "Actualizar",
|
|
15
|
+
"Save as Draft": "Guardar como borrador",
|
|
16
|
+
Quantity: "Cantidad",
|
|
17
|
+
Price: "Precio",
|
|
18
|
+
Unit: "Unidad",
|
|
19
|
+
Discount: "Descuento",
|
|
20
|
+
Tax: "Impuesto",
|
|
21
|
+
"Tax rate": "Tasa de impuesto",
|
|
22
|
+
"Add tax": "Añadir impuesto",
|
|
23
|
+
"Select tax...": "Seleccionar impuesto...",
|
|
24
|
+
"Loading...": "Cargando...",
|
|
25
|
+
"No taxes found": "No se encontraron impuestos",
|
|
26
|
+
"Add new tax...": "Añadir nuevo impuesto...",
|
|
27
|
+
Description: "Descripción",
|
|
28
|
+
"Mark as Paid": "Marcar como pagada",
|
|
29
|
+
Paid: "Pagada",
|
|
30
|
+
"Invoice will be marked as fully paid upon creation": "La factura se marcará como totalmente pagada al crearla",
|
|
31
|
+
"Payment Type": "Tipo de pago",
|
|
32
|
+
"Select payment type": "Seleccionar tipo de pago",
|
|
33
|
+
Cash: "Efectivo",
|
|
34
|
+
"Bank Transfer": "Transferencia bancaria",
|
|
35
|
+
Card: "Tarjeta",
|
|
36
|
+
Check: "Cheque",
|
|
37
|
+
Other: "Otro",
|
|
38
|
+
Note: "Nota",
|
|
39
|
+
"Insert variable": "Insertar variable",
|
|
40
|
+
"Add payment instructions, terms, or other notes...": "Añada instrucciones de pago, condiciones u otras notas...",
|
|
41
|
+
"Payment Terms": "Condiciones de pago",
|
|
42
|
+
"Add payment terms...": "Añada condiciones de pago...",
|
|
43
|
+
Entity: "Empresa",
|
|
44
|
+
Document: "Documento",
|
|
45
|
+
Customer: "Cliente",
|
|
46
|
+
"Company name": "Nombre de la empresa",
|
|
47
|
+
"Email address": "Dirección de correo electrónico",
|
|
48
|
+
"Invoice number": "Número de factura",
|
|
49
|
+
"Invoice date": "Fecha de factura",
|
|
50
|
+
"Due date": "Fecha de vencimiento",
|
|
51
|
+
"Total amount": "Importe total",
|
|
52
|
+
Currency: "Moneda",
|
|
53
|
+
"Select currency": "Seleccionar moneda",
|
|
54
|
+
"Customer name": "Nombre del cliente",
|
|
55
|
+
"Customer email": "Correo del cliente",
|
|
56
|
+
"Today's date": "Fecha de hoy",
|
|
57
|
+
"Current year": "Año actual",
|
|
58
|
+
"Search or create customer...": "Buscar o crear cliente...",
|
|
59
|
+
Clear: "Limpiar",
|
|
60
|
+
Address: "Dirección",
|
|
61
|
+
"Address 2": "Dirección 2",
|
|
62
|
+
"Post Code": "Código postal",
|
|
63
|
+
City: "Ciudad",
|
|
64
|
+
State: "Provincia",
|
|
65
|
+
Country: "País",
|
|
66
|
+
"Tax Number": "Número fiscal",
|
|
67
|
+
"Percentage discount": "Descuento porcentual",
|
|
68
|
+
"Fixed amount discount": "Descuento fijo",
|
|
69
|
+
Percentage: "Porcentaje",
|
|
70
|
+
"Fixed amount": "Importe fijo",
|
|
71
|
+
"FURS Fiscalization": "Fiscalización FURS",
|
|
72
|
+
"Business Premise": "Local comercial",
|
|
73
|
+
"Electronic Device": "Dispositivo electrónico",
|
|
74
|
+
Premise: "Local",
|
|
75
|
+
Device: "Dispositivo",
|
|
76
|
+
"Select premise": "Seleccionar local",
|
|
77
|
+
"Select device": "Seleccionar dispositivo",
|
|
78
|
+
"Skip Fiscalization": "Omitir fiscalización",
|
|
79
|
+
"Skip fiscalization for this invoice (e.g., bank transfers or unpaid invoices)":
|
|
80
|
+
"Omitir la fiscalización para esta factura (ej. transferencias bancarias o facturas impagadas)",
|
|
81
|
+
"Cannot skip fiscalization for cash payments": "No se puede omitir la fiscalización para pagos en efectivo",
|
|
82
|
+
Skipped: "Omitida",
|
|
83
|
+
Enabled: "Activada",
|
|
84
|
+
"Click to enable fiscalization": "Haga clic para activar la fiscalización",
|
|
85
|
+
"Fiscally verify": "Verificación fiscal",
|
|
86
|
+
"Click to skip fiscalization for this invoice": "Haga clic para omitir la fiscalización para esta factura",
|
|
87
|
+
"e-SLOG": "e-SLOG",
|
|
88
|
+
"Click to skip e-SLOG validation for this invoice": "Haga clic para omitir la validación e-SLOG para esta factura",
|
|
89
|
+
"Click to enable e-SLOG validation": "Haga clic para activar la validación e-SLOG",
|
|
90
|
+
"e-SLOG Validation Failed": "Validación e-SLOG fallida",
|
|
91
|
+
"The following entity settings need to be updated:": "La siguiente configuración de la entidad debe actualizarse:",
|
|
92
|
+
"Reverse charge - tax exempt EU B2B sale": "Inversión del sujeto pasivo - venta B2B UE exenta de impuesto",
|
|
93
|
+
"Taxes disabled": "Impuestos desactivados",
|
|
94
|
+
"Gross price": "Precio bruto",
|
|
95
|
+
"Net price": "Precio neto",
|
|
96
|
+
"Gross price (tax included)": "Precio bruto (impuestos incluidos)",
|
|
97
|
+
"Net price (before tax)": "Precio neto (antes de impuestos)",
|
|
98
|
+
"Service Date": "Fecha de servicio",
|
|
99
|
+
"Single Date": "Fecha única",
|
|
100
|
+
"Date Range": "Rango de fechas",
|
|
101
|
+
From: "Desde",
|
|
102
|
+
To: "Hasta",
|
|
103
|
+
} as const;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
Recipient: "Destinataire",
|
|
3
|
+
Name: "Nom",
|
|
4
|
+
Details: "Détails",
|
|
5
|
+
Number: "Numéro",
|
|
6
|
+
"Number format can be changed in settings": "Le format du numéro peut être modifié dans les paramètres",
|
|
7
|
+
Date: "Date",
|
|
8
|
+
"Pick a date": "Choisir une date",
|
|
9
|
+
"Due Date": "Date d'échéance",
|
|
10
|
+
"Valid Until": "Valable jusqu'au",
|
|
11
|
+
Items: "Articles",
|
|
12
|
+
"Add item": "Ajouter un article",
|
|
13
|
+
Save: "Enregistrer",
|
|
14
|
+
Update: "Mettre à jour",
|
|
15
|
+
"Save as Draft": "Enregistrer comme brouillon",
|
|
16
|
+
Quantity: "Quantité",
|
|
17
|
+
Price: "Prix",
|
|
18
|
+
Unit: "Unité",
|
|
19
|
+
Discount: "Remise",
|
|
20
|
+
Tax: "Taxe",
|
|
21
|
+
"Tax rate": "Taux de taxe",
|
|
22
|
+
"Add tax": "Ajouter une taxe",
|
|
23
|
+
"Select tax...": "Sélectionner une taxe...",
|
|
24
|
+
"Loading...": "Chargement...",
|
|
25
|
+
"No taxes found": "Aucune taxe trouvée",
|
|
26
|
+
"Add new tax...": "Ajouter une nouvelle taxe...",
|
|
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",
|
|
32
|
+
"Payment Type": "Type de paiement",
|
|
33
|
+
"Select payment type": "Sélectionner le type de paiement",
|
|
34
|
+
Cash: "Espèces",
|
|
35
|
+
"Bank Transfer": "Virement bancaire",
|
|
36
|
+
Card: "Carte",
|
|
37
|
+
Check: "Chèque",
|
|
38
|
+
Other: "Autre",
|
|
39
|
+
Note: "Note",
|
|
40
|
+
"Insert variable": "Insérer une variable",
|
|
41
|
+
"Add payment instructions, terms, or other notes...":
|
|
42
|
+
"Ajoutez des instructions de paiement, des conditions ou d'autres notes...",
|
|
43
|
+
"Payment Terms": "Conditions de paiement",
|
|
44
|
+
"Add payment terms...": "Ajoutez des conditions de paiement...",
|
|
45
|
+
Entity: "Entreprise",
|
|
46
|
+
Document: "Document",
|
|
47
|
+
Customer: "Client",
|
|
48
|
+
"Company name": "Nom de l'entreprise",
|
|
49
|
+
"Email address": "Adresse e-mail",
|
|
50
|
+
"Invoice number": "Numéro de facture",
|
|
51
|
+
"Invoice date": "Date de facture",
|
|
52
|
+
"Due date": "Date d'échéance",
|
|
53
|
+
"Total amount": "Montant total",
|
|
54
|
+
Currency: "Devise",
|
|
55
|
+
"Select currency": "Sélectionner la devise",
|
|
56
|
+
"Customer name": "Nom du client",
|
|
57
|
+
"Customer email": "E-mail du client",
|
|
58
|
+
"Today's date": "Date du jour",
|
|
59
|
+
"Current year": "Année en cours",
|
|
60
|
+
"Search or create customer...": "Rechercher ou créer un client...",
|
|
61
|
+
Clear: "Effacer",
|
|
62
|
+
Address: "Adresse",
|
|
63
|
+
"Address 2": "Adresse 2",
|
|
64
|
+
"Post Code": "Code postal",
|
|
65
|
+
City: "Ville",
|
|
66
|
+
State: "Région",
|
|
67
|
+
Country: "Pays",
|
|
68
|
+
"Tax Number": "Numéro de TVA",
|
|
69
|
+
"Percentage discount": "Remise en pourcentage",
|
|
70
|
+
"Fixed amount discount": "Remise fixe",
|
|
71
|
+
Percentage: "Pourcentage",
|
|
72
|
+
"Fixed amount": "Montant fixe",
|
|
73
|
+
"FURS Fiscalization": "Fiscalisation FURS",
|
|
74
|
+
"Business Premise": "Local commercial",
|
|
75
|
+
"Electronic Device": "Appareil électronique",
|
|
76
|
+
Premise: "Local",
|
|
77
|
+
Device: "Appareil",
|
|
78
|
+
"Select premise": "Sélectionner le local",
|
|
79
|
+
"Select device": "Sélectionner l'appareil",
|
|
80
|
+
"Skip Fiscalization": "Ignorer la fiscalisation",
|
|
81
|
+
"Skip fiscalization for this invoice (e.g., bank transfers or unpaid invoices)":
|
|
82
|
+
"Ignorer la fiscalisation pour cette facture (ex. virements bancaires ou factures impayées)",
|
|
83
|
+
"Cannot skip fiscalization for cash payments": "Impossible d'ignorer la fiscalisation pour les paiements en espèces",
|
|
84
|
+
Skipped: "Ignorée",
|
|
85
|
+
Enabled: "Activée",
|
|
86
|
+
"Click to enable fiscalization": "Cliquez pour activer la fiscalisation",
|
|
87
|
+
"Fiscally verify": "Vérification fiscale",
|
|
88
|
+
"Click to skip fiscalization for this invoice": "Cliquez pour ignorer la fiscalisation pour cette facture",
|
|
89
|
+
"e-SLOG": "e-SLOG",
|
|
90
|
+
"Click to skip e-SLOG validation for this invoice": "Cliquez pour ignorer la validation e-SLOG pour cette facture",
|
|
91
|
+
"Click to enable e-SLOG validation": "Cliquez pour activer la validation e-SLOG",
|
|
92
|
+
"e-SLOG Validation Failed": "Échec de la validation e-SLOG",
|
|
93
|
+
"The following entity settings need to be updated:": "Les paramètres d'entité suivants doivent être mis à jour :",
|
|
94
|
+
"Reverse charge - tax exempt EU B2B sale": "Autoliquidation - vente B2B UE exonérée de taxe",
|
|
95
|
+
"Taxes disabled": "Taxes désactivées",
|
|
96
|
+
"Gross price": "Prix brut",
|
|
97
|
+
"Net price": "Prix net",
|
|
98
|
+
"Gross price (tax included)": "Prix brut (taxes incluses)",
|
|
99
|
+
"Net price (before tax)": "Prix net (avant taxes)",
|
|
100
|
+
"Service Date": "Date de service",
|
|
101
|
+
"Single Date": "Date unique",
|
|
102
|
+
"Date Range": "Plage de dates",
|
|
103
|
+
From: "Du",
|
|
104
|
+
To: "Au",
|
|
105
|
+
} as const;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
Recipient: "Primatelj",
|
|
3
|
+
Name: "Naziv",
|
|
4
|
+
Details: "Pojedinosti",
|
|
5
|
+
Number: "Broj",
|
|
6
|
+
"Number format can be changed in settings": "Format broja može se promijeniti u postavkama",
|
|
7
|
+
Date: "Datum",
|
|
8
|
+
"Pick a date": "Odaberite datum",
|
|
9
|
+
"Due Date": "Rok plaćanja",
|
|
10
|
+
"Valid Until": "Vrijedi do",
|
|
11
|
+
Items: "Stavke",
|
|
12
|
+
"Add item": "Dodaj stavku",
|
|
13
|
+
Save: "Spremi",
|
|
14
|
+
Update: "Ažuriraj",
|
|
15
|
+
"Save as Draft": "Spremi kao skicu",
|
|
16
|
+
Quantity: "Količina",
|
|
17
|
+
Price: "Cijena",
|
|
18
|
+
Unit: "Jedinica",
|
|
19
|
+
Discount: "Popust",
|
|
20
|
+
Tax: "Porez",
|
|
21
|
+
"Tax rate": "Porezna stopa",
|
|
22
|
+
"Add tax": "Dodaj porez",
|
|
23
|
+
"Select tax...": "Odaberi porez...",
|
|
24
|
+
"Loading...": "Učitavanje...",
|
|
25
|
+
"No taxes found": "Nisu pronađeni porezi",
|
|
26
|
+
"Add new tax...": "Dodaj novi porez...",
|
|
27
|
+
Description: "Opis",
|
|
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",
|
|
31
|
+
"Payment Type": "Vrsta plaćanja",
|
|
32
|
+
"Select payment type": "Odaberite vrstu plaćanja",
|
|
33
|
+
Cash: "Gotovina",
|
|
34
|
+
"Bank Transfer": "Bankovni prijenos",
|
|
35
|
+
Card: "Kartica",
|
|
36
|
+
Check: "Ček",
|
|
37
|
+
Other: "Ostalo",
|
|
38
|
+
Note: "Napomena",
|
|
39
|
+
"Insert variable": "Umetni varijablu",
|
|
40
|
+
"Add payment instructions, terms, or other notes...": "Dodajte upute za plaćanje, uvjete ili druge napomene...",
|
|
41
|
+
"Payment Terms": "Uvjeti plaćanja",
|
|
42
|
+
"Add payment terms...": "Dodajte uvjete plaćanja...",
|
|
43
|
+
Entity: "Tvrtka",
|
|
44
|
+
Document: "Dokument",
|
|
45
|
+
Customer: "Kupac",
|
|
46
|
+
"Company name": "Naziv tvrtke",
|
|
47
|
+
"Email address": "Adresa e-pošte",
|
|
48
|
+
"Invoice number": "Broj računa",
|
|
49
|
+
"Invoice date": "Datum računa",
|
|
50
|
+
"Due date": "Rok plaćanja",
|
|
51
|
+
"Total amount": "Ukupni iznos",
|
|
52
|
+
Currency: "Valuta",
|
|
53
|
+
"Select currency": "Odaberi valutu",
|
|
54
|
+
"Customer name": "Ime kupca",
|
|
55
|
+
"Customer email": "E-pošta kupca",
|
|
56
|
+
"Today's date": "Današnji datum",
|
|
57
|
+
"Current year": "Tekuća godina",
|
|
58
|
+
"Search or create customer...": "Pretraži ili kreiraj kupca...",
|
|
59
|
+
Clear: "Očisti",
|
|
60
|
+
Address: "Adresa",
|
|
61
|
+
"Address 2": "Adresa 2",
|
|
62
|
+
"Post Code": "Poštanski broj",
|
|
63
|
+
City: "Grad",
|
|
64
|
+
State: "Županija",
|
|
65
|
+
Country: "Država",
|
|
66
|
+
"Tax Number": "OIB",
|
|
67
|
+
"Percentage discount": "Postotni popust",
|
|
68
|
+
"Fixed amount discount": "Fiksni popust",
|
|
69
|
+
Percentage: "Postotak",
|
|
70
|
+
"Fixed amount": "Fiksni iznos",
|
|
71
|
+
"FURS Fiscalization": "FURS fiskalizacija",
|
|
72
|
+
"Business Premise": "Poslovni prostor",
|
|
73
|
+
"Electronic Device": "Elektronički uređaj",
|
|
74
|
+
Premise: "Prostor",
|
|
75
|
+
Device: "Uređaj",
|
|
76
|
+
"Select premise": "Odaberite prostor",
|
|
77
|
+
"Select device": "Odaberite uređaj",
|
|
78
|
+
"Skip Fiscalization": "Preskoči fiskalizaciju",
|
|
79
|
+
"Skip fiscalization for this invoice (e.g., bank transfers or unpaid invoices)":
|
|
80
|
+
"Preskoči fiskalizaciju za ovaj račun (npr. bankovni prijenosi ili neplaćeni računi)",
|
|
81
|
+
"Cannot skip fiscalization for cash payments": "Fiskalizacija se ne može preskočiti za gotovinska plaćanja",
|
|
82
|
+
Skipped: "Preskočeno",
|
|
83
|
+
Enabled: "Omogućeno",
|
|
84
|
+
"Click to enable fiscalization": "Kliknite za omogućavanje fiskalizacije",
|
|
85
|
+
"Fiscally verify": "Fiskalno potvrdi",
|
|
86
|
+
"Click to skip fiscalization for this invoice": "Kliknite za preskakanje fiskalizacije za ovaj račun",
|
|
87
|
+
"e-SLOG": "e-SLOG",
|
|
88
|
+
"Click to skip e-SLOG validation for this invoice": "Kliknite za preskakanje e-SLOG provjere za ovaj račun",
|
|
89
|
+
"Click to enable e-SLOG validation": "Kliknite za omogućavanje e-SLOG provjere",
|
|
90
|
+
"e-SLOG Validation Failed": "e-SLOG provjera nije uspjela",
|
|
91
|
+
"The following entity settings need to be updated:": "Sljedeće postavke subjekta moraju se ažurirati:",
|
|
92
|
+
"Reverse charge - tax exempt EU B2B sale": "Prijenos porezne obveznosti - porezno oslobođena EU B2B prodaja",
|
|
93
|
+
"Taxes disabled": "Porezi onemogućeni",
|
|
94
|
+
"Gross price": "Bruto cijena",
|
|
95
|
+
"Net price": "Neto cijena",
|
|
96
|
+
"Gross price (tax included)": "Bruto cijena (s porezom)",
|
|
97
|
+
"Net price (before tax)": "Neto cijena (prije poreza)",
|
|
98
|
+
"Service Date": "Datum usluge",
|
|
99
|
+
"Single Date": "Datum",
|
|
100
|
+
"Date Range": "Raspon datuma",
|
|
101
|
+
From: "Od",
|
|
102
|
+
To: "Do",
|
|
103
|
+
} as const;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
Recipient: "Destinatario",
|
|
3
|
+
Name: "Nome",
|
|
4
|
+
Details: "Dettagli",
|
|
5
|
+
Number: "Numero",
|
|
6
|
+
"Number format can be changed in settings": "Il formato del numero può essere modificato nelle impostazioni",
|
|
7
|
+
Date: "Data",
|
|
8
|
+
"Pick a date": "Seleziona una data",
|
|
9
|
+
"Due Date": "Data di scadenza",
|
|
10
|
+
"Valid Until": "Valido fino al",
|
|
11
|
+
Items: "Voci",
|
|
12
|
+
"Add item": "Aggiungi voce",
|
|
13
|
+
Save: "Salva",
|
|
14
|
+
Update: "Aggiorna",
|
|
15
|
+
"Save as Draft": "Salva come bozza",
|
|
16
|
+
Quantity: "Quantità",
|
|
17
|
+
Price: "Prezzo",
|
|
18
|
+
Unit: "Unità",
|
|
19
|
+
Discount: "Sconto",
|
|
20
|
+
Tax: "Imposta",
|
|
21
|
+
"Tax rate": "Aliquota fiscale",
|
|
22
|
+
"Add tax": "Aggiungi imposta",
|
|
23
|
+
"Select tax...": "Seleziona imposta...",
|
|
24
|
+
"Loading...": "Caricamento...",
|
|
25
|
+
"No taxes found": "Nessuna imposta trovata",
|
|
26
|
+
"Add new tax...": "Aggiungi nuova imposta...",
|
|
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",
|
|
32
|
+
"Payment Type": "Tipo di pagamento",
|
|
33
|
+
"Select payment type": "Seleziona il tipo di pagamento",
|
|
34
|
+
Cash: "Contanti",
|
|
35
|
+
"Bank Transfer": "Bonifico bancario",
|
|
36
|
+
Card: "Carta",
|
|
37
|
+
Check: "Assegno",
|
|
38
|
+
Other: "Altro",
|
|
39
|
+
Note: "Nota",
|
|
40
|
+
"Insert variable": "Inserisci variabile",
|
|
41
|
+
"Add payment instructions, terms, or other notes...": "Aggiungi istruzioni di pagamento, condizioni o altre note...",
|
|
42
|
+
"Payment Terms": "Condizioni di pagamento",
|
|
43
|
+
"Add payment terms...": "Aggiungi condizioni di pagamento...",
|
|
44
|
+
Entity: "Azienda",
|
|
45
|
+
Document: "Documento",
|
|
46
|
+
Customer: "Cliente",
|
|
47
|
+
"Company name": "Nome dell'azienda",
|
|
48
|
+
"Email address": "Indirizzo email",
|
|
49
|
+
"Invoice number": "Numero fattura",
|
|
50
|
+
"Invoice date": "Data fattura",
|
|
51
|
+
"Due date": "Data di scadenza",
|
|
52
|
+
"Total amount": "Importo totale",
|
|
53
|
+
Currency: "Valuta",
|
|
54
|
+
"Select currency": "Seleziona valuta",
|
|
55
|
+
"Customer name": "Nome del cliente",
|
|
56
|
+
"Customer email": "Email del cliente",
|
|
57
|
+
"Today's date": "Data odierna",
|
|
58
|
+
"Current year": "Anno corrente",
|
|
59
|
+
"Search or create customer...": "Cerca o crea cliente...",
|
|
60
|
+
Clear: "Cancella",
|
|
61
|
+
Address: "Indirizzo",
|
|
62
|
+
"Address 2": "Indirizzo 2",
|
|
63
|
+
"Post Code": "CAP",
|
|
64
|
+
City: "Città",
|
|
65
|
+
State: "Provincia",
|
|
66
|
+
Country: "Paese",
|
|
67
|
+
"Tax Number": "Partita IVA",
|
|
68
|
+
"Percentage discount": "Sconto percentuale",
|
|
69
|
+
"Fixed amount discount": "Sconto fisso",
|
|
70
|
+
Percentage: "Percentuale",
|
|
71
|
+
"Fixed amount": "Importo fisso",
|
|
72
|
+
"FURS Fiscalization": "FURS Fiscalizzazione",
|
|
73
|
+
"Business Premise": "Sede commerciale",
|
|
74
|
+
"Electronic Device": "Dispositivo elettronico",
|
|
75
|
+
Premise: "Sede",
|
|
76
|
+
Device: "Dispositivo",
|
|
77
|
+
"Select premise": "Seleziona sede",
|
|
78
|
+
"Select device": "Seleziona dispositivo",
|
|
79
|
+
"Skip Fiscalization": "Salta la fiscalizzazione",
|
|
80
|
+
"Skip fiscalization for this invoice (e.g., bank transfers or unpaid invoices)":
|
|
81
|
+
"Salta la fiscalizzazione per questa fattura (es. bonifici bancari o fatture non pagate)",
|
|
82
|
+
"Cannot skip fiscalization for cash payments":
|
|
83
|
+
"Non è possibile saltare la fiscalizzazione per i pagamenti in contanti",
|
|
84
|
+
Skipped: "Saltata",
|
|
85
|
+
Enabled: "Abilitata",
|
|
86
|
+
"Click to enable fiscalization": "Clicca per abilitare la fiscalizzazione",
|
|
87
|
+
"Fiscally verify": "Verifica fiscale",
|
|
88
|
+
"Click to skip fiscalization for this invoice": "Clicca per saltare la fiscalizzazione per questa fattura",
|
|
89
|
+
"e-SLOG": "e-SLOG",
|
|
90
|
+
"Click to skip e-SLOG validation for this invoice": "Clicca per saltare la validazione e-SLOG per questa fattura",
|
|
91
|
+
"Click to enable e-SLOG validation": "Clicca per abilitare la validazione e-SLOG",
|
|
92
|
+
"e-SLOG Validation Failed": "Validazione e-SLOG non riuscita",
|
|
93
|
+
"The following entity settings need to be updated:": "Le seguenti impostazioni dell'entità devono essere aggiornate:",
|
|
94
|
+
"Reverse charge - tax exempt EU B2B sale": "Inversione contabile - vendita B2B UE esente da imposta",
|
|
95
|
+
"Taxes disabled": "Imposte disabilitate",
|
|
96
|
+
"Gross price": "Prezzo lordo",
|
|
97
|
+
"Net price": "Prezzo netto",
|
|
98
|
+
"Gross price (tax included)": "Prezzo lordo (imposte incluse)",
|
|
99
|
+
"Net price (before tax)": "Prezzo netto (prima delle imposte)",
|
|
100
|
+
"Service Date": "Data del servizio",
|
|
101
|
+
"Single Date": "Data singola",
|
|
102
|
+
"Date Range": "Intervallo di date",
|
|
103
|
+
From: "Da",
|
|
104
|
+
To: "A",
|
|
105
|
+
} as const;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
Recipient: "Ontvanger",
|
|
3
|
+
Name: "Naam",
|
|
4
|
+
Details: "Details",
|
|
5
|
+
Number: "Nummer",
|
|
6
|
+
"Number format can be changed in settings": "Het nummerformaat kan worden gewijzigd in de instellingen",
|
|
7
|
+
Date: "Datum",
|
|
8
|
+
"Pick a date": "Kies een datum",
|
|
9
|
+
"Due Date": "Vervaldatum",
|
|
10
|
+
"Valid Until": "Geldig tot",
|
|
11
|
+
Items: "Artikelen",
|
|
12
|
+
"Add item": "Artikel toevoegen",
|
|
13
|
+
Save: "Opslaan",
|
|
14
|
+
Update: "Bijwerken",
|
|
15
|
+
"Save as Draft": "Opslaan als concept",
|
|
16
|
+
Quantity: "Aantal",
|
|
17
|
+
Price: "Prijs",
|
|
18
|
+
Unit: "Eenheid",
|
|
19
|
+
Discount: "Korting",
|
|
20
|
+
Tax: "Belasting",
|
|
21
|
+
"Tax rate": "Belastingtarief",
|
|
22
|
+
"Add tax": "Belasting toevoegen",
|
|
23
|
+
"Select tax...": "Belasting selecteren...",
|
|
24
|
+
"Loading...": "Laden...",
|
|
25
|
+
"No taxes found": "Geen belastingen gevonden",
|
|
26
|
+
"Add new tax...": "Nieuwe belasting toevoegen...",
|
|
27
|
+
Description: "Beschrijving",
|
|
28
|
+
"Mark as Paid": "Markeren als betaald",
|
|
29
|
+
Paid: "Betaald",
|
|
30
|
+
"Invoice will be marked as fully paid upon creation": "De factuur wordt bij aanmaak als volledig betaald gemarkeerd",
|
|
31
|
+
"Payment Type": "Betaalmethode",
|
|
32
|
+
"Select payment type": "Betaalmethode selecteren",
|
|
33
|
+
Cash: "Contant",
|
|
34
|
+
"Bank Transfer": "Bankoverschrijving",
|
|
35
|
+
Card: "Kaart",
|
|
36
|
+
Check: "Cheque",
|
|
37
|
+
Other: "Overig",
|
|
38
|
+
Note: "Notitie",
|
|
39
|
+
"Insert variable": "Variabele invoegen",
|
|
40
|
+
"Add payment instructions, terms, or other notes...":
|
|
41
|
+
"Voeg betalingsinstructies, voorwaarden of andere notities toe...",
|
|
42
|
+
"Payment Terms": "Betalingsvoorwaarden",
|
|
43
|
+
"Add payment terms...": "Voeg betalingsvoorwaarden toe...",
|
|
44
|
+
Entity: "Bedrijf",
|
|
45
|
+
Document: "Document",
|
|
46
|
+
Customer: "Klant",
|
|
47
|
+
"Company name": "Bedrijfsnaam",
|
|
48
|
+
"Email address": "E-mailadres",
|
|
49
|
+
"Invoice number": "Factuurnummer",
|
|
50
|
+
"Invoice date": "Factuurdatum",
|
|
51
|
+
"Due date": "Vervaldatum",
|
|
52
|
+
"Total amount": "Totaalbedrag",
|
|
53
|
+
Currency: "Valuta",
|
|
54
|
+
"Select currency": "Valuta selecteren",
|
|
55
|
+
"Customer name": "Klantnaam",
|
|
56
|
+
"Customer email": "Klant e-mail",
|
|
57
|
+
"Today's date": "Datum van vandaag",
|
|
58
|
+
"Current year": "Huidig jaar",
|
|
59
|
+
"Search or create customer...": "Klant zoeken of aanmaken...",
|
|
60
|
+
Clear: "Wissen",
|
|
61
|
+
Address: "Adres",
|
|
62
|
+
"Address 2": "Adres 2",
|
|
63
|
+
"Post Code": "Postcode",
|
|
64
|
+
City: "Stad",
|
|
65
|
+
State: "Provincie",
|
|
66
|
+
Country: "Land",
|
|
67
|
+
"Tax Number": "BTW-nummer",
|
|
68
|
+
"Percentage discount": "Percentuele korting",
|
|
69
|
+
"Fixed amount discount": "Vaste korting",
|
|
70
|
+
Percentage: "Percentage",
|
|
71
|
+
"Fixed amount": "Vast bedrag",
|
|
72
|
+
"FURS Fiscalization": "FURS-fiscalisatie",
|
|
73
|
+
"Business Premise": "Bedrijfsruimte",
|
|
74
|
+
"Electronic Device": "Elektronisch apparaat",
|
|
75
|
+
Premise: "Ruimte",
|
|
76
|
+
Device: "Apparaat",
|
|
77
|
+
"Select premise": "Ruimte selecteren",
|
|
78
|
+
"Select device": "Apparaat selecteren",
|
|
79
|
+
"Skip Fiscalization": "Fiscalisatie overslaan",
|
|
80
|
+
"Skip fiscalization for this invoice (e.g., bank transfers or unpaid invoices)":
|
|
81
|
+
"Fiscalisatie overslaan voor deze factuur (bijv. bankoverschrijvingen of onbetaalde facturen)",
|
|
82
|
+
"Cannot skip fiscalization for cash payments": "Fiscalisatie kan niet worden overgeslagen voor contante betalingen",
|
|
83
|
+
Skipped: "Overgeslagen",
|
|
84
|
+
Enabled: "Ingeschakeld",
|
|
85
|
+
"Click to enable fiscalization": "Klik om fiscalisatie in te schakelen",
|
|
86
|
+
"Fiscally verify": "Fiscaal verifiëren",
|
|
87
|
+
"Click to skip fiscalization for this invoice": "Klik om fiscalisatie over te slaan voor deze factuur",
|
|
88
|
+
"e-SLOG": "e-SLOG",
|
|
89
|
+
"Click to skip e-SLOG validation for this invoice": "Klik om e-SLOG-validatie over te slaan voor deze factuur",
|
|
90
|
+
"Click to enable e-SLOG validation": "Klik om e-SLOG-validatie in te schakelen",
|
|
91
|
+
"e-SLOG Validation Failed": "e-SLOG-validatie mislukt",
|
|
92
|
+
"The following entity settings need to be updated:": "De volgende entiteitsinstellingen moeten worden bijgewerkt:",
|
|
93
|
+
"Reverse charge - tax exempt EU B2B sale": "Verlegging - belastingvrije EU B2B-verkoop",
|
|
94
|
+
"Taxes disabled": "Belastingen uitgeschakeld",
|
|
95
|
+
"Gross price": "Brutoprijs",
|
|
96
|
+
"Net price": "Nettoprijs",
|
|
97
|
+
"Gross price (tax included)": "Brutoprijs (inclusief belasting)",
|
|
98
|
+
"Net price (before tax)": "Nettoprijs (exclusief belasting)",
|
|
99
|
+
"Service Date": "Servicedatum",
|
|
100
|
+
"Single Date": "Enkele datum",
|
|
101
|
+
"Date Range": "Datumbereik",
|
|
102
|
+
From: "Van",
|
|
103
|
+
To: "Tot",
|
|
104
|
+
} as const;
|