@things-factory/operato-wms 5.0.2 → 5.0.11
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/config.development.js +73 -0
- package/config.production.js +113 -0
- package/dist-server/graphql/index.js +3 -25
- package/dist-server/graphql/index.js.map +1 -1
- package/dist-server/graphql/resolvers/board-setting/board-settings.js.map +1 -1
- package/dist-server/graphql/resolvers/board-setting/index.js.map +1 -1
- 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.js.map +1 -1
- 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.js.map +1 -1
- 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.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/index.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/kimeda/index.js.map +1 -1
- 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.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/collection-orders-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/delivery-orders-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/index.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/inventory-expiry-monitor.js +2 -12
- package/dist-server/graphql/resolvers/dashboard/inventory-expiry-monitor.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/outbound-order-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/release-goods-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/extra/add-release-good-products.js.map +1 -1
- package/dist-server/graphql/resolvers/extra/index.js.map +1 -1
- package/dist-server/graphql/resolvers/index.js +11 -33
- package/dist-server/graphql/resolvers/index.js.map +1 -1
- package/dist-server/graphql/resolvers/inventory-comparison/index.js.map +1 -1
- package/dist-server/graphql/resolvers/inventory-comparison/inventory-comparison-list.js.map +1 -1
- package/dist-server/graphql/resolvers/opa-menu/index.js.map +1 -1
- package/dist-server/graphql/resolvers/opa-menu/opa-menus.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/costing-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/inbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/inbound-serial-number-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/index.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/outbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/outbound-serial-number-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/product-label-report.js.map +1 -1
- package/dist-server/graphql/resolvers/shipping-provider/index.js.map +1 -1
- package/dist-server/graphql/resolvers/shipping-provider/shipping-providers.js.map +1 -1
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/index.js.map +1 -1
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.js.map +1 -1
- package/dist-server/graphql/types/board-setting/board-setting.js +2 -4
- package/dist-server/graphql/types/board-setting/board-setting.js.map +1 -1
- package/dist-server/graphql/types/board-setting/index.js.map +1 -1
- package/dist-server/graphql/types/custom/elccl/elccl-daily-collection-report-list.js +2 -4
- package/dist-server/graphql/types/custom/elccl/elccl-daily-collection-report-list.js.map +1 -1
- package/dist-server/graphql/types/custom/elccl/elccl-daily-collection-report.js +2 -4
- package/dist-server/graphql/types/custom/elccl/elccl-daily-collection-report.js.map +1 -1
- package/dist-server/graphql/types/custom/elccl/elccl-daily-order-inventory-report-list.js +2 -4
- package/dist-server/graphql/types/custom/elccl/elccl-daily-order-inventory-report-list.js.map +1 -1
- package/dist-server/graphql/types/custom/elccl/elccl-daily-order-inventory-report.js +2 -4
- package/dist-server/graphql/types/custom/elccl/elccl-daily-order-inventory-report.js.map +1 -1
- package/dist-server/graphql/types/custom/elccl/elccl-inventory-report.js +2 -4
- package/dist-server/graphql/types/custom/elccl/elccl-inventory-report.js.map +1 -1
- package/dist-server/graphql/types/custom/elccl/elccl-inventory-summary-report-list.js +2 -4
- package/dist-server/graphql/types/custom/elccl/elccl-inventory-summary-report-list.js.map +1 -1
- package/dist-server/graphql/types/custom/elccl/elccl-inventory-summary-report.js +2 -4
- package/dist-server/graphql/types/custom/elccl/elccl-inventory-summary-report.js.map +1 -1
- package/dist-server/graphql/types/custom/elccl/elccl-pallet-detail-report.js +2 -4
- package/dist-server/graphql/types/custom/elccl/elccl-pallet-detail-report.js.map +1 -1
- package/dist-server/graphql/types/custom/elccl/index.js.map +1 -1
- package/dist-server/graphql/types/custom/kimeda/index.js.map +1 -1
- package/dist-server/graphql/types/dashboard/index.js.map +1 -1
- package/dist-server/graphql/types/dashboard/inventory-expiry-counter.js +2 -4
- package/dist-server/graphql/types/dashboard/inventory-expiry-counter.js.map +1 -1
- package/dist-server/graphql/types/dashboard/inventory-expiry-status.js +2 -4
- package/dist-server/graphql/types/dashboard/inventory-expiry-status.js.map +1 -1
- package/dist-server/graphql/types/dashboard/order-status-counter.js +2 -4
- package/dist-server/graphql/types/dashboard/order-status-counter.js.map +1 -1
- package/dist-server/graphql/types/extra/index.js.map +1 -1
- package/dist-server/graphql/types/index.js +11 -33
- package/dist-server/graphql/types/index.js.map +1 -1
- package/dist-server/graphql/types/inventory-comparison/index.js.map +1 -1
- package/dist-server/graphql/types/inventory-comparison/inventory-comparison-list.js +2 -4
- package/dist-server/graphql/types/inventory-comparison/inventory-comparison-list.js.map +1 -1
- package/dist-server/graphql/types/inventory-comparison/inventory-comparison.js +2 -4
- package/dist-server/graphql/types/inventory-comparison/inventory-comparison.js.map +1 -1
- package/dist-server/graphql/types/opa-menu/index.js.map +1 -1
- package/dist-server/graphql/types/opa-menu/opa-menu.js +2 -4
- package/dist-server/graphql/types/opa-menu/opa-menu.js.map +1 -1
- package/dist-server/graphql/types/reports/costing-report-list.js +2 -4
- package/dist-server/graphql/types/reports/costing-report-list.js.map +1 -1
- package/dist-server/graphql/types/reports/costing-report.js +2 -4
- package/dist-server/graphql/types/reports/costing-report.js.map +1 -1
- package/dist-server/graphql/types/reports/inbound-order-details-report-list.js +2 -4
- package/dist-server/graphql/types/reports/inbound-order-details-report-list.js.map +1 -1
- package/dist-server/graphql/types/reports/inbound-order-details-report.js +2 -4
- package/dist-server/graphql/types/reports/inbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/types/reports/inbound-serial-number-report-list.js +2 -4
- package/dist-server/graphql/types/reports/inbound-serial-number-report-list.js.map +1 -1
- package/dist-server/graphql/types/reports/inbound-serial-number-report.js +2 -4
- package/dist-server/graphql/types/reports/inbound-serial-number-report.js.map +1 -1
- package/dist-server/graphql/types/reports/index.js.map +1 -1
- package/dist-server/graphql/types/reports/outbound-order-details-report-list.js +2 -4
- package/dist-server/graphql/types/reports/outbound-order-details-report-list.js.map +1 -1
- package/dist-server/graphql/types/reports/outbound-order-details-report.js +2 -4
- package/dist-server/graphql/types/reports/outbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/types/reports/outbound-serial-number-report-list.js +2 -4
- package/dist-server/graphql/types/reports/outbound-serial-number-report-list.js.map +1 -1
- package/dist-server/graphql/types/reports/outbound-serial-number-report.js +2 -4
- package/dist-server/graphql/types/reports/outbound-serial-number-report.js.map +1 -1
- package/dist-server/graphql/types/reports/product-label-report-list.js +2 -4
- package/dist-server/graphql/types/reports/product-label-report-list.js.map +1 -1
- package/dist-server/graphql/types/reports/product-label-report.js +2 -4
- package/dist-server/graphql/types/reports/product-label-report.js.map +1 -1
- package/dist-server/graphql/types/shipping-provider/index.js.map +1 -1
- package/dist-server/graphql/types/shipping-provider/shipping-provider-list.js +2 -4
- package/dist-server/graphql/types/shipping-provider/shipping-provider-list.js.map +1 -1
- package/dist-server/graphql/types/shipping-provider/shipping-provider.js +2 -4
- package/dist-server/graphql/types/shipping-provider/shipping-provider.js.map +1 -1
- package/dist-server/graphql/types/warehouse-inventory-adjustment/index.js.map +1 -1
- package/dist-server/index.js +3 -16
- package/dist-server/index.js.map +1 -1
- package/dist-server/migrations/1568858861188-SeedSetting.js.map +1 -1
- package/dist-server/migrations/1623308919899-SeedLocationRecommendSetting.js.map +1 -1
- package/dist-server/migrations/1623381200659-SeedStoringRule.js.map +1 -1
- package/dist-server/migrations/index.js.map +1 -1
- package/dist-server/opa-app-setting-constants.js.map +1 -1
- package/dist-server/routes.js +0 -1
- package/dist-server/routes.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -0
- package/dist-server/utils/index.js +2 -15
- package/dist-server/utils/index.js.map +1 -1
- package/dist-server/utils/report-query-util.js.map +1 -1
- package/package.json +37 -37
- package/server/routes.ts +0 -2
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.ElcclDailyOrderInventoryReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.ElcclDailyOrderInventoryReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type ElcclDailyOrderInventoryReport {
|
|
10
8
|
bizplace: Bizplace
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elccl-daily-order-inventory-report.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-daily-order-inventory-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"elccl-daily-order-inventory-report.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-daily-order-inventory-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,8BAA8B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;CAgBhD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const ElcclDailyOrderInventoryReport = gql`\n type ElcclDailyOrderInventoryReport {\n bizplace: Bizplace\n bag: Float\n bagRunningTotal: Float\n basket: Float\n basketRunningTotal: Float\n carton: Float\n cartonRunningTotal: Float\n createdAt: String\n doRefNo: String\n orderNo: String\n orderRefNo: String\n pallet:Float\n palletRunningTotal: Float\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.ElcclInventoryReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.ElcclInventoryReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type ElcclInventoryReport {
|
|
10
8
|
batchId: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elccl-inventory-report.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-inventory-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"elccl-inventory-report.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-inventory-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,oBAAoB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAatC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const ElcclInventoryReport = gql`\n type ElcclInventoryReport {\n batchId: String\n packingType: String\n product: Product\n refNo: String\n openingQty: Float\n openingUomValue: Float\n uomValue: Float\n qty: Float\n orderNo: String\n createdAt: String\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.ElcclInventorySummaryReportList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.ElcclInventorySummaryReportList = (0, graphql_tag_1.default) `
|
|
9
7
|
type ElcclInventorySummaryReportList {
|
|
10
8
|
items: [ElcclInventorySummaryReport]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elccl-inventory-summary-report-list.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-inventory-summary-report-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"elccl-inventory-summary-report-list.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-inventory-summary-report-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,+BAA+B,GAAG,IAAA,qBAAG,EAAA;;;;;CAKjD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const ElcclInventorySummaryReportList = gql`\n type ElcclInventorySummaryReportList {\n items: [ElcclInventorySummaryReport]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.ElcclInventorySummaryReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.ElcclInventorySummaryReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type ElcclInventorySummaryReport {
|
|
10
8
|
batchId: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elccl-inventory-summary-report.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-inventory-summary-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"elccl-inventory-summary-report.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-inventory-summary-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,2BAA2B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;CAc7C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const ElcclInventorySummaryReport = gql`\n type ElcclInventorySummaryReport {\n batchId: String\n packingType: String\n product: Product\n openingQty: Float\n adjustmentQty: Float\n closingQty: Float\n totalInQty: Float\n totalOutQty: Float\n totalReturnQty: Float\n initialQty: Float\n initialDate: String\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.ElcclPalletDetailReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.ElcclPalletDetailReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type ElcclPalletDetailReport {
|
|
10
8
|
product: Product
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elccl-pallet-detail-report.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-pallet-detail-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"elccl-pallet-detail-report.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/elccl-pallet-detail-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,uBAAuB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAazC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const ElcclPalletDetailReport = gql`\n type ElcclPalletDetailReport {\n product: Product\n bizplace: Bizplace\n batchId: String\n openingBalance: Float\n inBalance: Float\n outBalance: Float\n closingBalance: Float\n jsonDateMovement: String\n containerSize: String\n jobSheet: String\n }\n`\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/index.ts"],"names":[],"mappings":";;;AAAA,qFAA8E;AAC9E,+FAAuF;AACvF,mFAA4E;AAC5E,6FAAqF;AACrF,qEAA+D;AAC/D,6EAAsE;AACtE,6FAAqF;AACrF,uGAA8F;AAEjF,QAAA,KAAK,GAAG;;;;;;;CAOpB,CAAA;AAEY,QAAA,KAAK,GAAG;IACnB,4DAA2B;IAC3B,qEAA+B;IAC/B,0DAA0B;IAC1B,mEAA8B;IAC9B,6CAAoB;IACpB,oDAAuB;IACvB,mEAA8B;IAC9B,4EAAkC;CACnC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/elccl/index.ts"],"names":[],"mappings":";;;AAAA,qFAA8E;AAC9E,+FAAuF;AACvF,mFAA4E;AAC5E,6FAAqF;AACrF,qEAA+D;AAC/D,6EAAsE;AACtE,6FAAqF;AACrF,uGAA8F;AAEjF,QAAA,KAAK,GAAG;;;;;;;CAOpB,CAAA;AAEY,QAAA,KAAK,GAAG;IACnB,4DAA2B;IAC3B,qEAA+B;IAC/B,0DAA0B;IAC1B,mEAA8B;IAC9B,6CAAoB;IACpB,oDAAuB;IACvB,mEAA8B;IAC9B,4EAAkC;CACnC,CAAA","sourcesContent":["import { ElcclInventorySummaryReport } from './elccl-inventory-summary-report'\nimport { ElcclInventorySummaryReportList } from './elccl-inventory-summary-report-list'\nimport { ElcclDailyCollectionReport } from './elccl-daily-collection-report'\nimport { ElcclDailyCollectionReportList } from './elccl-daily-collection-report-list'\nimport { ElcclInventoryReport } from './elccl-inventory-report'\nimport { ElcclPalletDetailReport } from './elccl-pallet-detail-report'\nimport { ElcclDailyOrderInventoryReport } from './elccl-daily-order-inventory-report'\nimport { ElcclDailyOrderInventoryReportList } from './elccl-daily-order-inventory-report-list'\n\nexport const Query = `\n elcclInventoryHistorySummaryReport(filters: [Filter], pagination: Pagination, sortings: [Sorting]): ElcclInventorySummaryReportList @transaction\n elcclDailyCollectionReport(filters: [Filter], pagination: Pagination, sortings: [Sorting]): [ElcclDailyCollectionReport] @transaction\n elcclInventoryHistoryReport(filters: [Filter], pagination: Pagination, sortings: [Sorting]): [ElcclInventoryReport] @transaction\n elcclInventoryHistoryPalletDetailReport(filters: [Filter], pagination: Pagination, sortings: [Sorting]): [ElcclPalletDetailReport] @transaction\n elcclOnhandInventoryCounter(filters: [Filter]): Int @transaction\n elcclDailyOrderInventoryReport(filters: [Filter], pagination: Pagination, sortings: [Sorting]): ElcclDailyOrderInventoryReportList @transaction\n`\n\nexport const Types = [\n ElcclInventorySummaryReport,\n ElcclInventorySummaryReportList,\n ElcclDailyCollectionReport,\n ElcclDailyCollectionReportList,\n ElcclInventoryReport,\n ElcclPalletDetailReport,\n ElcclDailyOrderInventoryReport,\n ElcclDailyOrderInventoryReportList\n]\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/kimeda/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,KAAK,GAAG;;CAEpB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../server/graphql/types/custom/kimeda/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,KAAK,GAAG;;CAEpB,CAAA","sourcesContent":["export const Query = `\n kimedaOnhandInventoryCounter(filters: [Filter]): Int\n`"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/dashboard/index.ts"],"names":[],"mappings":";;;AAAA,yEAAmE;AACnE,uEAAiE;AACjE,iEAA2D;AAE9C,QAAA,KAAK,GAAiB;;;;;;;CAOlC,CAAA;AACY,QAAA,KAAK,GAAG,CAAC,iDAAsB,EAAE,+CAAqB,EAAE,yCAAkB,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/dashboard/index.ts"],"names":[],"mappings":";;;AAAA,yEAAmE;AACnE,uEAAiE;AACjE,iEAA2D;AAE9C,QAAA,KAAK,GAAiB;;;;;;;CAOlC,CAAA;AACY,QAAA,KAAK,GAAG,CAAC,iDAAsB,EAAE,+CAAqB,EAAE,yCAAkB,CAAC,CAAA","sourcesContent":["import { InventoryExpiryCounter } from './inventory-expiry-counter'\nimport { InventoryExpiryStatus } from './inventory-expiry-status'\nimport { OrderStatusCounter } from './order-status-counter'\n\nexport const Query = /* GraphQL */ `\n arrivalNoticesByStatus(filters: [Filter]): [OrderStatusCounter] @transaction\n collectionOrdersByStatus(filters: [Filter]): [OrderStatusCounter] @transaction\n deliveryOrdersByStatus(filters: [Filter]): [OrderStatusCounter] @transaction\n releaseGoodsByStatus(filters: [Filter]): [OrderStatusCounter] @transaction\n outboundOrderByStatus(filters: [Filter]): [OrderStatusCounter] @transaction\n inventoryExpiryMonitor(filters: [Filter]): InventoryExpiryStatus @transaction\n`\nexport const Types = [InventoryExpiryCounter, InventoryExpiryStatus, OrderStatusCounter]\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.InventoryExpiryCounter = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.InventoryExpiryCounter = (0, graphql_tag_1.default) `
|
|
9
7
|
type InventoryExpiryCounter {
|
|
10
8
|
expired: Int
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-expiry-counter.js","sourceRoot":"","sources":["../../../../server/graphql/types/dashboard/inventory-expiry-counter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inventory-expiry-counter.js","sourceRoot":"","sources":["../../../../server/graphql/types/dashboard/inventory-expiry-counter.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,sBAAsB,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMxC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const InventoryExpiryCounter = gql`\n type InventoryExpiryCounter {\n expired: Int\n sixMonths: Int\n nineMonths: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.InventoryExpiryStatus = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.InventoryExpiryStatus = (0, graphql_tag_1.default) `
|
|
9
7
|
type InventoryExpiryStatus {
|
|
10
8
|
quarantined: InventoryExpiryCounter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-expiry-status.js","sourceRoot":"","sources":["../../../../server/graphql/types/dashboard/inventory-expiry-status.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inventory-expiry-status.js","sourceRoot":"","sources":["../../../../server/graphql/types/dashboard/inventory-expiry-status.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,qBAAqB,GAAG,IAAA,qBAAG,EAAA;;;;;CAKvC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const InventoryExpiryStatus = gql`\n type InventoryExpiryStatus {\n quarantined: InventoryExpiryCounter\n inShelf: InventoryExpiryCounter\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.OrderStatusCounter = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.OrderStatusCounter = (0, graphql_tag_1.default) `
|
|
9
7
|
type OrderStatusCounter {
|
|
10
8
|
status: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order-status-counter.js","sourceRoot":"","sources":["../../../../server/graphql/types/dashboard/order-status-counter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"order-status-counter.js","sourceRoot":"","sources":["../../../../server/graphql/types/dashboard/order-status-counter.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,kBAAkB,GAAG,IAAA,qBAAG,EAAA;;;;;CAKpC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const OrderStatusCounter = gql`\n type OrderStatusCounter {\n status: String\n count: Int\n }\n`\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/extra/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAiB;;;;;;CAMrC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/extra/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAiB;;;;;;CAMrC,CAAA","sourcesContent":["export const Mutation = /* GraphQL */ `\n addReleaseGoodProducts (\n name: String!\n orderInventories: [NewOrderInventory]\n existingOrderInventories: [NewOrderInventory]\n ): Boolean @privilege(category: \"order_customer\", privilege: \"mutation\") @transaction\n`\n"]}
|
|
@@ -1,39 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
3
|
exports.types = exports.mutations = exports.queries = void 0;
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const BoardSetting = tslib_1.__importStar(require("./board-setting"));
|
|
6
|
+
const CustomElccl = tslib_1.__importStar(require("./custom/elccl"));
|
|
7
|
+
const CustomKimeda = tslib_1.__importStar(require("./custom/kimeda"));
|
|
8
|
+
const Dashboard = tslib_1.__importStar(require("./dashboard"));
|
|
9
|
+
const Extra = tslib_1.__importStar(require("./extra"));
|
|
10
|
+
const OpaMenu = tslib_1.__importStar(require("./opa-menu"));
|
|
11
|
+
const Reports = tslib_1.__importStar(require("./reports"));
|
|
12
|
+
const InventoryComparison = tslib_1.__importStar(require("./inventory-comparison"));
|
|
13
|
+
const ShippingProvider = tslib_1.__importStar(require("./shipping-provider"));
|
|
14
|
+
const WarehouseInventory = tslib_1.__importStar(require("./warehouse-inventory-adjustment"));
|
|
37
15
|
exports.queries = [
|
|
38
16
|
BoardSetting.Query,
|
|
39
17
|
CustomElccl.Query,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/types/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/types/index.ts"],"names":[],"mappings":";;;;AAAA,sEAA+C;AAC/C,oEAA6C;AAC7C,sEAA+C;AAC/C,+DAAwC;AACxC,uDAAgC;AAChC,4DAAqC;AACrC,2DAAoC;AACpC,oFAA6D;AAC7D,8EAAuD;AACvD,6FAAsE;AACzD,QAAA,OAAO,GAAG;IACrB,YAAY,CAAC,KAAK;IAClB,WAAW,CAAC,KAAK;IACjB,YAAY,CAAC,KAAK;IAClB,SAAS,CAAC,KAAK;IACf,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,KAAK;IACb,mBAAmB,CAAC,KAAK;IACzB,gBAAgB,CAAC,KAAK;CACvB,CAAA;AAEY,QAAA,SAAS,GAAG,CAAC,KAAK,CAAC,QAAQ,EAAC,kBAAkB,CAAC,QAAQ,CAAC,CAAA;AAExD,QAAA,KAAK,GAAG;IACnB,GAAG,YAAY,CAAC,KAAK;IACrB,GAAG,WAAW,CAAC,KAAK;IACpB,GAAG,SAAS,CAAC,KAAK;IAClB,GAAG,OAAO,CAAC,KAAK;IAChB,GAAG,OAAO,CAAC,KAAK;IAChB,GAAG,mBAAmB,CAAC,KAAK;IAC5B,GAAG,gBAAgB,CAAC,KAAK;CAC1B,CAAA","sourcesContent":["import * as BoardSetting from './board-setting'\nimport * as CustomElccl from './custom/elccl'\nimport * as CustomKimeda from './custom/kimeda'\nimport * as Dashboard from './dashboard'\nimport * as Extra from './extra'\nimport * as OpaMenu from './opa-menu'\nimport * as Reports from './reports'\nimport * as InventoryComparison from './inventory-comparison'\nimport * as ShippingProvider from './shipping-provider'\nimport * as WarehouseInventory from './warehouse-inventory-adjustment'\nexport const queries = [\n BoardSetting.Query,\n CustomElccl.Query,\n CustomKimeda.Query,\n Dashboard.Query,\n OpaMenu.Query,\n Reports.Query,\n InventoryComparison.Query,\n ShippingProvider.Query,\n]\n\nexport const mutations = [Extra.Mutation,WarehouseInventory.Mutation]\n\nexport const types = [\n ...BoardSetting.Types,\n ...CustomElccl.Types,\n ...Dashboard.Types,\n ...OpaMenu.Types,\n ...Reports.Types,\n ...InventoryComparison.Types,\n ...ShippingProvider.Types,\n]\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/inventory-comparison/index.ts"],"names":[],"mappings":";;;AAAA,iEAA6D;AAC7D,2EAAsE;AAEzD,QAAA,KAAK,GAAG;;CAEpB,CAAA;AAEY,QAAA,KAAK,GAAG;IACnB,0CAAmB;IACnB,mDAAuB;CACxB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/inventory-comparison/index.ts"],"names":[],"mappings":";;;AAAA,iEAA6D;AAC7D,2EAAsE;AAEzD,QAAA,KAAK,GAAG;;CAEpB,CAAA;AAEY,QAAA,KAAK,GAAG;IACnB,0CAAmB;IACnB,mDAAuB;CACxB,CAAA","sourcesContent":["import { InventoryComparison } from \"./inventory-comparison\";\nimport { InventoryComparisonList } from \"./inventory-comparison-list\";\n\nexport const Query = `\n inventoryComparisonList(filters: [Filter], pagination: Pagination, sortings: [Sorting]): InventoryComparisonList @privilege(category: \"inventory_comparison\", privilege: \"query\") @transaction\n`\n\nexport const Types = [\n InventoryComparison,\n InventoryComparisonList\n]"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.InventoryComparisonList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.InventoryComparisonList = (0, graphql_tag_1.default) `
|
|
9
7
|
type InventoryComparisonList {
|
|
10
8
|
items: [InventoryComparison]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-comparison-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/inventory-comparison/inventory-comparison-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inventory-comparison-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/inventory-comparison/inventory-comparison-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,uBAAuB,GAAG,IAAA,qBAAG,EAAA;;;;;CAKzC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const InventoryComparisonList = gql`\n type InventoryComparisonList {\n items: [InventoryComparison]\n total: Int\n }\n` "]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.InventoryComparison = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.InventoryComparison = (0, graphql_tag_1.default) `
|
|
9
7
|
type InventoryComparison {
|
|
10
8
|
productSku: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-comparison.js","sourceRoot":"","sources":["../../../../server/graphql/types/inventory-comparison/inventory-comparison.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inventory-comparison.js","sourceRoot":"","sources":["../../../../server/graphql/types/inventory-comparison/inventory-comparison.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,mBAAmB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;CASrC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const InventoryComparison = gql`\n type InventoryComparison {\n productSku: String\n productName: String\n packingType: String\n closingQty: Int\n remainQty: Int\n batchId: String\n }\n`\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/opa-menu/index.ts"],"names":[],"mappings":";;;AAAA,yCAAoC;AAEvB,QAAA,KAAK,GAAG;;CAEpB,CAAA;AACY,QAAA,KAAK,GAAG,CAAC,kBAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/opa-menu/index.ts"],"names":[],"mappings":";;;AAAA,yCAAoC;AAEvB,QAAA,KAAK,GAAG;;CAEpB,CAAA;AACY,QAAA,KAAK,GAAG,CAAC,kBAAO,CAAC,CAAA","sourcesContent":["import { OpaMenu } from './opa-menu'\n\nexport const Query = `\n opaMenus: [OpaMenu]\n`\nexport const Types = [OpaMenu]\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.OpaMenu = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.OpaMenu = (0, graphql_tag_1.default) `
|
|
9
7
|
type OpaMenu {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"opa-menu.js","sourceRoot":"","sources":["../../../../server/graphql/types/opa-menu/opa-menu.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"opa-menu.js","sourceRoot":"","sources":["../../../../server/graphql/types/opa-menu/opa-menu.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,OAAO,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCzB,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const OpaMenu = gql`\n type OpaMenu {\n id: String\n domain: Domain\n name: String\n description: String\n category: String\n menuType: String\n rank: Int\n routing: String\n routingType: String\n resourceType: String\n resourceUrl: String\n resourceName: String\n idField: String\n titleField: String\n gridSaveUrl: String\n pagination: Boolean\n detailFormId: String\n detailLayout: String\n template: String\n hiddenFlag: Boolean\n itemsProp: String\n totalProp: String\n fixedColumns: Int\n iconPath: String\n role: Role\n parent: Menu\n children: [Menu]\n buttons: [MenuButton]\n columns: [MenuColumn]\n creator: User\n updater: User\n createdAt: String\n updatedAt: String\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.CostingReportList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.CostingReportList = (0, graphql_tag_1.default) `
|
|
9
7
|
type CostingReportList {
|
|
10
8
|
items: [CostingReport]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"costing-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/costing-report-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"costing-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/costing-report-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;CAKnC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const CostingReportList = gql`\n type CostingReportList {\n items: [CostingReport]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.CostingReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.CostingReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type CostingReport {
|
|
10
8
|
bizplace: Bizplace
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"costing-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/costing-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"costing-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/costing-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,aAAa,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;CAU/B,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const CostingReport = gql`\n type CostingReport {\n bizplace: Bizplace\n product: Product\n qty: Int\n uom: String\n uomValue: Float\n weightedAvgUnitCost: Float\n totalCost: Float\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.InboundOrderDetailsReportList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.InboundOrderDetailsReportList = (0, graphql_tag_1.default) `
|
|
9
7
|
type InboundOrderDetailsReportList {
|
|
10
8
|
items: [InboundOrderDetailsReport]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbound-order-details-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/inbound-order-details-report-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inbound-order-details-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/inbound-order-details-report-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,6BAA6B,GAAG,IAAA,qBAAG,EAAA;;;;;CAK/C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const InboundOrderDetailsReportList = gql`\n type InboundOrderDetailsReportList {\n items: [InboundOrderDetailsReport]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.InboundOrderDetailsReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.InboundOrderDetailsReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type InboundOrderDetailsReport {
|
|
10
8
|
bizplace: Bizplace
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbound-order-details-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/inbound-order-details-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inbound-order-details-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/inbound-order-details-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,yBAAyB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD3C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const InboundOrderDetailsReport = gql`\n type InboundOrderDetailsReport {\n bizplace: Bizplace\n grnNo: String\n ganNo: String\n deliveryOrderNo: String\n refNo1: String\n refNo2: String\n refNo3: String\n looseItem: Boolean\n importCargo: Boolean\n containerNo: String\n containerSize: String\n ownTransport: Boolean\n acceptedBy: String\n acceptedAt: String\n orderCreatedAt: String\n unloadStart: String\n unloadComplete: String\n putawayStart: String\n putawayComplete: String\n orderLineItem: Int\n product: Product\n purchaseOrderId: String\n purchaseOrderNo: String\n contactPoint: ContactPoint\n packType: String\n packSize: Int\n qty: Int\n uomValue: Float\n uom: String\n unitCost: Float\n unitVolume: Float\n totalVolume: Float\n unitNettWeight: Float\n totalUnitNettWeight: Float\n unitGrossWeight: Float\n totalUnitGrossWeight: Float\n weightUnit: String\n palletId: String\n cartonId: String\n batchId: String\n batchIdRef: String\n expirationDate: String\n manufactureDate: String\n unloadedAt: String\n unloadedBy: String\n putawayAt: String\n putawayBy: String\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.InboundSerialNumberReportList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.InboundSerialNumberReportList = (0, graphql_tag_1.default) `
|
|
9
7
|
type InboundSerialNumberReportList {
|
|
10
8
|
items: [InboundSerialNumberReport]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbound-serial-number-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/inbound-serial-number-report-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inbound-serial-number-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/inbound-serial-number-report-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,6BAA6B,GAAG,IAAA,qBAAG,EAAA;;;;;CAK/C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const InboundSerialNumberReportList = gql`\n type InboundSerialNumberReportList {\n items: [InboundSerialNumberReport]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.InboundSerialNumberReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.InboundSerialNumberReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type InboundSerialNumberReport {
|
|
10
8
|
no: Int
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbound-serial-number-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/inbound-serial-number-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inbound-serial-number-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/inbound-serial-number-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,yBAAyB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;CAc3C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const InboundSerialNumberReport = gql`\n type InboundSerialNumberReport {\n no: Int\n bizplace: Bizplace\n palletId: String\n cartonId: String\n orderNo: String\n refNo1: String\n refNo2: String\n refNo3: String\n product: Product\n serialNumber: String\n etd: String\n }\n`\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/index.ts"],"names":[],"mappings":";;;AAAA,iFAA0E;AAC1E,2FAAmF;AACnF,mFAA4E;AAC5E,6FAAqF;AAErF,iFAA0E;AAC1E,2FAAmF;AACnF,mFAA4E;AAC5E,6FAAqF;AACrF,iEAA2D;AAC3D,2EAAoE;AAEpE,qDAAgD;AAChD,+DAAyD;AAE5C,QAAA,KAAK,GAAG;;;;;;;CAOpB,CAAA;AAEY,QAAA,KAAK,GAAG;IACnB,wDAAyB;IACzB,iEAA6B;IAC7B,0DAA0B;IAC1B,mEAA8B;IAC9B,wDAAyB;IACzB,iEAA6B;IAC7B,0DAA0B;IAC1B,mEAA8B;IAC9B,yCAAkB;IAClB,kDAAsB;IACtB,8BAAa;IACb,uCAAiB;CAClB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/index.ts"],"names":[],"mappings":";;;AAAA,iFAA0E;AAC1E,2FAAmF;AACnF,mFAA4E;AAC5E,6FAAqF;AAErF,iFAA0E;AAC1E,2FAAmF;AACnF,mFAA4E;AAC5E,6FAAqF;AACrF,iEAA2D;AAC3D,2EAAoE;AAEpE,qDAAgD;AAChD,+DAAyD;AAE5C,QAAA,KAAK,GAAG;;;;;;;CAOpB,CAAA;AAEY,QAAA,KAAK,GAAG;IACnB,wDAAyB;IACzB,iEAA6B;IAC7B,0DAA0B;IAC1B,mEAA8B;IAC9B,wDAAyB;IACzB,iEAA6B;IAC7B,0DAA0B;IAC1B,mEAA8B;IAC9B,yCAAkB;IAClB,kDAAsB;IACtB,8BAAa;IACb,uCAAiB;CAClB,CAAA","sourcesContent":["import { InboundSerialNumberReport } from './inbound-serial-number-report'\nimport { InboundSerialNumberReportList } from './inbound-serial-number-report-list'\nimport { OutboundSerialNumberReport } from './outbound-serial-number-report'\nimport { OutboundSerialNumberReportList } from './outbound-serial-number-report-list'\n\nimport { InboundOrderDetailsReport } from './inbound-order-details-report'\nimport { InboundOrderDetailsReportList } from './inbound-order-details-report-list'\nimport { OutboundOrderDetailsReport } from './outbound-order-details-report'\nimport { OutboundOrderDetailsReportList } from './outbound-order-details-report-list'\nimport { ProductLabelReport } from './product-label-report'\nimport { ProductLabelReportList } from './product-label-report-list'\n\nimport { CostingReport } from './costing-report'\nimport { CostingReportList } from './costing-report-list'\n\nexport const Query = `\n inboundSerialNumberReport(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): InboundSerialNumberReportList @transaction\n outboundSerialNumberReport(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): OutboundSerialNumberReportList @transaction\n inboundOrderDetailsReport(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): InboundOrderDetailsReportList @transaction\n outboundOrderDetailsReport(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): OutboundOrderDetailsReportList @transaction\n productLabelReport(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ProductLabelReportList @transaction\n costingReport(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): CostingReportList @transaction\n`\n\nexport const Types = [\n InboundSerialNumberReport,\n InboundSerialNumberReportList,\n OutboundSerialNumberReport,\n OutboundSerialNumberReportList,\n InboundOrderDetailsReport,\n InboundOrderDetailsReportList,\n OutboundOrderDetailsReport,\n OutboundOrderDetailsReportList,\n ProductLabelReport,\n ProductLabelReportList,\n CostingReport,\n CostingReportList\n]\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.OutboundOrderDetailsReportList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.OutboundOrderDetailsReportList = (0, graphql_tag_1.default) `
|
|
9
7
|
type OutboundOrderDetailsReportList {
|
|
10
8
|
items: [OutboundOrderDetailsReport]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outbound-order-details-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/outbound-order-details-report-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"outbound-order-details-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/outbound-order-details-report-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,8BAA8B,GAAG,IAAA,qBAAG,EAAA;;;;;CAKhD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const OutboundOrderDetailsReportList = gql`\n type OutboundOrderDetailsReportList {\n items: [OutboundOrderDetailsReport]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.OutboundOrderDetailsReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.OutboundOrderDetailsReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type OutboundOrderDetailsReport {
|
|
10
8
|
bizplace: Bizplace
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outbound-order-details-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/outbound-order-details-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"outbound-order-details-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/outbound-order-details-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,0BAA0B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD5C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const OutboundOrderDetailsReport = gql`\n type OutboundOrderDetailsReport {\n bizplace: Bizplace\n doNo: String\n doDeliveryDate: String\n deliveryAddress: String\n roNo: String\n roType: String\n status: String\n refNo1: String\n refNo2: String\n refNo3: String\n acceptedBy: String\n acceptedAt: String\n orderCreatedAt: String\n pickingStart: String\n pickingComplete: String\n orderLineItem: Int\n product: Product\n packType: String\n packSize: Int\n qty: Int\n uomValue: Float\n returnToLocationQty: Int\n returnToLocationUomValue: Float\n uom: String\n unitCost: Float\n unitVolume: Float\n totalVolume: Float\n unitNettWeight: Float\n totalUnitNettWeight: Float\n unitGrossWeight: Float\n totalUnitGrossWeight: Float\n weightUnit: String\n palletId: String\n cartonId: String\n batchId: String\n batchIdRef: String\n expirationDate: String\n manufactureDate: String\n pickedAt: String\n pickedBy: String\n packedAt: String\n packedBy: String\n checkedRemarkBy: String\n checkedRemarkAt: String\n loadedAt: String\n loadedBy: String\n shippedAt: String\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.OutboundSerialNumberReportList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.OutboundSerialNumberReportList = (0, graphql_tag_1.default) `
|
|
9
7
|
type OutboundSerialNumberReportList {
|
|
10
8
|
items: [OutboundSerialNumberReport]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outbound-serial-number-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/outbound-serial-number-report-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"outbound-serial-number-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/outbound-serial-number-report-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,8BAA8B,GAAG,IAAA,qBAAG,EAAA;;;;;CAKhD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const OutboundSerialNumberReportList = gql`\n type OutboundSerialNumberReportList {\n items: [OutboundSerialNumberReport]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.OutboundSerialNumberReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.OutboundSerialNumberReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type OutboundSerialNumberReport {
|
|
10
8
|
no: Int
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outbound-serial-number-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/outbound-serial-number-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"outbound-serial-number-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/outbound-serial-number-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,0BAA0B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;CAgB5C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const OutboundSerialNumberReport = gql`\n type OutboundSerialNumberReport {\n no: Int\n bizplace: Bizplace\n fullDeliveryAddress: String\n attentionTo:String\n palletId: String\n cartonId: String\n orderNo: String\n refNo1: String\n refNo2: String\n refNo3: String\n product: Product\n serialNumber: String\n etd: String\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.ProductLabelReportList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.ProductLabelReportList = (0, graphql_tag_1.default) `
|
|
9
7
|
type ProductLabelReportList {
|
|
10
8
|
items: [ProductLabelReport]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-label-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/product-label-report-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"product-label-report-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/product-label-report-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,sBAAsB,GAAG,IAAA,qBAAG,EAAA;;;;;CAKxC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const ProductLabelReportList = gql`\n type ProductLabelReportList {\n items: [ProductLabelReport]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.ProductLabelReport = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.ProductLabelReport = (0, graphql_tag_1.default) `
|
|
9
7
|
type ProductLabelReport {
|
|
10
8
|
bizplace: Bizplace
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-label-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/product-label-report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"product-label-report.js","sourceRoot":"","sources":["../../../../server/graphql/types/reports/product-label-report.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,kBAAkB,GAAG,IAAA,qBAAG,EAAA;;;;;;;CAOpC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const ProductLabelReport = gql`\n type ProductLabelReport {\n bizplace: Bizplace\n type: String\n date: String\n count: Int\n }\n`\n"]}
|