@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
|
@@ -15,7 +15,7 @@ import orderBy from 'lodash-es/orderBy'
|
|
|
15
15
|
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
16
16
|
|
|
17
17
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
18
|
-
import { i18next, localize } from '@
|
|
18
|
+
import { i18next, localize } from '@operato/i18n'
|
|
19
19
|
import { openPopup } from '@operato/layout'
|
|
20
20
|
import { client, CustomAlert, PageView, store } from '@things-factory/shell'
|
|
21
21
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
@@ -66,7 +66,7 @@ class UnloadProduct extends connect(store)(localize(i18next)(PageView)) {
|
|
|
66
66
|
flex: 1;
|
|
67
67
|
}
|
|
68
68
|
#form-section {
|
|
69
|
-
background-color:
|
|
69
|
+
background-color: var(--md-sys-color-surface);
|
|
70
70
|
}
|
|
71
71
|
:host {
|
|
72
72
|
display: flex;
|
|
@@ -1148,8 +1148,8 @@ class UnloadProduct extends connect(store)(localize(i18next)(PageView)) {
|
|
|
1148
1148
|
foundOrderProducts?.length >= 1
|
|
1149
1149
|
? foundOrderProducts[0].product
|
|
1150
1150
|
: foundOrderProducts?.length == 0 && foundParentProducts?.length > 0
|
|
1151
|
-
|
|
1152
|
-
|
|
1151
|
+
? foundParentProducts[0].product
|
|
1152
|
+
: null
|
|
1153
1153
|
|
|
1154
1154
|
if (this._selectedOrderProduct && this._selectedOrderProduct.product.sku !== product.sku)
|
|
1155
1155
|
this._selectedOrderProduct = null
|
|
@@ -3,9 +3,9 @@ import '@operato/data-grist'
|
|
|
3
3
|
import { css, html, LitElement } from 'lit'
|
|
4
4
|
import { connect } from 'pwa-helpers/connect-mixin'
|
|
5
5
|
|
|
6
|
-
import { i18next, localize } from '@
|
|
7
|
-
import { store } from '@
|
|
8
|
-
import { isMobileDevice } from '@
|
|
6
|
+
import { i18next, localize } from '@operato/i18n'
|
|
7
|
+
import { store } from '@operato/shell'
|
|
8
|
+
import { isMobileDevice } from '@operato/utils'
|
|
9
9
|
|
|
10
10
|
class UnloadedInventoriesPopup extends connect(store)(localize(i18next)(LitElement)) {
|
|
11
11
|
static get properties() {
|
|
@@ -24,7 +24,7 @@ class UnloadedInventoriesPopup extends connect(store)(localize(i18next)(LitEleme
|
|
|
24
24
|
flex: 1;
|
|
25
25
|
}
|
|
26
26
|
.grist {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--md-sys-color-background);
|
|
28
28
|
display: flex;
|
|
29
29
|
flex-direction: column;
|
|
30
30
|
flex: 1;
|
|
@@ -35,7 +35,7 @@ class UnloadedInventoriesPopup extends connect(store)(localize(i18next)(LitEleme
|
|
|
35
35
|
display: flex;
|
|
36
36
|
flex-direction: column;
|
|
37
37
|
overflow-x: overlay;
|
|
38
|
-
background-color: var(--
|
|
38
|
+
background-color: var(--md-sys-color-background);
|
|
39
39
|
}
|
|
40
40
|
`
|
|
41
41
|
]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '@things-factory/form-ui'
|
|
2
2
|
import '@operato/data-grist'
|
|
3
|
-
import { i18next, localize } from '@
|
|
4
|
-
import { client } from '@
|
|
5
|
-
import { ScrollbarStyles } from '@
|
|
6
|
-
import { isMobileDevice } from '@
|
|
3
|
+
import { i18next, localize } from '@operato/i18n'
|
|
4
|
+
import { client } from '@operato/graphql'
|
|
5
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
6
|
+
import { isMobileDevice } from '@operato/utils'
|
|
7
7
|
import gql from 'graphql-tag'
|
|
8
8
|
import { css, html, LitElement } from 'lit'
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@ export class VasSelector extends localize(i18next)(LitElement) {
|
|
|
16
16
|
display: flex;
|
|
17
17
|
flex-direction: column;
|
|
18
18
|
overflow: hidden;
|
|
19
|
-
background-color:
|
|
19
|
+
background-color: var(--md-sys-color-surface);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
search-form {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '@things-factory/barcode-ui'
|
|
2
2
|
import { MultiColumnFormStyles } from '@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 { 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 { WORKSHEET_STATUS } from '../constants'
|
|
@@ -42,7 +42,7 @@ class WorksheetPutawayReturn extends localize(i18next)(PageView) {
|
|
|
42
42
|
margin: 10px;
|
|
43
43
|
}
|
|
44
44
|
.grist {
|
|
45
|
-
background-color: var(--
|
|
45
|
+
background-color: var(--md-sys-color-background);
|
|
46
46
|
display: flex;
|
|
47
47
|
flex-direction: column;
|
|
48
48
|
flex: 1;
|
|
@@ -62,7 +62,7 @@ class WorksheetPutawayReturn extends localize(i18next)(PageView) {
|
|
|
62
62
|
margin: var(--grist-title-margin);
|
|
63
63
|
border: var(--grist-title-border);
|
|
64
64
|
font: var(--grist-title-font);
|
|
65
|
-
color: var(--
|
|
65
|
+
color: var(--md-sys-color-secondary);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.grist h2 mwc-icon {
|
|
@@ -6,10 +6,10 @@ import { css, html } from 'lit'
|
|
|
6
6
|
|
|
7
7
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
8
8
|
import { getRenderer } from '@operato/data-grist'
|
|
9
|
-
import { i18next, localize } from '@
|
|
9
|
+
import { i18next, localize } from '@operato/i18n'
|
|
10
10
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
11
11
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
12
|
-
import { isMobileDevice } from '@
|
|
12
|
+
import { isMobileDevice } from '@operato/utils'
|
|
13
13
|
|
|
14
14
|
import {
|
|
15
15
|
VAS_BATCH_AND_PRODUCT_TYPE,
|
|
@@ -53,7 +53,7 @@ class WorksheetPutaway extends localize(i18next)(PageView) {
|
|
|
53
53
|
margin: 10px;
|
|
54
54
|
}
|
|
55
55
|
.grist {
|
|
56
|
-
background-color: var(--
|
|
56
|
+
background-color: var(--md-sys-color-background);
|
|
57
57
|
display: flex;
|
|
58
58
|
flex-direction: column;
|
|
59
59
|
flex: 1;
|
|
@@ -73,7 +73,7 @@ class WorksheetPutaway extends localize(i18next)(PageView) {
|
|
|
73
73
|
margin: var(--grist-title-margin);
|
|
74
74
|
border: var(--grist-title-border);
|
|
75
75
|
font: var(--grist-title-font);
|
|
76
|
-
color: var(--
|
|
76
|
+
color: var(--md-sys-color-secondary);
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.grist h2 mwc-icon {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '@things-factory/barcode-ui'
|
|
2
2
|
import { MultiColumnFormStyles } from '@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 { openPopup } from '@operato/layout'
|
|
6
6
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
7
7
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
8
|
-
import { isMobileDevice } from '@
|
|
8
|
+
import { isMobileDevice } from '@operato/utils'
|
|
9
9
|
import gql from 'graphql-tag'
|
|
10
10
|
import { css, html } from 'lit'
|
|
11
11
|
import { fetchSettingRule } from '../../fetch-setting-value'
|
|
@@ -48,7 +48,7 @@ class WorksheetUnloadingReturn extends localize(i18next)(PageView) {
|
|
|
48
48
|
margin: 10px;
|
|
49
49
|
}
|
|
50
50
|
.grist {
|
|
51
|
-
background-color: var(--
|
|
51
|
+
background-color: var(--md-sys-color-background);
|
|
52
52
|
display: flex;
|
|
53
53
|
flex-direction: column;
|
|
54
54
|
flex: 1;
|
|
@@ -68,7 +68,7 @@ class WorksheetUnloadingReturn extends localize(i18next)(PageView) {
|
|
|
68
68
|
margin: var(--grist-title-margin);
|
|
69
69
|
border: var(--grist-title-border);
|
|
70
70
|
font: var(--grist-title-font);
|
|
71
|
-
color: var(--
|
|
71
|
+
color: var(--md-sys-color-secondary);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.grist h2 mwc-icon {
|
|
@@ -13,7 +13,7 @@ import { css, html } from 'lit'
|
|
|
13
13
|
import { getCodeByName } from '@things-factory/code-base'
|
|
14
14
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
15
15
|
import { getRenderer } from '@operato/data-grist'
|
|
16
|
-
import { i18next, localize } from '@
|
|
16
|
+
import { i18next, localize } from '@operato/i18n'
|
|
17
17
|
import { openPopup } from '@operato/layout'
|
|
18
18
|
import { client, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
19
19
|
import { CommonButtonStyles } from '@things-factory/styles'
|
|
@@ -71,7 +71,7 @@ class WorksheetUnloading extends localize(i18next)(PageView) {
|
|
|
71
71
|
margin: 10px;
|
|
72
72
|
}
|
|
73
73
|
.grist {
|
|
74
|
-
background-color: var(--
|
|
74
|
+
background-color: var(--md-sys-color-background);
|
|
75
75
|
display: flex;
|
|
76
76
|
flex-direction: column;
|
|
77
77
|
flex: 1;
|
|
@@ -91,7 +91,7 @@ class WorksheetUnloading extends localize(i18next)(PageView) {
|
|
|
91
91
|
margin: var(--grist-title-margin);
|
|
92
92
|
border: var(--grist-title-border);
|
|
93
93
|
font: var(--grist-title-font);
|
|
94
|
-
color: var(--
|
|
94
|
+
color: var(--md-sys-color-secondary);
|
|
95
95
|
}
|
|
96
96
|
.grist h2 mwc-icon {
|
|
97
97
|
vertical-align: middle;
|
|
@@ -7,10 +7,10 @@ import { css, html } from 'lit'
|
|
|
7
7
|
import { connect } from 'pwa-helpers/connect-mixin'
|
|
8
8
|
|
|
9
9
|
import { getCodeByName } from '@things-factory/code-base'
|
|
10
|
-
import { i18next, localize } from '@
|
|
10
|
+
import { i18next, localize } from '@operato/i18n'
|
|
11
11
|
import { client, PageView, store, gqlContext } from '@things-factory/shell'
|
|
12
12
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
13
|
-
import { isMobileDevice } from '@
|
|
13
|
+
import { isMobileDevice } from '@operato/utils'
|
|
14
14
|
import { openPopup } from '@operato/layout'
|
|
15
15
|
|
|
16
16
|
class InventoryAdjustmentApproval extends connect(store)(localize(i18next)(PageView)) {
|
|
@@ -35,7 +35,7 @@ class InventoryAdjustmentApproval extends connect(store)(localize(i18next)(PageV
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.grist {
|
|
38
|
-
background-color: var(--
|
|
38
|
+
background-color: var(--md-sys-color-background);
|
|
39
39
|
display: flex;
|
|
40
40
|
flex-direction: column;
|
|
41
41
|
overflow-y: auto;
|
|
@@ -11,11 +11,11 @@ import { connect } from 'pwa-helpers/connect-mixin'
|
|
|
11
11
|
|
|
12
12
|
import { DirectPrinter } from '@things-factory/barcode-base'
|
|
13
13
|
import { getCodeByName } from '@things-factory/code-base'
|
|
14
|
-
import { i18next, localize } from '@
|
|
14
|
+
import { i18next, localize } from '@operato/i18n'
|
|
15
15
|
import { openPopup } from '@operato/layout'
|
|
16
16
|
import { client, CustomAlert, PageView, store } 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
|
import { fetchPageSettings } from '../../util/index'
|
|
21
21
|
|
|
@@ -5,11 +5,11 @@ import './inventory-history-by-pallet'
|
|
|
5
5
|
import gql from 'graphql-tag'
|
|
6
6
|
import { css, html, LitElement } from 'lit'
|
|
7
7
|
|
|
8
|
-
import { i18next, localize } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
9
|
import { openPopup } from '@operato/layout'
|
|
10
|
-
import { client } from '@
|
|
11
|
-
import { ScrollbarStyles } from '@
|
|
12
|
-
import { isMobileDevice } from '@
|
|
10
|
+
import { client } from '@operato/graphql'
|
|
11
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
12
|
+
import { isMobileDevice } from '@operato/utils'
|
|
13
13
|
|
|
14
14
|
class InventoryByProductDetail extends localize(i18next)(LitElement) {
|
|
15
15
|
static get styles() {
|
|
@@ -6,11 +6,11 @@ import './inventory-by-product-detail'
|
|
|
6
6
|
import gql from 'graphql-tag'
|
|
7
7
|
import { css, html } from 'lit'
|
|
8
8
|
|
|
9
|
-
import { i18next, localize } from '@
|
|
9
|
+
import { i18next, localize } from '@operato/i18n'
|
|
10
10
|
import { openPopup } from '@operato/layout'
|
|
11
11
|
import { client, PageView } from '@things-factory/shell'
|
|
12
|
-
import { ScrollbarStyles } from '@
|
|
13
|
-
import { isMobileDevice } from '@
|
|
12
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
13
|
+
import { isMobileDevice } from '@operato/utils'
|
|
14
14
|
|
|
15
15
|
class InventoryByProduct extends localize(i18next)(PageView) {
|
|
16
16
|
static get properties() {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '@material/mwc-button/mwc-button'
|
|
2
2
|
import '@operato/data-grist'
|
|
3
|
-
import { i18next, localize } from '@
|
|
4
|
-
import { client } from '@
|
|
5
|
-
import { isMobileDevice } from '@
|
|
6
|
-
import { ScrollbarStyles } from '@
|
|
3
|
+
import { i18next, localize } from '@operato/i18n'
|
|
4
|
+
import { client } from '@operato/graphql'
|
|
5
|
+
import { isMobileDevice } from '@operato/utils'
|
|
6
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
7
7
|
import gql from 'graphql-tag'
|
|
8
8
|
import { css, html, LitElement } from 'lit'
|
|
9
9
|
|
|
@@ -4,10 +4,10 @@ import '@operato/data-grist'
|
|
|
4
4
|
import gql from 'graphql-tag'
|
|
5
5
|
import { css, html } from 'lit'
|
|
6
6
|
|
|
7
|
-
import { i18next, localize } from '@
|
|
7
|
+
import { i18next, localize } from '@operato/i18n'
|
|
8
8
|
import { client, PageView } from '@things-factory/shell'
|
|
9
|
-
import { ScrollbarStyles } from '@
|
|
10
|
-
import { isMobileDevice } from '@
|
|
9
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
10
|
+
import { isMobileDevice } from '@operato/utils'
|
|
11
11
|
|
|
12
12
|
class InventoryHistory extends localize(i18next)(PageView) {
|
|
13
13
|
static get styles() {
|
|
@@ -5,10 +5,10 @@ import gql from 'graphql-tag'
|
|
|
5
5
|
import { css, html } from 'lit'
|
|
6
6
|
import { connect } from 'pwa-helpers/connect-mixin'
|
|
7
7
|
|
|
8
|
-
import { i18next, localize } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
9
|
import { client, PageView, store } 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 NonLoadedInventory extends connect(store)(localize(i18next)(PageView)) {
|
|
14
14
|
static get styles() {
|
|
@@ -6,9 +6,9 @@ import { css, html } from 'lit'
|
|
|
6
6
|
import { connect } from 'pwa-helpers/connect-mixin'
|
|
7
7
|
|
|
8
8
|
import { getCodeByName } from '@things-factory/code-base'
|
|
9
|
-
import { i18next, localize } from '@
|
|
9
|
+
import { i18next, localize } from '@operato/i18n'
|
|
10
10
|
import { client, PageView, store } from '@things-factory/shell'
|
|
11
|
-
import { ScrollbarStyles } from '@
|
|
11
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
12
12
|
import { flattenObject, isMobileDevice } from '@things-factory/utils'
|
|
13
13
|
|
|
14
14
|
class OnhandInventory extends connect(store)(localize(i18next)(PageView)) {
|
|
@@ -5,9 +5,9 @@ import gql from 'graphql-tag'
|
|
|
5
5
|
import { css, html, LitElement } from 'lit'
|
|
6
6
|
|
|
7
7
|
import { MultiColumnFormStyles, SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
8
|
-
import { i18next, localize } from '@
|
|
9
|
-
import { client } from '@
|
|
10
|
-
import { isMobileDevice } from '@
|
|
8
|
+
import { i18next, localize } from '@operato/i18n'
|
|
9
|
+
import { client } from '@operato/graphql'
|
|
10
|
+
import { isMobileDevice } from '@operato/utils'
|
|
11
11
|
|
|
12
12
|
import { INVENTORY_ITEM_CHANGE_TRANSACTION_TYPE, INVENTORY_ITEM_CHANGE_TYPE } from '../constants'
|
|
13
13
|
|
|
@@ -22,10 +22,10 @@ class SerialNumberListPopup extends localize(i18next)(LitElement) {
|
|
|
22
22
|
display: flex;
|
|
23
23
|
flex-direction: column;
|
|
24
24
|
overflow-x: overlay;
|
|
25
|
-
background-color: var(--
|
|
25
|
+
background-color: var(--md-sys-color-background);
|
|
26
26
|
}
|
|
27
27
|
.grist {
|
|
28
|
-
background-color: var(--
|
|
28
|
+
background-color: var(--md-sys-color-background);
|
|
29
29
|
display: flex;
|
|
30
30
|
flex-direction: column;
|
|
31
31
|
flex: 1;
|
|
@@ -99,8 +99,8 @@ class SerialNumberListPopup extends localize(i18next)(LitElement) {
|
|
|
99
99
|
this.inventory?.cartonId
|
|
100
100
|
? this.inventory.cartonId
|
|
101
101
|
: this.inventory?.palletId
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
? this.inventory.palletId
|
|
103
|
+
: ''
|
|
104
104
|
} (${this.inventory.transactionType})`
|
|
105
105
|
: `${this.inventory.product.sku} - ${`${this.inventory.product.name}`} ( ${this.data?.total || 0} / ${
|
|
106
106
|
this.inventory.qty
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import '@things-factory/barcode-ui'
|
|
2
2
|
import { SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
3
|
-
import { client } from '@
|
|
3
|
+
import { client } from '@operato/graphql'
|
|
4
4
|
import gql from 'graphql-tag'
|
|
5
|
-
import { i18next, localize } from '@
|
|
5
|
+
import { i18next, localize } from '@operato/i18n'
|
|
6
6
|
import { css, html, LitElement } from 'lit'
|
|
7
7
|
|
|
8
8
|
class CheckInventoryPopup extends localize(i18next)(LitElement) {
|
|
@@ -27,10 +27,10 @@ class CheckInventoryPopup extends localize(i18next)(LitElement) {
|
|
|
27
27
|
display: flex;
|
|
28
28
|
flex-direction: column;
|
|
29
29
|
overflow-x: overlay;
|
|
30
|
-
background-color: var(--
|
|
30
|
+
background-color: var(--md-sys-color-background);
|
|
31
31
|
}
|
|
32
32
|
.grist {
|
|
33
|
-
background-color: var(--
|
|
33
|
+
background-color: var(--md-sys-color-background);
|
|
34
34
|
display: flex;
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
flex: 1;
|
|
@@ -58,7 +58,7 @@ class CheckInventoryPopup extends localize(i18next)(LitElement) {
|
|
|
58
58
|
margin: var(--button-container-button-margin);
|
|
59
59
|
|
|
60
60
|
padding: var(--button-padding);
|
|
61
|
-
color: var(--
|
|
61
|
+
color: var(--md-sys-color-on-primary);
|
|
62
62
|
font: var(--button-font);
|
|
63
63
|
text-transform: var(--button-text-transform);
|
|
64
64
|
}
|
|
@@ -7,11 +7,11 @@ import gql from 'graphql-tag'
|
|
|
7
7
|
import { css, html } from 'lit'
|
|
8
8
|
|
|
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, CustomAlert, navigate, PageView } from '@things-factory/shell'
|
|
13
13
|
import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
|
|
14
|
-
import { isMobileDevice } from '@
|
|
14
|
+
import { isMobileDevice } from '@operato/utils'
|
|
15
15
|
|
|
16
16
|
import { fetchLocationSortingRule } from '../../fetch-location-sorting-rule'
|
|
17
17
|
import { LOCATION_SORTING_RULE } from '../constants'
|
|
@@ -61,7 +61,7 @@ class CreateCycleCount extends localize(i18next)(PageView) {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
h2 {
|
|
64
|
-
margin: 0 var(--
|
|
64
|
+
margin: 0 var(--spacing-large);
|
|
65
65
|
padding: var(--subtitle-padding);
|
|
66
66
|
font: var(--grist-title-font);
|
|
67
67
|
color: var(--subtitle-text-color);
|
|
@@ -82,7 +82,7 @@ class CreateCycleCount extends localize(i18next)(PageView) {
|
|
|
82
82
|
margin: var(--button-container-button-margin);
|
|
83
83
|
|
|
84
84
|
padding: var(--button-padding);
|
|
85
|
-
color: var(--
|
|
85
|
+
color: var(--md-sys-color-on-primary);
|
|
86
86
|
font: var(--button-font);
|
|
87
87
|
text-transform: var(--button-text-transform);
|
|
88
88
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
2
|
-
import { i18next, localize } from '@
|
|
2
|
+
import { i18next, localize } from '@operato/i18n'
|
|
3
3
|
import { client, CustomAlert } from '@things-factory/shell'
|
|
4
|
-
import { isMobileDevice } from '@
|
|
4
|
+
import { isMobileDevice } from '@operato/utils'
|
|
5
5
|
import gql from 'graphql-tag'
|
|
6
6
|
import { css, html, LitElement } from 'lit'
|
|
7
7
|
|
|
@@ -25,10 +25,10 @@ class CycleCountRecheckPopup extends localize(i18next)(LitElement) {
|
|
|
25
25
|
display: flex;
|
|
26
26
|
flex-direction: column;
|
|
27
27
|
overflow-x: overlay;
|
|
28
|
-
background-color: var(--
|
|
28
|
+
background-color: var(--md-sys-color-background);
|
|
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;
|
|
@@ -53,7 +53,7 @@ class CycleCountRecheckPopup extends localize(i18next)(LitElement) {
|
|
|
53
53
|
margin: var(--button-container-button-margin);
|
|
54
54
|
|
|
55
55
|
padding: var(--button-padding);
|
|
56
|
-
color: var(--
|
|
56
|
+
color: var(--md-sys-color-on-primary);
|
|
57
57
|
font: var(--button-container-button-font);
|
|
58
58
|
text-transform: var(--button-text-transform);
|
|
59
59
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { MultiColumnFormStyles } from '@things-factory/form-ui'
|
|
2
2
|
import '@operato/data-grist'
|
|
3
|
-
import { i18next, localize } from '@
|
|
3
|
+
import { i18next, localize } from '@operato/i18n'
|
|
4
4
|
import { openPopup } from '@operato/layout'
|
|
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 { ORDER_STATUS, WORKSHEET_STATUS, WORKSHEET_TYPE } from '../constants'
|
|
@@ -40,7 +40,7 @@ class CycleCountReport extends localize(i18next)(PageView) {
|
|
|
40
40
|
flex: 1;
|
|
41
41
|
}
|
|
42
42
|
.grist {
|
|
43
|
-
background-color: var(--
|
|
43
|
+
background-color: var(--md-sys-color-background);
|
|
44
44
|
display: flex;
|
|
45
45
|
flex-direction: column;
|
|
46
46
|
flex: 1;
|
|
@@ -60,7 +60,7 @@ class CycleCountReport extends localize(i18next)(PageView) {
|
|
|
60
60
|
margin: var(--grist-title-margin);
|
|
61
61
|
border: var(--grist-title-border);
|
|
62
62
|
font: var(--grist-title-font);
|
|
63
|
-
color: var(--
|
|
63
|
+
color: var(--md-sys-color-secondary);
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.grist h2 mwc-icon {
|
|
@@ -7,11 +7,11 @@ import { css, html } from 'lit'
|
|
|
7
7
|
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
8
8
|
|
|
9
9
|
import { MultiColumnFormStyles, SingleColumnFormStyles } 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, CustomAlert, PageView, store, UPDATE_CONTEXT } 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 { fetchLocationSortingRule } from '../../fetch-location-sorting-rule'
|
|
17
17
|
import { fetchSettingRule } from '../../fetch-setting-value'
|
|
@@ -56,7 +56,7 @@ class InspectingProduct extends connect(store)(localize(i18next)(PageView)) {
|
|
|
56
56
|
flex-direction: column;
|
|
57
57
|
}
|
|
58
58
|
.grist {
|
|
59
|
-
background-color: var(--
|
|
59
|
+
background-color: var(--md-sys-color-background);
|
|
60
60
|
display: flex;
|
|
61
61
|
flex: 1;
|
|
62
62
|
overflow: auto;
|
|
@@ -91,7 +91,7 @@ class InspectingProduct extends connect(store)(localize(i18next)(PageView)) {
|
|
|
91
91
|
margin: var(--grist-title-margin);
|
|
92
92
|
border: var(--grist-title-border);
|
|
93
93
|
font: var(--grist-title-font);
|
|
94
|
-
color: var(--
|
|
94
|
+
color: var(--md-sys-color-secondary);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.grist h2 mwc-icon {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '@things-factory/form-ui'
|
|
2
2
|
import '@operato/data-grist'
|
|
3
|
-
import { i18next, localize } from '@
|
|
3
|
+
import { i18next, localize } from '@operato/i18n'
|
|
4
4
|
import { openPopup } from '@operato/layout'
|
|
5
5
|
import { client, navigate, PageView } from '@things-factory/shell'
|
|
6
|
-
import { ScrollbarStyles } from '@
|
|
7
|
-
import { isMobileDevice } from '@
|
|
6
|
+
import { ScrollbarStyles } from '@operato/styles'
|
|
7
|
+
import { isMobileDevice } from '@operato/utils'
|
|
8
8
|
import gql from 'graphql-tag'
|
|
9
9
|
import { css, html } from 'lit'
|
|
10
10
|
import {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { SingleColumnFormStyles } from '@things-factory/form-ui'
|
|
2
2
|
import '@material/mwc-button/mwc-button'
|
|
3
3
|
import '@operato/data-grist'
|
|
4
|
-
import { i18next, localize } from '@
|
|
5
|
-
import { client } from '@
|
|
6
|
-
import { isMobileDevice } from '@
|
|
4
|
+
import { i18next, localize } from '@operato/i18n'
|
|
5
|
+
import { client } from '@operato/graphql'
|
|
6
|
+
import { isMobileDevice } from '@operato/utils'
|
|
7
7
|
import { css, html, LitElement } from 'lit'
|
|
8
8
|
import gql from 'graphql-tag'
|
|
9
9
|
|
|
@@ -17,10 +17,10 @@ class SearchPopup extends localize(i18next)(LitElement) {
|
|
|
17
17
|
display: flex;
|
|
18
18
|
flex-direction: column;
|
|
19
19
|
overflow-x: overlay;
|
|
20
|
-
background-color: var(--
|
|
20
|
+
background-color: var(--md-sys-color-background);
|
|
21
21
|
}
|
|
22
22
|
.grist {
|
|
23
|
-
background-color: var(--
|
|
23
|
+
background-color: var(--md-sys-color-background);
|
|
24
24
|
display: flex;
|
|
25
25
|
flex-direction: column;
|
|
26
26
|
flex: 1;
|
|
@@ -51,7 +51,7 @@ class SearchPopup extends localize(i18next)(LitElement) {
|
|
|
51
51
|
margin: var(--button-container-button-margin);
|
|
52
52
|
|
|
53
53
|
padding: var(--button-padding);
|
|
54
|
-
color: var(--
|
|
54
|
+
color: var(--md-sys-color-on-primary);
|
|
55
55
|
font: var(--button-font);
|
|
56
56
|
text-transform: var(--button-text-transform);
|
|
57
57
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '@things-factory/barcode-ui'
|
|
2
2
|
import { MultiColumnFormStyles } from '@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 { 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 { WORKSHEET_STATUS } from '../constants'
|
|
@@ -41,7 +41,7 @@ class WorksheetCycleCount extends localize(i18next)(PageView) {
|
|
|
41
41
|
margin: 10px;
|
|
42
42
|
}
|
|
43
43
|
.grist {
|
|
44
|
-
background-color: var(--
|
|
44
|
+
background-color: var(--md-sys-color-background);
|
|
45
45
|
display: flex;
|
|
46
46
|
flex-direction: column;
|
|
47
47
|
flex: 1;
|
|
@@ -61,7 +61,7 @@ class WorksheetCycleCount extends localize(i18next)(PageView) {
|
|
|
61
61
|
margin: var(--grist-title-margin);
|
|
62
62
|
border: var(--grist-title-border);
|
|
63
63
|
font: var(--grist-title-font);
|
|
64
|
-
color: var(--
|
|
64
|
+
color: var(--md-sys-color-secondary);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.grist h2 mwc-icon {
|