@things-factory/operato-wms 7.0.0-alpha.9 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_index.html +8 -3
- package/client/apptools/dashboard-tool.js +1 -1
- package/client/bootstrap.js +18 -9
- package/client/fetch-board-settings.js +1 -1
- package/client/fetch-location-sorting-rule.js +1 -1
- package/client/fetch-setting-value.js +1 -1
- package/client/pages/adjustment/transfer-inventory.js +5 -5
- package/client/pages/billing/claim-chit/claim-chit-detail.js +4 -4
- package/client/pages/billing/claim-chit/claim-chit-list.js +6 -6
- package/client/pages/billing/claim-chit/create-claim-chit.js +4 -4
- package/client/pages/billing/transport-summary-report.js +3 -3
- package/client/pages/bulk-operation/bulk-operation.js +12 -12
- package/client/pages/bulk-operation/validate-gan-popup.js +3 -3
- package/client/pages/bulk-operation/validate-ro-popup.js +4 -4
- package/client/pages/components/attachment-viewer.js +2 -2
- package/client/pages/components/image-viewer.js +2 -2
- package/client/pages/components/partner-selector.js +12 -13
- package/client/pages/components/popup-note.js +4 -4
- package/client/pages/components/popup-reusable-pallet.js +4 -4
- package/client/pages/components/select-inventory-popup.js +5 -5
- package/client/pages/components/select-product-popup.js +5 -5
- package/client/pages/components/vas-templates/vas-pallet-add-popup.js +4 -4
- package/client/pages/components/vas-templates/vas-relabel.js +2 -2
- package/client/pages/components/vas-templates/vas-repack-relabel.js +3 -3
- package/client/pages/components/vas-templates/vas-repack.js +2 -2
- package/client/pages/components/vas-templates/vas-repalletizing.js +2 -2
- package/client/pages/components/vas-templates/vas-template.js +1 -1
- package/client/pages/components/vas-templates/vas-unpack.js +2 -2
- package/client/pages/components/worksheet-information-popup.js +3 -3
- package/client/pages/constants/picking-strategy.js +1 -1
- package/client/pages/constants/vas-target-type.js +1 -1
- package/client/pages/constants/vas-template.js +1 -1
- package/client/pages/constants/worksheet.js +1 -1
- package/client/pages/inbound/adjust-pallet-qty.js +4 -4
- package/client/pages/inbound/carton-label-popup.js +9 -14
- package/client/pages/inbound/expiry-date-popup.js +2 -2
- package/client/pages/inbound/external-return-worksheet.js +3 -3
- package/client/pages/inbound/inbound-reusable-pallet.js +4 -4
- package/client/pages/inbound/inbound-worksheet.js +3 -3
- package/client/pages/inbound/pallet-label-popup.js +10 -12
- package/client/pages/inbound/palletizing-pallets-popup.js +4 -4
- package/client/pages/inbound/putaway-product.js +9 -10
- package/client/pages/inbound/putaway-same-carton-popup.js +4 -4
- package/client/pages/inbound/putaway-worksheet-generate-popup.js +6 -6
- package/client/pages/inbound/select-location-popup.js +5 -5
- package/client/pages/inbound/select-product-batch.js +4 -4
- package/client/pages/inbound/serial-number-list-popup.js +5 -5
- package/client/pages/inbound/undo-putaway-popup.js +4 -4
- package/client/pages/inbound/undo-unload-popup.js +4 -4
- package/client/pages/inbound/unload-product.js +4 -4
- package/client/pages/inbound/unloaded-inventories-popup.js +5 -5
- package/client/pages/inbound/vas-selector.js +5 -5
- package/client/pages/inbound/worksheet-putaway-return.js +4 -4
- package/client/pages/inbound/worksheet-putaway.js +4 -4
- package/client/pages/inbound/worksheet-unloading-return.js +4 -4
- package/client/pages/inbound/worksheet-unloading.js +3 -3
- package/client/pages/inventory/inventory-adjustment-approval.js +3 -3
- package/client/pages/inventory/inventory-adjustment.js +2 -2
- package/client/pages/inventory/inventory-by-product-detail.js +4 -4
- package/client/pages/inventory/inventory-by-product.js +3 -3
- package/client/pages/inventory/inventory-history-by-pallet.js +4 -4
- package/client/pages/inventory/inventory-history.js +3 -3
- package/client/pages/inventory/non-loaded-inventory.js +3 -3
- package/client/pages/inventory/onhand-inventory.js +2 -2
- package/client/pages/inventory/serial-number-list-popup.js +7 -7
- package/client/pages/inventory-check/check-inventory-popup.js +5 -5
- package/client/pages/inventory-check/create-cycle-count.js +4 -4
- package/client/pages/inventory-check/cycle-count-recheck-popup.js +5 -5
- package/client/pages/inventory-check/cycle-count-report.js +4 -4
- package/client/pages/inventory-check/inspecting-product.js +4 -4
- package/client/pages/inventory-check/inventory-check-list.js +3 -3
- package/client/pages/inventory-check/search-popup.js +6 -6
- package/client/pages/inventory-check/worksheet-cycle-count.js +4 -4
- package/client/pages/manifest/create-loading-manifest.js +4 -4
- package/client/pages/manifest/dispatcher-verification-popup.js +2 -2
- package/client/pages/manifest/loading-manifest-detail.js +4 -4
- package/client/pages/manifest/loading-manifest-list.js +3 -3
- package/client/pages/master/generate-location-list.js +10 -11
- package/client/pages/master/location-list.js +2 -2
- package/client/pages/master/pallet-list.js +2 -2
- package/client/pages/master/print-location-label.js +8 -8
- package/client/pages/master/product/product-detail-bizplace-setting-popup.js +3 -3
- package/client/pages/master/product/product-details-popup.js +4 -4
- package/client/pages/master/product/product-list.js +2 -2
- package/client/pages/master/tote-list.js +2 -2
- package/client/pages/master/transport-driver.js +2 -2
- package/client/pages/master/transport-vehicle.js +2 -2
- package/client/pages/master/warehouse-list.js +2 -2
- package/client/pages/master/worker-list.js +2 -2
- package/client/pages/order/arrival-notice/arrival-notice-detail.js +15 -19
- package/client/pages/order/arrival-notice/arrival-notice-list.js +3 -3
- package/client/pages/order/arrival-notice/arrival-notice-requests.js +3 -3
- package/client/pages/order/arrival-notice/assign-buffer-location.js +12 -13
- package/client/pages/order/arrival-notice/check-arrived-notice.js +12 -13
- package/client/pages/order/arrival-notice/create-arrival-notice.js +8 -9
- package/client/pages/order/arrival-notice/duplicate-arrival-notice.js +13 -14
- package/client/pages/order/arrival-notice/edit-product-popup.js +4 -4
- package/client/pages/order/arrival-notice/proceed-edit-product-popup.js +4 -4
- package/client/pages/order/arrival-notice/receive-arrival-notice.js +12 -13
- package/client/pages/order/arrival-notice/rejected-arrival-notice.js +12 -13
- package/client/pages/order/arrival-notice/view-product-changes-popup.js +4 -4
- package/client/pages/order/draft-release-good/draft-release-good-detail.js +7 -7
- package/client/pages/order/draft-release-good/draft-release-good-list.js +2 -2
- package/client/pages/order/goods-received-note/customer-grn-list.js +3 -3
- package/client/pages/order/goods-received-note/customer-received-note.js +1 -1
- package/client/pages/order/goods-received-note/received-note-detail.js +1 -1
- package/client/pages/order/goods-received-note/received-note-list.js +3 -3
- package/client/pages/order/release-order/b2b/b2b-order-list.js +1 -1
- package/client/pages/order/release-order/b2b/b2b-order-requests.js +2 -2
- package/client/pages/order/release-order/b2c/b2c-order-requests.js +1 -1
- package/client/pages/order/release-order/batch-generate-single-picking-worksheet-popup.js +5 -5
- package/client/pages/order/release-order/batch-picking-popup.js +4 -4
- package/client/pages/order/release-order/bulk-print-packing-list.js +4 -4
- package/client/pages/order/release-order/create-release-order.js +11 -12
- package/client/pages/order/release-order/receive-release-order-request.js +12 -13
- package/client/pages/order/release-order/rejected-release-order.js +12 -13
- package/client/pages/order/release-order/release-extra-product-popup.js +5 -5
- package/client/pages/order/release-order/release-order-detail.js +30 -32
- package/client/pages/order/return-order/check-return-order.js +12 -13
- package/client/pages/order/return-order/create-return-order.js +5 -5
- package/client/pages/order/return-order/receive-return-order-requests.js +12 -13
- package/client/pages/order/return-order/rejected-return-order.js +12 -13
- package/client/pages/order/return-order/return-order-assign-buffer-location.js +12 -13
- package/client/pages/order/return-order/return-order-detail.js +12 -13
- package/client/pages/order/return-order/return-order-inventory-popup.js +4 -4
- package/client/pages/order/return-order/return-order-list.js +3 -3
- package/client/pages/order/return-order/return-order-requests.js +3 -3
- package/client/pages/order/reverse-kitting-order/reverse-kitting-order-detail.js +4 -4
- package/client/pages/order/reverse-kitting-order/reverse-kitting-order-list.js +2 -2
- package/client/pages/order/reverse-kitting-order/reverse-kitting-pallet-label-popup.js +8 -5
- package/client/pages/order/transfer-order/receive-transfer-order-request.js +3 -3
- package/client/pages/order/transfer-order/rejected-transfer-order.js +4 -4
- package/client/pages/order/transfer-order/transfer-order-detail.js +4 -4
- package/client/pages/order/transfer-order/transfer-order-requests.js +3 -3
- package/client/pages/order/transport-order/contact-point-selector-popup.js +6 -6
- package/client/pages/order/transport-order/create-delivery-order.js +5 -5
- package/client/pages/order/transport-order/delivery-note-popup.js +11 -10
- package/client/pages/order/transport-order/delivery-order-list.js +3 -3
- package/client/pages/order/transport-order/print-delivery-note.js +1 -1
- package/client/pages/order/transport-order/transport-driver-popup.js +6 -6
- package/client/pages/order/transport-order/upload-delivery-note.js +7 -7
- package/client/pages/order/transport-order/view-delivery-note.js +1 -1
- package/client/pages/order/vas-order/create-vas-order.js +4 -4
- package/client/pages/order/vas-order/popup/target-product-selector-popup.js +5 -5
- package/client/pages/order/vas-order/popup/vas-create-batch-product-type-form.js +17 -19
- package/client/pages/order/vas-order/popup/vas-create-batch-type-form.js +4 -5
- package/client/pages/order/vas-order/popup/vas-create-etc-type-form.js +1 -1
- package/client/pages/order/vas-order/popup/vas-create-popup.js +38 -38
- package/client/pages/order/vas-order/popup/vas-create-product-type-form.js +6 -7
- package/client/pages/order/vas-order/receive-vas-order.js +4 -4
- package/client/pages/order/vas-order/vas-order-detail.js +4 -4
- package/client/pages/order/vas-order/vas-order-list.js +3 -3
- package/client/pages/order/vas-order/vas-order-requests.js +3 -3
- package/client/pages/outbound/generate-worksheet-popup.js +3 -3
- package/client/pages/outbound/inventory-assign-popup.js +5 -5
- package/client/pages/outbound/inventory-auto-assign-popup.js +4 -4
- package/client/pages/outbound/inventory-reassign-popup.js +5 -5
- package/client/pages/outbound/loading-product.js +4 -4
- package/client/pages/outbound/logistics-init/branch-logistics-popup.js +5 -5
- package/client/pages/outbound/logistics-init/logistics-init-popup.js +3 -3
- package/client/pages/outbound/logistics-init/pickup-logistics-popup.js +5 -5
- package/client/pages/outbound/merged-outbound-worksheet.js +2 -2
- package/client/pages/outbound/order-remark-popup.js +4 -4
- package/client/pages/outbound/outbound-reusable-pallet.js +4 -4
- package/client/pages/outbound/packing-product.js +7 -7
- package/client/pages/outbound/packing-worksheet-list.js +2 -2
- package/client/pages/outbound/picking-product.js +16 -18
- package/client/pages/outbound/picking-replacement-popup.js +6 -6
- package/client/pages/outbound/return-pallet-check-popup.js +4 -4
- package/client/pages/outbound/route-label-popup.js +5 -5
- package/client/pages/outbound/select-operator-popup.js +3 -3
- package/client/pages/outbound/serial-number-popup.js +5 -5
- package/client/pages/outbound/show-my-worksheet-list-popup.js +2 -2
- package/client/pages/outbound/show-ro-list-popup.js +5 -5
- package/client/pages/outbound/single-outbound-worksheet.js +2 -2
- package/client/pages/outbound/sorting-product.js +3 -3
- package/client/pages/outbound/tote-popup.js +5 -5
- package/client/pages/outbound/transport-vehicles-popup.js +6 -6
- package/client/pages/outbound/worksheet-batch-picking.js +4 -4
- package/client/pages/outbound/worksheet-loading.js +4 -4
- package/client/pages/outbound/worksheet-packing.js +4 -4
- package/client/pages/outbound/worksheet-picking.js +4 -4
- package/client/pages/outbound/worksheet-return.js +4 -4
- package/client/pages/outbound/worksheet-sorting.js +4 -4
- package/client/pages/report/costing-report.js +2 -2
- package/client/pages/report/custom-elccl/elccl-daily-collection-report.js +1 -1
- package/client/pages/report/custom-elccl/elccl-daily-order-inventory-report.js +1 -1
- package/client/pages/report/custom-elccl/elccl-delivery-order-summary.js +7 -7
- package/client/pages/report/custom-elccl/elccl-inventory-pallet-detail-report.js +1 -1
- package/client/pages/report/custom-elccl/elccl-inventory-report.js +1 -1
- package/client/pages/report/custom-elccl/elccl-inventory-summary-report.js +1 -1
- package/client/pages/report/inbound-order-details-report.js +2 -2
- package/client/pages/report/inbound-serial-number-report.js +2 -2
- package/client/pages/report/inventory-pallet-report.js +1 -1
- package/client/pages/report/inventory-pallet-storage-report.js +2 -2
- package/client/pages/report/inventory-report.js +1 -1
- package/client/pages/report/inventory-summary-report.js +2 -2
- package/client/pages/report/job-sheet-list.js +2 -2
- package/client/pages/report/job-sheet-popup.js +4 -4
- package/client/pages/report/job-sheet-report.js +1 -1
- package/client/pages/report/outbound-order-details-report.js +2 -2
- package/client/pages/report/outbound-serial-number-report.js +2 -2
- package/client/pages/report/product-label-report.js +1 -1
- package/client/pages/report/release-inventory-report.js +1 -1
- package/client/pages/report/volume-summary-report.js +2 -2
- package/client/pages/support/inventory-comparison.js +3 -3
- package/client/pages/system/location-sorting-rule.js +3 -3
- package/client/pages/vas/abstract-execute-vas.js +3 -3
- package/client/pages/vas/execute-pure-vas.js +2 -2
- package/client/pages/vas/execute-ref-vas.js +3 -3
- package/client/pages/vas/execute-vas.js +2 -2
- package/client/pages/vas/print-product-label.js +2 -2
- package/client/pages/vas/related-vas-list.js +5 -5
- package/client/pages/vas/reverse-kitting/execute-reverse-kitting.js +3 -3
- package/client/pages/vas/reverse-kitting/popup-combination-sets.js +6 -6
- package/client/pages/vas/reverse-kitting/popup-reverse-kitting-template.js +5 -5
- package/client/pages/vas/target-inventory-assignment-popup.js +6 -6
- package/client/pages/vas/vas-pallet-label-popup.js +5 -5
- package/client/pages/vas/vas-worksheet-list.js +7 -7
- package/client/pages/vas/worksheet-ref-vas.js +9 -9
- package/client/pages/vas/worksheet-vas.js +4 -4
- package/client/route.js +1 -1
- package/client/themes/app-theme.css +29 -31
- package/client/themes/auth-theme.css +7 -10
- package/client/themes/report-theme.css +3 -3
- package/config/config.development.js +0 -1
- package/config/config.production.js +2 -2
- package/dist-server/graphql/index.d.ts +6 -0
- package/dist-server/graphql/resolvers/board-setting/board-settings.d.ts +3 -0
- package/dist-server/graphql/resolvers/board-setting/board-settings.js.map +1 -1
- package/dist-server/graphql/resolvers/board-setting/index.d.ts +3 -0
- package/dist-server/graphql/resolvers/custom/elccl/elccl-daily-collection-report.d.ts +4 -0
- package/dist-server/graphql/resolvers/custom/elccl/elccl-daily-collection-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-daily-order-inventory-report.d.ts +7 -0
- package/dist-server/graphql/resolvers/custom/elccl/elccl-daily-order-inventory-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-pallet-detail-report.d.ts +4 -0
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-pallet-detail-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-report.d.ts +4 -0
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-summary-report.d.ts +8 -0
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-summary-report.js +2 -2
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-summary-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-onhand-inventory-counter.d.ts +4 -0
- package/dist-server/graphql/resolvers/custom/elccl/elccl-onhand-inventory-counter.js +1 -0
- package/dist-server/graphql/resolvers/custom/elccl/elccl-onhand-inventory-counter.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/index.d.ts +1 -0
- package/dist-server/graphql/resolvers/custom/elccl/index.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/kimeda/index.d.ts +1 -0
- package/dist-server/graphql/resolvers/custom/kimeda/index.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/kimeda/kimeda-onhand-inventory-counter.d.ts +4 -0
- package/dist-server/graphql/resolvers/custom/kimeda/kimeda-onhand-inventory-counter.js +1 -0
- package/dist-server/graphql/resolvers/custom/kimeda/kimeda-onhand-inventory-counter.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/arrival-notices-by-status.d.ts +4 -0
- package/dist-server/graphql/resolvers/dashboard/arrival-notices-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/collection-orders-by-status.d.ts +4 -0
- package/dist-server/graphql/resolvers/dashboard/collection-orders-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/delivery-orders-by-status.d.ts +4 -0
- package/dist-server/graphql/resolvers/dashboard/delivery-orders-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/index.d.ts +1 -0
- package/dist-server/graphql/resolvers/dashboard/index.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/inventory-expiry-monitor.d.ts +7 -0
- package/dist-server/graphql/resolvers/dashboard/inventory-expiry-monitor.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/outbound-order-by-status.d.ts +7 -0
- package/dist-server/graphql/resolvers/dashboard/outbound-order-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/release-goods-by-status.d.ts +4 -0
- package/dist-server/graphql/resolvers/dashboard/release-goods-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/unit-inbounded-outbounded.d.ts +7 -0
- package/dist-server/graphql/resolvers/dashboard/unit-inbounded-outbounded.js.map +1 -1
- package/dist-server/graphql/resolvers/index.d.ts +15 -0
- package/dist-server/graphql/resolvers/index.js.map +1 -1
- package/dist-server/graphql/resolvers/inventory-comparison/index.d.ts +1 -0
- package/dist-server/graphql/resolvers/inventory-comparison/index.js.map +1 -1
- package/dist-server/graphql/resolvers/inventory-comparison/inventory-comparison-list.d.ts +7 -0
- package/dist-server/graphql/resolvers/inventory-comparison/inventory-comparison-list.js +1 -0
- package/dist-server/graphql/resolvers/inventory-comparison/inventory-comparison-list.js.map +1 -1
- package/dist-server/graphql/resolvers/opa-menu/index.d.ts +3 -0
- package/dist-server/graphql/resolvers/opa-menu/opa-menus.d.ts +4 -0
- package/dist-server/graphql/resolvers/opa-menu/opa-menus.js.map +1 -1
- package/dist-server/graphql/resolvers/other/add-release-good-products.d.ts +7 -0
- package/dist-server/graphql/resolvers/other/add-release-good-products.js +11 -3
- package/dist-server/graphql/resolvers/other/add-release-good-products.js.map +1 -1
- package/dist-server/graphql/resolvers/other/index.d.ts +13 -0
- package/dist-server/graphql/resolvers/other/page-settings.d.ts +6 -0
- package/dist-server/graphql/resolvers/other/page-settings.js +4 -9
- package/dist-server/graphql/resolvers/other/page-settings.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/costing-report.d.ts +7 -0
- package/dist-server/graphql/resolvers/reports/costing-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/inbound-order-details-report.d.ts +7 -0
- package/dist-server/graphql/resolvers/reports/inbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/inbound-serial-number-report.d.ts +7 -0
- package/dist-server/graphql/resolvers/reports/inbound-serial-number-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/index.d.ts +1 -0
- package/dist-server/graphql/resolvers/reports/index.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/outbound-order-details-report.d.ts +7 -0
- package/dist-server/graphql/resolvers/reports/outbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/outbound-serial-number-report.d.ts +7 -0
- package/dist-server/graphql/resolvers/reports/outbound-serial-number-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/product-label-report.d.ts +7 -0
- package/dist-server/graphql/resolvers/reports/product-label-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/release-inventory-report.d.ts +7 -0
- package/dist-server/graphql/resolvers/reports/release-inventory-report.js.map +1 -1
- package/dist-server/graphql/resolvers/shipping-provider/index.d.ts +1 -0
- package/dist-server/graphql/resolvers/shipping-provider/index.js.map +1 -1
- package/dist-server/graphql/resolvers/shipping-provider/shipping-providers.d.ts +6 -0
- package/dist-server/graphql/resolvers/shipping-provider/shipping-providers.js.map +1 -1
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/index.d.ts +8 -0
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.d.ts +9 -0
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.js.map +1 -1
- package/dist-server/graphql/types/board-setting/board-setting.d.ts +1 -0
- package/dist-server/graphql/types/board-setting/index.d.ts +2 -0
- package/dist-server/graphql/types/custom/elccl/elccl-daily-collection-report-list.d.ts +1 -0
- package/dist-server/graphql/types/custom/elccl/elccl-daily-collection-report.d.ts +1 -0
- package/dist-server/graphql/types/custom/elccl/elccl-daily-order-inventory-report-list.d.ts +1 -0
- package/dist-server/graphql/types/custom/elccl/elccl-daily-order-inventory-report.d.ts +1 -0
- package/dist-server/graphql/types/custom/elccl/elccl-inventory-report.d.ts +1 -0
- package/dist-server/graphql/types/custom/elccl/elccl-inventory-summary-report-list.d.ts +1 -0
- package/dist-server/graphql/types/custom/elccl/elccl-inventory-summary-report.d.ts +1 -0
- package/dist-server/graphql/types/custom/elccl/elccl-pallet-detail-report.d.ts +1 -0
- package/dist-server/graphql/types/custom/elccl/index.d.ts +2 -0
- package/dist-server/graphql/types/custom/kimeda/index.d.ts +1 -0
- package/dist-server/graphql/types/dashboard/index.d.ts +2 -0
- package/dist-server/graphql/types/dashboard/inventory-expiry-counter.d.ts +1 -0
- package/dist-server/graphql/types/dashboard/inventory-expiry-status.d.ts +1 -0
- package/dist-server/graphql/types/dashboard/order-status-counter.d.ts +1 -0
- package/dist-server/graphql/types/index.d.ts +3 -0
- package/dist-server/graphql/types/inventory-comparison/index.d.ts +2 -0
- package/dist-server/graphql/types/inventory-comparison/inventory-comparison-list.d.ts +1 -0
- package/dist-server/graphql/types/inventory-comparison/inventory-comparison.d.ts +1 -0
- package/dist-server/graphql/types/opa-menu/index.d.ts +2 -0
- package/dist-server/graphql/types/opa-menu/opa-menu.d.ts +1 -0
- package/dist-server/graphql/types/other/index.d.ts +3 -0
- package/dist-server/graphql/types/other/page-setting.d.ts +4 -0
- package/dist-server/graphql/types/reports/costing-report-list.d.ts +1 -0
- package/dist-server/graphql/types/reports/costing-report.d.ts +1 -0
- package/dist-server/graphql/types/reports/inbound-order-details-report-list.d.ts +1 -0
- package/dist-server/graphql/types/reports/inbound-order-details-report.d.ts +1 -0
- package/dist-server/graphql/types/reports/inbound-serial-number-report-list.d.ts +1 -0
- package/dist-server/graphql/types/reports/inbound-serial-number-report.d.ts +1 -0
- package/dist-server/graphql/types/reports/index.d.ts +2 -0
- package/dist-server/graphql/types/reports/outbound-order-details-report-list.d.ts +1 -0
- package/dist-server/graphql/types/reports/outbound-order-details-report.d.ts +1 -0
- package/dist-server/graphql/types/reports/outbound-serial-number-report-list.d.ts +1 -0
- package/dist-server/graphql/types/reports/outbound-serial-number-report.d.ts +1 -0
- package/dist-server/graphql/types/reports/product-label-report-list.d.ts +1 -0
- package/dist-server/graphql/types/reports/product-label-report.d.ts +1 -0
- package/dist-server/graphql/types/reports/release-inventory-report-list.d.ts +1 -0
- package/dist-server/graphql/types/reports/release-inventory-report.d.ts +1 -0
- package/dist-server/graphql/types/shipping-provider/index.d.ts +2 -0
- package/dist-server/graphql/types/shipping-provider/shipping-provider-list.d.ts +1 -0
- package/dist-server/graphql/types/shipping-provider/shipping-provider.d.ts +1 -0
- package/dist-server/graphql/types/warehouse-inventory-adjustment/index.d.ts +1 -0
- package/dist-server/index.d.ts +3 -0
- package/dist-server/migrations/1568858861188-SeedSetting.d.ts +5 -0
- package/dist-server/migrations/1568858861188-SeedSetting.js.map +1 -1
- package/dist-server/migrations/1623308919899-SeedLocationRecommendSetting.d.ts +5 -0
- package/dist-server/migrations/1623308919899-SeedLocationRecommendSetting.js.map +1 -1
- package/dist-server/migrations/1623381200659-SeedStoringRule.d.ts +5 -0
- package/dist-server/migrations/1623381200659-SeedStoringRule.js.map +1 -1
- package/dist-server/migrations/index.d.ts +1 -0
- package/dist-server/opa-app-setting-constants.d.ts +9 -0
- package/dist-server/routes.d.ts +0 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/dist-server/utils/index.d.ts +1 -0
- package/dist-server/utils/report-query-util.d.ts +4 -0
- package/dist-server/utils/report-query-util.js +1 -2
- package/dist-server/utils/report-query-util.js.map +1 -1
- package/package.json +65 -65
- package/views/auth-page.html +5 -3
- package/views/public/home.html +6 -3
- package/client/themes/grist-theme.css +0 -200
- package/client/themes/layout-theme.css +0 -92
|
@@ -5,10 +5,10 @@ import gql from 'graphql-tag'
|
|
|
5
5
|
import { css, html } from 'lit'
|
|
6
6
|
|
|
7
7
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
8
|
-
import { i18next, localize } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
9
|
import { client, navigate, PageView, CustomAlert } from '@things-factory/shell'
|
|
10
10
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
11
|
-
import { isMobileDevice } from '@
|
|
11
|
+
import { isMobileDevice } from '@operato/utils'
|
|
12
12
|
import { ORDER_STATUS } from '../constants'
|
|
13
13
|
|
|
14
14
|
class CreateLoadingManifest extends localize(i18next)(PageView) {
|
|
@@ -28,7 +28,7 @@ class CreateLoadingManifest extends localize(i18next)(PageView) {
|
|
|
28
28
|
min-height: 50vh;
|
|
29
29
|
}
|
|
30
30
|
.grist {
|
|
31
|
-
background-color: var(--
|
|
31
|
+
background-color: var(--md-sys-color-background);
|
|
32
32
|
display: flex;
|
|
33
33
|
flex-direction: column;
|
|
34
34
|
flex: 1;
|
|
@@ -48,7 +48,7 @@ class CreateLoadingManifest extends localize(i18next)(PageView) {
|
|
|
48
48
|
margin: var(--grist-title-margin);
|
|
49
49
|
border: var(--grist-title-border);
|
|
50
50
|
font: var(--grist-title-font);
|
|
51
|
-
color: var(--
|
|
51
|
+
color: var(--md-sys-color-secondary);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.grist h2 mwc-icon {
|
|
@@ -3,7 +3,7 @@ import '@operato/data-grist'
|
|
|
3
3
|
import { css, html, LitElement } from 'lit'
|
|
4
4
|
|
|
5
5
|
import { SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
6
|
-
import { i18next, localize } from '@
|
|
6
|
+
import { i18next, localize } from '@operato/i18n'
|
|
7
7
|
|
|
8
8
|
class DispatcherVerificationPopup extends localize(i18next)(LitElement) {
|
|
9
9
|
static get styles() {
|
|
@@ -15,7 +15,7 @@ class DispatcherVerificationPopup extends localize(i18next)(LitElement) {
|
|
|
15
15
|
display: flex;
|
|
16
16
|
flex-direction: column;
|
|
17
17
|
overflow-x: overlay;
|
|
18
|
-
background-color: var(--
|
|
18
|
+
background-color: var(--md-sys-color-background);
|
|
19
19
|
}
|
|
20
20
|
.button-container {
|
|
21
21
|
padding: var(--button-container-padding);
|
|
@@ -7,11 +7,11 @@ import { css, html } from 'lit'
|
|
|
7
7
|
|
|
8
8
|
import { GhostPrint } from '@operato/ghost-print'
|
|
9
9
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
10
|
-
import { i18next, localize } from '@
|
|
10
|
+
import { i18next, localize } from '@operato/i18n'
|
|
11
11
|
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { client, navigate, PageView, CustomAlert } from '@things-factory/shell'
|
|
13
13
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
14
|
-
import { isMobileDevice } from '@
|
|
14
|
+
import { isMobileDevice } from '@operato/utils'
|
|
15
15
|
|
|
16
16
|
import { MANIFEST_STATUS, ORDER_STATUS } from '../constants'
|
|
17
17
|
|
|
@@ -32,7 +32,7 @@ class LoadingManifestDetail extends localize(i18next)(PageView) {
|
|
|
32
32
|
min-height: 50vh;
|
|
33
33
|
}
|
|
34
34
|
.grist {
|
|
35
|
-
background-color: var(--
|
|
35
|
+
background-color: var(--md-sys-color-background);
|
|
36
36
|
display: flex;
|
|
37
37
|
flex-direction: column;
|
|
38
38
|
flex: 1;
|
|
@@ -52,7 +52,7 @@ class LoadingManifestDetail extends localize(i18next)(PageView) {
|
|
|
52
52
|
margin: var(--grist-title-margin);
|
|
53
53
|
border: var(--grist-title-border);
|
|
54
54
|
font: var(--grist-title-font);
|
|
55
|
-
color: var(--
|
|
55
|
+
color: var(--md-sys-color-secondary);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.grist h2 mwc-icon {
|
|
@@ -5,10 +5,10 @@ import gql from 'graphql-tag'
|
|
|
5
5
|
import { css, html } from 'lit'
|
|
6
6
|
|
|
7
7
|
import { getCodeByName } from '@things-factory/code-base'
|
|
8
|
-
import { i18next, localize } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
9
|
import { client, navigate, PageView } from '@things-factory/shell'
|
|
10
|
-
import { ScrollbarStyles } from '@
|
|
11
|
-
import { isMobileDevice } from '@
|
|
10
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
11
|
+
import { isMobileDevice } from '@operato/utils'
|
|
12
12
|
|
|
13
13
|
class LoadingManifestList extends localize(i18next)(PageView) {
|
|
14
14
|
static get styles() {
|
|
@@ -2,9 +2,9 @@ import { getCodeByName } from '@things-factory/code-base'
|
|
|
2
2
|
import '@things-factory/form-ui'
|
|
3
3
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
4
4
|
import '@operato/data-grist'
|
|
5
|
-
import { i18next, localize } from '@
|
|
6
|
-
import { isMobileDevice } from '@
|
|
7
|
-
import { ScrollbarStyles } from '@
|
|
5
|
+
import { i18next, localize } from '@operato/i18n'
|
|
6
|
+
import { isMobileDevice } from '@operato/utils'
|
|
7
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
8
8
|
import { css, html, LitElement } from 'lit'
|
|
9
9
|
|
|
10
10
|
export class GenerateLocationList extends localize(i18next)(LitElement) {
|
|
@@ -46,7 +46,7 @@ export class GenerateLocationList extends localize(i18next)(LitElement) {
|
|
|
46
46
|
display: flex;
|
|
47
47
|
flex-direction: column;
|
|
48
48
|
overflow-x: overlay;
|
|
49
|
-
background-color: var(--
|
|
49
|
+
background-color: var(--md-sys-color-background);
|
|
50
50
|
}
|
|
51
51
|
h2 {
|
|
52
52
|
margin: var(--subtitle-margin);
|
|
@@ -80,7 +80,7 @@ export class GenerateLocationList extends localize(i18next)(LitElement) {
|
|
|
80
80
|
margin: var(--button-container-button-margin);
|
|
81
81
|
|
|
82
82
|
padding: var(--button-padding);
|
|
83
|
-
color: var(--
|
|
83
|
+
color: var(--md-sys-color-on-primary);
|
|
84
84
|
font: var(--button-font);
|
|
85
85
|
text-transform: var(--button-text-transform);
|
|
86
86
|
}
|
|
@@ -102,12 +102,11 @@ export class GenerateLocationList extends localize(i18next)(LitElement) {
|
|
|
102
102
|
<select name="locationFormat" @change="${e => this._validateForm(e.currentTarget.value)}">
|
|
103
103
|
<option value="">-- ${i18next.t('text.select_location_format')} --</option>
|
|
104
104
|
${(this._formatsFromCode || []).map(
|
|
105
|
-
format =>
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
`
|
|
105
|
+
format => html`
|
|
106
|
+
<option value="${format && format.name}">
|
|
107
|
+
${format && format.name} ${format && format.description ? ` ${format && format.description}` : ''}
|
|
108
|
+
</option>
|
|
109
|
+
`
|
|
111
110
|
)}
|
|
112
111
|
</select>
|
|
113
112
|
|
|
@@ -9,11 +9,11 @@ import { css, html } from 'lit'
|
|
|
9
9
|
import { connect } from 'pwa-helpers/connect-mixin'
|
|
10
10
|
|
|
11
11
|
import { DirectPrinter } from '@things-factory/barcode-base'
|
|
12
|
-
import { i18next, localize } from '@
|
|
12
|
+
import { i18next, localize } from '@operato/i18n'
|
|
13
13
|
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
16
|
-
import { isMobileDevice } from '@
|
|
16
|
+
import { isMobileDevice } from '@operato/utils'
|
|
17
17
|
|
|
18
18
|
import { LOCATION_LABEL_SETTING_KEY, LOCATION_STATUS, LOCATION_TYPE } from '../constants'
|
|
19
19
|
|
|
@@ -6,8 +6,8 @@ import { connect } from 'pwa-helpers/connect-mixin'
|
|
|
6
6
|
import { css, html } from 'lit'
|
|
7
7
|
import { getCodeByName } from '@things-factory/code-base'
|
|
8
8
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
9
|
-
import { isMobileDevice } from '@
|
|
10
|
-
import { i18next, localize } from '@
|
|
9
|
+
import { isMobileDevice } from '@operato/utils'
|
|
10
|
+
import { i18next, localize } from '@operato/i18n'
|
|
11
11
|
import { openPopup } from '@operato/layout'
|
|
12
12
|
import { REUSABLE_PALLET_LABEL_SETTING_KEY } from '../constants'
|
|
13
13
|
import { DirectPrinter } from '@things-factory/barcode-base'
|
|
@@ -5,10 +5,10 @@ import gql from 'graphql-tag'
|
|
|
5
5
|
import { css, html, LitElement } from 'lit'
|
|
6
6
|
|
|
7
7
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
8
|
-
import { i18next, localize } from '@
|
|
9
|
-
import { client } from '@
|
|
10
|
-
import { ScrollbarStyles } from '@
|
|
11
|
-
import { isMobileDevice } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
|
+
import { client } from '@operato/graphql'
|
|
10
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
11
|
+
import { isMobileDevice } from '@operato/utils'
|
|
12
12
|
|
|
13
13
|
export class PrintLocationLabel extends localize(i18next)(LitElement) {
|
|
14
14
|
static get properties() {
|
|
@@ -36,7 +36,7 @@ export class PrintLocationLabel extends localize(i18next)(LitElement) {
|
|
|
36
36
|
display: flex;
|
|
37
37
|
flex-direction: column;
|
|
38
38
|
overflow-x: overlay;
|
|
39
|
-
background-color: var(--
|
|
39
|
+
background-color: var(--md-sys-color-background);
|
|
40
40
|
}
|
|
41
41
|
h2 {
|
|
42
42
|
margin: var(--subtitle-margin);
|
|
@@ -73,7 +73,7 @@ export class PrintLocationLabel extends localize(i18next)(LitElement) {
|
|
|
73
73
|
margin: var(--button-container-button-margin);
|
|
74
74
|
|
|
75
75
|
padding: var(--button-padding);
|
|
76
|
-
color: var(--
|
|
76
|
+
color: var(--md-sys-color-on-primary);
|
|
77
77
|
font: var(--button-font);
|
|
78
78
|
text-transform: var(--button-text-transform);
|
|
79
79
|
}
|
|
@@ -237,8 +237,8 @@ export class PrintLocationLabel extends localize(i18next)(LitElement) {
|
|
|
237
237
|
location.type === 'BUFFER'
|
|
238
238
|
? ''
|
|
239
239
|
: this._fullLocationFormat // check if full location format is true
|
|
240
|
-
|
|
241
|
-
|
|
240
|
+
? `${location.zone}-${location.row}-${location.column}-${location.shelf}`
|
|
241
|
+
: `${location.zone}-${location.row}-${location.column}`
|
|
242
242
|
}
|
|
243
243
|
})
|
|
244
244
|
}
|
|
@@ -4,9 +4,9 @@ import '@operato/data-grist'
|
|
|
4
4
|
import gql from 'graphql-tag'
|
|
5
5
|
import { css, html, LitElement } from 'lit'
|
|
6
6
|
|
|
7
|
-
import { i18next, localize } from '@
|
|
7
|
+
import { i18next, localize } from '@operato/i18n'
|
|
8
8
|
import { client, CustomAlert, gqlContext } from '@things-factory/shell'
|
|
9
|
-
import { ScrollbarStyles } from '@
|
|
9
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
10
10
|
import { flattenObject, isMobileDevice } from '@things-factory/utils'
|
|
11
11
|
|
|
12
12
|
export class ProductDetailBizplaceSettingPopup extends localize(i18next)(LitElement) {
|
|
@@ -18,7 +18,7 @@ export class ProductDetailBizplaceSettingPopup extends localize(i18next)(LitElem
|
|
|
18
18
|
display: flex;
|
|
19
19
|
flex-direction: column;
|
|
20
20
|
overflow: hidden;
|
|
21
|
-
background-color:
|
|
21
|
+
background-color: var(--md-sys-color-surface);
|
|
22
22
|
|
|
23
23
|
--grid-record-emphasized-background-color: #ffdbdb;
|
|
24
24
|
--grid-record-emphasized-color: #703f3f;
|
|
@@ -8,10 +8,10 @@ import isNaN from 'lodash-es/isNaN'
|
|
|
8
8
|
import isNumber from 'lodash-es/isNumber'
|
|
9
9
|
|
|
10
10
|
import { getCodeByName } from '@things-factory/code-base'
|
|
11
|
-
import { i18next, localize } from '@
|
|
11
|
+
import { i18next, localize } from '@operato/i18n'
|
|
12
12
|
import { client, CustomAlert, gqlContext } from '@things-factory/shell'
|
|
13
|
-
import { ScrollbarStyles } from '@
|
|
14
|
-
import { isMobileDevice } from '@
|
|
13
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
14
|
+
import { isMobileDevice } from '@operato/utils'
|
|
15
15
|
|
|
16
16
|
export class ProductDetailsPopup extends localize(i18next)(LitElement) {
|
|
17
17
|
static get styles() {
|
|
@@ -22,7 +22,7 @@ export class ProductDetailsPopup extends localize(i18next)(LitElement) {
|
|
|
22
22
|
display: flex;
|
|
23
23
|
flex-direction: column;
|
|
24
24
|
overflow: hidden;
|
|
25
|
-
background-color:
|
|
25
|
+
background-color: var(--md-sys-color-surface);
|
|
26
26
|
|
|
27
27
|
--grid-record-emphasized-background-color: #ffdbdb;
|
|
28
28
|
--grid-record-emphasized-color: #703f3f;
|
|
@@ -10,12 +10,12 @@ import isNaN from 'lodash-es/isNaN'
|
|
|
10
10
|
import isNumber from 'lodash-es/isNumber'
|
|
11
11
|
|
|
12
12
|
import { getCodeByName } from '@things-factory/code-base'
|
|
13
|
-
import { i18next, localize } from '@
|
|
13
|
+
import { i18next, localize } from '@operato/i18n'
|
|
14
14
|
import { openImportPopUp } from '@things-factory/import-ui'
|
|
15
15
|
import { openPopup } from '@operato/layout'
|
|
16
16
|
import { client, CustomAlert, gqlContext, PageView } from '@things-factory/shell'
|
|
17
17
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
18
|
-
import { isMobileDevice } from '@
|
|
18
|
+
import { isMobileDevice } from '@operato/utils'
|
|
19
19
|
|
|
20
20
|
class ProductList extends localize(i18next)(PageView) {
|
|
21
21
|
static get properties() {
|
|
@@ -7,8 +7,8 @@ import { connect } from 'pwa-helpers/connect-mixin'
|
|
|
7
7
|
import { css, html } from 'lit'
|
|
8
8
|
import { getCodeByName } from '@things-factory/code-base'
|
|
9
9
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
10
|
-
import { isMobileDevice } from '@
|
|
11
|
-
import { i18next, localize } from '@
|
|
10
|
+
import { isMobileDevice } from '@operato/utils'
|
|
11
|
+
import { i18next, localize } from '@operato/i18n'
|
|
12
12
|
import { openPopup } from '@operato/layout'
|
|
13
13
|
import { TOTE_LABEL_SETTING_KEY } from '../constants'
|
|
14
14
|
import { DirectPrinter } from '@things-factory/barcode-base'
|
|
@@ -5,11 +5,11 @@ import '@things-factory/import-ui'
|
|
|
5
5
|
import gql from 'graphql-tag'
|
|
6
6
|
import { css, html } from 'lit'
|
|
7
7
|
|
|
8
|
-
import { i18next, localize } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
9
|
import { openPopup } from '@operato/layout'
|
|
10
10
|
import { client, CustomAlert, PageView } from '@things-factory/shell'
|
|
11
11
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
12
|
-
import { isMobileDevice } from '@
|
|
12
|
+
import { isMobileDevice } from '@operato/utils'
|
|
13
13
|
|
|
14
14
|
class TransportDriver extends localize(i18next)(PageView) {
|
|
15
15
|
static get properties() {
|
|
@@ -5,11 +5,11 @@ import '@things-factory/import-ui'
|
|
|
5
5
|
import gql from 'graphql-tag'
|
|
6
6
|
import { css, html } from 'lit'
|
|
7
7
|
|
|
8
|
-
import { i18next, localize } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
9
|
import { openPopup } from '@operato/layout'
|
|
10
10
|
import { client, CustomAlert, PageView } from '@things-factory/shell'
|
|
11
11
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
12
|
-
import { isMobileDevice } from '@
|
|
12
|
+
import { isMobileDevice } from '@operato/utils'
|
|
13
13
|
|
|
14
14
|
class TransportVehicle extends localize(i18next)(PageView) {
|
|
15
15
|
static get styles() {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { getCodeByName } from '@things-factory/code-base'
|
|
2
2
|
import '@things-factory/form-ui'
|
|
3
3
|
import '@operato/data-grist'
|
|
4
|
-
import { i18next, localize } from '@
|
|
4
|
+
import { i18next, localize } from '@operato/i18n'
|
|
5
5
|
import '@things-factory/import-ui'
|
|
6
6
|
import { openPopup } from '@operato/layout'
|
|
7
7
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
8
8
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
9
|
-
import { isMobileDevice } from '@
|
|
9
|
+
import { isMobileDevice } from '@operato/utils'
|
|
10
10
|
import gql from 'graphql-tag'
|
|
11
11
|
import { css, html } from 'lit'
|
|
12
12
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { getCodeByName } from '@things-factory/code-base'
|
|
2
2
|
import '@things-factory/form-ui'
|
|
3
3
|
import '@operato/data-grist'
|
|
4
|
-
import { i18next, localize } from '@
|
|
4
|
+
import { i18next, localize } from '@operato/i18n'
|
|
5
5
|
import '@things-factory/import-ui'
|
|
6
6
|
import { openPopup } from '@operato/layout'
|
|
7
7
|
import { client, CustomAlert, PageView } from '@things-factory/shell'
|
|
8
8
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
9
|
-
import { isMobileDevice } from '@
|
|
9
|
+
import { isMobileDevice } from '@operato/utils'
|
|
10
10
|
import gql from 'graphql-tag'
|
|
11
11
|
import { css, html } from 'lit'
|
|
12
12
|
|
|
@@ -14,11 +14,11 @@ import { css, html } from 'lit'
|
|
|
14
14
|
import { getCodeByName } from '@things-factory/code-base'
|
|
15
15
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
16
16
|
import { getRenderer } from '@operato/data-grist'
|
|
17
|
-
import { i18next, localize } from '@
|
|
17
|
+
import { i18next, localize } from '@operato/i18n'
|
|
18
18
|
import { openPopup } from '@operato/layout'
|
|
19
19
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
20
20
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
21
|
-
import { isMobileDevice } from '@
|
|
21
|
+
import { isMobileDevice } from '@operato/utils'
|
|
22
22
|
import { BufferLocationSelector } from '@things-factory/warehouse-ui'
|
|
23
23
|
import { fetchSettingRule } from '../../../fetch-setting-value'
|
|
24
24
|
|
|
@@ -84,7 +84,7 @@ class ArrivalNoticeDetail extends localize(i18next)(PageView) {
|
|
|
84
84
|
display: flex;
|
|
85
85
|
}
|
|
86
86
|
.grist {
|
|
87
|
-
background-color: var(--
|
|
87
|
+
background-color: var(--md-sys-color-background);
|
|
88
88
|
display: flex;
|
|
89
89
|
flex-direction: column;
|
|
90
90
|
flex: 1;
|
|
@@ -109,7 +109,7 @@ class ArrivalNoticeDetail extends localize(i18next)(PageView) {
|
|
|
109
109
|
margin: var(--grist-title-margin);
|
|
110
110
|
border: var(--grist-title-border);
|
|
111
111
|
font: var(--grist-title-font);
|
|
112
|
-
color: var(--
|
|
112
|
+
color: var(--md-sys-color-secondary);
|
|
113
113
|
}
|
|
114
114
|
.grist h2 mwc-icon {
|
|
115
115
|
vertical-align: middle;
|
|
@@ -152,7 +152,7 @@ class ArrivalNoticeDetail extends localize(i18next)(PageView) {
|
|
|
152
152
|
text-overflow: ellipsis;
|
|
153
153
|
overflow: hidden;
|
|
154
154
|
white-space: nowrap;
|
|
155
|
-
color: var(--
|
|
155
|
+
color: var(--md-sys-color-primary);
|
|
156
156
|
font-size: var(--fontsize-default);
|
|
157
157
|
}
|
|
158
158
|
[attachment-wrap] {
|
|
@@ -491,12 +491,9 @@ class ArrivalNoticeDetail extends localize(i18next)(PageView) {
|
|
|
491
491
|
<select name="containerSize" ?hidden="${!this._hasContainer}" ?disabled=${this.determineStatus()}>
|
|
492
492
|
<option value="">--${i18next.t('label.please_select_a_container_size')}--</option>
|
|
493
493
|
${(this.containerSizes || []).map(
|
|
494
|
-
containerSize =>
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
${containerSize && containerSize.name}
|
|
498
|
-
</option>
|
|
499
|
-
`
|
|
494
|
+
containerSize => html`
|
|
495
|
+
<option value="${containerSize && containerSize.name}">${containerSize && containerSize.name}</option>
|
|
496
|
+
`
|
|
500
497
|
)}
|
|
501
498
|
</select>
|
|
502
499
|
|
|
@@ -513,14 +510,13 @@ class ArrivalNoticeDetail extends localize(i18next)(PageView) {
|
|
|
513
510
|
<label>${i18next.t('label.attachment')}</label>
|
|
514
511
|
<ul attachment-wrap>
|
|
515
512
|
${(this._attachments || []).map(
|
|
516
|
-
attachment =>
|
|
517
|
-
|
|
518
|
-
<
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
`
|
|
513
|
+
attachment => html`
|
|
514
|
+
<li>
|
|
515
|
+
<a href="${location.origin}/attachment/${attachment.path}" download
|
|
516
|
+
><mwc-icon>attach_file</mwc-icon> ${attachment.name}</a
|
|
517
|
+
>
|
|
518
|
+
</li>
|
|
519
|
+
`
|
|
524
520
|
)}
|
|
525
521
|
</ul>
|
|
526
522
|
`
|
|
@@ -5,10 +5,10 @@ import gql from 'graphql-tag'
|
|
|
5
5
|
import { css, html } from 'lit'
|
|
6
6
|
|
|
7
7
|
import { getCodeByName } from '@things-factory/code-base'
|
|
8
|
-
import { i18next, localize } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
9
|
import { client, navigate, PageView } from '@things-factory/shell'
|
|
10
|
-
import { ScrollbarStyles } from '@
|
|
11
|
-
import { isMobileDevice } from '@
|
|
10
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
11
|
+
import { isMobileDevice } from '@operato/utils'
|
|
12
12
|
|
|
13
13
|
class ArrivalNoticeList extends localize(i18next)(PageView) {
|
|
14
14
|
static get styles() {
|
|
@@ -5,10 +5,10 @@ import gql from 'graphql-tag'
|
|
|
5
5
|
import { css, html } from 'lit'
|
|
6
6
|
|
|
7
7
|
import { getCodeByName } from '@things-factory/code-base'
|
|
8
|
-
import { i18next, localize } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
9
|
import { client, navigate, PageView } from '@things-factory/shell'
|
|
10
|
-
import { ScrollbarStyles } from '@
|
|
11
|
-
import { isMobileDevice } from '@
|
|
10
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
11
|
+
import { isMobileDevice } from '@operato/utils'
|
|
12
12
|
|
|
13
13
|
import { ORDER_STATUS } from '../../constants'
|
|
14
14
|
|
|
@@ -9,11 +9,11 @@ import { css, html } from 'lit'
|
|
|
9
9
|
|
|
10
10
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
11
11
|
import { getRenderer } from '@operato/data-grist'
|
|
12
|
-
import { i18next, localize } from '@
|
|
12
|
+
import { i18next, localize } from '@operato/i18n'
|
|
13
13
|
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
16
|
-
import { isMobileDevice } from '@
|
|
16
|
+
import { isMobileDevice } from '@operato/utils'
|
|
17
17
|
|
|
18
18
|
import {
|
|
19
19
|
ORDER_STATUS,
|
|
@@ -55,7 +55,7 @@ class AssignBufferLocation extends localize(i18next)(PageView) {
|
|
|
55
55
|
display: flex;
|
|
56
56
|
}
|
|
57
57
|
.grist {
|
|
58
|
-
background-color: var(--
|
|
58
|
+
background-color: var(--md-sys-color-background);
|
|
59
59
|
display: flex;
|
|
60
60
|
flex-direction: column;
|
|
61
61
|
flex: 1;
|
|
@@ -80,7 +80,7 @@ class AssignBufferLocation extends localize(i18next)(PageView) {
|
|
|
80
80
|
margin: var(--grist-title-margin);
|
|
81
81
|
border: var(--grist-title-border);
|
|
82
82
|
font: var(--grist-title-font);
|
|
83
|
-
color: var(--
|
|
83
|
+
color: var(--md-sys-color-secondary);
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.grist h2 mwc-icon {
|
|
@@ -113,7 +113,7 @@ class AssignBufferLocation extends localize(i18next)(PageView) {
|
|
|
113
113
|
text-overflow: ellipsis;
|
|
114
114
|
overflow: hidden;
|
|
115
115
|
white-space: nowrap;
|
|
116
|
-
color: var(--
|
|
116
|
+
color: var(--md-sys-color-primary);
|
|
117
117
|
font-size: var(--fontsize-default);
|
|
118
118
|
}
|
|
119
119
|
[attachment-wrap] {
|
|
@@ -229,14 +229,13 @@ class AssignBufferLocation extends localize(i18next)(PageView) {
|
|
|
229
229
|
<label>${i18next.t('label.attachment')}</label>
|
|
230
230
|
<ul attachment-wrap>
|
|
231
231
|
${(this._attachments || []).map(
|
|
232
|
-
attachment =>
|
|
233
|
-
|
|
234
|
-
<
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
`
|
|
232
|
+
attachment => html`
|
|
233
|
+
<li>
|
|
234
|
+
<a href="${location.origin}/attachment/${attachment.path}" download
|
|
235
|
+
><mwc-icon>attach_file</mwc-icon> ${attachment.name}</a
|
|
236
|
+
>
|
|
237
|
+
</li>
|
|
238
|
+
`
|
|
240
239
|
)}
|
|
241
240
|
</ul>
|
|
242
241
|
`
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
2
2
|
import '@operato/data-grist'
|
|
3
3
|
import { getRenderer } from '@operato/data-grist'
|
|
4
|
-
import { i18next, localize } from '@
|
|
4
|
+
import { i18next, localize } from '@operato/i18n'
|
|
5
5
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
6
6
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
7
|
-
import { isMobileDevice } from '@
|
|
7
|
+
import { isMobileDevice } from '@operato/utils'
|
|
8
8
|
import gql from 'graphql-tag'
|
|
9
9
|
import { css, html } from 'lit'
|
|
10
10
|
import '../../components/attachment-viewer'
|
|
@@ -50,7 +50,7 @@ class CheckArrivedNotice extends localize(i18next)(PageView) {
|
|
|
50
50
|
display: flex;
|
|
51
51
|
}
|
|
52
52
|
.grist {
|
|
53
|
-
background-color: var(--
|
|
53
|
+
background-color: var(--md-sys-color-background);
|
|
54
54
|
display: flex;
|
|
55
55
|
flex-direction: column;
|
|
56
56
|
flex: 1;
|
|
@@ -75,7 +75,7 @@ class CheckArrivedNotice extends localize(i18next)(PageView) {
|
|
|
75
75
|
margin: var(--grist-title-margin);
|
|
76
76
|
border: var(--grist-title-border);
|
|
77
77
|
font: var(--grist-title-font);
|
|
78
|
-
color: var(--
|
|
78
|
+
color: var(--md-sys-color-secondary);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.grist h2 mwc-icon {
|
|
@@ -108,7 +108,7 @@ class CheckArrivedNotice extends localize(i18next)(PageView) {
|
|
|
108
108
|
text-overflow: ellipsis;
|
|
109
109
|
overflow: hidden;
|
|
110
110
|
white-space: nowrap;
|
|
111
|
-
color: var(--
|
|
111
|
+
color: var(--md-sys-color-primary);
|
|
112
112
|
font-size: var(--fontsize-default);
|
|
113
113
|
}
|
|
114
114
|
[attachment-wrap] {
|
|
@@ -225,14 +225,13 @@ class CheckArrivedNotice extends localize(i18next)(PageView) {
|
|
|
225
225
|
<label>${i18next.t('label.attachment')}</label>
|
|
226
226
|
<ul attachment-wrap>
|
|
227
227
|
${(this._attachments || []).map(
|
|
228
|
-
attachment =>
|
|
229
|
-
|
|
230
|
-
<
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
`
|
|
228
|
+
attachment => html`
|
|
229
|
+
<li>
|
|
230
|
+
<a href="${location.origin}/attachment/${attachment.path}" download
|
|
231
|
+
><mwc-icon>attach_file</mwc-icon> ${attachment.name}</a
|
|
232
|
+
>
|
|
233
|
+
</li>
|
|
234
|
+
`
|
|
236
235
|
)}
|
|
237
236
|
</ul>
|
|
238
237
|
`
|
|
@@ -9,11 +9,11 @@ import { css, html } from 'lit'
|
|
|
9
9
|
|
|
10
10
|
import { getCodeByName } from '@things-factory/code-base'
|
|
11
11
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
12
|
-
import { i18next, localize } from '@
|
|
12
|
+
import { i18next, localize } from '@operato/i18n'
|
|
13
13
|
import { openPopup } from '@operato/layout'
|
|
14
14
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
15
15
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
16
|
-
import { isMobileDevice } from '@
|
|
16
|
+
import { isMobileDevice } from '@operato/utils'
|
|
17
17
|
|
|
18
18
|
import { fetchSettingRule } from '../../../fetch-setting-value'
|
|
19
19
|
import { VAS_BATCH_AND_PRODUCT_TYPE, VAS_BATCH_NO_TYPE, VAS_PRODUCT_TYPE } from '../../constants'
|
|
@@ -90,10 +90,10 @@ class CreateArrivalNotice extends localize(i18next)(PageView) {
|
|
|
90
90
|
}
|
|
91
91
|
[attachment-wrap] file-uploader {
|
|
92
92
|
flex: 1;
|
|
93
|
-
margin: 0 var(--
|
|
93
|
+
margin: 0 var(--spacing-large) 0 var(--spacing-small);
|
|
94
94
|
}
|
|
95
95
|
.grist {
|
|
96
|
-
background-color: var(--
|
|
96
|
+
background-color: var(--md-sys-color-background);
|
|
97
97
|
display: flex;
|
|
98
98
|
flex-direction: column;
|
|
99
99
|
flex: 1;
|
|
@@ -117,7 +117,7 @@ class CreateArrivalNotice extends localize(i18next)(PageView) {
|
|
|
117
117
|
margin: var(--grist-title-margin);
|
|
118
118
|
border: var(--grist-title-border);
|
|
119
119
|
font: var(--grist-title-font);
|
|
120
|
-
color: var(--
|
|
120
|
+
color: var(--md-sys-color-secondary);
|
|
121
121
|
}
|
|
122
122
|
.grist h2 mwc-icon {
|
|
123
123
|
vertical-align: middle;
|
|
@@ -314,10 +314,9 @@ class CreateArrivalNotice extends localize(i18next)(PageView) {
|
|
|
314
314
|
<select name="containerSize" ?hidden="${!this._hasContainer}">
|
|
315
315
|
<option value="">--${i18next.t('label.please_select_a_container_size')}--</option>
|
|
316
316
|
${(this.containerSizes || []).map(
|
|
317
|
-
containerSize =>
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
`
|
|
317
|
+
containerSize => html`
|
|
318
|
+
<option value="${containerSize && containerSize.name}">${containerSize && containerSize.name}</option>
|
|
319
|
+
`
|
|
321
320
|
)}
|
|
322
321
|
</select>
|
|
323
322
|
|