@ketvietlab/ketsuite 0.1.1
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/LICENSE +21 -0
- package/README.md +19 -0
- package/dist/index.d.ts +119 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +118 -0
- package/dist/index.js.map +1 -0
- package/dist/modules/account/functions.d.ts +14 -0
- package/dist/modules/account/functions.d.ts.map +1 -0
- package/dist/modules/account/functions.js +1038 -0
- package/dist/modules/account/functions.js.map +1 -0
- package/dist/modules/account/index.d.ts +5 -0
- package/dist/modules/account/index.d.ts.map +1 -0
- package/dist/modules/account/index.js +31 -0
- package/dist/modules/account/index.js.map +1 -0
- package/dist/modules/account/models.d.ts +3 -0
- package/dist/modules/account/models.d.ts.map +1 -0
- package/dist/modules/account/models.js +151 -0
- package/dist/modules/account/models.js.map +1 -0
- package/dist/modules/account/relations.d.ts +3 -0
- package/dist/modules/account/relations.d.ts.map +1 -0
- package/dist/modules/account/relations.js +35 -0
- package/dist/modules/account/relations.js.map +1 -0
- package/dist/modules/account/setup.d.ts +4 -0
- package/dist/modules/account/setup.d.ts.map +1 -0
- package/dist/modules/account/setup.js +179 -0
- package/dist/modules/account/setup.js.map +1 -0
- package/dist/modules/account/tt99.d.ts +30 -0
- package/dist/modules/account/tt99.d.ts.map +1 -0
- package/dist/modules/account/tt99.js +1661 -0
- package/dist/modules/account/tt99.js.map +1 -0
- package/dist/modules/account_activity_backend/index.d.ts +5 -0
- package/dist/modules/account_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/account_activity_backend/index.js +27 -0
- package/dist/modules/account_activity_backend/index.js.map +1 -0
- package/dist/modules/account_backend/accounting-overview-screen.d.ts +18 -0
- package/dist/modules/account_backend/accounting-overview-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/accounting-overview-screen.js +104 -0
- package/dist/modules/account_backend/accounting-overview-screen.js.map +1 -0
- package/dist/modules/account_backend/accounts-screen.d.ts +13 -0
- package/dist/modules/account_backend/accounts-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/accounts-screen.js +49 -0
- package/dist/modules/account_backend/accounts-screen.js.map +1 -0
- package/dist/modules/account_backend/customer-invoices-screen.d.ts +14 -0
- package/dist/modules/account_backend/customer-invoices-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/customer-invoices-screen.js +63 -0
- package/dist/modules/account_backend/customer-invoices-screen.js.map +1 -0
- package/dist/modules/account_backend/general-ledger-screen.d.ts +13 -0
- package/dist/modules/account_backend/general-ledger-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/general-ledger-screen.js +56 -0
- package/dist/modules/account_backend/general-ledger-screen.js.map +1 -0
- package/dist/modules/account_backend/index.d.ts +3 -0
- package/dist/modules/account_backend/index.d.ts.map +1 -0
- package/dist/modules/account_backend/index.js +1516 -0
- package/dist/modules/account_backend/index.js.map +1 -0
- package/dist/modules/account_backend/journal-entries-screen.d.ts +14 -0
- package/dist/modules/account_backend/journal-entries-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/journal-entries-screen.js +45 -0
- package/dist/modules/account_backend/journal-entries-screen.js.map +1 -0
- package/dist/modules/account_backend/journals-screen.d.ts +14 -0
- package/dist/modules/account_backend/journals-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/journals-screen.js +53 -0
- package/dist/modules/account_backend/journals-screen.js.map +1 -0
- package/dist/modules/account_backend/move-detail-screen.d.ts +10 -0
- package/dist/modules/account_backend/move-detail-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/move-detail-screen.js +100 -0
- package/dist/modules/account_backend/move-detail-screen.js.map +1 -0
- package/dist/modules/account_backend/partner-ledger-screen.d.ts +14 -0
- package/dist/modules/account_backend/partner-ledger-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/partner-ledger-screen.js +69 -0
- package/dist/modules/account_backend/partner-ledger-screen.js.map +1 -0
- package/dist/modules/account_backend/payment-terms-screen.d.ts +14 -0
- package/dist/modules/account_backend/payment-terms-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/payment-terms-screen.js +40 -0
- package/dist/modules/account_backend/payment-terms-screen.js.map +1 -0
- package/dist/modules/account_backend/payments-screen.d.ts +14 -0
- package/dist/modules/account_backend/payments-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/payments-screen.js +54 -0
- package/dist/modules/account_backend/payments-screen.js.map +1 -0
- package/dist/modules/account_backend/screens.d.ts +7 -0
- package/dist/modules/account_backend/screens.d.ts.map +1 -0
- package/dist/modules/account_backend/screens.js +7 -0
- package/dist/modules/account_backend/screens.js.map +1 -0
- package/dist/modules/account_backend/taxes-screen.d.ts +15 -0
- package/dist/modules/account_backend/taxes-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/taxes-screen.js +73 -0
- package/dist/modules/account_backend/taxes-screen.js.map +1 -0
- package/dist/modules/account_backend/trial-balance-screen.d.ts +13 -0
- package/dist/modules/account_backend/trial-balance-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/trial-balance-screen.js +62 -0
- package/dist/modules/account_backend/trial-balance-screen.js.map +1 -0
- package/dist/modules/account_backend/vendor-bills-screen.d.ts +14 -0
- package/dist/modules/account_backend/vendor-bills-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/vendor-bills-screen.js +59 -0
- package/dist/modules/account_backend/vendor-bills-screen.js.map +1 -0
- package/dist/modules/account_mail_backend/index.d.ts +5 -0
- package/dist/modules/account_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/account_mail_backend/index.js +28 -0
- package/dist/modules/account_mail_backend/index.js.map +1 -0
- package/dist/modules/account_partner/functions.d.ts +3 -0
- package/dist/modules/account_partner/functions.d.ts.map +1 -0
- package/dist/modules/account_partner/functions.js +85 -0
- package/dist/modules/account_partner/functions.js.map +1 -0
- package/dist/modules/account_partner/index.d.ts +3 -0
- package/dist/modules/account_partner/index.d.ts.map +1 -0
- package/dist/modules/account_partner/index.js +48 -0
- package/dist/modules/account_partner/index.js.map +1 -0
- package/dist/modules/account_partner_backend/index.d.ts +4 -0
- package/dist/modules/account_partner_backend/index.d.ts.map +1 -0
- package/dist/modules/account_partner_backend/index.js +49 -0
- package/dist/modules/account_partner_backend/index.js.map +1 -0
- package/dist/modules/account_partner_backend/routes.d.ts +3 -0
- package/dist/modules/account_partner_backend/routes.d.ts.map +1 -0
- package/dist/modules/account_partner_backend/routes.js +69 -0
- package/dist/modules/account_partner_backend/routes.js.map +1 -0
- package/dist/modules/account_partner_backend/screens.d.ts +16 -0
- package/dist/modules/account_partner_backend/screens.d.ts.map +1 -0
- package/dist/modules/account_partner_backend/screens.js +26 -0
- package/dist/modules/account_partner_backend/screens.js.map +1 -0
- package/dist/modules/activity/functions.d.ts +3 -0
- package/dist/modules/activity/functions.d.ts.map +1 -0
- package/dist/modules/activity/functions.js +250 -0
- package/dist/modules/activity/functions.js.map +1 -0
- package/dist/modules/activity/index.d.ts +9 -0
- package/dist/modules/activity/index.d.ts.map +1 -0
- package/dist/modules/activity/index.js +33 -0
- package/dist/modules/activity/index.js.map +1 -0
- package/dist/modules/activity/models.d.ts +3 -0
- package/dist/modules/activity/models.d.ts.map +1 -0
- package/dist/modules/activity/models.js +81 -0
- package/dist/modules/activity/models.js.map +1 -0
- package/dist/modules/activity/operations.d.ts +39 -0
- package/dist/modules/activity/operations.d.ts.map +1 -0
- package/dist/modules/activity/operations.js +226 -0
- package/dist/modules/activity/operations.js.map +1 -0
- package/dist/modules/activity/relations.d.ts +3 -0
- package/dist/modules/activity/relations.d.ts.map +1 -0
- package/dist/modules/activity/relations.js +24 -0
- package/dist/modules/activity/relations.js.map +1 -0
- package/dist/modules/activity/target.d.ts +4 -0
- package/dist/modules/activity/target.d.ts.map +1 -0
- package/dist/modules/activity/target.js +149 -0
- package/dist/modules/activity/target.js.map +1 -0
- package/dist/modules/activity/types.d.ts +9 -0
- package/dist/modules/activity/types.d.ts.map +1 -0
- package/dist/modules/activity/types.js +5 -0
- package/dist/modules/activity/types.js.map +1 -0
- package/dist/modules/activity_backend/index.d.ts +5 -0
- package/dist/modules/activity_backend/index.d.ts.map +1 -0
- package/dist/modules/activity_backend/index.js +80 -0
- package/dist/modules/activity_backend/index.js.map +1 -0
- package/dist/modules/activity_backend/islands.d.ts +3 -0
- package/dist/modules/activity_backend/islands.d.ts.map +1 -0
- package/dist/modules/activity_backend/islands.js +20 -0
- package/dist/modules/activity_backend/islands.js.map +1 -0
- package/dist/modules/activity_backend/routes.d.ts +5 -0
- package/dist/modules/activity_backend/routes.d.ts.map +1 -0
- package/dist/modules/activity_backend/routes.js +53 -0
- package/dist/modules/activity_backend/routes.js.map +1 -0
- package/dist/modules/activity_backend/screens.d.ts +5 -0
- package/dist/modules/activity_backend/screens.d.ts.map +1 -0
- package/dist/modules/activity_backend/screens.js +52 -0
- package/dist/modules/activity_backend/screens.js.map +1 -0
- package/dist/modules/address/data/VN/NOTICE.md +15 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0001.json +8002 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0002.json +8002 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0003.json +8002 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0004.json +2842 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/manifest.json +77 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/policy.json +49 -0
- package/dist/modules/address/data/countries.json +11 -0
- package/dist/modules/address/data/index.json +14 -0
- package/dist/modules/address/format.d.ts +37 -0
- package/dist/modules/address/format.d.ts.map +1 -0
- package/dist/modules/address/format.js +146 -0
- package/dist/modules/address/format.js.map +1 -0
- package/dist/modules/address/functions.d.ts +3 -0
- package/dist/modules/address/functions.d.ts.map +1 -0
- package/dist/modules/address/functions.js +320 -0
- package/dist/modules/address/functions.js.map +1 -0
- package/dist/modules/address/index.d.ts +6 -0
- package/dist/modules/address/index.d.ts.map +1 -0
- package/dist/modules/address/index.js +20 -0
- package/dist/modules/address/index.js.map +1 -0
- package/dist/modules/address/loader.d.ts +74 -0
- package/dist/modules/address/loader.d.ts.map +1 -0
- package/dist/modules/address/loader.js +144 -0
- package/dist/modules/address/loader.js.map +1 -0
- package/dist/modules/address/messages.d.ts +51 -0
- package/dist/modules/address/messages.d.ts.map +1 -0
- package/dist/modules/address/messages.js +51 -0
- package/dist/modules/address/messages.js.map +1 -0
- package/dist/modules/address/models.d.ts +8 -0
- package/dist/modules/address/models.d.ts.map +1 -0
- package/dist/modules/address/models.js +98 -0
- package/dist/modules/address/models.js.map +1 -0
- package/dist/modules/address/relations.d.ts +3 -0
- package/dist/modules/address/relations.d.ts.map +1 -0
- package/dist/modules/address/relations.js +22 -0
- package/dist/modules/address/relations.js.map +1 -0
- package/dist/modules/address_backend/index.d.ts +4 -0
- package/dist/modules/address_backend/index.d.ts.map +1 -0
- package/dist/modules/address_backend/index.js +90 -0
- package/dist/modules/address_backend/index.js.map +1 -0
- package/dist/modules/address_backend/routes.d.ts +3 -0
- package/dist/modules/address_backend/routes.d.ts.map +1 -0
- package/dist/modules/address_backend/routes.js +87 -0
- package/dist/modules/address_backend/routes.js.map +1 -0
- package/dist/modules/address_backend/screens.d.ts +31 -0
- package/dist/modules/address_backend/screens.d.ts.map +1 -0
- package/dist/modules/address_backend/screens.js +147 -0
- package/dist/modules/address_backend/screens.js.map +1 -0
- package/dist/modules/attendance/functions.d.ts +3 -0
- package/dist/modules/attendance/functions.d.ts.map +1 -0
- package/dist/modules/attendance/functions.js +750 -0
- package/dist/modules/attendance/functions.js.map +1 -0
- package/dist/modules/attendance/index.d.ts +5 -0
- package/dist/modules/attendance/index.d.ts.map +1 -0
- package/dist/modules/attendance/index.js +20 -0
- package/dist/modules/attendance/index.js.map +1 -0
- package/dist/modules/attendance/messages.d.ts +41 -0
- package/dist/modules/attendance/messages.d.ts.map +1 -0
- package/dist/modules/attendance/messages.js +41 -0
- package/dist/modules/attendance/messages.js.map +1 -0
- package/dist/modules/attendance/models.d.ts +3 -0
- package/dist/modules/attendance/models.d.ts.map +1 -0
- package/dist/modules/attendance/models.js +158 -0
- package/dist/modules/attendance/models.js.map +1 -0
- package/dist/modules/attendance/relations.d.ts +3 -0
- package/dist/modules/attendance/relations.d.ts.map +1 -0
- package/dist/modules/attendance/relations.js +12 -0
- package/dist/modules/attendance/relations.js.map +1 -0
- package/dist/modules/attendance/types.d.ts +9 -0
- package/dist/modules/attendance/types.d.ts.map +1 -0
- package/dist/modules/attendance/types.js +5 -0
- package/dist/modules/attendance/types.js.map +1 -0
- package/dist/modules/attendance_backend/index.d.ts +4 -0
- package/dist/modules/attendance_backend/index.d.ts.map +1 -0
- package/dist/modules/attendance_backend/index.js +182 -0
- package/dist/modules/attendance_backend/index.js.map +1 -0
- package/dist/modules/attendance_backend/qr.d.ts +2 -0
- package/dist/modules/attendance_backend/qr.d.ts.map +1 -0
- package/dist/modules/attendance_backend/qr.js +120 -0
- package/dist/modules/attendance_backend/qr.js.map +1 -0
- package/dist/modules/attendance_backend/routes.d.ts +3 -0
- package/dist/modules/attendance_backend/routes.d.ts.map +1 -0
- package/dist/modules/attendance_backend/routes.js +131 -0
- package/dist/modules/attendance_backend/routes.js.map +1 -0
- package/dist/modules/attendance_backend/screens.d.ts +10 -0
- package/dist/modules/attendance_backend/screens.d.ts.map +1 -0
- package/dist/modules/attendance_backend/screens.js +227 -0
- package/dist/modules/attendance_backend/screens.js.map +1 -0
- package/dist/modules/backend/catalogue.d.ts +10 -0
- package/dist/modules/backend/catalogue.d.ts.map +1 -0
- package/dist/modules/backend/catalogue.js +615 -0
- package/dist/modules/backend/catalogue.js.map +1 -0
- package/dist/modules/backend/design/HANDOFF.md +356 -0
- package/dist/modules/backend/design/admin.css +4229 -0
- package/dist/modules/backend/design/client/relation-select-view.d.mts +5 -0
- package/dist/modules/backend/design/client/relation-select-view.d.mts.map +1 -0
- package/dist/modules/backend/design/client/relation-select-view.mjs +335 -0
- package/dist/modules/backend/design/client/relation-select-view.mjs.map +1 -0
- package/dist/modules/backend/design/client/relation-select.d.mts +5 -0
- package/dist/modules/backend/design/client/relation-select.d.mts.map +1 -0
- package/dist/modules/backend/design/client/relation-select.mjs +7 -0
- package/dist/modules/backend/design/client/relation-select.mjs.map +1 -0
- package/dist/modules/backend/design/fixtures/product-back.svg +11 -0
- package/dist/modules/backend/design/fixtures/product-front.svg +9 -0
- package/dist/modules/backend/design/screenshots/apps-desktop-dark.png +0 -0
- package/dist/modules/backend/design/screenshots/list-mobile-dark.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-favorites-desktop-en.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-filter-desktop-en.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-filter-mobile-en.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-grouped-desktop.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-grouped-mobile.png +0 -0
- package/dist/modules/backend/design/tokens.css +132 -0
- package/dist/modules/backend/forms.d.ts +7 -0
- package/dist/modules/backend/forms.d.ts.map +1 -0
- package/dist/modules/backend/forms.js +25 -0
- package/dist/modules/backend/forms.js.map +1 -0
- package/dist/modules/backend/index.d.ts +24 -0
- package/dist/modules/backend/index.d.ts.map +1 -0
- package/dist/modules/backend/index.js +61 -0
- package/dist/modules/backend/index.js.map +1 -0
- package/dist/modules/backend/islands.d.ts +3 -0
- package/dist/modules/backend/islands.d.ts.map +1 -0
- package/dist/modules/backend/islands.js +13 -0
- package/dist/modules/backend/islands.js.map +1 -0
- package/dist/modules/backend/joints.d.ts +13 -0
- package/dist/modules/backend/joints.d.ts.map +1 -0
- package/dist/modules/backend/joints.js +33 -0
- package/dist/modules/backend/joints.js.map +1 -0
- package/dist/modules/backend/menus.d.ts +3 -0
- package/dist/modules/backend/menus.d.ts.map +1 -0
- package/dist/modules/backend/menus.js +25 -0
- package/dist/modules/backend/menus.js.map +1 -0
- package/dist/modules/backend/messages.d.ts +11 -0
- package/dist/modules/backend/messages.d.ts.map +1 -0
- package/dist/modules/backend/messages.js +161 -0
- package/dist/modules/backend/messages.js.map +1 -0
- package/dist/modules/backend/paging.d.ts +22 -0
- package/dist/modules/backend/paging.d.ts.map +1 -0
- package/dist/modules/backend/paging.js +56 -0
- package/dist/modules/backend/paging.js.map +1 -0
- package/dist/modules/backend/relation-select.d.ts +63 -0
- package/dist/modules/backend/relation-select.d.ts.map +1 -0
- package/dist/modules/backend/relation-select.js +20 -0
- package/dist/modules/backend/relation-select.js.map +1 -0
- package/dist/modules/backend/routes.d.ts +10 -0
- package/dist/modules/backend/routes.d.ts.map +1 -0
- package/dist/modules/backend/routes.js +123 -0
- package/dist/modules/backend/routes.js.map +1 -0
- package/dist/modules/backend/saved-searches.d.ts +4 -0
- package/dist/modules/backend/saved-searches.d.ts.map +1 -0
- package/dist/modules/backend/saved-searches.js +138 -0
- package/dist/modules/backend/saved-searches.js.map +1 -0
- package/dist/modules/backend/screens.d.ts +37 -0
- package/dist/modules/backend/screens.d.ts.map +1 -0
- package/dist/modules/backend/screens.js +107 -0
- package/dist/modules/backend/screens.js.map +1 -0
- package/dist/modules/calendar/functions.d.ts +3 -0
- package/dist/modules/calendar/functions.d.ts.map +1 -0
- package/dist/modules/calendar/functions.js +259 -0
- package/dist/modules/calendar/functions.js.map +1 -0
- package/dist/modules/calendar/index.d.ts +9 -0
- package/dist/modules/calendar/index.d.ts.map +1 -0
- package/dist/modules/calendar/index.js +36 -0
- package/dist/modules/calendar/index.js.map +1 -0
- package/dist/modules/calendar/jobs.d.ts +3 -0
- package/dist/modules/calendar/jobs.d.ts.map +1 -0
- package/dist/modules/calendar/jobs.js +57 -0
- package/dist/modules/calendar/jobs.js.map +1 -0
- package/dist/modules/calendar/models.d.ts +3 -0
- package/dist/modules/calendar/models.d.ts.map +1 -0
- package/dist/modules/calendar/models.js +90 -0
- package/dist/modules/calendar/models.js.map +1 -0
- package/dist/modules/calendar/operations.d.ts +45 -0
- package/dist/modules/calendar/operations.d.ts.map +1 -0
- package/dist/modules/calendar/operations.js +280 -0
- package/dist/modules/calendar/operations.js.map +1 -0
- package/dist/modules/calendar/recurrence.d.ts +28 -0
- package/dist/modules/calendar/recurrence.d.ts.map +1 -0
- package/dist/modules/calendar/recurrence.js +175 -0
- package/dist/modules/calendar/recurrence.js.map +1 -0
- package/dist/modules/calendar/relations.d.ts +3 -0
- package/dist/modules/calendar/relations.d.ts.map +1 -0
- package/dist/modules/calendar/relations.js +22 -0
- package/dist/modules/calendar/relations.js.map +1 -0
- package/dist/modules/calendar/types.d.ts +10 -0
- package/dist/modules/calendar/types.d.ts.map +1 -0
- package/dist/modules/calendar/types.js +6 -0
- package/dist/modules/calendar/types.js.map +1 -0
- package/dist/modules/calendar_activity/index.d.ts +6 -0
- package/dist/modules/calendar_activity/index.d.ts.map +1 -0
- package/dist/modules/calendar_activity/index.js +250 -0
- package/dist/modules/calendar_activity/index.js.map +1 -0
- package/dist/modules/calendar_backend/index.d.ts +5 -0
- package/dist/modules/calendar_backend/index.d.ts.map +1 -0
- package/dist/modules/calendar_backend/index.js +47 -0
- package/dist/modules/calendar_backend/index.js.map +1 -0
- package/dist/modules/calendar_backend/islands.d.ts +3 -0
- package/dist/modules/calendar_backend/islands.d.ts.map +1 -0
- package/dist/modules/calendar_backend/islands.js +12 -0
- package/dist/modules/calendar_backend/islands.js.map +1 -0
- package/dist/modules/calendar_backend/routes.d.ts +3 -0
- package/dist/modules/calendar_backend/routes.d.ts.map +1 -0
- package/dist/modules/calendar_backend/routes.js +43 -0
- package/dist/modules/calendar_backend/routes.js.map +1 -0
- package/dist/modules/calendar_backend/screens.d.ts +5 -0
- package/dist/modules/calendar_backend/screens.d.ts.map +1 -0
- package/dist/modules/calendar_backend/screens.js +4 -0
- package/dist/modules/calendar_backend/screens.js.map +1 -0
- package/dist/modules/calendar_mail_transport/index.d.ts +6 -0
- package/dist/modules/calendar_mail_transport/index.d.ts.map +1 -0
- package/dist/modules/calendar_mail_transport/index.js +138 -0
- package/dist/modules/calendar_mail_transport/index.js.map +1 -0
- package/dist/modules/catalog/index.d.ts +3 -0
- package/dist/modules/catalog/index.d.ts.map +1 -0
- package/dist/modules/catalog/index.js +68 -0
- package/dist/modules/catalog/index.js.map +1 -0
- package/dist/modules/checkout/index.d.ts +3 -0
- package/dist/modules/checkout/index.d.ts.map +1 -0
- package/dist/modules/checkout/index.js +50 -0
- package/dist/modules/checkout/index.js.map +1 -0
- package/dist/modules/company/functions.d.ts +3 -0
- package/dist/modules/company/functions.d.ts.map +1 -0
- package/dist/modules/company/functions.js +337 -0
- package/dist/modules/company/functions.js.map +1 -0
- package/dist/modules/company/index.d.ts +3 -0
- package/dist/modules/company/index.d.ts.map +1 -0
- package/dist/modules/company/index.js +23 -0
- package/dist/modules/company/index.js.map +1 -0
- package/dist/modules/company/messages.d.ts +63 -0
- package/dist/modules/company/messages.d.ts.map +1 -0
- package/dist/modules/company/messages.js +63 -0
- package/dist/modules/company/messages.js.map +1 -0
- package/dist/modules/company/models.d.ts +19 -0
- package/dist/modules/company/models.d.ts.map +1 -0
- package/dist/modules/company/models.js +61 -0
- package/dist/modules/company/models.js.map +1 -0
- package/dist/modules/company/relations.d.ts +3 -0
- package/dist/modules/company/relations.d.ts.map +1 -0
- package/dist/modules/company/relations.js +14 -0
- package/dist/modules/company/relations.js.map +1 -0
- package/dist/modules/company_backend/index.d.ts +5 -0
- package/dist/modules/company_backend/index.d.ts.map +1 -0
- package/dist/modules/company_backend/index.js +136 -0
- package/dist/modules/company_backend/index.js.map +1 -0
- package/dist/modules/company_backend/menus.d.ts +3 -0
- package/dist/modules/company_backend/menus.d.ts.map +1 -0
- package/dist/modules/company_backend/menus.js +17 -0
- package/dist/modules/company_backend/menus.js.map +1 -0
- package/dist/modules/company_backend/routes.d.ts +3 -0
- package/dist/modules/company_backend/routes.d.ts.map +1 -0
- package/dist/modules/company_backend/routes.js +269 -0
- package/dist/modules/company_backend/routes.js.map +1 -0
- package/dist/modules/company_backend/screens.d.ts +62 -0
- package/dist/modules/company_backend/screens.d.ts.map +1 -0
- package/dist/modules/company_backend/screens.js +268 -0
- package/dist/modules/company_backend/screens.js.map +1 -0
- package/dist/modules/crm/functions.d.ts +5 -0
- package/dist/modules/crm/functions.d.ts.map +1 -0
- package/dist/modules/crm/functions.js +840 -0
- package/dist/modules/crm/functions.js.map +1 -0
- package/dist/modules/crm/index.d.ts +6 -0
- package/dist/modules/crm/index.d.ts.map +1 -0
- package/dist/modules/crm/index.js +22 -0
- package/dist/modules/crm/index.js.map +1 -0
- package/dist/modules/crm/jobs.d.ts +4 -0
- package/dist/modules/crm/jobs.d.ts.map +1 -0
- package/dist/modules/crm/jobs.js +3 -0
- package/dist/modules/crm/jobs.js.map +1 -0
- package/dist/modules/crm/messages.d.ts +37 -0
- package/dist/modules/crm/messages.d.ts.map +1 -0
- package/dist/modules/crm/messages.js +68 -0
- package/dist/modules/crm/messages.js.map +1 -0
- package/dist/modules/crm/models.d.ts +3 -0
- package/dist/modules/crm/models.d.ts.map +1 -0
- package/dist/modules/crm/models.js +215 -0
- package/dist/modules/crm/models.js.map +1 -0
- package/dist/modules/crm/operations.d.ts +121 -0
- package/dist/modules/crm/operations.d.ts.map +1 -0
- package/dist/modules/crm/operations.js +744 -0
- package/dist/modules/crm/operations.js.map +1 -0
- package/dist/modules/crm/search.d.ts +67 -0
- package/dist/modules/crm/search.d.ts.map +1 -0
- package/dist/modules/crm/search.js +89 -0
- package/dist/modules/crm/search.js.map +1 -0
- package/dist/modules/crm/types.d.ts +10 -0
- package/dist/modules/crm/types.d.ts.map +1 -0
- package/dist/modules/crm/types.js +6 -0
- package/dist/modules/crm/types.js.map +1 -0
- package/dist/modules/crm_backend/client/crm-kanban-view.d.mts +8 -0
- package/dist/modules/crm_backend/client/crm-kanban-view.d.mts.map +1 -0
- package/dist/modules/crm_backend/client/crm-kanban-view.mjs +129 -0
- package/dist/modules/crm_backend/client/crm-kanban-view.mjs.map +1 -0
- package/dist/modules/crm_backend/client/crm-kanban.d.mts +3 -0
- package/dist/modules/crm_backend/client/crm-kanban.d.mts.map +1 -0
- package/dist/modules/crm_backend/client/crm-kanban.mjs +7 -0
- package/dist/modules/crm_backend/client/crm-kanban.mjs.map +1 -0
- package/dist/modules/crm_backend/client/crm.css +69 -0
- package/dist/modules/crm_backend/index.d.ts +4 -0
- package/dist/modules/crm_backend/index.d.ts.map +1 -0
- package/dist/modules/crm_backend/index.js +54 -0
- package/dist/modules/crm_backend/index.js.map +1 -0
- package/dist/modules/crm_backend/islands.d.ts +9 -0
- package/dist/modules/crm_backend/islands.d.ts.map +1 -0
- package/dist/modules/crm_backend/islands.js +13 -0
- package/dist/modules/crm_backend/islands.js.map +1 -0
- package/dist/modules/crm_backend/list-search.d.ts +21 -0
- package/dist/modules/crm_backend/list-search.d.ts.map +1 -0
- package/dist/modules/crm_backend/list-search.js +220 -0
- package/dist/modules/crm_backend/list-search.js.map +1 -0
- package/dist/modules/crm_backend/messages.d.ts +183 -0
- package/dist/modules/crm_backend/messages.d.ts.map +1 -0
- package/dist/modules/crm_backend/messages.js +182 -0
- package/dist/modules/crm_backend/messages.js.map +1 -0
- package/dist/modules/crm_backend/routes.d.ts +3 -0
- package/dist/modules/crm_backend/routes.d.ts.map +1 -0
- package/dist/modules/crm_backend/routes.js +520 -0
- package/dist/modules/crm_backend/routes.js.map +1 -0
- package/dist/modules/crm_backend/screens.d.ts +32 -0
- package/dist/modules/crm_backend/screens.d.ts.map +1 -0
- package/dist/modules/crm_backend/screens.js +405 -0
- package/dist/modules/crm_backend/screens.js.map +1 -0
- package/dist/modules/crm_sale/index.d.ts +4 -0
- package/dist/modules/crm_sale/index.d.ts.map +1 -0
- package/dist/modules/crm_sale/index.js +18 -0
- package/dist/modules/crm_sale/index.js.map +1 -0
- package/dist/modules/crm_sale/messages.d.ts +10 -0
- package/dist/modules/crm_sale/messages.d.ts.map +1 -0
- package/dist/modules/crm_sale/messages.js +14 -0
- package/dist/modules/crm_sale/messages.js.map +1 -0
- package/dist/modules/crm_sale/models.d.ts +3 -0
- package/dist/modules/crm_sale/models.d.ts.map +1 -0
- package/dist/modules/crm_sale/models.js +16 -0
- package/dist/modules/crm_sale/models.js.map +1 -0
- package/dist/modules/crm_sale/sale-functions.d.ts +15 -0
- package/dist/modules/crm_sale/sale-functions.d.ts.map +1 -0
- package/dist/modules/crm_sale/sale-functions.js +139 -0
- package/dist/modules/crm_sale/sale-functions.js.map +1 -0
- package/dist/modules/crm_website/functions.d.ts +3 -0
- package/dist/modules/crm_website/functions.d.ts.map +1 -0
- package/dist/modules/crm_website/functions.js +65 -0
- package/dist/modules/crm_website/functions.js.map +1 -0
- package/dist/modules/crm_website/index.d.ts +3 -0
- package/dist/modules/crm_website/index.d.ts.map +1 -0
- package/dist/modules/crm_website/index.js +19 -0
- package/dist/modules/crm_website/index.js.map +1 -0
- package/dist/modules/crm_website/messages.d.ts +20 -0
- package/dist/modules/crm_website/messages.d.ts.map +1 -0
- package/dist/modules/crm_website/messages.js +34 -0
- package/dist/modules/crm_website/messages.js.map +1 -0
- package/dist/modules/crm_website/models.d.ts +3 -0
- package/dist/modules/crm_website/models.d.ts.map +1 -0
- package/dist/modules/crm_website/models.js +15 -0
- package/dist/modules/crm_website/models.js.map +1 -0
- package/dist/modules/crm_website/routes.d.ts +3 -0
- package/dist/modules/crm_website/routes.d.ts.map +1 -0
- package/dist/modules/crm_website/routes.js +71 -0
- package/dist/modules/crm_website/routes.js.map +1 -0
- package/dist/modules/crm_website/screens.d.ts +5 -0
- package/dist/modules/crm_website/screens.d.ts.map +1 -0
- package/dist/modules/crm_website/screens.js +15 -0
- package/dist/modules/crm_website/screens.js.map +1 -0
- package/dist/modules/hospitality_core/calendar.d.ts +9 -0
- package/dist/modules/hospitality_core/calendar.d.ts.map +1 -0
- package/dist/modules/hospitality_core/calendar.js +41 -0
- package/dist/modules/hospitality_core/calendar.js.map +1 -0
- package/dist/modules/hospitality_core/content.d.ts +13 -0
- package/dist/modules/hospitality_core/content.d.ts.map +1 -0
- package/dist/modules/hospitality_core/content.js +345 -0
- package/dist/modules/hospitality_core/content.js.map +1 -0
- package/dist/modules/hospitality_core/functions.d.ts +3 -0
- package/dist/modules/hospitality_core/functions.d.ts.map +1 -0
- package/dist/modules/hospitality_core/functions.js +1558 -0
- package/dist/modules/hospitality_core/functions.js.map +1 -0
- package/dist/modules/hospitality_core/housekeeping.d.ts +3 -0
- package/dist/modules/hospitality_core/housekeeping.d.ts.map +1 -0
- package/dist/modules/hospitality_core/housekeeping.js +352 -0
- package/dist/modules/hospitality_core/housekeeping.js.map +1 -0
- package/dist/modules/hospitality_core/index.d.ts +5 -0
- package/dist/modules/hospitality_core/index.d.ts.map +1 -0
- package/dist/modules/hospitality_core/index.js +41 -0
- package/dist/modules/hospitality_core/index.js.map +1 -0
- package/dist/modules/hospitality_core/inventory.d.ts +40 -0
- package/dist/modules/hospitality_core/inventory.d.ts.map +1 -0
- package/dist/modules/hospitality_core/inventory.js +627 -0
- package/dist/modules/hospitality_core/inventory.js.map +1 -0
- package/dist/modules/hospitality_core/menus.d.ts +3 -0
- package/dist/modules/hospitality_core/menus.d.ts.map +1 -0
- package/dist/modules/hospitality_core/menus.js +134 -0
- package/dist/modules/hospitality_core/menus.js.map +1 -0
- package/dist/modules/hospitality_core/messages.d.ts +3 -0
- package/dist/modules/hospitality_core/messages.d.ts.map +1 -0
- package/dist/modules/hospitality_core/messages.js +2011 -0
- package/dist/modules/hospitality_core/messages.js.map +1 -0
- package/dist/modules/hospitality_core/models.d.ts +10 -0
- package/dist/modules/hospitality_core/models.d.ts.map +1 -0
- package/dist/modules/hospitality_core/models.js +657 -0
- package/dist/modules/hospitality_core/models.js.map +1 -0
- package/dist/modules/hospitality_core/night-audit.d.ts +26 -0
- package/dist/modules/hospitality_core/night-audit.d.ts.map +1 -0
- package/dist/modules/hospitality_core/night-audit.js +381 -0
- package/dist/modules/hospitality_core/night-audit.js.map +1 -0
- package/dist/modules/hospitality_core/operations.d.ts +3 -0
- package/dist/modules/hospitality_core/operations.d.ts.map +1 -0
- package/dist/modules/hospitality_core/operations.js +1562 -0
- package/dist/modules/hospitality_core/operations.js.map +1 -0
- package/dist/modules/hospitality_core/relations.d.ts +3 -0
- package/dist/modules/hospitality_core/relations.d.ts.map +1 -0
- package/dist/modules/hospitality_core/relations.js +175 -0
- package/dist/modules/hospitality_core/relations.js.map +1 -0
- package/dist/modules/hospitality_core/routes.d.ts +3 -0
- package/dist/modules/hospitality_core/routes.d.ts.map +1 -0
- package/dist/modules/hospitality_core/routes.js +1556 -0
- package/dist/modules/hospitality_core/routes.js.map +1 -0
- package/dist/modules/hospitality_core/screens.d.ts +763 -0
- package/dist/modules/hospitality_core/screens.d.ts.map +1 -0
- package/dist/modules/hospitality_core/screens.js +4138 -0
- package/dist/modules/hospitality_core/screens.js.map +1 -0
- package/dist/modules/hospitality_core/services.d.ts +9 -0
- package/dist/modules/hospitality_core/services.d.ts.map +1 -0
- package/dist/modules/hospitality_core/services.js +586 -0
- package/dist/modules/hospitality_core/services.js.map +1 -0
- package/dist/modules/hospitality_core/stay-notices.d.ts +11 -0
- package/dist/modules/hospitality_core/stay-notices.d.ts.map +1 -0
- package/dist/modules/hospitality_core/stay-notices.js +338 -0
- package/dist/modules/hospitality_core/stay-notices.js.map +1 -0
- package/dist/modules/hospitality_core/types.d.ts +61 -0
- package/dist/modules/hospitality_core/types.d.ts.map +1 -0
- package/dist/modules/hospitality_core/types.js +65 -0
- package/dist/modules/hospitality_core/types.js.map +1 -0
- package/dist/modules/hr/functions.d.ts +3 -0
- package/dist/modules/hr/functions.d.ts.map +1 -0
- package/dist/modules/hr/functions.js +711 -0
- package/dist/modules/hr/functions.js.map +1 -0
- package/dist/modules/hr/index.d.ts +5 -0
- package/dist/modules/hr/index.d.ts.map +1 -0
- package/dist/modules/hr/index.js +20 -0
- package/dist/modules/hr/index.js.map +1 -0
- package/dist/modules/hr/messages.d.ts +45 -0
- package/dist/modules/hr/messages.d.ts.map +1 -0
- package/dist/modules/hr/messages.js +45 -0
- package/dist/modules/hr/messages.js.map +1 -0
- package/dist/modules/hr/models.d.ts +3 -0
- package/dist/modules/hr/models.d.ts.map +1 -0
- package/dist/modules/hr/models.js +166 -0
- package/dist/modules/hr/models.js.map +1 -0
- package/dist/modules/hr/relations.d.ts +3 -0
- package/dist/modules/hr/relations.d.ts.map +1 -0
- package/dist/modules/hr/relations.js +19 -0
- package/dist/modules/hr/relations.js.map +1 -0
- package/dist/modules/hr/types.d.ts +9 -0
- package/dist/modules/hr/types.d.ts.map +1 -0
- package/dist/modules/hr/types.js +5 -0
- package/dist/modules/hr/types.js.map +1 -0
- package/dist/modules/hr_backend/index.d.ts +4 -0
- package/dist/modules/hr_backend/index.d.ts.map +1 -0
- package/dist/modules/hr_backend/index.js +142 -0
- package/dist/modules/hr_backend/index.js.map +1 -0
- package/dist/modules/hr_backend/routes.d.ts +3 -0
- package/dist/modules/hr_backend/routes.d.ts.map +1 -0
- package/dist/modules/hr_backend/routes.js +83 -0
- package/dist/modules/hr_backend/routes.js.map +1 -0
- package/dist/modules/hr_backend/screens.d.ts +9 -0
- package/dist/modules/hr_backend/screens.d.ts.map +1 -0
- package/dist/modules/hr_backend/screens.js +144 -0
- package/dist/modules/hr_backend/screens.js.map +1 -0
- package/dist/modules/inventory/index.d.ts +3 -0
- package/dist/modules/inventory/index.d.ts.map +1 -0
- package/dist/modules/inventory/index.js +31 -0
- package/dist/modules/inventory/index.js.map +1 -0
- package/dist/modules/loyalty/admin-functions.d.ts +3 -0
- package/dist/modules/loyalty/admin-functions.d.ts.map +1 -0
- package/dist/modules/loyalty/admin-functions.js +692 -0
- package/dist/modules/loyalty/admin-functions.js.map +1 -0
- package/dist/modules/loyalty/engine.d.ts +31 -0
- package/dist/modules/loyalty/engine.d.ts.map +1 -0
- package/dist/modules/loyalty/engine.js +412 -0
- package/dist/modules/loyalty/engine.js.map +1 -0
- package/dist/modules/loyalty/index.d.ts +5 -0
- package/dist/modules/loyalty/index.d.ts.map +1 -0
- package/dist/modules/loyalty/index.js +24 -0
- package/dist/modules/loyalty/index.js.map +1 -0
- package/dist/modules/loyalty/jobs.d.ts +4 -0
- package/dist/modules/loyalty/jobs.d.ts.map +1 -0
- package/dist/modules/loyalty/jobs.js +103 -0
- package/dist/modules/loyalty/jobs.js.map +1 -0
- package/dist/modules/loyalty/ledger.d.ts +48 -0
- package/dist/modules/loyalty/ledger.d.ts.map +1 -0
- package/dist/modules/loyalty/ledger.js +164 -0
- package/dist/modules/loyalty/ledger.js.map +1 -0
- package/dist/modules/loyalty/membership-functions.d.ts +4 -0
- package/dist/modules/loyalty/membership-functions.d.ts.map +1 -0
- package/dist/modules/loyalty/membership-functions.js +163 -0
- package/dist/modules/loyalty/membership-functions.js.map +1 -0
- package/dist/modules/loyalty/messages.d.ts +119 -0
- package/dist/modules/loyalty/messages.d.ts.map +1 -0
- package/dist/modules/loyalty/messages.js +119 -0
- package/dist/modules/loyalty/messages.js.map +1 -0
- package/dist/modules/loyalty/models.d.ts +3 -0
- package/dist/modules/loyalty/models.d.ts.map +1 -0
- package/dist/modules/loyalty/models.js +259 -0
- package/dist/modules/loyalty/models.js.map +1 -0
- package/dist/modules/loyalty/order-functions.d.ts +3 -0
- package/dist/modules/loyalty/order-functions.d.ts.map +1 -0
- package/dist/modules/loyalty/order-functions.js +656 -0
- package/dist/modules/loyalty/order-functions.js.map +1 -0
- package/dist/modules/loyalty/relations.d.ts +3 -0
- package/dist/modules/loyalty/relations.d.ts.map +1 -0
- package/dist/modules/loyalty/relations.js +19 -0
- package/dist/modules/loyalty/relations.js.map +1 -0
- package/dist/modules/loyalty/types.d.ts +83 -0
- package/dist/modules/loyalty/types.d.ts.map +1 -0
- package/dist/modules/loyalty/types.js +23 -0
- package/dist/modules/loyalty/types.js.map +1 -0
- package/dist/modules/loyalty_backend/index.d.ts +3 -0
- package/dist/modules/loyalty_backend/index.d.ts.map +1 -0
- package/dist/modules/loyalty_backend/index.js +636 -0
- package/dist/modules/loyalty_backend/index.js.map +1 -0
- package/dist/modules/loyalty_backend/messages.d.ts +162 -0
- package/dist/modules/loyalty_backend/messages.d.ts.map +1 -0
- package/dist/modules/loyalty_backend/messages.js +318 -0
- package/dist/modules/loyalty_backend/messages.js.map +1 -0
- package/dist/modules/loyalty_backend/screens.d.ts +33 -0
- package/dist/modules/loyalty_backend/screens.d.ts.map +1 -0
- package/dist/modules/loyalty_backend/screens.js +562 -0
- package/dist/modules/loyalty_backend/screens.js.map +1 -0
- package/dist/modules/loyalty_pos/functions.d.ts +19 -0
- package/dist/modules/loyalty_pos/functions.d.ts.map +1 -0
- package/dist/modules/loyalty_pos/functions.js +274 -0
- package/dist/modules/loyalty_pos/functions.js.map +1 -0
- package/dist/modules/loyalty_pos/index.d.ts +3 -0
- package/dist/modules/loyalty_pos/index.d.ts.map +1 -0
- package/dist/modules/loyalty_pos/index.js +45 -0
- package/dist/modules/loyalty_pos/index.js.map +1 -0
- package/dist/modules/loyalty_sale/functions.d.ts +19 -0
- package/dist/modules/loyalty_sale/functions.d.ts.map +1 -0
- package/dist/modules/loyalty_sale/functions.js +275 -0
- package/dist/modules/loyalty_sale/functions.js.map +1 -0
- package/dist/modules/loyalty_sale/index.d.ts +3 -0
- package/dist/modules/loyalty_sale/index.d.ts.map +1 -0
- package/dist/modules/loyalty_sale/index.js +45 -0
- package/dist/modules/loyalty_sale/index.js.map +1 -0
- package/dist/modules/mail/functions.d.ts +3 -0
- package/dist/modules/mail/functions.d.ts.map +1 -0
- package/dist/modules/mail/functions.js +129 -0
- package/dist/modules/mail/functions.js.map +1 -0
- package/dist/modules/mail/index.d.ts +9 -0
- package/dist/modules/mail/index.d.ts.map +1 -0
- package/dist/modules/mail/index.js +22 -0
- package/dist/modules/mail/index.js.map +1 -0
- package/dist/modules/mail/messages.d.ts +13 -0
- package/dist/modules/mail/messages.d.ts.map +1 -0
- package/dist/modules/mail/messages.js +13 -0
- package/dist/modules/mail/messages.js.map +1 -0
- package/dist/modules/mail/models.d.ts +3 -0
- package/dist/modules/mail/models.d.ts.map +1 -0
- package/dist/modules/mail/models.js +124 -0
- package/dist/modules/mail/models.js.map +1 -0
- package/dist/modules/mail/operations.d.ts +60 -0
- package/dist/modules/mail/operations.d.ts.map +1 -0
- package/dist/modules/mail/operations.js +249 -0
- package/dist/modules/mail/operations.js.map +1 -0
- package/dist/modules/mail/relations.d.ts +3 -0
- package/dist/modules/mail/relations.d.ts.map +1 -0
- package/dist/modules/mail/relations.js +41 -0
- package/dist/modules/mail/relations.js.map +1 -0
- package/dist/modules/mail/target.d.ts +16 -0
- package/dist/modules/mail/target.d.ts.map +1 -0
- package/dist/modules/mail/target.js +245 -0
- package/dist/modules/mail/target.js.map +1 -0
- package/dist/modules/mail/types.d.ts +7 -0
- package/dist/modules/mail/types.d.ts.map +1 -0
- package/dist/modules/mail/types.js +4 -0
- package/dist/modules/mail/types.js.map +1 -0
- package/dist/modules/mail_backend/index.d.ts +5 -0
- package/dist/modules/mail_backend/index.d.ts.map +1 -0
- package/dist/modules/mail_backend/index.js +56 -0
- package/dist/modules/mail_backend/index.js.map +1 -0
- package/dist/modules/mail_backend/islands.d.ts +3 -0
- package/dist/modules/mail_backend/islands.d.ts.map +1 -0
- package/dist/modules/mail_backend/islands.js +20 -0
- package/dist/modules/mail_backend/islands.js.map +1 -0
- package/dist/modules/mail_backend/routes.d.ts +5 -0
- package/dist/modules/mail_backend/routes.d.ts.map +1 -0
- package/dist/modules/mail_backend/routes.js +37 -0
- package/dist/modules/mail_backend/routes.js.map +1 -0
- package/dist/modules/mail_backend/screens.d.ts +5 -0
- package/dist/modules/mail_backend/screens.d.ts.map +1 -0
- package/dist/modules/mail_backend/screens.js +11 -0
- package/dist/modules/mail_backend/screens.js.map +1 -0
- package/dist/modules/mail_inbound/functions.d.ts +27 -0
- package/dist/modules/mail_inbound/functions.d.ts.map +1 -0
- package/dist/modules/mail_inbound/functions.js +178 -0
- package/dist/modules/mail_inbound/functions.js.map +1 -0
- package/dist/modules/mail_inbound/index.d.ts +10 -0
- package/dist/modules/mail_inbound/index.d.ts.map +1 -0
- package/dist/modules/mail_inbound/index.js +38 -0
- package/dist/modules/mail_inbound/index.js.map +1 -0
- package/dist/modules/mail_inbound/jobs.d.ts +3 -0
- package/dist/modules/mail_inbound/jobs.d.ts.map +1 -0
- package/dist/modules/mail_inbound/jobs.js +29 -0
- package/dist/modules/mail_inbound/jobs.js.map +1 -0
- package/dist/modules/mail_inbound/models.d.ts +3 -0
- package/dist/modules/mail_inbound/models.d.ts.map +1 -0
- package/dist/modules/mail_inbound/models.js +68 -0
- package/dist/modules/mail_inbound/models.js.map +1 -0
- package/dist/modules/mail_inbound/operations.d.ts +17 -0
- package/dist/modules/mail_inbound/operations.d.ts.map +1 -0
- package/dist/modules/mail_inbound/operations.js +273 -0
- package/dist/modules/mail_inbound/operations.js.map +1 -0
- package/dist/modules/mail_inbound/relations.d.ts +3 -0
- package/dist/modules/mail_inbound/relations.d.ts.map +1 -0
- package/dist/modules/mail_inbound/relations.js +19 -0
- package/dist/modules/mail_inbound/relations.js.map +1 -0
- package/dist/modules/mail_inbound/routes.d.ts +4 -0
- package/dist/modules/mail_inbound/routes.d.ts.map +1 -0
- package/dist/modules/mail_inbound/routes.js +156 -0
- package/dist/modules/mail_inbound/routes.js.map +1 -0
- package/dist/modules/mail_inbound/types.d.ts +37 -0
- package/dist/modules/mail_inbound/types.d.ts.map +1 -0
- package/dist/modules/mail_inbound/types.js +3 -0
- package/dist/modules/mail_inbound/types.js.map +1 -0
- package/dist/modules/mail_inbound_backend/index.d.ts +5 -0
- package/dist/modules/mail_inbound_backend/index.d.ts.map +1 -0
- package/dist/modules/mail_inbound_backend/index.js +59 -0
- package/dist/modules/mail_inbound_backend/index.js.map +1 -0
- package/dist/modules/mail_inbound_backend/routes.d.ts +5 -0
- package/dist/modules/mail_inbound_backend/routes.d.ts.map +1 -0
- package/dist/modules/mail_inbound_backend/routes.js +31 -0
- package/dist/modules/mail_inbound_backend/routes.js.map +1 -0
- package/dist/modules/mail_inbound_backend/screens.d.ts +5 -0
- package/dist/modules/mail_inbound_backend/screens.d.ts.map +1 -0
- package/dist/modules/mail_inbound_backend/screens.js +25 -0
- package/dist/modules/mail_inbound_backend/screens.js.map +1 -0
- package/dist/modules/mail_transport/functions.d.ts +3 -0
- package/dist/modules/mail_transport/functions.d.ts.map +1 -0
- package/dist/modules/mail_transport/functions.js +280 -0
- package/dist/modules/mail_transport/functions.js.map +1 -0
- package/dist/modules/mail_transport/index.d.ts +11 -0
- package/dist/modules/mail_transport/index.d.ts.map +1 -0
- package/dist/modules/mail_transport/index.js +37 -0
- package/dist/modules/mail_transport/index.js.map +1 -0
- package/dist/modules/mail_transport/jobs.d.ts +3 -0
- package/dist/modules/mail_transport/jobs.d.ts.map +1 -0
- package/dist/modules/mail_transport/jobs.js +79 -0
- package/dist/modules/mail_transport/jobs.js.map +1 -0
- package/dist/modules/mail_transport/models.d.ts +3 -0
- package/dist/modules/mail_transport/models.d.ts.map +1 -0
- package/dist/modules/mail_transport/models.js +88 -0
- package/dist/modules/mail_transport/models.js.map +1 -0
- package/dist/modules/mail_transport/operations.d.ts +16 -0
- package/dist/modules/mail_transport/operations.d.ts.map +1 -0
- package/dist/modules/mail_transport/operations.js +122 -0
- package/dist/modules/mail_transport/operations.js.map +1 -0
- package/dist/modules/mail_transport/relations.d.ts +3 -0
- package/dist/modules/mail_transport/relations.d.ts.map +1 -0
- package/dist/modules/mail_transport/relations.js +19 -0
- package/dist/modules/mail_transport/relations.js.map +1 -0
- package/dist/modules/mail_transport/target.d.ts +8 -0
- package/dist/modules/mail_transport/target.d.ts.map +1 -0
- package/dist/modules/mail_transport/target.js +43 -0
- package/dist/modules/mail_transport/target.js.map +1 -0
- package/dist/modules/mail_transport/template.d.ts +4 -0
- package/dist/modules/mail_transport/template.d.ts.map +1 -0
- package/dist/modules/mail_transport/template.js +52 -0
- package/dist/modules/mail_transport/template.js.map +1 -0
- package/dist/modules/mail_transport/types.d.ts +9 -0
- package/dist/modules/mail_transport/types.d.ts.map +1 -0
- package/dist/modules/mail_transport/types.js +3 -0
- package/dist/modules/mail_transport/types.js.map +1 -0
- package/dist/modules/mail_transport_backend/index.d.ts +5 -0
- package/dist/modules/mail_transport_backend/index.d.ts.map +1 -0
- package/dist/modules/mail_transport_backend/index.js +69 -0
- package/dist/modules/mail_transport_backend/index.js.map +1 -0
- package/dist/modules/mail_transport_backend/routes.d.ts +5 -0
- package/dist/modules/mail_transport_backend/routes.d.ts.map +1 -0
- package/dist/modules/mail_transport_backend/routes.js +42 -0
- package/dist/modules/mail_transport_backend/routes.js.map +1 -0
- package/dist/modules/mail_transport_backend/screens.d.ts +5 -0
- package/dist/modules/mail_transport_backend/screens.d.ts.map +1 -0
- package/dist/modules/mail_transport_backend/screens.js +35 -0
- package/dist/modules/mail_transport_backend/screens.js.map +1 -0
- package/dist/modules/oauth/functions.d.ts +3 -0
- package/dist/modules/oauth/functions.d.ts.map +1 -0
- package/dist/modules/oauth/functions.js +817 -0
- package/dist/modules/oauth/functions.js.map +1 -0
- package/dist/modules/oauth/index.d.ts +4 -0
- package/dist/modules/oauth/index.d.ts.map +1 -0
- package/dist/modules/oauth/index.js +22 -0
- package/dist/modules/oauth/index.js.map +1 -0
- package/dist/modules/oauth/messages.d.ts +129 -0
- package/dist/modules/oauth/messages.d.ts.map +1 -0
- package/dist/modules/oauth/messages.js +129 -0
- package/dist/modules/oauth/messages.js.map +1 -0
- package/dist/modules/oauth/models.d.ts +4 -0
- package/dist/modules/oauth/models.d.ts.map +1 -0
- package/dist/modules/oauth/models.js +83 -0
- package/dist/modules/oauth/models.js.map +1 -0
- package/dist/modules/oauth/protocol.d.ts +54 -0
- package/dist/modules/oauth/protocol.d.ts.map +1 -0
- package/dist/modules/oauth/protocol.js +309 -0
- package/dist/modules/oauth/protocol.js.map +1 -0
- package/dist/modules/oauth/relations.d.ts +3 -0
- package/dist/modules/oauth/relations.d.ts.map +1 -0
- package/dist/modules/oauth/relations.js +18 -0
- package/dist/modules/oauth/relations.js.map +1 -0
- package/dist/modules/oauth/routes.d.ts +3 -0
- package/dist/modules/oauth/routes.d.ts.map +1 -0
- package/dist/modules/oauth/routes.js +185 -0
- package/dist/modules/oauth/routes.js.map +1 -0
- package/dist/modules/oauth_backend/index.d.ts +4 -0
- package/dist/modules/oauth_backend/index.d.ts.map +1 -0
- package/dist/modules/oauth_backend/index.js +23 -0
- package/dist/modules/oauth_backend/index.js.map +1 -0
- package/dist/modules/oauth_backend/menus.d.ts +3 -0
- package/dist/modules/oauth_backend/menus.d.ts.map +1 -0
- package/dist/modules/oauth_backend/menus.js +17 -0
- package/dist/modules/oauth_backend/menus.js.map +1 -0
- package/dist/modules/oauth_backend/messages.d.ts +169 -0
- package/dist/modules/oauth_backend/messages.d.ts.map +1 -0
- package/dist/modules/oauth_backend/messages.js +169 -0
- package/dist/modules/oauth_backend/messages.js.map +1 -0
- package/dist/modules/oauth_backend/routes.d.ts +3 -0
- package/dist/modules/oauth_backend/routes.d.ts.map +1 -0
- package/dist/modules/oauth_backend/routes.js +231 -0
- package/dist/modules/oauth_backend/routes.js.map +1 -0
- package/dist/modules/oauth_backend/screens.d.ts +66 -0
- package/dist/modules/oauth_backend/screens.d.ts.map +1 -0
- package/dist/modules/oauth_backend/screens.js +323 -0
- package/dist/modules/oauth_backend/screens.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/functions.d.ts +3 -0
- package/dist/modules/odoo_collaboration_import/functions.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/functions.js +128 -0
- package/dist/modules/odoo_collaboration_import/functions.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/index.d.ts +6 -0
- package/dist/modules/odoo_collaboration_import/index.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/index.js +31 -0
- package/dist/modules/odoo_collaboration_import/index.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/models.d.ts +3 -0
- package/dist/modules/odoo_collaboration_import/models.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/models.js +76 -0
- package/dist/modules/odoo_collaboration_import/models.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/operations.d.ts +14 -0
- package/dist/modules/odoo_collaboration_import/operations.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/operations.js +1139 -0
- package/dist/modules/odoo_collaboration_import/operations.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/relations.d.ts +3 -0
- package/dist/modules/odoo_collaboration_import/relations.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/relations.js +19 -0
- package/dist/modules/odoo_collaboration_import/relations.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/types.d.ts +58 -0
- package/dist/modules/odoo_collaboration_import/types.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/types.js +2 -0
- package/dist/modules/odoo_collaboration_import/types.js.map +1 -0
- package/dist/modules/partner/functions.d.ts +5 -0
- package/dist/modules/partner/functions.d.ts.map +1 -0
- package/dist/modules/partner/functions.js +563 -0
- package/dist/modules/partner/functions.js.map +1 -0
- package/dist/modules/partner/index.d.ts +5 -0
- package/dist/modules/partner/index.d.ts.map +1 -0
- package/dist/modules/partner/index.js +23 -0
- package/dist/modules/partner/index.js.map +1 -0
- package/dist/modules/partner/messages.d.ts +55 -0
- package/dist/modules/partner/messages.d.ts.map +1 -0
- package/dist/modules/partner/messages.js +55 -0
- package/dist/modules/partner/messages.js.map +1 -0
- package/dist/modules/partner/models.d.ts +23 -0
- package/dist/modules/partner/models.d.ts.map +1 -0
- package/dist/modules/partner/models.js +124 -0
- package/dist/modules/partner/models.js.map +1 -0
- package/dist/modules/partner/relations.d.ts +4 -0
- package/dist/modules/partner/relations.d.ts.map +1 -0
- package/dist/modules/partner/relations.js +35 -0
- package/dist/modules/partner/relations.js.map +1 -0
- package/dist/modules/partner/types.d.ts +17 -0
- package/dist/modules/partner/types.d.ts.map +1 -0
- package/dist/modules/partner/types.js +14 -0
- package/dist/modules/partner/types.js.map +1 -0
- package/dist/modules/partner/views.d.ts +4 -0
- package/dist/modules/partner/views.d.ts.map +1 -0
- package/dist/modules/partner/views.js +19 -0
- package/dist/modules/partner/views.js.map +1 -0
- package/dist/modules/partner_backend/client/address-view.d.mts +5 -0
- package/dist/modules/partner_backend/client/address-view.d.mts.map +1 -0
- package/dist/modules/partner_backend/client/address-view.mjs +193 -0
- package/dist/modules/partner_backend/client/address-view.mjs.map +1 -0
- package/dist/modules/partner_backend/client/address.css +12 -0
- package/dist/modules/partner_backend/client/address.d.mts +5 -0
- package/dist/modules/partner_backend/client/address.d.mts.map +1 -0
- package/dist/modules/partner_backend/client/address.mjs +7 -0
- package/dist/modules/partner_backend/client/address.mjs.map +1 -0
- package/dist/modules/partner_backend/index.d.ts +5 -0
- package/dist/modules/partner_backend/index.d.ts.map +1 -0
- package/dist/modules/partner_backend/index.js +178 -0
- package/dist/modules/partner_backend/index.js.map +1 -0
- package/dist/modules/partner_backend/islands.d.ts +3 -0
- package/dist/modules/partner_backend/islands.d.ts.map +1 -0
- package/dist/modules/partner_backend/islands.js +23 -0
- package/dist/modules/partner_backend/islands.js.map +1 -0
- package/dist/modules/partner_backend/menus.d.ts +3 -0
- package/dist/modules/partner_backend/menus.d.ts.map +1 -0
- package/dist/modules/partner_backend/menus.js +11 -0
- package/dist/modules/partner_backend/menus.js.map +1 -0
- package/dist/modules/partner_backend/relation-control.d.ts +22 -0
- package/dist/modules/partner_backend/relation-control.d.ts.map +1 -0
- package/dist/modules/partner_backend/relation-control.js +46 -0
- package/dist/modules/partner_backend/relation-control.js.map +1 -0
- package/dist/modules/partner_backend/routes.d.ts +3 -0
- package/dist/modules/partner_backend/routes.d.ts.map +1 -0
- package/dist/modules/partner_backend/routes.js +300 -0
- package/dist/modules/partner_backend/routes.js.map +1 -0
- package/dist/modules/partner_backend/screens.d.ts +53 -0
- package/dist/modules/partner_backend/screens.d.ts.map +1 -0
- package/dist/modules/partner_backend/screens.js +169 -0
- package/dist/modules/partner_backend/screens.js.map +1 -0
- package/dist/modules/pos/functions.d.ts +6 -0
- package/dist/modules/pos/functions.d.ts.map +1 -0
- package/dist/modules/pos/functions.js +953 -0
- package/dist/modules/pos/functions.js.map +1 -0
- package/dist/modules/pos/index.d.ts +4 -0
- package/dist/modules/pos/index.d.ts.map +1 -0
- package/dist/modules/pos/index.js +34 -0
- package/dist/modules/pos/index.js.map +1 -0
- package/dist/modules/pos/models.d.ts +3 -0
- package/dist/modules/pos/models.d.ts.map +1 -0
- package/dist/modules/pos/models.js +107 -0
- package/dist/modules/pos/models.js.map +1 -0
- package/dist/modules/pos/relations.d.ts +3 -0
- package/dist/modules/pos/relations.d.ts.map +1 -0
- package/dist/modules/pos/relations.js +37 -0
- package/dist/modules/pos/relations.js.map +1 -0
- package/dist/modules/pos_backend/index.d.ts +3 -0
- package/dist/modules/pos_backend/index.d.ts.map +1 -0
- package/dist/modules/pos_backend/index.js +654 -0
- package/dist/modules/pos_backend/index.js.map +1 -0
- package/dist/modules/pos_backend/screens.d.ts +15 -0
- package/dist/modules/pos_backend/screens.d.ts.map +1 -0
- package/dist/modules/pos_backend/screens.js +320 -0
- package/dist/modules/pos_backend/screens.js.map +1 -0
- package/dist/modules/pricing/functions.d.ts +6 -0
- package/dist/modules/pricing/functions.d.ts.map +1 -0
- package/dist/modules/pricing/functions.js +318 -0
- package/dist/modules/pricing/functions.js.map +1 -0
- package/dist/modules/pricing/index.d.ts +4 -0
- package/dist/modules/pricing/index.d.ts.map +1 -0
- package/dist/modules/pricing/index.js +30 -0
- package/dist/modules/pricing/index.js.map +1 -0
- package/dist/modules/pricing/models.d.ts +3 -0
- package/dist/modules/pricing/models.d.ts.map +1 -0
- package/dist/modules/pricing/models.js +34 -0
- package/dist/modules/pricing/models.js.map +1 -0
- package/dist/modules/pricing/relations.d.ts +3 -0
- package/dist/modules/pricing/relations.d.ts.map +1 -0
- package/dist/modules/pricing/relations.js +11 -0
- package/dist/modules/pricing/relations.js.map +1 -0
- package/dist/modules/pricing_backend/index.d.ts +3 -0
- package/dist/modules/pricing_backend/index.d.ts.map +1 -0
- package/dist/modules/pricing_backend/index.js +241 -0
- package/dist/modules/pricing_backend/index.js.map +1 -0
- package/dist/modules/pricing_backend/screens.d.ts +13 -0
- package/dist/modules/pricing_backend/screens.d.ts.map +1 -0
- package/dist/modules/pricing_backend/screens.js +182 -0
- package/dist/modules/pricing_backend/screens.js.map +1 -0
- package/dist/modules/product/functions.d.ts +3 -0
- package/dist/modules/product/functions.d.ts.map +1 -0
- package/dist/modules/product/functions.js +627 -0
- package/dist/modules/product/functions.js.map +1 -0
- package/dist/modules/product/index.d.ts +6 -0
- package/dist/modules/product/index.d.ts.map +1 -0
- package/dist/modules/product/index.js +24 -0
- package/dist/modules/product/index.js.map +1 -0
- package/dist/modules/product/messages.d.ts +3 -0
- package/dist/modules/product/messages.d.ts.map +1 -0
- package/dist/modules/product/messages.js +19 -0
- package/dist/modules/product/messages.js.map +1 -0
- package/dist/modules/product/models.d.ts +11 -0
- package/dist/modules/product/models.d.ts.map +1 -0
- package/dist/modules/product/models.js +116 -0
- package/dist/modules/product/models.js.map +1 -0
- package/dist/modules/product/relations.d.ts +8 -0
- package/dist/modules/product/relations.d.ts.map +1 -0
- package/dist/modules/product/relations.js +53 -0
- package/dist/modules/product/relations.js.map +1 -0
- package/dist/modules/product/search.d.ts +73 -0
- package/dist/modules/product/search.d.ts.map +1 -0
- package/dist/modules/product/search.js +66 -0
- package/dist/modules/product/search.js.map +1 -0
- package/dist/modules/product/types.d.ts +14 -0
- package/dist/modules/product/types.d.ts.map +1 -0
- package/dist/modules/product/types.js +2 -0
- package/dist/modules/product/types.js.map +1 -0
- package/dist/modules/product/views.d.ts +4 -0
- package/dist/modules/product/views.d.ts.map +1 -0
- package/dist/modules/product/views.js +7 -0
- package/dist/modules/product/views.js.map +1 -0
- package/dist/modules/product_activity_backend/index.d.ts +5 -0
- package/dist/modules/product_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/product_activity_backend/index.js +29 -0
- package/dist/modules/product_activity_backend/index.js.map +1 -0
- package/dist/modules/product_backend/attributes-screen.d.ts +7 -0
- package/dist/modules/product_backend/attributes-screen.d.ts.map +1 -0
- package/dist/modules/product_backend/attributes-screen.js +76 -0
- package/dist/modules/product_backend/attributes-screen.js.map +1 -0
- package/dist/modules/product_backend/client/editor-view.d.mts +5 -0
- package/dist/modules/product_backend/client/editor-view.d.mts.map +1 -0
- package/dist/modules/product_backend/client/editor-view.mjs +141 -0
- package/dist/modules/product_backend/client/editor-view.mjs.map +1 -0
- package/dist/modules/product_backend/client/product.d.mts +6 -0
- package/dist/modules/product_backend/client/product.d.mts.map +1 -0
- package/dist/modules/product_backend/client/product.mjs +8 -0
- package/dist/modules/product_backend/client/product.mjs.map +1 -0
- package/dist/modules/product_backend/create-screen.d.ts +12 -0
- package/dist/modules/product_backend/create-screen.d.ts.map +1 -0
- package/dist/modules/product_backend/create-screen.js +83 -0
- package/dist/modules/product_backend/create-screen.js.map +1 -0
- package/dist/modules/product_backend/index.d.ts +20 -0
- package/dist/modules/product_backend/index.d.ts.map +1 -0
- package/dist/modules/product_backend/index.js +287 -0
- package/dist/modules/product_backend/index.js.map +1 -0
- package/dist/modules/product_backend/islands.d.ts +3 -0
- package/dist/modules/product_backend/islands.d.ts.map +1 -0
- package/dist/modules/product_backend/islands.js +13 -0
- package/dist/modules/product_backend/islands.js.map +1 -0
- package/dist/modules/product_backend/menus.d.ts +3 -0
- package/dist/modules/product_backend/menus.d.ts.map +1 -0
- package/dist/modules/product_backend/menus.js +25 -0
- package/dist/modules/product_backend/menus.js.map +1 -0
- package/dist/modules/product_backend/routes.d.ts +14 -0
- package/dist/modules/product_backend/routes.d.ts.map +1 -0
- package/dist/modules/product_backend/routes.js +990 -0
- package/dist/modules/product_backend/routes.js.map +1 -0
- package/dist/modules/product_backend/screens.d.ts +68 -0
- package/dist/modules/product_backend/screens.d.ts.map +1 -0
- package/dist/modules/product_backend/screens.js +388 -0
- package/dist/modules/product_backend/screens.js.map +1 -0
- package/dist/modules/product_mail_backend/index.d.ts +5 -0
- package/dist/modules/product_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/product_mail_backend/index.js +30 -0
- package/dist/modules/product_mail_backend/index.js.map +1 -0
- package/dist/modules/product_media/functions.d.ts +3 -0
- package/dist/modules/product_media/functions.d.ts.map +1 -0
- package/dist/modules/product_media/functions.js +183 -0
- package/dist/modules/product_media/functions.js.map +1 -0
- package/dist/modules/product_media/index.d.ts +3 -0
- package/dist/modules/product_media/index.d.ts.map +1 -0
- package/dist/modules/product_media/index.js +29 -0
- package/dist/modules/product_media/index.js.map +1 -0
- package/dist/modules/product_media/models.d.ts +4 -0
- package/dist/modules/product_media/models.d.ts.map +1 -0
- package/dist/modules/product_media/models.js +24 -0
- package/dist/modules/product_media/models.js.map +1 -0
- package/dist/modules/product_media/relations.d.ts +3 -0
- package/dist/modules/product_media/relations.d.ts.map +1 -0
- package/dist/modules/product_media/relations.js +8 -0
- package/dist/modules/product_media/relations.js.map +1 -0
- package/dist/modules/product_variant_activity_backend/index.d.ts +5 -0
- package/dist/modules/product_variant_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/product_variant_activity_backend/index.js +29 -0
- package/dist/modules/product_variant_activity_backend/index.js.map +1 -0
- package/dist/modules/product_variant_mail_backend/index.d.ts +5 -0
- package/dist/modules/product_variant_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/product_variant_mail_backend/index.js +30 -0
- package/dist/modules/product_variant_mail_backend/index.js.map +1 -0
- package/dist/modules/purchase/functions.d.ts +6 -0
- package/dist/modules/purchase/functions.d.ts.map +1 -0
- package/dist/modules/purchase/functions.js +743 -0
- package/dist/modules/purchase/functions.js.map +1 -0
- package/dist/modules/purchase/index.d.ts +4 -0
- package/dist/modules/purchase/index.d.ts.map +1 -0
- package/dist/modules/purchase/index.js +35 -0
- package/dist/modules/purchase/index.js.map +1 -0
- package/dist/modules/purchase/models.d.ts +3 -0
- package/dist/modules/purchase/models.d.ts.map +1 -0
- package/dist/modules/purchase/models.js +68 -0
- package/dist/modules/purchase/models.js.map +1 -0
- package/dist/modules/purchase/relations.d.ts +3 -0
- package/dist/modules/purchase/relations.d.ts.map +1 -0
- package/dist/modules/purchase/relations.js +20 -0
- package/dist/modules/purchase/relations.js.map +1 -0
- package/dist/modules/purchase_backend/index.d.ts +3 -0
- package/dist/modules/purchase_backend/index.d.ts.map +1 -0
- package/dist/modules/purchase_backend/index.js +615 -0
- package/dist/modules/purchase_backend/index.js.map +1 -0
- package/dist/modules/purchase_backend/screens.d.ts +29 -0
- package/dist/modules/purchase_backend/screens.d.ts.map +1 -0
- package/dist/modules/purchase_backend/screens.js +324 -0
- package/dist/modules/purchase_backend/screens.js.map +1 -0
- package/dist/modules/sale/functions.d.ts +6 -0
- package/dist/modules/sale/functions.d.ts.map +1 -0
- package/dist/modules/sale/functions.js +611 -0
- package/dist/modules/sale/functions.js.map +1 -0
- package/dist/modules/sale/index.d.ts +4 -0
- package/dist/modules/sale/index.d.ts.map +1 -0
- package/dist/modules/sale/index.js +35 -0
- package/dist/modules/sale/index.js.map +1 -0
- package/dist/modules/sale/models.d.ts +3 -0
- package/dist/modules/sale/models.d.ts.map +1 -0
- package/dist/modules/sale/models.js +46 -0
- package/dist/modules/sale/models.js.map +1 -0
- package/dist/modules/sale/relations.d.ts +3 -0
- package/dist/modules/sale/relations.d.ts.map +1 -0
- package/dist/modules/sale/relations.js +16 -0
- package/dist/modules/sale/relations.js.map +1 -0
- package/dist/modules/sale_activity_backend/index.d.ts +5 -0
- package/dist/modules/sale_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/sale_activity_backend/index.js +29 -0
- package/dist/modules/sale_activity_backend/index.js.map +1 -0
- package/dist/modules/sale_backend/client/editor-view.d.mts +5 -0
- package/dist/modules/sale_backend/client/editor-view.d.mts.map +1 -0
- package/dist/modules/sale_backend/client/editor-view.mjs +132 -0
- package/dist/modules/sale_backend/client/editor-view.mjs.map +1 -0
- package/dist/modules/sale_backend/client/sale.d.mts +6 -0
- package/dist/modules/sale_backend/client/sale.d.mts.map +1 -0
- package/dist/modules/sale_backend/client/sale.mjs +8 -0
- package/dist/modules/sale_backend/client/sale.mjs.map +1 -0
- package/dist/modules/sale_backend/index.d.ts +3 -0
- package/dist/modules/sale_backend/index.d.ts.map +1 -0
- package/dist/modules/sale_backend/index.js +681 -0
- package/dist/modules/sale_backend/index.js.map +1 -0
- package/dist/modules/sale_backend/invoicing-policies-screen.d.ts +14 -0
- package/dist/modules/sale_backend/invoicing-policies-screen.d.ts.map +1 -0
- package/dist/modules/sale_backend/invoicing-policies-screen.js +36 -0
- package/dist/modules/sale_backend/invoicing-policies-screen.js.map +1 -0
- package/dist/modules/sale_backend/islands.d.ts +3 -0
- package/dist/modules/sale_backend/islands.d.ts.map +1 -0
- package/dist/modules/sale_backend/islands.js +13 -0
- package/dist/modules/sale_backend/islands.js.map +1 -0
- package/dist/modules/sale_backend/order-detail-screen.d.ts +18 -0
- package/dist/modules/sale_backend/order-detail-screen.d.ts.map +1 -0
- package/dist/modules/sale_backend/order-detail-screen.js +217 -0
- package/dist/modules/sale_backend/order-detail-screen.js.map +1 -0
- package/dist/modules/sale_backend/quotations-screen.d.ts +15 -0
- package/dist/modules/sale_backend/quotations-screen.d.ts.map +1 -0
- package/dist/modules/sale_backend/quotations-screen.js +64 -0
- package/dist/modules/sale_backend/quotations-screen.js.map +1 -0
- package/dist/modules/sale_backend/sales-orders-screen.d.ts +12 -0
- package/dist/modules/sale_backend/sales-orders-screen.d.ts.map +1 -0
- package/dist/modules/sale_backend/sales-orders-screen.js +65 -0
- package/dist/modules/sale_backend/sales-orders-screen.js.map +1 -0
- package/dist/modules/sale_backend/screens.d.ts +23 -0
- package/dist/modules/sale_backend/screens.d.ts.map +1 -0
- package/dist/modules/sale_backend/screens.js +275 -0
- package/dist/modules/sale_backend/screens.js.map +1 -0
- package/dist/modules/sale_mail_backend/index.d.ts +5 -0
- package/dist/modules/sale_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/sale_mail_backend/index.js +30 -0
- package/dist/modules/sale_mail_backend/index.js.map +1 -0
- package/dist/modules/stock/functions.d.ts +10 -0
- package/dist/modules/stock/functions.d.ts.map +1 -0
- package/dist/modules/stock/functions.js +1523 -0
- package/dist/modules/stock/functions.js.map +1 -0
- package/dist/modules/stock/index.d.ts +5 -0
- package/dist/modules/stock/index.d.ts.map +1 -0
- package/dist/modules/stock/index.js +35 -0
- package/dist/modules/stock/index.js.map +1 -0
- package/dist/modules/stock/models.d.ts +3 -0
- package/dist/modules/stock/models.d.ts.map +1 -0
- package/dist/modules/stock/models.js +185 -0
- package/dist/modules/stock/models.js.map +1 -0
- package/dist/modules/stock/relations.d.ts +3 -0
- package/dist/modules/stock/relations.d.ts.map +1 -0
- package/dist/modules/stock/relations.js +40 -0
- package/dist/modules/stock/relations.js.map +1 -0
- package/dist/modules/stock/routing.d.ts +7 -0
- package/dist/modules/stock/routing.d.ts.map +1 -0
- package/dist/modules/stock/routing.js +527 -0
- package/dist/modules/stock/routing.js.map +1 -0
- package/dist/modules/stock_activity_backend/index.d.ts +5 -0
- package/dist/modules/stock_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_activity_backend/index.js +29 -0
- package/dist/modules/stock_activity_backend/index.js.map +1 -0
- package/dist/modules/stock_backend/client/editor-view.d.mts +5 -0
- package/dist/modules/stock_backend/client/editor-view.d.mts.map +1 -0
- package/dist/modules/stock_backend/client/editor-view.mjs +147 -0
- package/dist/modules/stock_backend/client/editor-view.mjs.map +1 -0
- package/dist/modules/stock_backend/client/stock.d.mts +6 -0
- package/dist/modules/stock_backend/client/stock.d.mts.map +1 -0
- package/dist/modules/stock_backend/client/stock.mjs +8 -0
- package/dist/modules/stock_backend/client/stock.mjs.map +1 -0
- package/dist/modules/stock_backend/forecast-screen.d.ts +28 -0
- package/dist/modules/stock_backend/forecast-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/forecast-screen.js +108 -0
- package/dist/modules/stock_backend/forecast-screen.js.map +1 -0
- package/dist/modules/stock_backend/index.d.ts +3 -0
- package/dist/modules/stock_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_backend/index.js +880 -0
- package/dist/modules/stock_backend/index.js.map +1 -0
- package/dist/modules/stock_backend/inventory-screen.d.ts +27 -0
- package/dist/modules/stock_backend/inventory-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/inventory-screen.js +141 -0
- package/dist/modules/stock_backend/inventory-screen.js.map +1 -0
- package/dist/modules/stock_backend/islands.d.ts +3 -0
- package/dist/modules/stock_backend/islands.d.ts.map +1 -0
- package/dist/modules/stock_backend/islands.js +13 -0
- package/dist/modules/stock_backend/islands.js.map +1 -0
- package/dist/modules/stock_backend/locations-screen.d.ts +18 -0
- package/dist/modules/stock_backend/locations-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/locations-screen.js +92 -0
- package/dist/modules/stock_backend/locations-screen.js.map +1 -0
- package/dist/modules/stock_backend/lot-screen.d.ts +30 -0
- package/dist/modules/stock_backend/lot-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/lot-screen.js +86 -0
- package/dist/modules/stock_backend/lot-screen.js.map +1 -0
- package/dist/modules/stock_backend/lots-screen.d.ts +21 -0
- package/dist/modules/stock_backend/lots-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/lots-screen.js +79 -0
- package/dist/modules/stock_backend/lots-screen.js.map +1 -0
- package/dist/modules/stock_backend/picking-types-screen.d.ts +21 -0
- package/dist/modules/stock_backend/picking-types-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/picking-types-screen.js +110 -0
- package/dist/modules/stock_backend/picking-types-screen.js.map +1 -0
- package/dist/modules/stock_backend/replenishment-screen.d.ts +29 -0
- package/dist/modules/stock_backend/replenishment-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/replenishment-screen.js +131 -0
- package/dist/modules/stock_backend/replenishment-screen.js.map +1 -0
- package/dist/modules/stock_backend/routes.d.ts +3 -0
- package/dist/modules/stock_backend/routes.d.ts.map +1 -0
- package/dist/modules/stock_backend/routes.js +950 -0
- package/dist/modules/stock_backend/routes.js.map +1 -0
- package/dist/modules/stock_backend/screens.d.ts +14 -0
- package/dist/modules/stock_backend/screens.d.ts.map +1 -0
- package/dist/modules/stock_backend/screens.js +40 -0
- package/dist/modules/stock_backend/screens.js.map +1 -0
- package/dist/modules/stock_backend/stock-route-screen.d.ts +30 -0
- package/dist/modules/stock_backend/stock-route-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/stock-route-screen.js +129 -0
- package/dist/modules/stock_backend/stock-route-screen.js.map +1 -0
- package/dist/modules/stock_backend/stock-routes-screen.d.ts +17 -0
- package/dist/modules/stock_backend/stock-routes-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/stock-routes-screen.js +60 -0
- package/dist/modules/stock_backend/stock-routes-screen.js.map +1 -0
- package/dist/modules/stock_backend/transfer-screen.d.ts +26 -0
- package/dist/modules/stock_backend/transfer-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/transfer-screen.js +95 -0
- package/dist/modules/stock_backend/transfer-screen.js.map +1 -0
- package/dist/modules/stock_backend/transfers-screen.d.ts +21 -0
- package/dist/modules/stock_backend/transfers-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/transfers-screen.js +88 -0
- package/dist/modules/stock_backend/transfers-screen.js.map +1 -0
- package/dist/modules/stock_backend/warehouses-screen.d.ts +17 -0
- package/dist/modules/stock_backend/warehouses-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/warehouses-screen.js +96 -0
- package/dist/modules/stock_backend/warehouses-screen.js.map +1 -0
- package/dist/modules/stock_lot_activity_backend/index.d.ts +5 -0
- package/dist/modules/stock_lot_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_lot_activity_backend/index.js +29 -0
- package/dist/modules/stock_lot_activity_backend/index.js.map +1 -0
- package/dist/modules/stock_lot_mail_backend/index.d.ts +5 -0
- package/dist/modules/stock_lot_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_lot_mail_backend/index.js +30 -0
- package/dist/modules/stock_lot_mail_backend/index.js.map +1 -0
- package/dist/modules/stock_mail_backend/index.d.ts +5 -0
- package/dist/modules/stock_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_mail_backend/index.js +30 -0
- package/dist/modules/stock_mail_backend/index.js.map +1 -0
- package/dist/modules/stock_mail_inbound/index.d.ts +6 -0
- package/dist/modules/stock_mail_inbound/index.d.ts.map +1 -0
- package/dist/modules/stock_mail_inbound/index.js +104 -0
- package/dist/modules/stock_mail_inbound/index.js.map +1 -0
- package/dist/modules/storage/functions.d.ts +3 -0
- package/dist/modules/storage/functions.d.ts.map +1 -0
- package/dist/modules/storage/functions.js +129 -0
- package/dist/modules/storage/functions.js.map +1 -0
- package/dist/modules/storage/index.d.ts +3 -0
- package/dist/modules/storage/index.d.ts.map +1 -0
- package/dist/modules/storage/index.js +31 -0
- package/dist/modules/storage/index.js.map +1 -0
- package/dist/modules/storage/jobs.d.ts +3 -0
- package/dist/modules/storage/jobs.d.ts.map +1 -0
- package/dist/modules/storage/jobs.js +37 -0
- package/dist/modules/storage/jobs.js.map +1 -0
- package/dist/modules/storage/models.d.ts +3 -0
- package/dist/modules/storage/models.d.ts.map +1 -0
- package/dist/modules/storage/models.js +23 -0
- package/dist/modules/storage/models.js.map +1 -0
- package/dist/modules/storage/routes.d.ts +27 -0
- package/dist/modules/storage/routes.d.ts.map +1 -0
- package/dist/modules/storage/routes.js +180 -0
- package/dist/modules/storage/routes.js.map +1 -0
- package/dist/modules/uom/convert.d.ts +52 -0
- package/dist/modules/uom/convert.d.ts.map +1 -0
- package/dist/modules/uom/convert.js +76 -0
- package/dist/modules/uom/convert.js.map +1 -0
- package/dist/modules/uom/functions.d.ts +5 -0
- package/dist/modules/uom/functions.d.ts.map +1 -0
- package/dist/modules/uom/functions.js +235 -0
- package/dist/modules/uom/functions.js.map +1 -0
- package/dist/modules/uom/index.d.ts +5 -0
- package/dist/modules/uom/index.d.ts.map +1 -0
- package/dist/modules/uom/index.js +19 -0
- package/dist/modules/uom/index.js.map +1 -0
- package/dist/modules/uom/messages.d.ts +3 -0
- package/dist/modules/uom/messages.d.ts.map +1 -0
- package/dist/modules/uom/messages.js +19 -0
- package/dist/modules/uom/messages.js.map +1 -0
- package/dist/modules/uom/models.d.ts +4 -0
- package/dist/modules/uom/models.d.ts.map +1 -0
- package/dist/modules/uom/models.js +34 -0
- package/dist/modules/uom/models.js.map +1 -0
- package/dist/modules/uom/relations.d.ts +3 -0
- package/dist/modules/uom/relations.d.ts.map +1 -0
- package/dist/modules/uom/relations.js +7 -0
- package/dist/modules/uom/relations.js.map +1 -0
- package/dist/modules/user/functions.d.ts +8 -0
- package/dist/modules/user/functions.d.ts.map +1 -0
- package/dist/modules/user/functions.js +1094 -0
- package/dist/modules/user/functions.js.map +1 -0
- package/dist/modules/user/index.d.ts +8 -0
- package/dist/modules/user/index.d.ts.map +1 -0
- package/dist/modules/user/index.js +34 -0
- package/dist/modules/user/index.js.map +1 -0
- package/dist/modules/user/login.d.ts +28 -0
- package/dist/modules/user/login.d.ts.map +1 -0
- package/dist/modules/user/login.js +46 -0
- package/dist/modules/user/login.js.map +1 -0
- package/dist/modules/user/messages.d.ts +115 -0
- package/dist/modules/user/messages.d.ts.map +1 -0
- package/dist/modules/user/messages.js +115 -0
- package/dist/modules/user/messages.js.map +1 -0
- package/dist/modules/user/models.d.ts +16 -0
- package/dist/modules/user/models.d.ts.map +1 -0
- package/dist/modules/user/models.js +168 -0
- package/dist/modules/user/models.js.map +1 -0
- package/dist/modules/user/password.d.ts +11 -0
- package/dist/modules/user/password.d.ts.map +1 -0
- package/dist/modules/user/password.js +74 -0
- package/dist/modules/user/password.js.map +1 -0
- package/dist/modules/user/relations.d.ts +3 -0
- package/dist/modules/user/relations.d.ts.map +1 -0
- package/dist/modules/user/relations.js +31 -0
- package/dist/modules/user/relations.js.map +1 -0
- package/dist/modules/user/roles.d.ts +12 -0
- package/dist/modules/user/roles.d.ts.map +1 -0
- package/dist/modules/user/roles.js +254 -0
- package/dist/modules/user/roles.js.map +1 -0
- package/dist/modules/user/routes.d.ts +3 -0
- package/dist/modules/user/routes.d.ts.map +1 -0
- package/dist/modules/user/routes.js +244 -0
- package/dist/modules/user/routes.js.map +1 -0
- package/dist/modules/user/session-context.d.ts +10 -0
- package/dist/modules/user/session-context.d.ts.map +1 -0
- package/dist/modules/user/session-context.js +31 -0
- package/dist/modules/user/session-context.js.map +1 -0
- package/dist/modules/user_backend/index.d.ts +5 -0
- package/dist/modules/user_backend/index.d.ts.map +1 -0
- package/dist/modules/user_backend/index.js +24 -0
- package/dist/modules/user_backend/index.js.map +1 -0
- package/dist/modules/user_backend/menus.d.ts +3 -0
- package/dist/modules/user_backend/menus.d.ts.map +1 -0
- package/dist/modules/user_backend/menus.js +24 -0
- package/dist/modules/user_backend/menus.js.map +1 -0
- package/dist/modules/user_backend/messages.d.ts +189 -0
- package/dist/modules/user_backend/messages.d.ts.map +1 -0
- package/dist/modules/user_backend/messages.js +189 -0
- package/dist/modules/user_backend/messages.js.map +1 -0
- package/dist/modules/user_backend/routes.d.ts +3 -0
- package/dist/modules/user_backend/routes.d.ts.map +1 -0
- package/dist/modules/user_backend/routes.js +474 -0
- package/dist/modules/user_backend/routes.js.map +1 -0
- package/dist/modules/user_backend/screens.d.ts +70 -0
- package/dist/modules/user_backend/screens.d.ts.map +1 -0
- package/dist/modules/user_backend/screens.js +308 -0
- package/dist/modules/user_backend/screens.js.map +1 -0
- package/dist/modules/website/access.d.ts +15 -0
- package/dist/modules/website/access.d.ts.map +1 -0
- package/dist/modules/website/access.js +39 -0
- package/dist/modules/website/access.js.map +1 -0
- package/dist/modules/website/cms.d.ts +3 -0
- package/dist/modules/website/cms.d.ts.map +1 -0
- package/dist/modules/website/cms.js +1142 -0
- package/dist/modules/website/cms.js.map +1 -0
- package/dist/modules/website/content-types.d.ts +4 -0
- package/dist/modules/website/content-types.d.ts.map +1 -0
- package/dist/modules/website/content-types.js +30 -0
- package/dist/modules/website/content-types.js.map +1 -0
- package/dist/modules/website/customer-password.d.ts +4 -0
- package/dist/modules/website/customer-password.d.ts.map +1 -0
- package/dist/modules/website/customer-password.js +51 -0
- package/dist/modules/website/customer-password.js.map +1 -0
- package/dist/modules/website/customer-routes.d.ts +3 -0
- package/dist/modules/website/customer-routes.d.ts.map +1 -0
- package/dist/modules/website/customer-routes.js +322 -0
- package/dist/modules/website/customer-routes.js.map +1 -0
- package/dist/modules/website/customer.d.ts +5 -0
- package/dist/modules/website/customer.d.ts.map +1 -0
- package/dist/modules/website/customer.js +442 -0
- package/dist/modules/website/customer.js.map +1 -0
- package/dist/modules/website/functions.d.ts +3 -0
- package/dist/modules/website/functions.d.ts.map +1 -0
- package/dist/modules/website/functions.js +96 -0
- package/dist/modules/website/functions.js.map +1 -0
- package/dist/modules/website/index.d.ts +4 -0
- package/dist/modules/website/index.d.ts.map +1 -0
- package/dist/modules/website/index.js +152 -0
- package/dist/modules/website/index.js.map +1 -0
- package/dist/modules/website/jobs.d.ts +3 -0
- package/dist/modules/website/jobs.d.ts.map +1 -0
- package/dist/modules/website/jobs.js +25 -0
- package/dist/modules/website/jobs.js.map +1 -0
- package/dist/modules/website/joints.d.ts +4 -0
- package/dist/modules/website/joints.d.ts.map +1 -0
- package/dist/modules/website/joints.js +7 -0
- package/dist/modules/website/joints.js.map +1 -0
- package/dist/modules/website/models.d.ts +8 -0
- package/dist/modules/website/models.d.ts.map +1 -0
- package/dist/modules/website/models.js +260 -0
- package/dist/modules/website/models.js.map +1 -0
- package/dist/modules/website/sections.d.ts +8 -0
- package/dist/modules/website/sections.d.ts.map +1 -0
- package/dist/modules/website/sections.js +16 -0
- package/dist/modules/website/sections.js.map +1 -0
- package/dist/modules/website/tokens.d.ts +2 -0
- package/dist/modules/website/tokens.d.ts.map +1 -0
- package/dist/modules/website/tokens.js +5 -0
- package/dist/modules/website/tokens.js.map +1 -0
- package/dist/modules/website/types.d.ts +6 -0
- package/dist/modules/website/types.d.ts.map +1 -0
- package/dist/modules/website/types.js +2 -0
- package/dist/modules/website/types.js.map +1 -0
- package/dist/modules/website/views.d.ts +4 -0
- package/dist/modules/website/views.d.ts.map +1 -0
- package/dist/modules/website/views.js +5 -0
- package/dist/modules/website/views.js.map +1 -0
- package/dist/modules/website_backend/index.d.ts +3 -0
- package/dist/modules/website_backend/index.d.ts.map +1 -0
- package/dist/modules/website_backend/index.js +290 -0
- package/dist/modules/website_backend/index.js.map +1 -0
- package/dist/modules/website_backend/menus.d.ts +3 -0
- package/dist/modules/website_backend/menus.d.ts.map +1 -0
- package/dist/modules/website_backend/menus.js +54 -0
- package/dist/modules/website_backend/menus.js.map +1 -0
- package/dist/modules/website_backend/routes.d.ts +3 -0
- package/dist/modules/website_backend/routes.d.ts.map +1 -0
- package/dist/modules/website_backend/routes.js +625 -0
- package/dist/modules/website_backend/routes.js.map +1 -0
- package/dist/modules/website_backend/screens.d.ts +114 -0
- package/dist/modules/website_backend/screens.d.ts.map +1 -0
- package/dist/modules/website_backend/screens.js +625 -0
- package/dist/modules/website_backend/screens.js.map +1 -0
- package/dist/modules/website_form/functions.d.ts +3 -0
- package/dist/modules/website_form/functions.d.ts.map +1 -0
- package/dist/modules/website_form/functions.js +305 -0
- package/dist/modules/website_form/functions.js.map +1 -0
- package/dist/modules/website_form/index.d.ts +3 -0
- package/dist/modules/website_form/index.d.ts.map +1 -0
- package/dist/modules/website_form/index.js +72 -0
- package/dist/modules/website_form/index.js.map +1 -0
- package/dist/modules/website_form/models.d.ts +3 -0
- package/dist/modules/website_form/models.d.ts.map +1 -0
- package/dist/modules/website_form/models.js +46 -0
- package/dist/modules/website_form/models.js.map +1 -0
- package/dist/modules/website_form/routes.d.ts +3 -0
- package/dist/modules/website_form/routes.d.ts.map +1 -0
- package/dist/modules/website_form/routes.js +74 -0
- package/dist/modules/website_form/routes.js.map +1 -0
- package/dist/modules/website_form/sections.d.ts +3 -0
- package/dist/modules/website_form/sections.d.ts.map +1 -0
- package/dist/modules/website_form/sections.js +7 -0
- package/dist/modules/website_form/sections.js.map +1 -0
- package/dist/modules/website_hospitality/content-types.d.ts +3 -0
- package/dist/modules/website_hospitality/content-types.d.ts.map +1 -0
- package/dist/modules/website_hospitality/content-types.js +9 -0
- package/dist/modules/website_hospitality/content-types.js.map +1 -0
- package/dist/modules/website_hospitality/functions.d.ts +3 -0
- package/dist/modules/website_hospitality/functions.d.ts.map +1 -0
- package/dist/modules/website_hospitality/functions.js +296 -0
- package/dist/modules/website_hospitality/functions.js.map +1 -0
- package/dist/modules/website_hospitality/index.d.ts +3 -0
- package/dist/modules/website_hospitality/index.d.ts.map +1 -0
- package/dist/modules/website_hospitality/index.js +67 -0
- package/dist/modules/website_hospitality/index.js.map +1 -0
- package/dist/modules/website_hospitality/models.d.ts +3 -0
- package/dist/modules/website_hospitality/models.d.ts.map +1 -0
- package/dist/modules/website_hospitality/models.js +49 -0
- package/dist/modules/website_hospitality/models.js.map +1 -0
- package/dist/modules/website_hospitality/routes.d.ts +3 -0
- package/dist/modules/website_hospitality/routes.d.ts.map +1 -0
- package/dist/modules/website_hospitality/routes.js +78 -0
- package/dist/modules/website_hospitality/routes.js.map +1 -0
- package/dist/modules/website_hospitality/sections.d.ts +3 -0
- package/dist/modules/website_hospitality/sections.d.ts.map +1 -0
- package/dist/modules/website_hospitality/sections.js +11 -0
- package/dist/modules/website_hospitality/sections.js.map +1 -0
- package/dist/modules/website_menu/functions.d.ts +3 -0
- package/dist/modules/website_menu/functions.d.ts.map +1 -0
- package/dist/modules/website_menu/functions.js +79 -0
- package/dist/modules/website_menu/functions.js.map +1 -0
- package/dist/modules/website_menu/index.d.ts +3 -0
- package/dist/modules/website_menu/index.d.ts.map +1 -0
- package/dist/modules/website_menu/index.js +31 -0
- package/dist/modules/website_menu/index.js.map +1 -0
- package/dist/modules/website_menu/models.d.ts +3 -0
- package/dist/modules/website_menu/models.d.ts.map +1 -0
- package/dist/modules/website_menu/models.js +15 -0
- package/dist/modules/website_menu/models.js.map +1 -0
- package/dist/modules/website_menu/sections.d.ts +3 -0
- package/dist/modules/website_menu/sections.d.ts.map +1 -0
- package/dist/modules/website_menu/sections.js +4 -0
- package/dist/modules/website_menu/sections.js.map +1 -0
- package/dist/modules/website_menu/views.d.ts +3 -0
- package/dist/modules/website_menu/views.d.ts.map +1 -0
- package/dist/modules/website_menu/views.js +4 -0
- package/dist/modules/website_menu/views.js.map +1 -0
- package/dist/modules/website_retail/content-types.d.ts +3 -0
- package/dist/modules/website_retail/content-types.d.ts.map +1 -0
- package/dist/modules/website_retail/content-types.js +10 -0
- package/dist/modules/website_retail/content-types.js.map +1 -0
- package/dist/modules/website_retail/functions.d.ts +3 -0
- package/dist/modules/website_retail/functions.d.ts.map +1 -0
- package/dist/modules/website_retail/functions.js +321 -0
- package/dist/modules/website_retail/functions.js.map +1 -0
- package/dist/modules/website_retail/index.d.ts +3 -0
- package/dist/modules/website_retail/index.d.ts.map +1 -0
- package/dist/modules/website_retail/index.js +63 -0
- package/dist/modules/website_retail/index.js.map +1 -0
- package/dist/modules/website_retail/models.d.ts +3 -0
- package/dist/modules/website_retail/models.d.ts.map +1 -0
- package/dist/modules/website_retail/models.js +50 -0
- package/dist/modules/website_retail/models.js.map +1 -0
- package/dist/modules/website_retail/sections.d.ts +3 -0
- package/dist/modules/website_retail/sections.d.ts.map +1 -0
- package/dist/modules/website_retail/sections.js +11 -0
- package/dist/modules/website_retail/sections.js.map +1 -0
- package/dist/modules/website_search/client/search.d.mts +6 -0
- package/dist/modules/website_search/client/search.d.mts.map +1 -0
- package/dist/modules/website_search/client/search.mjs +25 -0
- package/dist/modules/website_search/client/search.mjs.map +1 -0
- package/dist/modules/website_search/fills.d.ts +3 -0
- package/dist/modules/website_search/fills.d.ts.map +1 -0
- package/dist/modules/website_search/fills.js +5 -0
- package/dist/modules/website_search/fills.js.map +1 -0
- package/dist/modules/website_search/index.d.ts +3 -0
- package/dist/modules/website_search/index.d.ts.map +1 -0
- package/dist/modules/website_search/index.js +28 -0
- package/dist/modules/website_search/index.js.map +1 -0
- package/dist/modules/website_search/islands.d.ts +7 -0
- package/dist/modules/website_search/islands.d.ts.map +1 -0
- package/dist/modules/website_search/islands.js +23 -0
- package/dist/modules/website_search/islands.js.map +1 -0
- package/dist/modules/website_seo/extend.d.ts +7 -0
- package/dist/modules/website_seo/extend.d.ts.map +1 -0
- package/dist/modules/website_seo/extend.js +20 -0
- package/dist/modules/website_seo/extend.js.map +1 -0
- package/dist/modules/website_seo/fills.d.ts +3 -0
- package/dist/modules/website_seo/fills.d.ts.map +1 -0
- package/dist/modules/website_seo/fills.js +8 -0
- package/dist/modules/website_seo/fills.js.map +1 -0
- package/dist/modules/website_seo/index.d.ts +3 -0
- package/dist/modules/website_seo/index.d.ts.map +1 -0
- package/dist/modules/website_seo/index.js +30 -0
- package/dist/modules/website_seo/index.js.map +1 -0
- package/dist/modules/website_seo/views.d.ts +3 -0
- package/dist/modules/website_seo/views.d.ts.map +1 -0
- package/dist/modules/website_seo/views.js +5 -0
- package/dist/modules/website_seo/views.js.map +1 -0
- package/dist/themes/default/index.d.ts +3 -0
- package/dist/themes/default/index.d.ts.map +1 -0
- package/dist/themes/default/index.js +16 -0
- package/dist/themes/default/index.js.map +1 -0
- package/dist/themes/default/templates/layout.ktl +7 -0
- package/dist/themes/default/templates/product.detail.ktl +10 -0
- package/dist/themes/default/templates/product.related_row.ktl +1 -0
- package/dist/themes/hospitality/assets/theme.css +109 -0
- package/dist/themes/hospitality/index.d.ts +3 -0
- package/dist/themes/hospitality/index.d.ts.map +1 -0
- package/dist/themes/hospitality/index.js +26 -0
- package/dist/themes/hospitality/index.js.map +1 -0
- package/dist/themes/hospitality/templates/layout.ktl +17 -0
- package/dist/themes/hospitality/templates/menu.item.ktl +1 -0
- package/dist/themes/hospitality/templates/menu.primary.ktl +1 -0
- package/dist/themes/hospitality/templates/website.hero.ktl +6 -0
- package/dist/themes/hospitality/templates/website.page.ktl +1 -0
- package/dist/themes/hospitality/templates/website.rich_text.ktl +3 -0
- package/dist/themes/hospitality/templates/website_form.form.ktl +1 -0
- package/dist/themes/hospitality/templates/website_hospitality.booking.ktl +1 -0
- package/dist/themes/hospitality/templates/website_hospitality.stays.ktl +1 -0
- package/dist/themes/hospitality/tokens.d.ts +2 -0
- package/dist/themes/hospitality/tokens.d.ts.map +1 -0
- package/dist/themes/hospitality/tokens.js +9 -0
- package/dist/themes/hospitality/tokens.js.map +1 -0
- package/dist/themes/paper/index.d.ts +9 -0
- package/dist/themes/paper/index.d.ts.map +1 -0
- package/dist/themes/paper/index.js +30 -0
- package/dist/themes/paper/index.js.map +1 -0
- package/dist/themes/paper/templates/layout.ktl +14 -0
- package/dist/themes/paper/templates/menu.item.ktl +3 -0
- package/dist/themes/paper/templates/menu.primary.ktl +3 -0
- package/dist/themes/paper/templates/website.hero.ktl +6 -0
- package/dist/themes/paper/templates/website.page.ktl +2 -0
- package/dist/themes/paper/templates/website.rich_text.ktl +4 -0
- package/dist/themes/paper/tokens.d.ts +2 -0
- package/dist/themes/paper/tokens.d.ts.map +1 -0
- package/dist/themes/paper/tokens.js +11 -0
- package/dist/themes/paper/tokens.js.map +1 -0
- package/dist/themes/retail/assets/theme.css +114 -0
- package/dist/themes/retail/index.d.ts +3 -0
- package/dist/themes/retail/index.d.ts.map +1 -0
- package/dist/themes/retail/index.js +26 -0
- package/dist/themes/retail/index.js.map +1 -0
- package/dist/themes/retail/templates/layout.ktl +5 -0
- package/dist/themes/retail/templates/menu.item.ktl +1 -0
- package/dist/themes/retail/templates/menu.primary.ktl +1 -0
- package/dist/themes/retail/templates/website.hero.ktl +1 -0
- package/dist/themes/retail/templates/website.page.ktl +1 -0
- package/dist/themes/retail/templates/website.rich_text.ktl +1 -0
- package/dist/themes/retail/templates/website_form.form.ktl +1 -0
- package/dist/themes/retail/templates/website_retail.cart.ktl +1 -0
- package/dist/themes/retail/templates/website_retail.products.ktl +1 -0
- package/dist/themes/retail/tokens.d.ts +2 -0
- package/dist/themes/retail/tokens.d.ts.map +1 -0
- package/dist/themes/retail/tokens.js +9 -0
- package/dist/themes/retail/tokens.js.map +1 -0
- package/dist/ui/actions.d.ts +38 -0
- package/dist/ui/actions.d.ts.map +1 -0
- package/dist/ui/actions.js +20 -0
- package/dist/ui/actions.js.map +1 -0
- package/dist/ui/activity.d.ts +4 -0
- package/dist/ui/activity.d.ts.map +1 -0
- package/dist/ui/activity.js +73 -0
- package/dist/ui/activity.js.map +1 -0
- package/dist/ui/attachments.d.ts +18 -0
- package/dist/ui/attachments.d.ts.map +1 -0
- package/dist/ui/attachments.js +15 -0
- package/dist/ui/attachments.js.map +1 -0
- package/dist/ui/auth.d.ts +9 -0
- package/dist/ui/auth.d.ts.map +1 -0
- package/dist/ui/auth.js +44 -0
- package/dist/ui/auth.js.map +1 -0
- package/dist/ui/calendar.d.ts +4 -0
- package/dist/ui/calendar.d.ts.map +1 -0
- package/dist/ui/calendar.js +51 -0
- package/dist/ui/calendar.js.map +1 -0
- package/dist/ui/chrome.d.ts +66 -0
- package/dist/ui/chrome.d.ts.map +1 -0
- package/dist/ui/chrome.js +39 -0
- package/dist/ui/chrome.js.map +1 -0
- package/dist/ui/client/activity-view.d.mts +12 -0
- package/dist/ui/client/activity-view.d.mts.map +1 -0
- package/dist/ui/client/activity-view.mjs +393 -0
- package/dist/ui/client/activity-view.mjs.map +1 -0
- package/dist/ui/client/activity.css +269 -0
- package/dist/ui/client/activity.d.mts +11 -0
- package/dist/ui/client/activity.d.mts.map +1 -0
- package/dist/ui/client/activity.mjs +10 -0
- package/dist/ui/client/activity.mjs.map +1 -0
- package/dist/ui/client/calendar-view.d.mts +5 -0
- package/dist/ui/client/calendar-view.d.mts.map +1 -0
- package/dist/ui/client/calendar-view.mjs +266 -0
- package/dist/ui/client/calendar-view.mjs.map +1 -0
- package/dist/ui/client/calendar.css +170 -0
- package/dist/ui/client/calendar.d.mts +6 -0
- package/dist/ui/client/calendar.d.mts.map +1 -0
- package/dist/ui/client/calendar.mjs +6 -0
- package/dist/ui/client/calendar.mjs.map +1 -0
- package/dist/ui/client/mail-view.d.mts +9 -0
- package/dist/ui/client/mail-view.d.mts.map +1 -0
- package/dist/ui/client/mail-view.mjs +350 -0
- package/dist/ui/client/mail-view.mjs.map +1 -0
- package/dist/ui/client/mail.css +230 -0
- package/dist/ui/client/mail.d.mts +11 -0
- package/dist/ui/client/mail.d.mts.map +1 -0
- package/dist/ui/client/mail.mjs +10 -0
- package/dist/ui/client/mail.mjs.map +1 -0
- package/dist/ui/data.d.ts +25 -0
- package/dist/ui/data.d.ts.map +1 -0
- package/dist/ui/data.js +23 -0
- package/dist/ui/data.js.map +1 -0
- package/dist/ui/date-picker.d.ts +36 -0
- package/dist/ui/date-picker.d.ts.map +1 -0
- package/dist/ui/date-picker.js +40 -0
- package/dist/ui/date-picker.js.map +1 -0
- package/dist/ui/form.d.ts +67 -0
- package/dist/ui/form.d.ts.map +1 -0
- package/dist/ui/form.js +75 -0
- package/dist/ui/form.js.map +1 -0
- package/dist/ui/format.d.ts +4 -0
- package/dist/ui/format.d.ts.map +1 -0
- package/dist/ui/format.js +33 -0
- package/dist/ui/format.js.map +1 -0
- package/dist/ui/hooks.d.ts +5 -0
- package/dist/ui/hooks.d.ts.map +1 -0
- package/dist/ui/hooks.js +82 -0
- package/dist/ui/hooks.js.map +1 -0
- package/dist/ui/icons.d.ts +12 -0
- package/dist/ui/icons.d.ts.map +1 -0
- package/dist/ui/icons.js +76 -0
- package/dist/ui/icons.js.map +1 -0
- package/dist/ui/index.d.ts +39 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/index.js +39 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/layout.d.ts +80 -0
- package/dist/ui/layout.d.ts.map +1 -0
- package/dist/ui/layout.js +86 -0
- package/dist/ui/layout.js.map +1 -0
- package/dist/ui/mail.d.ts +5 -0
- package/dist/ui/mail.d.ts.map +1 -0
- package/dist/ui/mail.js +69 -0
- package/dist/ui/mail.js.map +1 -0
- package/dist/ui/media.d.ts +42 -0
- package/dist/ui/media.d.ts.map +1 -0
- package/dist/ui/media.js +48 -0
- package/dist/ui/media.js.map +1 -0
- package/dist/ui/modal.d.ts +9 -0
- package/dist/ui/modal.d.ts.map +1 -0
- package/dist/ui/modal.js +13 -0
- package/dist/ui/modal.js.map +1 -0
- package/dist/ui/nav.d.ts +34 -0
- package/dist/ui/nav.d.ts.map +1 -0
- package/dist/ui/nav.js +77 -0
- package/dist/ui/nav.js.map +1 -0
- package/dist/ui/navigation.d.ts +22 -0
- package/dist/ui/navigation.d.ts.map +1 -0
- package/dist/ui/navigation.js +9 -0
- package/dist/ui/navigation.js.map +1 -0
- package/dist/ui/primitives.d.ts +61 -0
- package/dist/ui/primitives.d.ts.map +1 -0
- package/dist/ui/primitives.js +74 -0
- package/dist/ui/primitives.js.map +1 -0
- package/dist/ui/record.d.ts +44 -0
- package/dist/ui/record.d.ts.map +1 -0
- package/dist/ui/record.js +39 -0
- package/dist/ui/record.js.map +1 -0
- package/dist/ui/schedule.d.ts +34 -0
- package/dist/ui/schedule.d.ts.map +1 -0
- package/dist/ui/schedule.js +39 -0
- package/dist/ui/schedule.js.map +1 -0
- package/dist/ui/state.d.ts +19 -0
- package/dist/ui/state.d.ts.map +1 -0
- package/dist/ui/state.js +34 -0
- package/dist/ui/state.js.map +1 -0
- package/dist/ui/surfaces.d.ts +38 -0
- package/dist/ui/surfaces.d.ts.map +1 -0
- package/dist/ui/surfaces.js +36 -0
- package/dist/ui/surfaces.js.map +1 -0
- package/dist/ui/table.d.ts +48 -0
- package/dist/ui/table.d.ts.map +1 -0
- package/dist/ui/table.js +53 -0
- package/dist/ui/table.js.map +1 -0
- package/package.json +57 -0
|
@@ -0,0 +1,880 @@
|
|
|
1
|
+
import { defineModule } from '@ketvietlab/ketjs';
|
|
2
|
+
import { islands } from './islands.js';
|
|
3
|
+
import { routes } from './routes.js';
|
|
4
|
+
export default defineModule({
|
|
5
|
+
name: 'stock_backend',
|
|
6
|
+
version: '0.1.0',
|
|
7
|
+
depends: ['stock', 'backend'],
|
|
8
|
+
install: 'auto',
|
|
9
|
+
app: true,
|
|
10
|
+
assets: new URL('./client/', import.meta.url),
|
|
11
|
+
islands,
|
|
12
|
+
title: 'Kho trong quản trị',
|
|
13
|
+
summary: 'Warehouse, tồn kho, dịch chuyển và routes.',
|
|
14
|
+
category: 'Hệ thống',
|
|
15
|
+
routes,
|
|
16
|
+
joints: {
|
|
17
|
+
'picking.collaboration': {
|
|
18
|
+
props: { resModel: 'text', resId: 'id', lang: 'text' },
|
|
19
|
+
multiple: true,
|
|
20
|
+
},
|
|
21
|
+
'picking.editor': { props: { identity: 'text', pickingId: 'id', lang: 'text?' } },
|
|
22
|
+
'lot.collaboration': {
|
|
23
|
+
props: { resModel: 'text', resId: 'id', lang: 'text' },
|
|
24
|
+
multiple: true,
|
|
25
|
+
},
|
|
26
|
+
'lot.editor': { props: { identity: 'text', lotId: 'id', lang: 'text?' } },
|
|
27
|
+
},
|
|
28
|
+
menus: {
|
|
29
|
+
stock: { label: 'menu.app', icon: 'warehouse', sequence: 30 },
|
|
30
|
+
'stock.operations': { parent: 'stock', label: 'menu.operations', sequence: 10 },
|
|
31
|
+
'stock.transfers': {
|
|
32
|
+
parent: 'stock.operations',
|
|
33
|
+
label: 'menu.transfers',
|
|
34
|
+
path: '/admin/transfers',
|
|
35
|
+
needs: 'stock.listPickings',
|
|
36
|
+
},
|
|
37
|
+
'stock.inventory': {
|
|
38
|
+
parent: 'stock.operations',
|
|
39
|
+
label: 'menu.inventory',
|
|
40
|
+
path: '/admin/inventory',
|
|
41
|
+
needs: 'stock.listQuants',
|
|
42
|
+
},
|
|
43
|
+
'stock.forecast': {
|
|
44
|
+
parent: 'stock.operations',
|
|
45
|
+
label: 'menu.forecast',
|
|
46
|
+
path: '/admin/forecast',
|
|
47
|
+
needs: 'stock.forecast',
|
|
48
|
+
},
|
|
49
|
+
'stock.replenishment': {
|
|
50
|
+
parent: 'stock.operations',
|
|
51
|
+
label: 'menu.replenishment',
|
|
52
|
+
path: '/admin/replenishment',
|
|
53
|
+
needs: 'stock.listOrderpoints',
|
|
54
|
+
},
|
|
55
|
+
'stock.config': { parent: 'stock', label: 'menu.config', sequence: 20 },
|
|
56
|
+
'stock.warehouses': {
|
|
57
|
+
parent: 'stock.config',
|
|
58
|
+
label: 'menu.warehouses',
|
|
59
|
+
path: '/admin/warehouses',
|
|
60
|
+
needs: 'stock.listWarehouses',
|
|
61
|
+
},
|
|
62
|
+
'stock.locations': {
|
|
63
|
+
parent: 'stock.config',
|
|
64
|
+
label: 'menu.locations',
|
|
65
|
+
path: '/admin/locations',
|
|
66
|
+
needs: 'stock.listLocations',
|
|
67
|
+
},
|
|
68
|
+
'stock.pickingTypes': {
|
|
69
|
+
parent: 'stock.config',
|
|
70
|
+
label: 'menu.pickingTypes',
|
|
71
|
+
path: '/admin/picking-types',
|
|
72
|
+
needs: 'stock.listPickingTypes',
|
|
73
|
+
},
|
|
74
|
+
'stock.lots': {
|
|
75
|
+
parent: 'stock.config',
|
|
76
|
+
label: 'menu.lots',
|
|
77
|
+
path: '/admin/lots',
|
|
78
|
+
needs: 'stock.listLots',
|
|
79
|
+
},
|
|
80
|
+
'stock.routes': {
|
|
81
|
+
parent: 'stock.config',
|
|
82
|
+
label: 'menu.routes',
|
|
83
|
+
path: '/admin/stock-routes',
|
|
84
|
+
needs: 'stock.listRoutes',
|
|
85
|
+
},
|
|
86
|
+
},
|
|
87
|
+
messages: {
|
|
88
|
+
vi: {
|
|
89
|
+
'app.title': 'Kho trong quản trị',
|
|
90
|
+
'app.summary': 'Quản lý đa kho, tồn kho, dịch chuyển và quy tắc cung ứng.',
|
|
91
|
+
'app.category': 'Hệ thống',
|
|
92
|
+
'menu.app': 'Kho',
|
|
93
|
+
'menu.operations': 'Vận hành',
|
|
94
|
+
'menu.transfers': 'Dịch chuyển',
|
|
95
|
+
'menu.inventory': 'Tồn kho',
|
|
96
|
+
'menu.forecast': 'Dự báo',
|
|
97
|
+
'menu.replenishment': 'Bổ sung hàng',
|
|
98
|
+
'menu.config': 'Cấu hình',
|
|
99
|
+
'menu.warehouses': 'Kho hàng',
|
|
100
|
+
'menu.locations': 'Vị trí',
|
|
101
|
+
'menu.pickingTypes': 'Loại hoạt động',
|
|
102
|
+
'menu.lots': 'Lô / Sê-ri',
|
|
103
|
+
'menu.routes': 'Tuyến cung ứng',
|
|
104
|
+
inventory: 'Tồn kho',
|
|
105
|
+
'inventory.kicker': 'Vận hành kho',
|
|
106
|
+
'inventory.workspace.title': 'Kiểm kê thực tế',
|
|
107
|
+
'inventory.workspace.subtitle': 'Đối chiếu số lượng đếm được với tồn kho hệ thống.',
|
|
108
|
+
'inventory.summary.onHand': 'Tổng tồn',
|
|
109
|
+
'inventory.summary.balances': 'Số dư tồn kho',
|
|
110
|
+
'inventory.summary.locations': 'Vị trí có hàng',
|
|
111
|
+
'inventory.applied.title': 'Đã áp dụng kiểm kê',
|
|
112
|
+
'inventory.applied.message': 'Chênh lệch đã được ghi nhận bằng dịch chuyển kho.',
|
|
113
|
+
'inventory.configuration.title': 'Chưa đủ cấu hình để kiểm kê',
|
|
114
|
+
'inventory.configuration.message': 'Cần có sản phẩm, đơn vị tính, vị trí nội bộ và vị trí kiểm kê trước khi ghi nhận số đếm.',
|
|
115
|
+
'inventory.configuration.action': 'Mở cấu hình vị trí',
|
|
116
|
+
'inventory.adjustmentLocation.help': 'Vị trí ảo dùng để ghi nhận phần chênh lệch kiểm kê.',
|
|
117
|
+
'inventory.balances.title': 'Tồn kho hiện tại',
|
|
118
|
+
'inventory.balances.hint': 'Số lượng thực tế, đã giữ và có thể sử dụng theo từng vị trí.',
|
|
119
|
+
'inventory.empty': 'Chưa có tồn kho tại vị trí nội bộ',
|
|
120
|
+
'inventory.emptyHint': 'Ghi nhận số đếm đầu tiên để tạo số dư tồn kho.',
|
|
121
|
+
'inventory.col.product': 'Sản phẩm',
|
|
122
|
+
'inventory.col.reference': 'Mã nội bộ',
|
|
123
|
+
'inventory.col.location': 'Vị trí',
|
|
124
|
+
'inventory.col.lot': 'Lô / Sê-ri',
|
|
125
|
+
'inventory.col.onHand': 'Tồn thực tế',
|
|
126
|
+
'inventory.col.reserved': 'Đã giữ',
|
|
127
|
+
'inventory.col.available': 'Có thể dùng',
|
|
128
|
+
transfers: 'Dịch chuyển',
|
|
129
|
+
'transfer.list.kicker': 'Vận hành kho',
|
|
130
|
+
'transfer.list.title': 'Phiếu chuyển kho',
|
|
131
|
+
'transfer.list.subtitle': 'Theo dõi nhập, xuất và dịch chuyển nội bộ tại một nơi.',
|
|
132
|
+
'transfer.list.summary.open': 'Đang mở',
|
|
133
|
+
'transfer.list.summary.ready': 'Sẵn sàng',
|
|
134
|
+
'transfer.list.summary.done': 'Hoàn tất',
|
|
135
|
+
'transfer.create.title': 'Tạo phiếu chuyển kho',
|
|
136
|
+
'transfer.create.hint': 'Chọn loại hoạt động; vị trí nguồn và đích được lấy từ cấu hình kho.',
|
|
137
|
+
'transfer.create.reference.help': 'Mã tham chiếu dùng để nhận diện phiếu trong vận hành kho.',
|
|
138
|
+
'transfer.list.records.title': 'Phiếu chuyển kho',
|
|
139
|
+
'transfer.list.records.hint': 'Các trường cốt lõi theo danh sách stock.picking của Odoo 19.',
|
|
140
|
+
'transfer.list.col.reference': 'Tham chiếu',
|
|
141
|
+
'transfer.list.col.source': 'Từ',
|
|
142
|
+
'transfer.list.col.destination': 'Đến',
|
|
143
|
+
'transfer.list.col.scheduledDate': 'Ngày dự kiến',
|
|
144
|
+
'transfer.list.col.operationType': 'Loại hoạt động',
|
|
145
|
+
'transfer.list.col.state': 'Trạng thái',
|
|
146
|
+
'transfer.list.empty': 'Chưa có phiếu chuyển kho',
|
|
147
|
+
'transfer.list.emptyHint': 'Tạo phiếu đầu tiên để bắt đầu xử lý hàng hóa.',
|
|
148
|
+
warehouses: 'Kho hàng',
|
|
149
|
+
'warehouse.kicker': 'Cấu hình kho',
|
|
150
|
+
'warehouse.title': 'Kho hàng',
|
|
151
|
+
'warehouse.subtitle': 'Định nghĩa kho vật lý và luồng nhận, giao hàng của từng kho.',
|
|
152
|
+
'warehouse.summary.total': 'Kho đang dùng',
|
|
153
|
+
'warehouse.summary.receipts': 'Nhận nhiều bước',
|
|
154
|
+
'warehouse.summary.deliveries': 'Giao nhiều bước',
|
|
155
|
+
'warehouse.create.title': 'Tạo kho hàng',
|
|
156
|
+
'warehouse.create.hint': 'Các vị trí, loại hoạt động và tuyến mặc định được sinh từ cấu hình này.',
|
|
157
|
+
'warehouse.configured.title': 'Kho đã cấu hình',
|
|
158
|
+
'warehouse.configured.hint': 'Tóm tắt tên viết tắt và luồng hàng của từng kho.',
|
|
159
|
+
'warehouse.field.name': 'Tên kho',
|
|
160
|
+
'warehouse.field.name.placeholder': 'Ví dụ: Kho trung tâm',
|
|
161
|
+
'warehouse.field.code': 'Tên viết tắt',
|
|
162
|
+
'warehouse.field.code.placeholder': 'Ví dụ: KTT',
|
|
163
|
+
'warehouse.field.code.help': 'Mã ngắn duy nhất trong công ty, dùng làm tiền tố vận hành.',
|
|
164
|
+
'warehouse.col.name': 'Kho hàng',
|
|
165
|
+
'warehouse.col.code': 'Tên viết tắt',
|
|
166
|
+
'warehouse.col.reception': 'Lô hàng đến',
|
|
167
|
+
'warehouse.col.delivery': 'Lô hàng đi',
|
|
168
|
+
'warehouse.empty': 'Chưa có kho hàng',
|
|
169
|
+
'warehouse.emptyHint': 'Tạo kho đầu tiên để sinh vị trí và loại hoạt động mặc định.',
|
|
170
|
+
routes: 'Tuyến cung ứng',
|
|
171
|
+
'stockRoute.list.kicker': 'Cấu hình cung ứng',
|
|
172
|
+
'stockRoute.list.title': 'Tuyến cung ứng',
|
|
173
|
+
'stockRoute.list.subtitle': 'Định nghĩa thứ tự các luồng hàng chạy qua kho và vị trí.',
|
|
174
|
+
'stockRoute.list.summary.total': 'Tổng tuyến',
|
|
175
|
+
'stockRoute.list.summary.configured': 'Đã có quy tắc',
|
|
176
|
+
'stockRoute.list.summary.rules': 'Tổng quy tắc',
|
|
177
|
+
'stockRoute.create.title': 'Tạo tuyến cung ứng',
|
|
178
|
+
'stockRoute.create.hint': 'Tạo tuyến trước, sau đó cấu hình các quy tắc kéo và đẩy hàng.',
|
|
179
|
+
'stockRoute.field.name': 'Tên tuyến',
|
|
180
|
+
'stockRoute.field.name.placeholder': 'Ví dụ: Nhận hàng hai bước',
|
|
181
|
+
'stockRoute.field.sequence.help': 'Số nhỏ hơn được ưu tiên khi nhiều tuyến cùng áp dụng.',
|
|
182
|
+
'stockRoute.list.records.title': 'Tuyến cung ứng đã cấu hình',
|
|
183
|
+
'stockRoute.list.records.hint': 'Danh sách theo thứ tự ưu tiên của subset stock.route trong Odoo 19.',
|
|
184
|
+
'stockRoute.list.col.name': 'Tuyến cung ứng',
|
|
185
|
+
'stockRoute.list.col.sequence': 'Thứ tự',
|
|
186
|
+
'stockRoute.list.col.rules': 'Quy tắc',
|
|
187
|
+
'stockRoute.list.empty': 'Chưa có tuyến cung ứng',
|
|
188
|
+
'stockRoute.list.emptyHint': 'Tạo tuyến đầu tiên để mô tả luồng hàng qua kho.',
|
|
189
|
+
'stockRoute.detail.kicker': 'Tuyến cung ứng',
|
|
190
|
+
'stockRoute.status.active': 'Đang hoạt động',
|
|
191
|
+
'stockRoute.status.archived': 'Đã lưu trữ',
|
|
192
|
+
'stockRoute.detail.summary.rules': 'Tổng quy tắc',
|
|
193
|
+
'stockRoute.detail.summary.pull': 'Quy tắc kéo',
|
|
194
|
+
'stockRoute.detail.summary.push': 'Quy tắc đẩy',
|
|
195
|
+
'stockRoute.detail.information.title': 'Thông tin tuyến',
|
|
196
|
+
'stockRoute.detail.information.hint': 'Tên và thứ tự ưu tiên của tuyến trong quá trình cung ứng.',
|
|
197
|
+
'stockRoute.detail.rules.title': 'Quy tắc đã cấu hình',
|
|
198
|
+
'stockRoute.detail.rules.hint': 'Các bước kéo và đẩy hàng được áp dụng theo thứ tự.',
|
|
199
|
+
'stockRoute.rule.col.name': 'Quy tắc',
|
|
200
|
+
'stockRoute.rule.empty': 'Chưa có quy tắc',
|
|
201
|
+
'stockRoute.rule.emptyHint': 'Thêm quy tắc đầu tiên để tuyến có thể điều phối luồng hàng.',
|
|
202
|
+
'stockRoute.rule.create.title': 'Thêm quy tắc',
|
|
203
|
+
'stockRoute.rule.create.hint': 'Chọn hành động, vị trí và loại hoạt động cho bước tiếp theo.',
|
|
204
|
+
'stockRoute.rule.name.placeholder': 'Ví dụ: Kéo hàng về khu nhập',
|
|
205
|
+
'record.receiptRule.supplier-stock': 'Nhận vào tồn kho',
|
|
206
|
+
'record.receiptRule.supplier-input': 'Nhận vào khu nhập',
|
|
207
|
+
'record.receiptRule.input-stock': 'Từ khu nhập vào tồn kho',
|
|
208
|
+
'record.receiptRule.input-quality': 'Từ khu nhập đến kiểm tra chất lượng',
|
|
209
|
+
'record.receiptRule.quality-stock': 'Từ kiểm tra chất lượng vào tồn kho',
|
|
210
|
+
'record.deliveryRule.stock-customer': 'Giao trực tiếp từ tồn kho',
|
|
211
|
+
'record.deliveryRule.stock-output': 'Lấy hàng ra khu xuất',
|
|
212
|
+
'record.deliveryRule.stock-pack': 'Lấy hàng đến khu đóng gói',
|
|
213
|
+
'record.deliveryRule.pack-output': 'Từ khu đóng gói ra khu xuất',
|
|
214
|
+
'record.deliveryRule.output-customer': 'Giao từ khu xuất đến khách hàng',
|
|
215
|
+
locations: 'Vị trí kho',
|
|
216
|
+
'location.kicker': 'Cấu hình kho',
|
|
217
|
+
'location.title': 'Vị trí kho',
|
|
218
|
+
'location.subtitle': 'Phản ánh cấu trúc kho vật lý, vị trí đối tác và vị trí ảo của luồng tồn kho.',
|
|
219
|
+
'location.summary.internal': 'Vị trí nội bộ',
|
|
220
|
+
'location.summary.views': 'Nhóm vị trí',
|
|
221
|
+
'location.summary.warehouses': 'Kho liên kết',
|
|
222
|
+
'location.create.title': 'Tạo vị trí',
|
|
223
|
+
'location.create.hint': 'Đặt vị trí trong cây kho và chọn đúng loại sử dụng cho dịch chuyển tồn kho.',
|
|
224
|
+
'location.configured.title': 'Cây vị trí',
|
|
225
|
+
'location.configured.hint': 'Tên đầy đủ, loại vị trí và kho liên kết theo subset stock.location của Odoo 19.',
|
|
226
|
+
'location.field.name': 'Tên vị trí',
|
|
227
|
+
'location.field.name.placeholder': 'Ví dụ: Kệ A-01',
|
|
228
|
+
'location.field.usage.help': 'Loại vị trí quyết định cách số lượng đi vào dự báo và tồn thực tế.',
|
|
229
|
+
'location.field.warehouse.help': 'Chỉ chọn khi vị trí thuộc cấu trúc của một kho cụ thể.',
|
|
230
|
+
'location.col.location': 'Vị trí',
|
|
231
|
+
'location.col.usage': 'Loại vị trí',
|
|
232
|
+
'location.col.warehouse': 'Kho hàng',
|
|
233
|
+
'location.empty': 'Chưa có vị trí kho',
|
|
234
|
+
'location.emptyHint': 'Tạo kho hoặc vị trí đầu tiên để bắt đầu xây cây vị trí.',
|
|
235
|
+
pickingTypes: 'Loại hoạt động',
|
|
236
|
+
'pickingType.kicker': 'Cấu hình kho',
|
|
237
|
+
'pickingType.title': 'Loại hoạt động',
|
|
238
|
+
'pickingType.subtitle': 'Cấu hình luồng nhập, xuất và điều chuyển mặc định của từng kho.',
|
|
239
|
+
'pickingType.summary.incoming': 'Luồng nhập',
|
|
240
|
+
'pickingType.summary.outgoing': 'Luồng xuất',
|
|
241
|
+
'pickingType.summary.internal': 'Luồng nội bộ',
|
|
242
|
+
'pickingType.create.title': 'Tạo loại hoạt động',
|
|
243
|
+
'pickingType.create.hint': 'Chọn kho, loại luồng, vị trí mặc định và chính sách backorder.',
|
|
244
|
+
'pickingType.configured.title': 'Loại hoạt động đã cấu hình',
|
|
245
|
+
'pickingType.configured.hint': 'Các luồng kho cốt lõi theo subset stock.picking.type của Odoo 19.',
|
|
246
|
+
'pickingType.field.name': 'Tên loại hoạt động',
|
|
247
|
+
'pickingType.field.name.placeholder': 'Ví dụ: Nhập kho cửa hàng',
|
|
248
|
+
'pickingType.field.code': 'Loại thao tác',
|
|
249
|
+
'pickingType.field.backorder.help': 'Cách xử lý số lượng còn lại khi hoàn tất một phần phiếu.',
|
|
250
|
+
'pickingType.col.name': 'Loại hoạt động',
|
|
251
|
+
'pickingType.col.code': 'Loại thao tác',
|
|
252
|
+
'pickingType.col.warehouse': 'Kho hàng',
|
|
253
|
+
'pickingType.col.route': 'Vị trí mặc định',
|
|
254
|
+
'pickingType.col.backorder': 'Backorder',
|
|
255
|
+
'pickingType.empty': 'Chưa có loại hoạt động',
|
|
256
|
+
'pickingType.emptyHint': 'Tạo kho hoặc loại hoạt động đầu tiên để bắt đầu luân chuyển hàng.',
|
|
257
|
+
'lot.list.kicker': 'Truy xuất kho',
|
|
258
|
+
'lot.list.title': 'Lô và số sê-ri',
|
|
259
|
+
'lot.list.subtitle': 'Theo dõi định danh, sản phẩm và tồn thực tế của từng lô hoặc số sê-ri.',
|
|
260
|
+
'lot.list.summary.total': 'Tổng số',
|
|
261
|
+
'lot.list.summary.active': 'Đang hoạt động',
|
|
262
|
+
'lot.list.summary.withStock': 'Đang có hàng',
|
|
263
|
+
'lot.create.title': 'Tạo lô hoặc số sê-ri',
|
|
264
|
+
'lot.create.hint': 'Gắn định danh truy xuất với đúng sản phẩm trước khi nhận hàng vào kho.',
|
|
265
|
+
'lot.create.product.help': 'Chỉ hiển thị các biến thể hàng hóa đang hoạt động và được lưu kho.',
|
|
266
|
+
'lot.create.name.placeholder': 'Ví dụ: LOT-2026-008',
|
|
267
|
+
'lot.list.records.title': 'Lô và số sê-ri đã cấu hình',
|
|
268
|
+
'lot.list.records.hint': 'Tồn thực tế chỉ tính tại vị trí nội bộ và vị trí trung chuyển.',
|
|
269
|
+
'lot.list.col.name': 'Lô / Sê-ri',
|
|
270
|
+
'lot.list.col.product': 'Sản phẩm',
|
|
271
|
+
'lot.list.col.reference': 'Tham chiếu nội bộ',
|
|
272
|
+
'lot.list.col.onHand': 'Tồn thực tế',
|
|
273
|
+
'lot.list.col.status': 'Trạng thái',
|
|
274
|
+
'lot.list.empty': 'Chưa có lô hoặc số sê-ri',
|
|
275
|
+
'lot.list.emptyHint': 'Tạo định danh đầu tiên để bắt đầu truy xuất hàng hóa.',
|
|
276
|
+
'lot.kicker': 'Lô / Sê-ri',
|
|
277
|
+
'lot.error.notFound': 'Không tìm thấy lô hoặc sê-ri trong công ty hiện tại.',
|
|
278
|
+
'lot.collaboration.label': 'Trao đổi và hoạt động của lô hoặc sê-ri',
|
|
279
|
+
'lot.status.active': 'Đang hoạt động',
|
|
280
|
+
'lot.status.archived': 'Đã lưu trữ',
|
|
281
|
+
'lot.summary.onHand': 'Tồn thực tế',
|
|
282
|
+
'lot.summary.available': 'Có thể dùng',
|
|
283
|
+
'lot.summary.locations': 'Vị trí',
|
|
284
|
+
'lot.information.title': 'Thông tin',
|
|
285
|
+
'lot.information.hint': 'Sản phẩm, số lô hoặc sê-ri, tham chiếu nội bộ và mô tả.',
|
|
286
|
+
'lot.field.product': 'Sản phẩm',
|
|
287
|
+
'lot.inventory.title': 'Tồn kho theo vị trí',
|
|
288
|
+
'lot.inventory.hint': 'Số lượng thực tế, đã giữ và có thể dùng của riêng lô hoặc sê-ri này.',
|
|
289
|
+
'lot.field.reference': 'Tham chiếu nội bộ',
|
|
290
|
+
'lot.field.reference.help': 'Dùng khi mã nội bộ khác số lô hoặc sê-ri của nhà sản xuất.',
|
|
291
|
+
'lot.field.description': 'Mô tả',
|
|
292
|
+
'lot.col.location': 'Vị trí',
|
|
293
|
+
'lot.col.onHand': 'Tồn thực tế',
|
|
294
|
+
'lot.col.reserved': 'Đã giữ',
|
|
295
|
+
'lot.col.available': 'Có thể dùng',
|
|
296
|
+
'lot.empty': 'Lô hoặc sê-ri chưa có tồn kho',
|
|
297
|
+
'lot.emptyHint': 'Tồn kho sẽ xuất hiện sau khi lô hoặc sê-ri được nhận vào một vị trí nội bộ.',
|
|
298
|
+
lots: 'Lô / Sê-ri',
|
|
299
|
+
replenishment: 'Bổ sung hàng',
|
|
300
|
+
'replenishment.kicker': 'Quy tắc tái đặt hàng',
|
|
301
|
+
'replenishment.title': 'Bổ sung hàng',
|
|
302
|
+
'replenishment.subtitle': 'Theo dõi tồn dự báo và bổ sung hàng theo ngưỡng min/max.',
|
|
303
|
+
'replenishment.summary.rules': 'Tổng quy tắc',
|
|
304
|
+
'replenishment.summary.automatic': 'Tự động',
|
|
305
|
+
'replenishment.summary.toOrder': 'Cần bổ sung',
|
|
306
|
+
'replenishment.create.title': 'Tạo quy tắc tái đặt hàng',
|
|
307
|
+
'replenishment.create.hint': 'Chọn sản phẩm lưu kho, vị trí và mức tồn tối thiểu/tối đa.',
|
|
308
|
+
'replenishment.rules.title': 'Đề xuất bổ sung',
|
|
309
|
+
'replenishment.rules.hint': 'Số lượng cần đặt được tính từ tồn dự báo tại vị trí của quy tắc.',
|
|
310
|
+
'replenishment.col.product': 'Sản phẩm',
|
|
311
|
+
'replenishment.col.forecasted': 'Dự báo',
|
|
312
|
+
'replenishment.col.toOrder': 'Cần đặt',
|
|
313
|
+
'replenishment.col.action': 'Thao tác',
|
|
314
|
+
'replenishment.empty': 'Chưa có quy tắc tái đặt hàng',
|
|
315
|
+
'replenishment.emptyHint': 'Tạo quy tắc đầu tiên để nhận đề xuất bổ sung hàng.',
|
|
316
|
+
forecast: 'Dự báo tồn kho',
|
|
317
|
+
transferDetail: 'Chi tiết dịch chuyển',
|
|
318
|
+
'transfer.kicker': 'Dịch chuyển kho',
|
|
319
|
+
'transfer.collaboration.label': 'Trao đổi và hoạt động của dịch chuyển',
|
|
320
|
+
'transfer.actions.label': 'Hành động dịch chuyển',
|
|
321
|
+
'transfer.summary.lines': 'Dòng thao tác',
|
|
322
|
+
'transfer.operations.title': 'Dòng dịch chuyển',
|
|
323
|
+
'transfer.operations.hint': 'Theo dõi nhu cầu, số lượng đã xử lý và trạng thái từng dòng.',
|
|
324
|
+
'transfer.operations.empty': 'Chưa có dòng dịch chuyển',
|
|
325
|
+
'transfer.operations.emptyHint': 'Thêm sản phẩm vào dịch chuyển để bắt đầu xử lý.',
|
|
326
|
+
'transfer.addMove.title': 'Thêm sản phẩm',
|
|
327
|
+
'transfer.addMove.hint': 'Khai báo sản phẩm, đơn vị và số lượng cần dịch chuyển.',
|
|
328
|
+
'transfer.recordDone.title': 'Ghi nhận xử lý',
|
|
329
|
+
'transfer.recordDone.hint': 'Nhập số lượng thực tế và lô hoặc sê-ri khi cần.',
|
|
330
|
+
routeDetail: 'Quy tắc tuyến cung ứng',
|
|
331
|
+
'col.name': 'Tên',
|
|
332
|
+
'col.kind': 'Loại',
|
|
333
|
+
'col.state': 'Trạng thái',
|
|
334
|
+
'col.detail': 'Chi tiết',
|
|
335
|
+
empty: 'Chưa có dữ liệu.',
|
|
336
|
+
emptyHint: 'Tạo bản ghi đầu tiên để bắt đầu.',
|
|
337
|
+
'error.invalid': 'Dữ liệu chưa hợp lệ. Vui lòng kiểm tra lại.',
|
|
338
|
+
'action.create': 'Tạo mới',
|
|
339
|
+
'action.save': 'Lưu',
|
|
340
|
+
'action.apply': 'Áp dụng kiểm kê',
|
|
341
|
+
'action.addMove': 'Thêm dòng hàng',
|
|
342
|
+
'action.confirm': 'Xác nhận',
|
|
343
|
+
'action.assign': 'Giữ hàng',
|
|
344
|
+
'action.validate': 'Hoàn tất',
|
|
345
|
+
'action.validateCreateBackorder': 'Hoàn tất và tạo đơn bù',
|
|
346
|
+
'action.validateNoBackorder': 'Hoàn tất, không tạo đơn bù',
|
|
347
|
+
'action.recordDone': 'Ghi nhận đã xử lý',
|
|
348
|
+
'action.cancel': 'Hủy',
|
|
349
|
+
'action.addRule': 'Thêm quy tắc',
|
|
350
|
+
'action.calculate': 'Tính dự báo',
|
|
351
|
+
'action.run': 'Chạy bổ sung',
|
|
352
|
+
'adjustment.title': 'Điều chỉnh tồn kho',
|
|
353
|
+
'adjustment.hint': 'Chọn sản phẩm và vị trí, sau đó nhập số lượng đã đếm tại kho.',
|
|
354
|
+
'field.product': 'Sản phẩm',
|
|
355
|
+
'field.productId': 'ID biến thể',
|
|
356
|
+
'field.location': 'Vị trí',
|
|
357
|
+
'field.inventoryLocation': 'Vị trí kiểm kê',
|
|
358
|
+
'field.uom': 'Đơn vị tính',
|
|
359
|
+
'field.lot': 'Lô / Sê-ri',
|
|
360
|
+
'field.counted': 'Số lượng đếm được',
|
|
361
|
+
'field.reference': 'Tham chiếu',
|
|
362
|
+
'field.operationType': 'Loại hoạt động',
|
|
363
|
+
'field.scheduledDate': 'Ngày dự kiến',
|
|
364
|
+
'field.demand': 'Nhu cầu',
|
|
365
|
+
'field.operationLine': 'Dòng xử lý',
|
|
366
|
+
'field.doneQuantity': 'Số lượng đã xử lý',
|
|
367
|
+
'field.code': 'Mã',
|
|
368
|
+
'field.receptionSteps': 'Các bước nhận hàng',
|
|
369
|
+
'field.deliverySteps': 'Các bước giao hàng',
|
|
370
|
+
'field.usage': 'Cách sử dụng',
|
|
371
|
+
'field.warehouse': 'Kho hàng',
|
|
372
|
+
'field.parentLocation': 'Vị trí cha',
|
|
373
|
+
'field.sourceLocation': 'Vị trí nguồn',
|
|
374
|
+
'field.destinationLocation': 'Vị trí đích',
|
|
375
|
+
'field.backorder': 'Tạo backorder',
|
|
376
|
+
'field.lotSerial': 'Số lô / sê-ri',
|
|
377
|
+
'field.note': 'Ghi chú',
|
|
378
|
+
'field.sequence': 'Thứ tự',
|
|
379
|
+
'field.ruleAction': 'Hành động',
|
|
380
|
+
'field.procureMethod': 'Phương thức cung ứng',
|
|
381
|
+
'field.trigger': 'Kích hoạt',
|
|
382
|
+
'field.minQuantity': 'Tồn tối thiểu',
|
|
383
|
+
'field.maxQuantity': 'Tồn tối đa',
|
|
384
|
+
'field.replenishmentUom': 'Đơn vị bổ sung',
|
|
385
|
+
'field.route': 'Tuyến cung ứng',
|
|
386
|
+
'forecast.onHand': 'Tồn thực tế',
|
|
387
|
+
'forecast.reserved': 'Đã giữ chỗ',
|
|
388
|
+
'forecast.available': 'Có thể sử dụng',
|
|
389
|
+
'forecast.incoming': 'Sắp nhận',
|
|
390
|
+
'forecast.outgoing': 'Sắp xuất',
|
|
391
|
+
'forecast.value': 'Dự báo',
|
|
392
|
+
'forecast.kicker': 'Báo cáo tồn dự báo',
|
|
393
|
+
'forecast.title': 'Dự báo tồn kho',
|
|
394
|
+
'forecast.subtitle': 'Chọn sản phẩm và phạm vi kho để xem khả năng đáp ứng dự kiến.',
|
|
395
|
+
'forecast.summary.products': 'Sản phẩm lưu kho',
|
|
396
|
+
'forecast.summary.warehouses': 'Kho hàng',
|
|
397
|
+
'forecast.summary.locations': 'Vị trí',
|
|
398
|
+
'forecast.filter.title': 'Phạm vi dự báo',
|
|
399
|
+
'forecast.filter.hint': 'Vị trí được chọn sẽ ưu tiên hơn kho hàng.',
|
|
400
|
+
'forecast.location.help': 'Để trống để tính toàn bộ kho đã chọn; chọn vị trí để thu hẹp phạm vi.',
|
|
401
|
+
'forecast.result.title': 'Khả năng đáp ứng',
|
|
402
|
+
'forecast.result.hint': 'Tồn thực tế + sắp nhận − sắp xuất = tồn dự báo.',
|
|
403
|
+
'forecast.empty': 'Chưa chọn sản phẩm',
|
|
404
|
+
'forecast.emptyHint': 'Chọn một sản phẩm lưu kho để tính tồn dự báo.',
|
|
405
|
+
'forecast.scope.all': 'Tất cả vị trí nội bộ và trung chuyển có thể đọc.',
|
|
406
|
+
'forecast.scope.warehouse': 'Kho: {name}',
|
|
407
|
+
'forecast.scope.location': 'Vị trí: {name}',
|
|
408
|
+
'state.draft': 'Nháp',
|
|
409
|
+
'state.waiting': 'Đang chờ',
|
|
410
|
+
'state.confirmed': 'Đã xác nhận',
|
|
411
|
+
'state.partially_available': 'Có hàng một phần',
|
|
412
|
+
'state.reserved': 'Đã giữ hàng',
|
|
413
|
+
'state.assigned': 'Đã giữ hàng',
|
|
414
|
+
'state.done': 'Hoàn tất',
|
|
415
|
+
'state.cancel': 'Đã hủy',
|
|
416
|
+
'kind.quant': 'Tồn theo vị trí',
|
|
417
|
+
'kind.transfer': 'Dịch chuyển',
|
|
418
|
+
'kind.move': 'Dòng dịch chuyển',
|
|
419
|
+
'kind.move-line': 'Dòng thao tác',
|
|
420
|
+
'kind.warehouse': 'Kho hàng',
|
|
421
|
+
'kind.lot': 'Lô / Sê-ri',
|
|
422
|
+
'kind.route': 'Tuyến cung ứng',
|
|
423
|
+
'kind.internal': 'Nội bộ',
|
|
424
|
+
'kind.view': 'Nhóm vị trí',
|
|
425
|
+
'kind.supplier': 'Nhà cung cấp',
|
|
426
|
+
'kind.customer': 'Khách hàng',
|
|
427
|
+
'kind.inventory': 'Kiểm kê',
|
|
428
|
+
'kind.production': 'Sản xuất',
|
|
429
|
+
'kind.transit': 'Trung chuyển',
|
|
430
|
+
'kind.incoming': 'Nhập kho',
|
|
431
|
+
'kind.outgoing': 'Xuất kho',
|
|
432
|
+
'kind.pull': 'Kéo hàng',
|
|
433
|
+
'kind.push': 'Đẩy hàng',
|
|
434
|
+
'kind.pull_push': 'Kéo và đẩy hàng',
|
|
435
|
+
'kind.auto': 'Tự động',
|
|
436
|
+
'kind.manual': 'Thủ công',
|
|
437
|
+
'receptionSteps.one_step': 'Nhận hàng trực tiếp',
|
|
438
|
+
'receptionSteps.two_steps': 'Nhập qua khu vực đầu vào',
|
|
439
|
+
'receptionSteps.three_steps': 'Đầu vào, kiểm tra chất lượng, nhập kho',
|
|
440
|
+
'deliverySteps.ship_only': 'Giao trực tiếp',
|
|
441
|
+
'deliverySteps.pick_ship': 'Lấy hàng rồi giao',
|
|
442
|
+
'deliverySteps.pick_pack_ship': 'Lấy hàng, đóng gói rồi giao',
|
|
443
|
+
'usage.internal': 'Vị trí nội bộ',
|
|
444
|
+
'usage.view': 'Nhóm vị trí',
|
|
445
|
+
'usage.supplier': 'Vị trí nhà cung cấp',
|
|
446
|
+
'usage.customer': 'Vị trí khách hàng',
|
|
447
|
+
'usage.inventory': 'Vị trí kiểm kê',
|
|
448
|
+
'usage.production': 'Vị trí sản xuất',
|
|
449
|
+
'usage.transit': 'Vị trí trung chuyển',
|
|
450
|
+
'pickingType.incoming': 'Nhập kho',
|
|
451
|
+
'pickingType.outgoing': 'Xuất kho',
|
|
452
|
+
'pickingType.internal': 'Điều chuyển nội bộ',
|
|
453
|
+
'backorder.ask': 'Hỏi khi hoàn tất',
|
|
454
|
+
'backorder.always': 'Luôn tạo backorder',
|
|
455
|
+
'backorder.never': 'Không tạo backorder',
|
|
456
|
+
'ruleAction.pull': 'Kéo hàng từ vị trí khác',
|
|
457
|
+
'ruleAction.push': 'Đẩy hàng sang vị trí khác',
|
|
458
|
+
'ruleAction.pull_push': 'Kéo và đẩy hàng',
|
|
459
|
+
'procureMethod.make_to_stock': 'Lấy từ tồn kho',
|
|
460
|
+
'procureMethod.make_to_order': 'Cung ứng theo nhu cầu',
|
|
461
|
+
'procureMethod.mts_else_mto': 'Ưu tiên tồn kho, thiếu thì cung ứng',
|
|
462
|
+
'trigger.auto': 'Tự động',
|
|
463
|
+
'trigger.manual': 'Thủ công',
|
|
464
|
+
'record.location.stock': 'Tồn kho',
|
|
465
|
+
'record.location.input': 'Đầu vào',
|
|
466
|
+
'record.location.quality': 'Kiểm tra chất lượng',
|
|
467
|
+
'record.location.output': 'Đầu ra',
|
|
468
|
+
'record.location.pick': 'Lấy hàng',
|
|
469
|
+
'record.location.pack': 'Đóng gói',
|
|
470
|
+
'record.location.supplier': 'Nhà cung cấp',
|
|
471
|
+
'record.location.customer': 'Khách hàng',
|
|
472
|
+
'record.pickingType.incoming': 'Nhập kho',
|
|
473
|
+
'record.pickingType.outgoing': 'Xuất kho',
|
|
474
|
+
'record.pickingType.internal': 'Điều chuyển nội bộ',
|
|
475
|
+
'record.pickingType.quality': 'Kiểm tra chất lượng',
|
|
476
|
+
'record.pickingType.store': 'Nhập kho nội bộ',
|
|
477
|
+
'record.pickingType.pick': 'Lấy hàng',
|
|
478
|
+
'record.pickingType.pack': 'Đóng gói',
|
|
479
|
+
'record.pickingType.adjustment': 'Điều chỉnh kiểm kê',
|
|
480
|
+
},
|
|
481
|
+
en: {
|
|
482
|
+
'app.title': 'Inventory in admin',
|
|
483
|
+
'app.summary': 'Manage multiple warehouses, stock, transfers, and procurement rules.',
|
|
484
|
+
'app.category': 'System',
|
|
485
|
+
'menu.app': 'Inventory',
|
|
486
|
+
'menu.operations': 'Operations',
|
|
487
|
+
'menu.transfers': 'Transfers',
|
|
488
|
+
'menu.inventory': 'Stock',
|
|
489
|
+
'menu.forecast': 'Forecast',
|
|
490
|
+
'menu.replenishment': 'Replenishment',
|
|
491
|
+
'menu.config': 'Configuration',
|
|
492
|
+
'menu.warehouses': 'Warehouses',
|
|
493
|
+
'menu.locations': 'Locations',
|
|
494
|
+
'menu.pickingTypes': 'Operation types',
|
|
495
|
+
'menu.lots': 'Lots / Serials',
|
|
496
|
+
'menu.routes': 'Routes',
|
|
497
|
+
inventory: 'Inventory',
|
|
498
|
+
'inventory.kicker': 'Inventory operations',
|
|
499
|
+
'inventory.workspace.title': 'Physical inventory',
|
|
500
|
+
'inventory.workspace.subtitle': 'Reconcile counted quantities with the system inventory.',
|
|
501
|
+
'inventory.summary.onHand': 'Total on hand',
|
|
502
|
+
'inventory.summary.balances': 'Stock balances',
|
|
503
|
+
'inventory.summary.locations': 'Stock locations',
|
|
504
|
+
'inventory.applied.title': 'Inventory count applied',
|
|
505
|
+
'inventory.applied.message': 'The difference was recorded through an inventory transfer.',
|
|
506
|
+
'inventory.configuration.title': 'Inventory configuration is incomplete',
|
|
507
|
+
'inventory.configuration.message': 'A product, unit, internal location, and inventory adjustment location are required before recording a count.',
|
|
508
|
+
'inventory.configuration.action': 'Open location settings',
|
|
509
|
+
'inventory.adjustmentLocation.help': 'Virtual location used to record the inventory difference.',
|
|
510
|
+
'inventory.balances.title': 'Current inventory',
|
|
511
|
+
'inventory.balances.hint': 'Review on-hand, reserved, and available quantities by location.',
|
|
512
|
+
'inventory.empty': 'No stock in an internal location',
|
|
513
|
+
'inventory.emptyHint': 'Record the first count to create an inventory balance.',
|
|
514
|
+
'inventory.col.product': 'Product',
|
|
515
|
+
'inventory.col.reference': 'Internal reference',
|
|
516
|
+
'inventory.col.location': 'Location',
|
|
517
|
+
'inventory.col.lot': 'Lot / Serial',
|
|
518
|
+
'inventory.col.onHand': 'On hand',
|
|
519
|
+
'inventory.col.reserved': 'Reserved',
|
|
520
|
+
'inventory.col.available': 'Available',
|
|
521
|
+
transfers: 'Transfers',
|
|
522
|
+
'transfer.list.kicker': 'Inventory operations',
|
|
523
|
+
'transfer.list.title': 'Transfers',
|
|
524
|
+
'transfer.list.subtitle': 'Review receipts, deliveries, and internal transfers in one place.',
|
|
525
|
+
'transfer.list.summary.open': 'Open',
|
|
526
|
+
'transfer.list.summary.ready': 'Ready',
|
|
527
|
+
'transfer.list.summary.done': 'Done',
|
|
528
|
+
'transfer.create.title': 'Create transfer',
|
|
529
|
+
'transfer.create.hint': 'Choose an operation type; source and destination come from its warehouse settings.',
|
|
530
|
+
'transfer.create.reference.help': 'Operational reference used to identify this transfer.',
|
|
531
|
+
'transfer.list.records.title': 'Transfers',
|
|
532
|
+
'transfer.list.records.hint': 'Core fields from the Odoo 19 stock.picking list.',
|
|
533
|
+
'transfer.list.col.reference': 'Reference',
|
|
534
|
+
'transfer.list.col.source': 'From',
|
|
535
|
+
'transfer.list.col.destination': 'To',
|
|
536
|
+
'transfer.list.col.scheduledDate': 'Scheduled date',
|
|
537
|
+
'transfer.list.col.operationType': 'Operation type',
|
|
538
|
+
'transfer.list.col.state': 'Status',
|
|
539
|
+
'transfer.list.empty': 'No transfers yet',
|
|
540
|
+
'transfer.list.emptyHint': 'Create the first transfer to begin moving stock.',
|
|
541
|
+
warehouses: 'Warehouses',
|
|
542
|
+
'warehouse.kicker': 'Inventory configuration',
|
|
543
|
+
'warehouse.title': 'Warehouses',
|
|
544
|
+
'warehouse.subtitle': 'Define physical warehouses and each warehouse receipt and delivery flow.',
|
|
545
|
+
'warehouse.summary.total': 'Active warehouses',
|
|
546
|
+
'warehouse.summary.receipts': 'Multi-step receipts',
|
|
547
|
+
'warehouse.summary.deliveries': 'Multi-step deliveries',
|
|
548
|
+
'warehouse.create.title': 'Create warehouse',
|
|
549
|
+
'warehouse.create.hint': 'Default locations, operation types, and routes are generated from this configuration.',
|
|
550
|
+
'warehouse.configured.title': 'Configured warehouses',
|
|
551
|
+
'warehouse.configured.hint': 'Review each warehouse short name and stock flow.',
|
|
552
|
+
'warehouse.field.name': 'Warehouse name',
|
|
553
|
+
'warehouse.field.name.placeholder': 'e.g. Central Warehouse',
|
|
554
|
+
'warehouse.field.code': 'Short name',
|
|
555
|
+
'warehouse.field.code.placeholder': 'e.g. CW',
|
|
556
|
+
'warehouse.field.code.help': 'Company-unique short code used as the operational prefix.',
|
|
557
|
+
'warehouse.col.name': 'Warehouse',
|
|
558
|
+
'warehouse.col.code': 'Short name',
|
|
559
|
+
'warehouse.col.reception': 'Incoming shipments',
|
|
560
|
+
'warehouse.col.delivery': 'Outgoing shipments',
|
|
561
|
+
'warehouse.empty': 'No warehouses yet',
|
|
562
|
+
'warehouse.emptyHint': 'Create the first warehouse to generate its default locations and operation types.',
|
|
563
|
+
routes: 'Routes',
|
|
564
|
+
'stockRoute.list.kicker': 'Supply configuration',
|
|
565
|
+
'stockRoute.list.title': 'Inventory routes',
|
|
566
|
+
'stockRoute.list.subtitle': 'Define the ordered flows products follow through warehouses and locations.',
|
|
567
|
+
'stockRoute.list.summary.total': 'Total routes',
|
|
568
|
+
'stockRoute.list.summary.configured': 'With rules',
|
|
569
|
+
'stockRoute.list.summary.rules': 'Total rules',
|
|
570
|
+
'stockRoute.create.title': 'Create inventory route',
|
|
571
|
+
'stockRoute.create.hint': 'Create the route first, then configure its pull and push rules.',
|
|
572
|
+
'stockRoute.field.name': 'Route name',
|
|
573
|
+
'stockRoute.field.name.placeholder': 'e.g. Two-step receipts',
|
|
574
|
+
'stockRoute.field.sequence.help': 'A lower number takes priority when several routes apply.',
|
|
575
|
+
'stockRoute.list.records.title': 'Configured inventory routes',
|
|
576
|
+
'stockRoute.list.records.hint': 'Priority order from the Odoo 19 stock.route subset.',
|
|
577
|
+
'stockRoute.list.col.name': 'Inventory route',
|
|
578
|
+
'stockRoute.list.col.sequence': 'Sequence',
|
|
579
|
+
'stockRoute.list.col.rules': 'Rules',
|
|
580
|
+
'stockRoute.list.empty': 'No inventory routes yet',
|
|
581
|
+
'stockRoute.list.emptyHint': 'Create the first route to describe a product flow through inventory.',
|
|
582
|
+
'stockRoute.detail.kicker': 'Inventory route',
|
|
583
|
+
'stockRoute.status.active': 'Active',
|
|
584
|
+
'stockRoute.status.archived': 'Archived',
|
|
585
|
+
'stockRoute.detail.summary.rules': 'Total rules',
|
|
586
|
+
'stockRoute.detail.summary.pull': 'Pull rules',
|
|
587
|
+
'stockRoute.detail.summary.push': 'Push rules',
|
|
588
|
+
'stockRoute.detail.information.title': 'Route information',
|
|
589
|
+
'stockRoute.detail.information.hint': 'The route name and its priority during procurement.',
|
|
590
|
+
'stockRoute.detail.rules.title': 'Configured rules',
|
|
591
|
+
'stockRoute.detail.rules.hint': 'Pull and push steps are applied in sequence order.',
|
|
592
|
+
'stockRoute.rule.col.name': 'Rule',
|
|
593
|
+
'stockRoute.rule.empty': 'No rules yet',
|
|
594
|
+
'stockRoute.rule.emptyHint': 'Add the first rule so this route can direct a product flow.',
|
|
595
|
+
'stockRoute.rule.create.title': 'Add rule',
|
|
596
|
+
'stockRoute.rule.create.hint': 'Choose the action, locations and operation type for the next step.',
|
|
597
|
+
'stockRoute.rule.name.placeholder': 'e.g. Pull goods to input',
|
|
598
|
+
'record.receiptRule.supplier-stock': 'Receive in stock',
|
|
599
|
+
'record.receiptRule.supplier-input': 'Receive in input',
|
|
600
|
+
'record.receiptRule.input-stock': 'Input to stock',
|
|
601
|
+
'record.receiptRule.input-quality': 'Input to quality control',
|
|
602
|
+
'record.receiptRule.quality-stock': 'Quality control to stock',
|
|
603
|
+
'record.deliveryRule.stock-customer': 'Deliver directly from stock',
|
|
604
|
+
'record.deliveryRule.stock-output': 'Pick to output',
|
|
605
|
+
'record.deliveryRule.stock-pack': 'Pick to packing',
|
|
606
|
+
'record.deliveryRule.pack-output': 'Packing to output',
|
|
607
|
+
'record.deliveryRule.output-customer': 'Deliver from output to customer',
|
|
608
|
+
locations: 'Locations',
|
|
609
|
+
'location.kicker': 'Inventory configuration',
|
|
610
|
+
'location.title': 'Locations',
|
|
611
|
+
'location.subtitle': 'Model physical warehouse structure, partner locations, and virtual inventory counterparts.',
|
|
612
|
+
'location.summary.internal': 'Internal locations',
|
|
613
|
+
'location.summary.views': 'Location groups',
|
|
614
|
+
'location.summary.warehouses': 'Linked warehouses',
|
|
615
|
+
'location.create.title': 'Create location',
|
|
616
|
+
'location.create.hint': 'Place the location in the warehouse tree and choose the usage used by stock moves.',
|
|
617
|
+
'location.configured.title': 'Location tree',
|
|
618
|
+
'location.configured.hint': 'Complete name, location type, and linked warehouse from the Odoo 19 stock.location subset.',
|
|
619
|
+
'location.field.name': 'Location name',
|
|
620
|
+
'location.field.name.placeholder': 'e.g. Shelf A-01',
|
|
621
|
+
'location.field.usage.help': 'Location type determines how quantities contribute to forecast and on-hand stock.',
|
|
622
|
+
'location.field.warehouse.help': 'Choose a warehouse only when this location belongs to its structure.',
|
|
623
|
+
'location.col.location': 'Location',
|
|
624
|
+
'location.col.usage': 'Location type',
|
|
625
|
+
'location.col.warehouse': 'Warehouse',
|
|
626
|
+
'location.empty': 'No locations yet',
|
|
627
|
+
'location.emptyHint': 'Create a warehouse or the first location to begin its location tree.',
|
|
628
|
+
pickingTypes: 'Operation types',
|
|
629
|
+
'pickingType.kicker': 'Inventory configuration',
|
|
630
|
+
'pickingType.title': 'Operation types',
|
|
631
|
+
'pickingType.subtitle': 'Configure default receipt, delivery, and internal transfer flows per warehouse.',
|
|
632
|
+
'pickingType.summary.incoming': 'Receipt flows',
|
|
633
|
+
'pickingType.summary.outgoing': 'Delivery flows',
|
|
634
|
+
'pickingType.summary.internal': 'Internal flows',
|
|
635
|
+
'pickingType.create.title': 'Create operation type',
|
|
636
|
+
'pickingType.create.hint': 'Choose the warehouse, flow type, default locations, and backorder policy.',
|
|
637
|
+
'pickingType.configured.title': 'Configured operation types',
|
|
638
|
+
'pickingType.configured.hint': 'Core warehouse flows from the Odoo 19 stock.picking.type subset.',
|
|
639
|
+
'pickingType.field.name': 'Operation type name',
|
|
640
|
+
'pickingType.field.name.placeholder': 'e.g. Store receipts',
|
|
641
|
+
'pickingType.field.code': 'Type of operation',
|
|
642
|
+
'pickingType.field.backorder.help': 'How remaining quantities are handled after partially validating a transfer.',
|
|
643
|
+
'pickingType.col.name': 'Operation type',
|
|
644
|
+
'pickingType.col.code': 'Type of operation',
|
|
645
|
+
'pickingType.col.warehouse': 'Warehouse',
|
|
646
|
+
'pickingType.col.route': 'Default locations',
|
|
647
|
+
'pickingType.col.backorder': 'Backorder',
|
|
648
|
+
'pickingType.empty': 'No operation types yet',
|
|
649
|
+
'pickingType.emptyHint': 'Create a warehouse or the first operation type to begin moving stock.',
|
|
650
|
+
'lot.list.kicker': 'Inventory traceability',
|
|
651
|
+
'lot.list.title': 'Lots and serial numbers',
|
|
652
|
+
'lot.list.subtitle': 'Review each lot or serial identity, product, and current on-hand stock.',
|
|
653
|
+
'lot.list.summary.total': 'Total',
|
|
654
|
+
'lot.list.summary.active': 'Active',
|
|
655
|
+
'lot.list.summary.withStock': 'With stock',
|
|
656
|
+
'lot.create.title': 'Create lot or serial number',
|
|
657
|
+
'lot.create.hint': 'Bind the traceability identity to the correct product before receiving stock.',
|
|
658
|
+
'lot.create.product.help': 'Only active, storable product variants are available.',
|
|
659
|
+
'lot.create.name.placeholder': 'e.g. LOT-2026-008',
|
|
660
|
+
'lot.list.records.title': 'Configured lots and serial numbers',
|
|
661
|
+
'lot.list.records.hint': 'On-hand stock includes internal and transit locations only.',
|
|
662
|
+
'lot.list.col.name': 'Lot / Serial',
|
|
663
|
+
'lot.list.col.product': 'Product',
|
|
664
|
+
'lot.list.col.reference': 'Internal reference',
|
|
665
|
+
'lot.list.col.onHand': 'On hand',
|
|
666
|
+
'lot.list.col.status': 'Status',
|
|
667
|
+
'lot.list.empty': 'No lots or serial numbers yet',
|
|
668
|
+
'lot.list.emptyHint': 'Create the first identity to begin tracing inventory.',
|
|
669
|
+
'lot.kicker': 'Lot / Serial',
|
|
670
|
+
'lot.error.notFound': 'The lot or serial was not found in the current company.',
|
|
671
|
+
'lot.collaboration.label': 'Lot or serial conversation and activities',
|
|
672
|
+
'lot.status.active': 'Active',
|
|
673
|
+
'lot.status.archived': 'Archived',
|
|
674
|
+
'lot.summary.onHand': 'On hand',
|
|
675
|
+
'lot.summary.available': 'Available',
|
|
676
|
+
'lot.summary.locations': 'Locations',
|
|
677
|
+
'lot.information.title': 'Information',
|
|
678
|
+
'lot.information.hint': 'Product, lot or serial number, internal reference, and description.',
|
|
679
|
+
'lot.field.product': 'Product',
|
|
680
|
+
'lot.inventory.title': 'Inventory by location',
|
|
681
|
+
'lot.inventory.hint': 'On-hand, reserved, and available quantities for this lot or serial only.',
|
|
682
|
+
'lot.field.reference': 'Internal reference',
|
|
683
|
+
'lot.field.reference.help': 'Use when the internal reference differs from the manufacturer lot or serial number.',
|
|
684
|
+
'lot.field.description': 'Description',
|
|
685
|
+
'lot.col.location': 'Location',
|
|
686
|
+
'lot.col.onHand': 'On hand',
|
|
687
|
+
'lot.col.reserved': 'Reserved',
|
|
688
|
+
'lot.col.available': 'Available',
|
|
689
|
+
'lot.empty': 'No inventory for this lot or serial',
|
|
690
|
+
'lot.emptyHint': 'Inventory appears after the lot or serial is received into an internal location.',
|
|
691
|
+
lots: 'Lots / Serials',
|
|
692
|
+
replenishment: 'Replenishment',
|
|
693
|
+
'replenishment.kicker': 'Reordering rules',
|
|
694
|
+
'replenishment.title': 'Replenishment',
|
|
695
|
+
'replenishment.subtitle': 'Track forecast stock and replenish from min/max thresholds.',
|
|
696
|
+
'replenishment.summary.rules': 'Total rules',
|
|
697
|
+
'replenishment.summary.automatic': 'Automatic',
|
|
698
|
+
'replenishment.summary.toOrder': 'To replenish',
|
|
699
|
+
'replenishment.create.title': 'Create reordering rule',
|
|
700
|
+
'replenishment.create.hint': 'Choose a storable product, location and minimum/maximum stock.',
|
|
701
|
+
'replenishment.rules.title': 'Replenishment suggestions',
|
|
702
|
+
'replenishment.rules.hint': 'Quantity to order is calculated from forecast stock at the rule location.',
|
|
703
|
+
'replenishment.col.product': 'Product',
|
|
704
|
+
'replenishment.col.forecasted': 'Forecast',
|
|
705
|
+
'replenishment.col.toOrder': 'To order',
|
|
706
|
+
'replenishment.col.action': 'Action',
|
|
707
|
+
'replenishment.empty': 'No reordering rules yet',
|
|
708
|
+
'replenishment.emptyHint': 'Create the first rule to receive replenishment suggestions.',
|
|
709
|
+
forecast: 'Stock forecast',
|
|
710
|
+
transferDetail: 'Transfer details',
|
|
711
|
+
'transfer.kicker': 'Inventory transfer',
|
|
712
|
+
'transfer.collaboration.label': 'Transfer conversation and activities',
|
|
713
|
+
'transfer.actions.label': 'Transfer actions',
|
|
714
|
+
'transfer.summary.lines': 'Operation lines',
|
|
715
|
+
'transfer.operations.title': 'Stock moves',
|
|
716
|
+
'transfer.operations.hint': 'Review demand, completed quantities, and each line state.',
|
|
717
|
+
'transfer.operations.empty': 'No stock moves yet',
|
|
718
|
+
'transfer.operations.emptyHint': 'Add a product to begin processing this transfer.',
|
|
719
|
+
'transfer.addMove.title': 'Add product',
|
|
720
|
+
'transfer.addMove.hint': 'Set the product, unit, and quantity to move.',
|
|
721
|
+
'transfer.recordDone.title': 'Record processing',
|
|
722
|
+
'transfer.recordDone.hint': 'Enter the completed quantity and a lot or serial when required.',
|
|
723
|
+
routeDetail: 'Route rules',
|
|
724
|
+
'col.name': 'Name',
|
|
725
|
+
'col.kind': 'Kind',
|
|
726
|
+
'col.state': 'State',
|
|
727
|
+
'col.detail': 'Detail',
|
|
728
|
+
empty: 'No data yet.',
|
|
729
|
+
emptyHint: 'Create the first record to begin.',
|
|
730
|
+
'error.invalid': 'The submitted data is invalid. Please review it.',
|
|
731
|
+
'action.create': 'Create',
|
|
732
|
+
'action.save': 'Save',
|
|
733
|
+
'action.apply': 'Apply inventory adjustment',
|
|
734
|
+
'action.addMove': 'Add product line',
|
|
735
|
+
'action.confirm': 'Confirm',
|
|
736
|
+
'action.assign': 'Reserve',
|
|
737
|
+
'action.validate': 'Validate',
|
|
738
|
+
'action.validateCreateBackorder': 'Validate and create backorder',
|
|
739
|
+
'action.validateNoBackorder': 'Validate without backorder',
|
|
740
|
+
'action.recordDone': 'Record completed quantity',
|
|
741
|
+
'action.cancel': 'Cancel',
|
|
742
|
+
'action.addRule': 'Add rule',
|
|
743
|
+
'action.calculate': 'Calculate forecast',
|
|
744
|
+
'action.run': 'Run replenishment',
|
|
745
|
+
'adjustment.title': 'Inventory adjustment',
|
|
746
|
+
'adjustment.hint': 'Choose a product and location, then enter the quantity counted in the warehouse.',
|
|
747
|
+
'field.product': 'Product',
|
|
748
|
+
'field.productId': 'Variant ID',
|
|
749
|
+
'field.location': 'Location',
|
|
750
|
+
'field.inventoryLocation': 'Inventory location',
|
|
751
|
+
'field.uom': 'Unit of measure',
|
|
752
|
+
'field.lot': 'Lot / Serial',
|
|
753
|
+
'field.counted': 'Counted quantity',
|
|
754
|
+
'field.reference': 'Reference',
|
|
755
|
+
'field.operationType': 'Operation type',
|
|
756
|
+
'field.scheduledDate': 'Scheduled date',
|
|
757
|
+
'field.demand': 'Demand',
|
|
758
|
+
'field.operationLine': 'Operation line',
|
|
759
|
+
'field.doneQuantity': 'Completed quantity',
|
|
760
|
+
'field.code': 'Code',
|
|
761
|
+
'field.receptionSteps': 'Receipt steps',
|
|
762
|
+
'field.deliverySteps': 'Delivery steps',
|
|
763
|
+
'field.usage': 'Usage',
|
|
764
|
+
'field.warehouse': 'Warehouse',
|
|
765
|
+
'field.parentLocation': 'Parent location',
|
|
766
|
+
'field.sourceLocation': 'Source location',
|
|
767
|
+
'field.destinationLocation': 'Destination location',
|
|
768
|
+
'field.backorder': 'Create backorder',
|
|
769
|
+
'field.lotSerial': 'Lot / Serial number',
|
|
770
|
+
'field.note': 'Note',
|
|
771
|
+
'field.sequence': 'Sequence',
|
|
772
|
+
'field.ruleAction': 'Action',
|
|
773
|
+
'field.procureMethod': 'Procurement method',
|
|
774
|
+
'field.trigger': 'Trigger',
|
|
775
|
+
'field.minQuantity': 'Minimum quantity',
|
|
776
|
+
'field.maxQuantity': 'Maximum quantity',
|
|
777
|
+
'field.replenishmentUom': 'Replenishment unit',
|
|
778
|
+
'field.route': 'Route',
|
|
779
|
+
'forecast.onHand': 'On hand',
|
|
780
|
+
'forecast.reserved': 'Reserved',
|
|
781
|
+
'forecast.available': 'Available',
|
|
782
|
+
'forecast.incoming': 'Incoming',
|
|
783
|
+
'forecast.outgoing': 'Outgoing',
|
|
784
|
+
'forecast.value': 'Forecasted',
|
|
785
|
+
'forecast.kicker': 'Forecasted report',
|
|
786
|
+
'forecast.title': 'Stock forecast',
|
|
787
|
+
'forecast.subtitle': 'Choose a product and inventory scope to review expected availability.',
|
|
788
|
+
'forecast.summary.products': 'Storable products',
|
|
789
|
+
'forecast.summary.warehouses': 'Warehouses',
|
|
790
|
+
'forecast.summary.locations': 'Locations',
|
|
791
|
+
'forecast.filter.title': 'Forecast scope',
|
|
792
|
+
'forecast.filter.hint': 'A selected location takes precedence over the warehouse.',
|
|
793
|
+
'forecast.location.help': 'Leave blank for the selected warehouse, or choose a location to narrow the scope.',
|
|
794
|
+
'forecast.result.title': 'Availability',
|
|
795
|
+
'forecast.result.hint': 'On hand + incoming − outgoing = forecasted inventory.',
|
|
796
|
+
'forecast.empty': 'No product selected',
|
|
797
|
+
'forecast.emptyHint': 'Choose a storable product to calculate its forecast.',
|
|
798
|
+
'forecast.scope.all': 'All readable internal and transit locations.',
|
|
799
|
+
'forecast.scope.warehouse': 'Warehouse: {name}',
|
|
800
|
+
'forecast.scope.location': 'Location: {name}',
|
|
801
|
+
'state.draft': 'Draft',
|
|
802
|
+
'state.waiting': 'Waiting',
|
|
803
|
+
'state.confirmed': 'Confirmed',
|
|
804
|
+
'state.partially_available': 'Partially available',
|
|
805
|
+
'state.reserved': 'Reserved',
|
|
806
|
+
'state.assigned': 'Ready',
|
|
807
|
+
'state.done': 'Done',
|
|
808
|
+
'state.cancel': 'Cancelled',
|
|
809
|
+
'kind.quant': 'Stock by location',
|
|
810
|
+
'kind.transfer': 'Transfer',
|
|
811
|
+
'kind.move': 'Stock move',
|
|
812
|
+
'kind.move-line': 'Operation line',
|
|
813
|
+
'kind.warehouse': 'Warehouse',
|
|
814
|
+
'kind.lot': 'Lot / Serial',
|
|
815
|
+
'kind.route': 'Route',
|
|
816
|
+
'kind.internal': 'Internal',
|
|
817
|
+
'kind.view': 'Location group',
|
|
818
|
+
'kind.supplier': 'Vendor',
|
|
819
|
+
'kind.customer': 'Customer',
|
|
820
|
+
'kind.inventory': 'Inventory loss',
|
|
821
|
+
'kind.production': 'Production',
|
|
822
|
+
'kind.transit': 'Transit',
|
|
823
|
+
'kind.incoming': 'Receipt',
|
|
824
|
+
'kind.outgoing': 'Delivery',
|
|
825
|
+
'kind.pull': 'Pull',
|
|
826
|
+
'kind.push': 'Push',
|
|
827
|
+
'kind.pull_push': 'Pull and push',
|
|
828
|
+
'kind.auto': 'Automatic',
|
|
829
|
+
'kind.manual': 'Manual',
|
|
830
|
+
'receptionSteps.one_step': 'Receive goods directly',
|
|
831
|
+
'receptionSteps.two_steps': 'Receive goods in input and then stock',
|
|
832
|
+
'receptionSteps.three_steps': 'Input, quality, then stock',
|
|
833
|
+
'deliverySteps.ship_only': 'Deliver goods directly',
|
|
834
|
+
'deliverySteps.pick_ship': 'Pick then deliver',
|
|
835
|
+
'deliverySteps.pick_pack_ship': 'Pick, pack, then deliver',
|
|
836
|
+
'usage.internal': 'Internal location',
|
|
837
|
+
'usage.view': 'Location group',
|
|
838
|
+
'usage.supplier': 'Vendor location',
|
|
839
|
+
'usage.customer': 'Customer location',
|
|
840
|
+
'usage.inventory': 'Inventory loss location',
|
|
841
|
+
'usage.production': 'Production location',
|
|
842
|
+
'usage.transit': 'Transit location',
|
|
843
|
+
'pickingType.incoming': 'Receipt',
|
|
844
|
+
'pickingType.outgoing': 'Delivery',
|
|
845
|
+
'pickingType.internal': 'Internal transfer',
|
|
846
|
+
'backorder.ask': 'Ask when validating',
|
|
847
|
+
'backorder.always': 'Always create a backorder',
|
|
848
|
+
'backorder.never': 'Never create a backorder',
|
|
849
|
+
'ruleAction.pull': 'Pull from another location',
|
|
850
|
+
'ruleAction.push': 'Push to another location',
|
|
851
|
+
'ruleAction.pull_push': 'Pull and push',
|
|
852
|
+
'procureMethod.make_to_stock': 'Take from stock',
|
|
853
|
+
'procureMethod.make_to_order': 'Trigger another rule',
|
|
854
|
+
'procureMethod.mts_else_mto': 'Use stock, trigger rule for the rest',
|
|
855
|
+
'trigger.auto': 'Automatic',
|
|
856
|
+
'trigger.manual': 'Manual',
|
|
857
|
+
'record.location.stock': 'Stock',
|
|
858
|
+
'record.location.input': 'Input',
|
|
859
|
+
'record.location.quality': 'Quality',
|
|
860
|
+
'record.location.output': 'Output',
|
|
861
|
+
'record.location.pick': 'Pick',
|
|
862
|
+
'record.location.pack': 'Pack',
|
|
863
|
+
'record.location.supplier': 'Vendor',
|
|
864
|
+
'record.location.customer': 'Customer',
|
|
865
|
+
'record.pickingType.incoming': 'Receipts',
|
|
866
|
+
'record.pickingType.outgoing': 'Delivery Orders',
|
|
867
|
+
'record.pickingType.internal': 'Internal Transfers',
|
|
868
|
+
'record.pickingType.quality': 'Quality Control',
|
|
869
|
+
'record.pickingType.store': 'Store',
|
|
870
|
+
'record.pickingType.pick': 'Pick',
|
|
871
|
+
'record.pickingType.pack': 'Pack',
|
|
872
|
+
'record.pickingType.adjustment': 'Inventory Adjustments',
|
|
873
|
+
},
|
|
874
|
+
},
|
|
875
|
+
fills: {
|
|
876
|
+
'stock_backend:picking.editor': `{% island "stock.editor" %}`,
|
|
877
|
+
'stock_backend:lot.editor': `{% island "stock.editor" %}`,
|
|
878
|
+
},
|
|
879
|
+
});
|
|
880
|
+
//# sourceMappingURL=index.js.map
|