@colijnit/sharedcomponents 1.0.12 → 1.0.15
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/README.md +24 -24
- package/bundles/colijnit-sharedcomponents.umd.js +716 -146
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +1 -0
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +2 -1
- package/esm2015/lib/components/key-pad/key-pad.component.js +191 -0
- package/esm2015/lib/components/key-pad/key-pad.module.js +21 -0
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +14 -7
- package/esm2015/lib/components/stock/stock-information/stock-information.component.js +6 -7
- package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +137 -56
- package/esm2015/lib/components/stock/stock-location/stock-location.component.js +7 -13
- package/esm2015/lib/components/stock/stock-transfer/stock-change-amount.component.js +68 -0
- package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +52 -20
- package/esm2015/lib/components/stock/stock.component.js +29 -24
- package/esm2015/lib/components/stock/stock.module.js +9 -4
- package/esm2015/lib/enum/icon.enum.js +2 -11
- package/esm2015/lib/enum/keyboard-code.enum.js +32 -0
- package/esm2015/lib/model/icon-svg.js +3 -12
- package/esm2015/lib/service/ione-connector-adapter.service.js +115 -28
- package/esm2015/lib/service/stock.service.js +48 -10
- package/esm2015/public-api.js +3 -1
- package/fesm2015/colijnit-sharedcomponents.js +713 -185
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/docsign/style/material.scss +0 -1
- package/lib/components/key-pad/key-pad.component.d.ts +36 -0
- package/lib/components/key-pad/key-pad.module.d.ts +2 -0
- package/lib/components/key-pad/style/_layout.scss +104 -0
- package/lib/components/key-pad/style/_material-definition.scss +17 -0
- package/lib/components/key-pad/style/_theme.scss +35 -0
- package/lib/components/key-pad/style/material.scss +4 -0
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +8 -4
- package/lib/components/send-method-dialog/style/material.scss +0 -1
- package/lib/components/stock/stock-information/stock-information.component.d.ts +2 -3
- package/lib/components/stock/stock-information-grid/stock-information-grid.component.d.ts +23 -10
- package/lib/components/stock/stock-location/stock-location.component.d.ts +4 -5
- package/lib/components/stock/stock-transfer/stock-change-amount.component.d.ts +18 -0
- package/lib/components/stock/stock-transfer/stock-transfer.component.d.ts +18 -3
- package/lib/components/stock/stock.component.d.ts +11 -9
- package/lib/components/stock/style/_layout.scss +4 -30
- package/lib/components/stock/style/material.scss +0 -1
- package/lib/enum/icon.enum.d.ts +1 -10
- package/lib/enum/keyboard-code.enum.d.ts +30 -0
- package/lib/service/ione-connector-adapter.service.d.ts +19 -6
- package/lib/service/stock.service.d.ts +18 -3
- package/lib/style/_variables.scss +3 -13
- package/lib/style/sharedcomponents-globals.scss +12 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/animations'), require('pdf-lib'), require('pdfjs-dist/legacy/build/pdf'), require('pdfjs-dist/build/pdf.worker.entry'), require('@angular/common'), require('signature_pad'), require('@colijnit/articleapi/build/articles'), require('@colijnit/sharedapi/build/sharedapi'), require('@colijnit/sharedapi/build/model/report/printer.bo'), require('@colijnit/articleapi/build/utils/function/not-nill.function'), require('@colijnit/articleapi/build/utils/object-utils'), require('@colijnit/articleapi/build/enum/yes-no-db-type.enum'), require('@colijnit/articleapi/build/enum/true-false-db-type.enum'), require('@colijnit/articleapi/build/enum/one-zero-bool-db-type.enum'), require('@colijnit/articleapi/build/enum/db-boolean-value-type.enum'), require('@colijnit/articleapi/build/utils/date-utils'), require('@colijnit/articleapi/build/utils/number-utils'), require('@colijnit/articleapi/build/utils/function/is-nill.function'), require('@colijnit/articleapi/build/factory/decorators/map-property.decorator'), require('@colijnit/articleapi/build/factory/decorators/boolean.decorator'), require('@colijnit/articleapi/build/factory/decorators/json.decorator'), require('@colijnit/articleapi/build/factory/decorators/complex-array.decorator'), require('@colijnit/
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@colijnit/sharedcomponents', ['exports', '@angular/core', '@angular/animations', 'pdf-lib', 'pdfjs-dist/legacy/build/pdf', 'pdfjs-dist/build/pdf.worker.entry', '@angular/common', 'signature_pad', '@colijnit/articleapi/build/articles', '@colijnit/sharedapi/build/sharedapi', '@colijnit/sharedapi/build/model/report/printer.bo', '@colijnit/articleapi/build/utils/function/not-nill.function', '@colijnit/articleapi/build/utils/object-utils', '@colijnit/articleapi/build/enum/yes-no-db-type.enum', '@colijnit/articleapi/build/enum/true-false-db-type.enum', '@colijnit/articleapi/build/enum/one-zero-bool-db-type.enum', '@colijnit/articleapi/build/enum/db-boolean-value-type.enum', '@colijnit/articleapi/build/utils/date-utils', '@colijnit/articleapi/build/utils/number-utils', '@colijnit/articleapi/build/utils/function/is-nill.function', '@colijnit/articleapi/build/factory/decorators/map-property.decorator', '@colijnit/articleapi/build/factory/decorators/boolean.decorator', '@colijnit/articleapi/build/factory/decorators/json.decorator', '@colijnit/articleapi/build/factory/decorators/complex-array.decorator', '@colijnit/
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.colijnit = global.colijnit || {}, global.colijnit.sharedcomponents = {}), global.ng.core, global.ng.animations, global.pdfLib, global.PDFJS, global.pdfjsWorker, global.ng.common, global.SignaturePad, global.articles, global.sharedapi, global.printer_bo, global.notNill_function, global.objectUtils, global.yesNoDbType_enum, global.trueFalseDbType_enum, global.oneZeroBoolDbType_enum, global.dbBooleanValueType_enum, global.dateUtils, global.numberUtils, global.isNill_function, global.mapProperty_decorator, global.boolean_decorator, global.json_decorator, global.complexArray_decorator, global.printStockStickers, global.
|
|
5
|
-
})(this, (function (exports, i0, animations, pdfLib, PDFJS, pdfjsWorker, common, SignaturePad, articles, sharedapi, printer_bo, notNill_function, objectUtils, yesNoDbType_enum, trueFalseDbType_enum, oneZeroBoolDbType_enum, dbBooleanValueType_enum, dateUtils, numberUtils, isNill_function, mapProperty_decorator, boolean_decorator, json_decorator, complexArray_decorator, printStockStickers,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/animations'), require('pdf-lib'), require('pdfjs-dist/legacy/build/pdf'), require('pdfjs-dist/build/pdf.worker.entry'), require('@angular/common'), require('signature_pad'), require('@colijnit/articleapi/build/articles'), require('@colijnit/sharedapi/build/sharedapi'), require('@colijnit/sharedapi/build/model/report/printer.bo'), require('@colijnit/articleapi/build/utils/function/not-nill.function'), require('@colijnit/articleapi/build/utils/object-utils'), require('@colijnit/articleapi/build/enum/yes-no-db-type.enum'), require('@colijnit/articleapi/build/enum/true-false-db-type.enum'), require('@colijnit/articleapi/build/enum/one-zero-bool-db-type.enum'), require('@colijnit/articleapi/build/enum/db-boolean-value-type.enum'), require('@colijnit/articleapi/build/utils/date-utils'), require('@colijnit/articleapi/build/utils/number-utils'), require('@colijnit/articleapi/build/utils/function/is-nill.function'), require('@colijnit/articleapi/build/factory/decorators/map-property.decorator'), require('@colijnit/articleapi/build/factory/decorators/boolean.decorator'), require('@colijnit/articleapi/build/factory/decorators/json.decorator'), require('@colijnit/articleapi/build/factory/decorators/complex-array.decorator'), require('@colijnit/sharedapi/build/model/print-stock-stickers'), require('@colijnit/articleapi/build/model/article-stock.bo'), require('@colijnit/articleapi/build/model/stock-history.bo'), require('@colijnit/sharedapi/build/model/report/stock-stickers-print-layouts.bo'), require('@colijnit/articleapi/build/model/article-details.bo'), require('@colijnit/articleapi/build/model/stock-status.bo'), require('@colijnit/articleapi/build/model/stock-management-warehouses.bo'), require('@colijnit/articleapi/build/model/stock-location.bo'), require('@colijnit/articleapi/build/model/print-stock-stickers'), require('@colijnit/articleapi/build/model/get-stock-history-request'), require('@colijnit/articleapi/build/model/article-stock'), require('@colijnit/corecomponents_v12'), require('@angular/platform-browser'), require('@colijnit/articleapi/build/model/article-stock-management')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@colijnit/sharedcomponents', ['exports', '@angular/core', '@angular/animations', 'pdf-lib', 'pdfjs-dist/legacy/build/pdf', 'pdfjs-dist/build/pdf.worker.entry', '@angular/common', 'signature_pad', '@colijnit/articleapi/build/articles', '@colijnit/sharedapi/build/sharedapi', '@colijnit/sharedapi/build/model/report/printer.bo', '@colijnit/articleapi/build/utils/function/not-nill.function', '@colijnit/articleapi/build/utils/object-utils', '@colijnit/articleapi/build/enum/yes-no-db-type.enum', '@colijnit/articleapi/build/enum/true-false-db-type.enum', '@colijnit/articleapi/build/enum/one-zero-bool-db-type.enum', '@colijnit/articleapi/build/enum/db-boolean-value-type.enum', '@colijnit/articleapi/build/utils/date-utils', '@colijnit/articleapi/build/utils/number-utils', '@colijnit/articleapi/build/utils/function/is-nill.function', '@colijnit/articleapi/build/factory/decorators/map-property.decorator', '@colijnit/articleapi/build/factory/decorators/boolean.decorator', '@colijnit/articleapi/build/factory/decorators/json.decorator', '@colijnit/articleapi/build/factory/decorators/complex-array.decorator', '@colijnit/sharedapi/build/model/print-stock-stickers', '@colijnit/articleapi/build/model/article-stock.bo', '@colijnit/articleapi/build/model/stock-history.bo', '@colijnit/sharedapi/build/model/report/stock-stickers-print-layouts.bo', '@colijnit/articleapi/build/model/article-details.bo', '@colijnit/articleapi/build/model/stock-status.bo', '@colijnit/articleapi/build/model/stock-management-warehouses.bo', '@colijnit/articleapi/build/model/stock-location.bo', '@colijnit/articleapi/build/model/print-stock-stickers', '@colijnit/articleapi/build/model/get-stock-history-request', '@colijnit/articleapi/build/model/article-stock', '@colijnit/corecomponents_v12', '@angular/platform-browser', '@colijnit/articleapi/build/model/article-stock-management'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.colijnit = global.colijnit || {}, global.colijnit.sharedcomponents = {}), global.ng.core, global.ng.animations, global.pdfLib, global.PDFJS, global.pdfjsWorker, global.ng.common, global.SignaturePad, global.articles, global.sharedapi, global.printer_bo, global.notNill_function, global.objectUtils, global.yesNoDbType_enum, global.trueFalseDbType_enum, global.oneZeroBoolDbType_enum, global.dbBooleanValueType_enum, global.dateUtils, global.numberUtils, global.isNill_function, global.mapProperty_decorator, global.boolean_decorator, global.json_decorator, global.complexArray_decorator, global.printStockStickers, global.articleStock_bo, global.stockHistory_bo, global.stockStickersPrintLayouts_bo, global.articleDetails_bo, global.stockStatus_bo, global.stockManagementWarehouses_bo, global.stockLocation_bo, global.printStockStickers$1, global.getStockHistoryRequest, global.articleStock, global.corecomponents_v12, global.ng.platformBrowser, global.articleStockManagement));
|
|
5
|
+
})(this, (function (exports, i0, animations, pdfLib, PDFJS, pdfjsWorker, common, SignaturePad, articles, sharedapi, printer_bo, notNill_function, objectUtils, yesNoDbType_enum, trueFalseDbType_enum, oneZeroBoolDbType_enum, dbBooleanValueType_enum, dateUtils, numberUtils, isNill_function, mapProperty_decorator, boolean_decorator, json_decorator, complexArray_decorator, printStockStickers, articleStock_bo, stockHistory_bo, stockStickersPrintLayouts_bo, articleDetails_bo, stockStatus_bo, stockManagementWarehouses_bo, stockLocation_bo, printStockStickers$1, getStockHistoryRequest, articleStock, corecomponents_v12, i1, articleStockManagement) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -1472,28 +1472,15 @@
|
|
|
1472
1472
|
});
|
|
1473
1473
|
});
|
|
1474
1474
|
};
|
|
1475
|
-
|
|
1476
|
-
// return new Promise((resolve: Function, reject: Function) => {
|
|
1477
|
-
// return this.sharedConnector.getPrintTemplates(defaultPrinterName).then((result: DataServiceResponse) => {
|
|
1478
|
-
// if (result.validationResult && result.validationResult.success) {
|
|
1479
|
-
// if (result.resultObject) {
|
|
1480
|
-
// resolve(this._boFactory.makeWithRawBackendData(PrintJob, result.resultObject));
|
|
1481
|
-
// }
|
|
1482
|
-
// } else {
|
|
1483
|
-
// reject(result.validationMessagesAsString);
|
|
1484
|
-
// }
|
|
1485
|
-
// })
|
|
1486
|
-
// })
|
|
1487
|
-
// }
|
|
1488
|
-
IoneConnectorAdapterService.prototype.getStockHistory = function (request) {
|
|
1475
|
+
IoneConnectorAdapterService.prototype.getStockStickerPrintLayouts = function (stockStickersPrintLayoutsBo) {
|
|
1489
1476
|
return __awaiter(this, void 0, void 0, function () {
|
|
1490
1477
|
var _this = this;
|
|
1491
1478
|
return __generator(this, function (_a) {
|
|
1492
1479
|
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
1493
|
-
return _this.
|
|
1480
|
+
return _this.sharedConnector.getStockStickerPrintLayouts(stockStickersPrintLayoutsBo).then(function (result) {
|
|
1494
1481
|
if (result.validationResult && result.validationResult.success) {
|
|
1495
1482
|
if (result.resultObject) {
|
|
1496
|
-
resolve(_this._boFactory.makeWithRawBackendData(
|
|
1483
|
+
resolve(_this._boFactory.makeWithRawBackendData(stockStickersPrintLayoutsBo, result.resultObject));
|
|
1497
1484
|
}
|
|
1498
1485
|
}
|
|
1499
1486
|
else {
|
|
@@ -1522,15 +1509,15 @@
|
|
|
1522
1509
|
});
|
|
1523
1510
|
});
|
|
1524
1511
|
};
|
|
1525
|
-
IoneConnectorAdapterService.prototype.
|
|
1512
|
+
IoneConnectorAdapterService.prototype.getStockHistory = function (request) {
|
|
1526
1513
|
return __awaiter(this, void 0, void 0, function () {
|
|
1527
1514
|
var _this = this;
|
|
1528
1515
|
return __generator(this, function (_a) {
|
|
1529
1516
|
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
1530
|
-
return _this.connector.
|
|
1517
|
+
return _this.connector.getStockHistory(request).then(function (result) {
|
|
1531
1518
|
if (result.validationResult && result.validationResult.success) {
|
|
1532
|
-
if (result.resultObject) {
|
|
1533
|
-
resolve(_this._boFactory.
|
|
1519
|
+
if (result.resultObject && result.resultObject.hasOwnProperty("stockHistory")) {
|
|
1520
|
+
resolve(_this._boFactory.makeBOArrayFromRawBackendDataArray(stockHistory_bo.StockHistoryBo, result.resultObject.stockHistory));
|
|
1534
1521
|
}
|
|
1535
1522
|
}
|
|
1536
1523
|
else {
|
|
@@ -1560,15 +1547,143 @@
|
|
|
1560
1547
|
});
|
|
1561
1548
|
});
|
|
1562
1549
|
};
|
|
1563
|
-
IoneConnectorAdapterService.prototype.
|
|
1550
|
+
IoneConnectorAdapterService.prototype.getStockManagementWarehouses = function () {
|
|
1551
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1552
|
+
var _this = this;
|
|
1553
|
+
return __generator(this, function (_a) {
|
|
1554
|
+
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
1555
|
+
return _this.connector.getStockManagementWarehouses().then(function (result) {
|
|
1556
|
+
if (result.validationResult && result.validationResult.success) {
|
|
1557
|
+
if (result.resultObjects) {
|
|
1558
|
+
resolve(_this._boFactory.makeBOArrayFromRawBackendDataArray(stockManagementWarehouses_bo.StockManagementWarehouses, result.resultObjects));
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
else {
|
|
1562
|
+
reject(result.validationMessagesAsString);
|
|
1563
|
+
}
|
|
1564
|
+
});
|
|
1565
|
+
})];
|
|
1566
|
+
});
|
|
1567
|
+
});
|
|
1568
|
+
};
|
|
1569
|
+
IoneConnectorAdapterService.prototype.getStockManagementLocations = function (warehouseNo) {
|
|
1570
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1571
|
+
var _this = this;
|
|
1572
|
+
return __generator(this, function (_a) {
|
|
1573
|
+
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
1574
|
+
return _this.connector.getStockManagementLocations(warehouseNo).then(function (result) {
|
|
1575
|
+
if (result.validationResult && result.validationResult.success) {
|
|
1576
|
+
if (result.resultObjects) {
|
|
1577
|
+
resolve(_this._boFactory.makeBOArrayFromRawBackendDataArray(stockLocation_bo.StockLocation, result.resultObjects));
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
else {
|
|
1581
|
+
reject(result.validationMessagesAsString);
|
|
1582
|
+
}
|
|
1583
|
+
});
|
|
1584
|
+
})];
|
|
1585
|
+
});
|
|
1586
|
+
});
|
|
1587
|
+
};
|
|
1588
|
+
IoneConnectorAdapterService.prototype.getArticleDetails = function (data) {
|
|
1589
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1590
|
+
var _this = this;
|
|
1591
|
+
return __generator(this, function (_a) {
|
|
1592
|
+
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
1593
|
+
return _this.connector.getArticleDetails(data).then(function (result) {
|
|
1594
|
+
if (result.validationResult && result.validationResult.success) {
|
|
1595
|
+
if (result.resultObjects) {
|
|
1596
|
+
resolve(_this._boFactory.makeBOArrayFromRawBackendDataArray(articleDetails_bo.ArticleDetailsBo, result.resultObjects));
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
else {
|
|
1600
|
+
reject(result.validationMessagesAsString);
|
|
1601
|
+
}
|
|
1602
|
+
});
|
|
1603
|
+
})];
|
|
1604
|
+
});
|
|
1605
|
+
});
|
|
1606
|
+
};
|
|
1607
|
+
IoneConnectorAdapterService.prototype.updateArticleDetails = function (data) {
|
|
1608
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1609
|
+
var _this = this;
|
|
1610
|
+
return __generator(this, function (_a) {
|
|
1611
|
+
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
1612
|
+
return _this.connector.updateArticleDetails(data).then(function (result) { return __awaiter(_this, void 0, void 0, function () {
|
|
1613
|
+
return __generator(this, function (_a) {
|
|
1614
|
+
switch (_a.label) {
|
|
1615
|
+
case 0:
|
|
1616
|
+
if (!(result.validationResult && result.validationResult.success)) return [3 /*break*/, 2];
|
|
1617
|
+
return [4 /*yield*/, this.commit()];
|
|
1618
|
+
case 1:
|
|
1619
|
+
_a.sent();
|
|
1620
|
+
resolve(true);
|
|
1621
|
+
return [3 /*break*/, 3];
|
|
1622
|
+
case 2:
|
|
1623
|
+
reject(result.validationMessagesAsString);
|
|
1624
|
+
_a.label = 3;
|
|
1625
|
+
case 3: return [2 /*return*/];
|
|
1626
|
+
}
|
|
1627
|
+
});
|
|
1628
|
+
}); });
|
|
1629
|
+
})];
|
|
1630
|
+
});
|
|
1631
|
+
});
|
|
1632
|
+
};
|
|
1633
|
+
IoneConnectorAdapterService.prototype.lockArticleDetails = function (data) {
|
|
1564
1634
|
return __awaiter(this, void 0, void 0, function () {
|
|
1565
1635
|
var _this = this;
|
|
1566
1636
|
return __generator(this, function (_a) {
|
|
1567
1637
|
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
1568
|
-
return _this.connector.
|
|
1638
|
+
return _this.connector.lockArticleDetails(data).then(function (result) { return __awaiter(_this, void 0, void 0, function () {
|
|
1639
|
+
return __generator(this, function (_a) {
|
|
1640
|
+
switch (_a.label) {
|
|
1641
|
+
case 0:
|
|
1642
|
+
if (!(result.validationResult && result.validationResult.success)) return [3 /*break*/, 2];
|
|
1643
|
+
return [4 /*yield*/, this.commit()];
|
|
1644
|
+
case 1:
|
|
1645
|
+
_a.sent();
|
|
1646
|
+
resolve(true);
|
|
1647
|
+
return [3 /*break*/, 3];
|
|
1648
|
+
case 2:
|
|
1649
|
+
reject(result.validationMessagesAsString);
|
|
1650
|
+
_a.label = 3;
|
|
1651
|
+
case 3: return [2 /*return*/];
|
|
1652
|
+
}
|
|
1653
|
+
});
|
|
1654
|
+
}); });
|
|
1655
|
+
})];
|
|
1656
|
+
});
|
|
1657
|
+
});
|
|
1658
|
+
};
|
|
1659
|
+
IoneConnectorAdapterService.prototype.getStockStatus = function () {
|
|
1660
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1661
|
+
var _this = this;
|
|
1662
|
+
return __generator(this, function (_a) {
|
|
1663
|
+
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
1664
|
+
return _this.connector.getStockState().then(function (result) {
|
|
1665
|
+
if (result.validationResult && result.validationResult.success) {
|
|
1666
|
+
if (result.resultObjects) {
|
|
1667
|
+
resolve(_this._boFactory.makeBOArrayFromRawBackendDataArray(stockStatus_bo.StockStatus, result.resultObjects));
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
else {
|
|
1671
|
+
reject(result.validationMessagesAsString);
|
|
1672
|
+
}
|
|
1673
|
+
});
|
|
1674
|
+
})];
|
|
1675
|
+
});
|
|
1676
|
+
});
|
|
1677
|
+
};
|
|
1678
|
+
IoneConnectorAdapterService.prototype.getStockStickerTemplates = function (data) {
|
|
1679
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1680
|
+
var _this = this;
|
|
1681
|
+
return __generator(this, function (_a) {
|
|
1682
|
+
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
1683
|
+
return _this.sharedConnector.getStockStickerPrintLayouts(data).then(function (result) {
|
|
1569
1684
|
if (result.validationResult && result.validationResult.success) {
|
|
1570
1685
|
if (result.resultObject) {
|
|
1571
|
-
resolve(_this._boFactory.
|
|
1686
|
+
resolve(_this._boFactory.makeBOArrayFromRawBackendDataArray(stockStickersPrintLayouts_bo.StockStickersPrintLayoutsBo, result.resultObject));
|
|
1572
1687
|
}
|
|
1573
1688
|
}
|
|
1574
1689
|
else {
|
|
@@ -1579,6 +1694,9 @@
|
|
|
1579
1694
|
});
|
|
1580
1695
|
});
|
|
1581
1696
|
};
|
|
1697
|
+
IoneConnectorAdapterService.prototype.commit = function () {
|
|
1698
|
+
return this.connector.commit();
|
|
1699
|
+
};
|
|
1582
1700
|
return IoneConnectorAdapterService;
|
|
1583
1701
|
}());
|
|
1584
1702
|
IoneConnectorAdapterService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function IoneConnectorAdapterService_Factory() { return new IoneConnectorAdapterService(); }, token: IoneConnectorAdapterService, providedIn: "root" });
|
|
@@ -1596,18 +1714,9 @@
|
|
|
1596
1714
|
StockService.prototype.connectConnector = function (options) {
|
|
1597
1715
|
this._connector.connect(options);
|
|
1598
1716
|
};
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
switch (_a.label) {
|
|
1603
|
-
case 0: return [4 /*yield*/, this._connector.getPrintStockStickers(data)];
|
|
1604
|
-
case 1:
|
|
1605
|
-
_a.sent();
|
|
1606
|
-
return [2 /*return*/];
|
|
1607
|
-
}
|
|
1608
|
-
});
|
|
1609
|
-
});
|
|
1610
|
-
};
|
|
1717
|
+
// public async getPrintStockStickers(data: PrintStockStickers): Promise<void> {
|
|
1718
|
+
// await this._connector.getPrintStockStickers(data);
|
|
1719
|
+
// }
|
|
1611
1720
|
StockService.prototype.getAllPrinters = function (showAll) {
|
|
1612
1721
|
if (showAll === void 0) { showAll = true; }
|
|
1613
1722
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1619,17 +1728,12 @@
|
|
|
1619
1728
|
});
|
|
1620
1729
|
});
|
|
1621
1730
|
};
|
|
1622
|
-
// public async getPrintTemplates(defaultPrinterName: PrintJob): Promise<PrintJob> {
|
|
1623
|
-
// return await this._connector.getPrintLayouts(defaultPrinterName);
|
|
1624
|
-
// }
|
|
1625
1731
|
StockService.prototype.getStockHistory = function (data) {
|
|
1626
1732
|
return __awaiter(this, void 0, void 0, function () {
|
|
1627
1733
|
return __generator(this, function (_a) {
|
|
1628
1734
|
switch (_a.label) {
|
|
1629
1735
|
case 0: return [4 /*yield*/, this._connector.getStockHistory(data)];
|
|
1630
|
-
case 1:
|
|
1631
|
-
_a.sent();
|
|
1632
|
-
return [2 /*return*/];
|
|
1736
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
1633
1737
|
}
|
|
1634
1738
|
});
|
|
1635
1739
|
});
|
|
@@ -1644,6 +1748,89 @@
|
|
|
1644
1748
|
});
|
|
1645
1749
|
});
|
|
1646
1750
|
};
|
|
1751
|
+
StockService.prototype.getStockStickerPrintLayouts = function (data) {
|
|
1752
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1753
|
+
return __generator(this, function (_a) {
|
|
1754
|
+
switch (_a.label) {
|
|
1755
|
+
case 0: return [4 /*yield*/, this._connector.getStockStickerPrintLayouts(data)];
|
|
1756
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
1757
|
+
}
|
|
1758
|
+
});
|
|
1759
|
+
});
|
|
1760
|
+
};
|
|
1761
|
+
StockService.prototype.getArticleDetails = function (data) {
|
|
1762
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1763
|
+
return __generator(this, function (_a) {
|
|
1764
|
+
switch (_a.label) {
|
|
1765
|
+
case 0: return [4 /*yield*/, this._connector.getArticleDetails(data)];
|
|
1766
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
1767
|
+
}
|
|
1768
|
+
});
|
|
1769
|
+
});
|
|
1770
|
+
};
|
|
1771
|
+
StockService.prototype.updateArticleDetails = function (data) {
|
|
1772
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1773
|
+
return __generator(this, function (_a) {
|
|
1774
|
+
switch (_a.label) {
|
|
1775
|
+
case 0: return [4 /*yield*/, this._connector.updateArticleDetails(data)];
|
|
1776
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
1777
|
+
}
|
|
1778
|
+
});
|
|
1779
|
+
});
|
|
1780
|
+
};
|
|
1781
|
+
StockService.prototype.getStockState = function () {
|
|
1782
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1783
|
+
return __generator(this, function (_a) {
|
|
1784
|
+
switch (_a.label) {
|
|
1785
|
+
case 0: return [4 /*yield*/, this._connector.getStockStatus()];
|
|
1786
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
1787
|
+
}
|
|
1788
|
+
});
|
|
1789
|
+
});
|
|
1790
|
+
};
|
|
1791
|
+
StockService.prototype.getStockStickerTemplates = function (data) {
|
|
1792
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1793
|
+
return __generator(this, function (_a) {
|
|
1794
|
+
switch (_a.label) {
|
|
1795
|
+
case 0: return [4 /*yield*/, this._connector.getStockStickerTemplates(data)];
|
|
1796
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
1797
|
+
}
|
|
1798
|
+
});
|
|
1799
|
+
});
|
|
1800
|
+
};
|
|
1801
|
+
StockService.prototype.getStockManagementWarehouses = function () {
|
|
1802
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1803
|
+
return __generator(this, function (_a) {
|
|
1804
|
+
switch (_a.label) {
|
|
1805
|
+
case 0: return [4 /*yield*/, this._connector.getStockManagementWarehouses()];
|
|
1806
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
1807
|
+
}
|
|
1808
|
+
});
|
|
1809
|
+
});
|
|
1810
|
+
};
|
|
1811
|
+
StockService.prototype.getStockManagementLocations = function (warehouseNo) {
|
|
1812
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1813
|
+
return __generator(this, function (_a) {
|
|
1814
|
+
switch (_a.label) {
|
|
1815
|
+
case 0: return [4 /*yield*/, this._connector.getStockManagementLocations(warehouseNo)];
|
|
1816
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
1817
|
+
}
|
|
1818
|
+
});
|
|
1819
|
+
});
|
|
1820
|
+
};
|
|
1821
|
+
StockService.prototype.lockArticleDetails = function (data) {
|
|
1822
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1823
|
+
return __generator(this, function (_a) {
|
|
1824
|
+
switch (_a.label) {
|
|
1825
|
+
case 0: return [4 /*yield*/, this._connector.lockArticleDetails(data)];
|
|
1826
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
1827
|
+
}
|
|
1828
|
+
});
|
|
1829
|
+
});
|
|
1830
|
+
};
|
|
1831
|
+
StockService.prototype.commit = function () {
|
|
1832
|
+
return this._connector.commit();
|
|
1833
|
+
};
|
|
1647
1834
|
return StockService;
|
|
1648
1835
|
}());
|
|
1649
1836
|
StockService.decorators = [
|
|
@@ -1660,6 +1847,8 @@
|
|
|
1660
1847
|
this.showStockInformationGrid = true;
|
|
1661
1848
|
this.showStockLocation = false;
|
|
1662
1849
|
this.showStockTransfer = false;
|
|
1850
|
+
this.allAvailableStock = 0;
|
|
1851
|
+
this.allTechnicalStock = 0;
|
|
1663
1852
|
}
|
|
1664
1853
|
Object.defineProperty(StockComponent.prototype, "options", {
|
|
1665
1854
|
set: function (value) {
|
|
@@ -1668,62 +1857,66 @@
|
|
|
1668
1857
|
enumerable: false,
|
|
1669
1858
|
configurable: true
|
|
1670
1859
|
});
|
|
1860
|
+
Object.defineProperty(StockComponent.prototype, "article", {
|
|
1861
|
+
set: function (article) {
|
|
1862
|
+
this.articleExtended = article;
|
|
1863
|
+
this.getStockInformation(article);
|
|
1864
|
+
},
|
|
1865
|
+
enumerable: false,
|
|
1866
|
+
configurable: true
|
|
1867
|
+
});
|
|
1868
|
+
;
|
|
1671
1869
|
StockComponent.prototype.showClass = function () {
|
|
1672
1870
|
return true;
|
|
1673
1871
|
};
|
|
1674
|
-
StockComponent.prototype.ngAfterViewInit = function () {
|
|
1675
|
-
if (this.article) {
|
|
1676
|
-
this.getStockInformation(this.article);
|
|
1677
|
-
}
|
|
1678
|
-
};
|
|
1679
1872
|
StockComponent.prototype.backToStockLinesClicked = function () {
|
|
1680
1873
|
this.showStockLocation = false;
|
|
1681
1874
|
this.showStockInformationGrid = true;
|
|
1682
1875
|
};
|
|
1683
1876
|
StockComponent.prototype.handleStockTransferClick = function (event) {
|
|
1684
|
-
this.
|
|
1877
|
+
this.stockTransferArticleDetails = event;
|
|
1685
1878
|
this.showStockTransfer = !this.showStockTransfer;
|
|
1686
1879
|
this.showStockInformationGrid = !this.showStockInformationGrid;
|
|
1687
|
-
this.stockService.stockStickers = new printStockStickers.PrintStockStickers();
|
|
1880
|
+
this.stockService.stockStickers = new printStockStickers$1.PrintStockStickers();
|
|
1688
1881
|
};
|
|
1689
1882
|
StockComponent.prototype.backToStock = function () {
|
|
1690
1883
|
this.showStockTransfer = !this.showStockTransfer;
|
|
1691
1884
|
this.showStockInformationGrid = !this.showStockInformationGrid;
|
|
1692
1885
|
};
|
|
1693
|
-
StockComponent.prototype.
|
|
1694
|
-
this.stockService.getStockHistory(data);
|
|
1695
|
-
};
|
|
1696
|
-
StockComponent.prototype.buttonClick = function () {
|
|
1697
|
-
this.getStockInformation(this.article);
|
|
1698
|
-
};
|
|
1699
|
-
StockComponent.prototype.getStockInformation = function (data) {
|
|
1886
|
+
StockComponent.prototype.getStockHistory = function () {
|
|
1700
1887
|
return __awaiter(this, void 0, void 0, function () {
|
|
1701
|
-
var
|
|
1888
|
+
var stockHistoryInformation, _a;
|
|
1702
1889
|
return __generator(this, function (_b) {
|
|
1703
1890
|
switch (_b.label) {
|
|
1704
1891
|
case 0:
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1892
|
+
stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
|
|
1893
|
+
stockHistoryInformation.type = "B";
|
|
1894
|
+
stockHistoryInformation.goodId = this.articleExtended.goodId.toString();
|
|
1708
1895
|
_a = this;
|
|
1709
|
-
return [4 /*yield*/, this.stockService.
|
|
1896
|
+
return [4 /*yield*/, this.stockService.getStockHistory(stockHistoryInformation)];
|
|
1710
1897
|
case 1:
|
|
1711
|
-
_a.
|
|
1898
|
+
_a.stockHistory = _b.sent();
|
|
1712
1899
|
return [2 /*return*/];
|
|
1713
1900
|
}
|
|
1714
1901
|
});
|
|
1715
1902
|
});
|
|
1716
1903
|
};
|
|
1717
|
-
StockComponent.prototype.
|
|
1904
|
+
StockComponent.prototype.getStockInformation = function (data) {
|
|
1718
1905
|
return __awaiter(this, void 0, void 0, function () {
|
|
1719
|
-
var _a;
|
|
1906
|
+
var articleData, _a;
|
|
1907
|
+
var _this = this;
|
|
1720
1908
|
return __generator(this, function (_b) {
|
|
1721
1909
|
switch (_b.label) {
|
|
1722
1910
|
case 0:
|
|
1911
|
+
articleData = new articleStock.ArticleStock();
|
|
1912
|
+
articleData.goodId = data.goodId.toString();
|
|
1913
|
+
articleData.viewKind = "M";
|
|
1723
1914
|
_a = this;
|
|
1724
|
-
return [4 /*yield*/, this.stockService.getStockInformation(
|
|
1915
|
+
return [4 /*yield*/, this.stockService.getStockInformation(articleData)];
|
|
1725
1916
|
case 1:
|
|
1726
|
-
_a.
|
|
1917
|
+
_a.stockInformation = _b.sent();
|
|
1918
|
+
this.stockInformation.forEach(function (articleStock) { return _this.allAvailableStock += articleStock.availableStock; });
|
|
1919
|
+
this.stockInformation.forEach(function (articleStock) { return _this.allTechnicalStock += articleStock.technicalStock; });
|
|
1727
1920
|
return [2 /*return*/];
|
|
1728
1921
|
}
|
|
1729
1922
|
});
|
|
@@ -1734,7 +1927,7 @@
|
|
|
1734
1927
|
StockComponent.decorators = [
|
|
1735
1928
|
{ type: i0.Component, args: [{
|
|
1736
1929
|
selector: "co-stock",
|
|
1737
|
-
template: "\n <div class=\"stock-info-container\">\n <co-stock-information [article]=\"
|
|
1930
|
+
template: "\n <div class=\"stock-info-container\">\n <co-stock-information [article]=\"articleExtended\"\n [articleStock]=\"\"\n [allAvailableStockInformation]=\"allAvailableStock\"\n [allTechnicalStockInformation]=\"allTechnicalStock\"\n >\n </co-stock-information>\n <hr>\n <co-stock-information-grid *ngIf=\"showStockInformationGrid\"\n [stockLocationData]=\"stockLocationInformation\"\n [articleStockInformation]=\"stockInformation\"\n (transferIconClicked)=\"handleStockTransferClick($event)\"\n (historyClicked)=\"getStockHistory()\"\n [stockHistoryInformation]=\"stockHistory\"\n >\n </co-stock-information-grid>\n <co-stock-location *ngIf=\"showStockLocation\"\n (backToStockLines)=\"backToStockLinesClicked()\">\n\n </co-stock-location>\n <co-stock-transfer *ngIf=\"showStockTransfer\"\n (handleCancelClicked)=\"backToStock()\"\n [article]=\"stockTransferArticle\"\n [articleToTransfer]=\"stockTransferArticleDetails\"\n [stockSticker]=\"stockService.stockStickers\"\n (handleStickerClicked)=\"handleStickerClicked.emit($event)\"\n [articleWarehouse]=\"articleWarehouse\"\n [allWarehouses]=\"allWarehouses\"\n >\n </co-stock-transfer>\n </div>\n ",
|
|
1738
1931
|
encapsulation: i0.ViewEncapsulation.None
|
|
1739
1932
|
},] }
|
|
1740
1933
|
];
|
|
@@ -1753,44 +1946,34 @@
|
|
|
1753
1946
|
|
|
1754
1947
|
var StockInformationComponent = /** @class */ (function () {
|
|
1755
1948
|
function StockInformationComponent() {
|
|
1756
|
-
this.stockStatus = "medium";
|
|
1757
|
-
this.show = false;
|
|
1758
|
-
this.hideOrShowLocationTab = false;
|
|
1759
1949
|
}
|
|
1760
1950
|
return StockInformationComponent;
|
|
1761
1951
|
}());
|
|
1762
1952
|
StockInformationComponent.decorators = [
|
|
1763
1953
|
{ type: i0.Component, args: [{
|
|
1764
1954
|
selector: "co-stock-information",
|
|
1765
|
-
template: "\n <div class=\"stock-info\" *ngIf=\"article\">\n <div class=\"stock-info-row\" >\n <div class=\"stock-info-row-image\">\n <div class=\"stock-image\">\n <co-image class=\"stock-image\" [source]=\"article.imageData\"></co-image>\n </div>\n </div>\n <div class=\"stock-good-info\">\n <div>\n <span [textContent]=\"article.description\"></span>\n </div>\n <div>\n <span [textContent]=\"article.articleNumber\"></span>\n </div>\n </div>\n </div>\n <div class=\"stock-status\">\n <label [textContent]=\"'STOCK_STATUS'\"></label>\n <span [textContent]=\"article.stockStatus\"></span>\n </div>\n <div class=\"stock-status\">\n <label [textContent]=\"'AMOUNT_IN_STOCK'\"></label>\n <span [textContent]=\"
|
|
1955
|
+
template: "\n <div class=\"stock-info\" *ngIf=\"article\">\n <div class=\"stock-info-row\" >\n <div class=\"stock-info-row-image\">\n <div class=\"stock-image\">\n <co-image class=\"stock-image\" [source]=\"article.imageData\"></co-image>\n </div>\n </div>\n <div class=\"stock-good-info\">\n <div>\n <span [textContent]=\"article.description\"></span>\n </div>\n <div>\n <span [textContent]=\"article.articleNumber\"></span>\n </div>\n </div>\n </div>\n <div class=\"stock-status\">\n <label [textContent]=\"'STOCK_STATUS'\"></label>\n <span [textContent]=\"article.stockStatus\"></span>\n </div>\n <div class=\"stock-status\">\n <label [textContent]=\"'AMOUNT_IN_STOCK'\"></label>\n <span [textContent]=\"allTechnicalStockInformation\"></span>\n </div>\n <div class=\"stock-status\">\n <label [textContent]=\"'AMOUNT_AVAILABLE'\"></label>\n <span [textContent]=\"allAvailableStockInformation\"></span>\n </div>\n <div class=\"stock-status\">\n <label [textContent]=\"'AMOUNT_LATER_AVAILABLE'\"></label>\n <span [textContent]=\"\"></span>\n </div>\n </div>\n ",
|
|
1766
1956
|
encapsulation: i0.ViewEncapsulation.None
|
|
1767
1957
|
},] }
|
|
1768
1958
|
];
|
|
1769
1959
|
StockInformationComponent.ctorParameters = function () { return []; };
|
|
1770
1960
|
StockInformationComponent.propDecorators = {
|
|
1771
1961
|
article: [{ type: i0.Input }],
|
|
1772
|
-
articleStock: [{ type: i0.Input }]
|
|
1962
|
+
articleStock: [{ type: i0.Input }],
|
|
1963
|
+
allAvailableStockInformation: [{ type: i0.Input }],
|
|
1964
|
+
allTechnicalStockInformation: [{ type: i0.Input }]
|
|
1773
1965
|
};
|
|
1774
1966
|
|
|
1775
1967
|
/** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
|
|
1776
1968
|
var IconSvg = {
|
|
1777
1969
|
"arrow_fat_right": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><polygon points=\"37.5 25 25.2 12.7 25.2 20.35 12.5 20.35 12.5 29.66 25.2 29.66 25.2 37.3 37.5 25\" fill=\"#484f60\"/></svg>",
|
|
1778
|
-
"
|
|
1779
|
-
"
|
|
1780
|
-
"arrow_point_right": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 51 51\" enable-background=\"new 0 0 51 51\" ><path fill=\"#484F5F\" d=\"M19.1,14.3l14.7,9.6c0.1,0.1,0.2,0.2,0.2,0.4v2.4c0,0.2-0.1,0.3-0.2,0.4l-14.7,9.6c-0.2,0.2-0.5,0.1-0.7-0.1l-1.4-2.1c-0.2-0.2-0.1-0.5,0.1-0.7l12-7.8c0.3-0.2,0.3-0.6,0-0.8l-12-7.8c-0.2-0.2-0.3-0.5-0.1-0.7l1.4-2.1C18.6,14.2,18.9,14.2,19.1,14.3z\"/></svg>",
|
|
1781
|
-
"calendar_day": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 50 50\" enable-background=\"new 0 0 50 50\" ><g><path fill=\"#022D42\" d=\"M35.4,13.7H14.6c-0.6,0-1,0.5-1,1V20h22.9v-5.2C36.4,14.2,36,13.7,35.4,13.7z M19,18.8c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8C20.8,18,20,18.8,19,18.8z M31,18.8c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8C32.7,18,32,18.8,31,18.8z\"/><path fill=\"#022D42\" d=\"M35.4,22.3v12.6L31.3,39H14.6c0,0,0,0,0,0V22.3H35.4 M36.4,21.3H13.6V39c0,0.6,0.5,1,1,1h17.2l4.7-4.7V21.3L36.4,21.3z\"/><rect x=\"18.2\" y=\"10\" fill=\"#022D42\" width=\"1.6\" height=\"5.2\"/><rect x=\"30.2\" y=\"10\" fill=\"#022D42\" width=\"1.6\" height=\"5.2\"/><rect x=\"18.6\" y=\"30.5\" fill=\"#022D42\" width=\"3.4\" height=\"3.4\"/><rect x=\"19.1\" y=\"24.8\" opacity=\"0.1\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"19.1\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"19.1\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"24.8\" opacity=\"0.1\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"24.8\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"31.6\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"31.6\" y=\"24.8\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"31.6\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"24.8\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"24.8\" opacity=\"0.1\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/></g></svg>",
|
|
1782
|
-
"cancel": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><polygon points=\"36 35.16 30.45 35.16 14 14.84 19.55 14.84 36 35.16\" fill=\"#484f60\"/><polygon points=\"14 35.16 19.55 35.16 36 14.84 30.45 14.84 14 35.16\" fill=\"#484f60\"/></svg>",
|
|
1970
|
+
"arrow_point_right": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 51 51\" enable-background=\"new 0 0 51 51\"><path fill=\"#484F5F\" d=\"M19.1,14.3l14.7,9.6c0.1,0.1,0.2,0.2,0.2,0.4v2.4c0,0.2-0.1,0.3-0.2,0.4l-14.7,9.6c-0.2,0.2-0.5,0.1-0.7-0.1l-1.4-2.1c-0.2-0.2-0.1-0.5,0.1-0.7l12-7.8c0.3-0.2,0.3-0.6,0-0.8l-12-7.8c-0.2-0.2-0.3-0.5-0.1-0.7l1.4-2.1C18.6,14.2,18.9,14.2,19.1,14.3z\"/></svg>",
|
|
1971
|
+
"delete_left_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M432.1 208.1L385.9 256L432.1 303C442.3 312.4 442.3 327.6 432.1 336.1C423.6 346.3 408.4 346.3 399 336.1L352 289.9L304.1 336.1C295.6 346.3 280.4 346.3 271 336.1C261.7 327.6 261.7 312.4 271 303L318.1 256L271 208.1C261.7 199.6 261.7 184.4 271 175C280.4 165.7 295.6 165.7 304.1 175L352 222.1L399 175C408.4 165.7 423.6 165.7 432.1 175C442.3 184.4 442.3 199.6 432.1 208.1V208.1zM512 64C547.3 64 576 92.65 576 128V384C576 419.3 547.3 448 512 448H205.3C188.3 448 172 441.3 160 429.3L9.372 278.6C3.371 272.6 0 264.5 0 256C0 247.5 3.372 239.4 9.372 233.4L160 82.75C172 70.74 188.3 64 205.3 64L512 64zM528 128C528 119.2 520.8 112 512 112H205.3C201 112 196.9 113.7 193.9 116.7L54.63 256L193.9 395.3C196.9 398.3 201 400 205.3 400H512C520.8 400 528 392.8 528 384V128z\"/></svg>",
|
|
1783
1972
|
"delivery_truck": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"15.35\" y=\"16.56\" width=\"15.14\" height=\"10.94\" transform=\"translate(-1.83 2.08) rotate(-5)\" fill=\"#484f60\"/><path d=\"M38.5,18.1l-6.9.61L32.41,28l-7.63.67a3.76,3.76,0,0,1,1.43,2.25l7.25-.63A3.83,3.83,0,0,1,41,29.6l1-.1-.52-6Zm.29,5.84-3.91.34a.51.51,0,0,1-.55-.46L34,20.1a.49.49,0,0,1,.45-.54l2.27-.2a.5.5,0,0,1,.48.25l2,3.59A.5.5,0,0,1,38.79,23.94Z\" fill=\"#484f60\"/><path d=\"M19.66,29.09a3.8,3.8,0,0,0-1,2.46l-.74.07-1.82-.94L16,29.41Z\" fill=\"#484f60\"/><path d=\"M34.56,30.62a2.74,2.74,0,1,0,2.49-3A2.73,2.73,0,0,0,34.56,30.62Z\" fill=\"#484f60\"/><path d=\"M19.74,31.91a2.74,2.74,0,1,0,2.49-3A2.74,2.74,0,0,0,19.74,31.91Z\" fill=\"#484f60\"/><rect x=\"7.96\" y=\"17.63\" width=\"5\" height=\"1\" transform=\"translate(-1.54 0.98) rotate(-5)\" fill=\"#484f60\"/><rect x=\"11.02\" y=\"29.71\" width=\"3\" height=\"1\" transform=\"translate(-2.59 1.21) rotate(-5)\" fill=\"#484f60\"/><rect x=\"9.48\" y=\"23.53\" width=\"4\" height=\"1\" transform=\"matrix(1, -0.09, 0.09, 1, -2.05, 1.09)\" fill=\"#484f60\"/></svg>",
|
|
1784
|
-
"edit_pencil": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><polygon points=\"12.54 38.16 12 37.62 14.85 29.64 20.52 35.31 12.54 38.16\" fill=\"#484f60\"/><rect x=\"16.33\" y=\"20.52\" width=\"17.99\" height=\"8.64\" transform=\"translate(-10.15 25.18) rotate(-45)\" fill=\"#484f60\"/><path d=\"M37.54,18.73,36,20.32l-6.11-6.1,1.59-1.59a1.55,1.55,0,0,1,2.2,0l3.91,3.9A1.55,1.55,0,0,1,37.54,18.73Z\" fill=\"#484f60\"/></svg>",
|
|
1785
1973
|
"email": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M31.79,38.45A17.82,17.82,0,0,1,23.86,40,13.09,13.09,0,0,1,10.41,26.42C10.41,17.63,16.83,10,26.53,10c7.63,0,13.06,5.21,13.06,12.46,0,6.33-3.53,10.3-8.19,10.3a3.42,3.42,0,0,1-3.71-3.32h-.08A6.5,6.5,0,0,1,22,32.76c-2.75,0-4.82-2.11-4.82-5.65a9.85,9.85,0,0,1,10.13-10,12.89,12.89,0,0,1,5.13,1l-1.3,8c-.43,2.54-.13,3.71,1.08,3.75,1.85.09,4.18-2.28,4.18-7.28,0-5.65-3.62-10-10.3-10S13.73,17.76,13.73,26c0,7.25,4.57,11.3,11,11.3A14.81,14.81,0,0,0,31,36ZM28,20.65a5.34,5.34,0,0,0-1.33-.18c-2.85,0-5.09,2.81-5.09,6.12,0,1.64.73,2.68,2.16,2.68,1.59,0,3.27-2,3.66-4.53Z\" fill=\"#484f60\"/></svg>",
|
|
1786
1974
|
"pdf": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M31.42,40.17H13.88c-2.16,0-2.72-.56-2.72-2.72V12.88c0-2.15.56-2.71,2.72-2.71h11.6l8.66,8.88v3.43H32.8V19.6l-7.88-8.09h-11c-1.38,0-1.38,0-1.38,1.37V37.45c0,1.37,0,1.37,1.38,1.37H31.42c1.38,0,1.38,0,1.38-1.37V35h1.34v2.43C34.14,39.61,33.58,40.17,31.42,40.17Z\" fill=\"#484f60\"/><path d=\"M27.83,26.63v4.24h1a3.57,3.57,0,0,0,.78-.06,1.22,1.22,0,0,0,.52-.26,1.44,1.44,0,0,0,.34-.62,4.13,4.13,0,0,0,.13-1.18,3.79,3.79,0,0,0-.13-1.14,1.51,1.51,0,0,0-.37-.62,1.14,1.14,0,0,0-.6-.3,5.93,5.93,0,0,0-1.06-.06Z\" fill=\"#484f60\"/><path d=\"M21.86,26.63v1.82h.71a3.57,3.57,0,0,0,1-.1A.88.88,0,0,0,24,28a.84.84,0,0,0,.14-.5.8.8,0,0,0-.2-.57.88.88,0,0,0-.52-.29,6.36,6.36,0,0,0-.93,0Z\" fill=\"#484f60\"/><path d=\"M19.14,24.27v9h19.7v-9Zm6.12,4.24a1.68,1.68,0,0,1-.54.63,1.9,1.9,0,0,1-.67.3,6.57,6.57,0,0,1-1.34.1h-.85V32H20.57V25.54h2.07a7.75,7.75,0,0,1,1.54.1,1.73,1.73,0,0,1,.93.63,2,2,0,0,1,.37,1.25A2,2,0,0,1,25.26,28.51Zm6.45,1.66A2.91,2.91,0,0,1,31,31.31a2.28,2.28,0,0,1-.91.51A4,4,0,0,1,29,32H26.54V25.54H28.9a4.21,4.21,0,0,1,1.22.13,2.08,2.08,0,0,1,1,.59,2.79,2.79,0,0,1,.61,1,4.76,4.76,0,0,1,.21,1.52A4.19,4.19,0,0,1,31.71,30.17Zm5.7-3.54h-3.1v1.52H37v1.08H34.31V32H33V25.54h4.39Z\" fill=\"#484f60\"/><path d=\"M25.2,10.84v6.44c0,1.78.27,2,2,2h6.23Z\" fill=\"#484f60\"/></svg>",
|
|
1787
|
-
"plus_round": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"-288 379 35 35\" enable-background=\"new -288 379 35 35\" ><path fill=\"#29363E\" d=\"M-270.5,381.5c-8.3,0-15,6.7-15,15c0,8.3,6.7,15,15,15s15-6.7,15-15C-255.5,388.2-262.2,381.5-270.5,381.5z M-261.1,397.3c0,0.9-0.7,1.6-1.6,1.6h-5.5v5.5c0,0.9-0.7,1.6-1.6,1.6h-1.6c-0.9,0-1.6-0.7-1.6-1.6v-5.5h-5.5c-0.9,0-1.6-0.7-1.6-1.6v-1.6c0-0.9,0.7-1.6,1.6-1.6h5.5v-5.5c0-0.9,0.7-1.6,1.6-1.6h1.6c0.9,0,1.6,0.7,1.6,1.6v5.5h5.5c0.9,0,1.6,0.7,1.6,1.6V397.3z\"/></svg>",
|
|
1788
1975
|
"print": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M38,16.5H12a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2h2v-5H36v5h2a2,2,0,0,0,2-2v-9A2,2,0,0,0,38,16.5ZM37,21a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,37,21Z\" fill=\"#484f60\"/><path d=\"M35,11.5v5H15v-5H35m1-1H14v7H36v-7Z\" fill=\"#484f60\"/><path d=\"M35,25.5v13H15v-13H35m1-1H14v15H36v-15Z\" fill=\"#484f60\"/><rect x=\"17\" y=\"28.3\" width=\"16\" height=\"0.8\" fill=\"#484f60\"/><rect x=\"17\" y=\"31.5\" width=\"16\" height=\"0.8\" fill=\"#484f60\"/><rect x=\"17\" y=\"34.7\" width=\"16\" height=\"0.8\" fill=\"#484f60\"/></svg>",
|
|
1789
1976
|
"signature_field": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M20.1,25.42a1.1,1.1,0,1,1,1.27,1.45l-3.3,9.07A63.13,63.13,0,0,1,28,28.3l1.26-12-8.26-3-6.77,10A62.4,62.4,0,0,1,17,35.54l3.3-9.07A1.12,1.12,0,0,1,20.1,25.42Z\" fill=\"#484f60\"/><rect x=\"21.62\" y=\"11.43\" width=\"8.79\" height=\"2.34\" transform=\"translate(5.88 -8.14) rotate(20)\" fill=\"#484f60\"/><path d=\"M18.11,37.48c1.44,2.65,4.58,2.94,7.23,2.1,1.41-.44,2.2-1.49,3.44-2.06,2.42-1.1,3.13,1.2,5.36,1.37.42,0,2-.65,1.54-.68-2.55-.19-2.93-3.13-5.51-2.65a4.9,4.9,0,0,0-1.64.71c-.77.49-1.31,1.62-2.07,2l-4.61.56A3.38,3.38,0,0,1,20,37c-.22-.41-2,.28-1.85.5Z\" fill=\"#484f60\"/></svg>",
|
|
1790
|
-
"tag": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M40,29.15v-.68a5.28,5.28,0,0,0-1.34-3.25L24.78,11.34A5.34,5.34,0,0,0,21.53,10H11.9A1.91,1.91,0,0,0,10,11.9v9.63a5.28,5.28,0,0,0,1.34,3.25L25.22,38.66A5.28,5.28,0,0,0,28.47,40h.68a5.28,5.28,0,0,0,3.24-1.34l6.27-6.27A5.28,5.28,0,0,0,40,29.15ZM13.13,16.72a2.54,2.54,0,1,1,3.59,0A2.55,2.55,0,0,1,13.13,16.72Zm15.9,19L17.84,24.55l1.34-1.34L30.37,34.4Zm2.69-2.69L20.52,21.87l1.35-1.35,11.19,11.2Zm2.68-2.69L23.21,19.18l1.34-1.34L35.75,29Z\" fill=\"#484f60\"/></svg>",
|
|
1791
|
-
"thick_lines": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"10\" y=\"12.67\" width=\"30\" height=\"7\" fill=\"#484f60\"/><rect x=\"10\" y=\"21.67\" width=\"30\" height=\"7\" fill=\"#484f60\"/><rect x=\"10\" y=\"30.67\" width=\"30\" height=\"7\" fill=\"#484f60\"/></svg>",
|
|
1792
|
-
"thin_lines": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"10\" y=\"14.17\" width=\"30\" height=\"4\" fill=\"#484f60\"/><rect x=\"10\" y=\"20.17\" width=\"30\" height=\"4\" fill=\"#484f60\"/><rect x=\"10\" y=\"26.17\" width=\"30\" height=\"4\" fill=\"#484f60\"/><rect x=\"10\" y=\"32.17\" width=\"30\" height=\"4\" fill=\"#484f60\"/></svg>",
|
|
1793
|
-
"txt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M31.42,40.17H13.87c-2.15,0-2.71-.56-2.71-2.72V12.88c0-2.15.56-2.71,2.71-2.71H25.48l8.66,8.88v3.43H32.8V19.6l-7.88-8.09H13.87c-1.37,0-1.37,0-1.37,1.37V37.45c0,1.37,0,1.37,1.37,1.37H31.42c1.38,0,1.38,0,1.38-1.37V35h1.34v2.43C34.14,39.61,33.58,40.17,31.42,40.17Z\" fill=\"#484f60\"/><path d=\"M25.2,10.84v6.44c0,1.78.27,2,2,2h6.23Z\" fill=\"#484f60\"/><path d=\"M19.14,24.27v9h19.7v-9Zm6.68,2.36h-1.9V32h-1.3V26.63h-1.9V25.54h5.1ZM30.4,32,29,29.74,27.55,32H26l2.19-3.34-2-3.07h1.52L29,27.6l1.26-2.06h1.5l-2,3.12L32,32Zm6.86-5.32h-1.9V32H34.07V26.63H32.16V25.54h5.1Z\" fill=\"#484f60\"/></svg>",
|
|
1794
1977
|
"xml": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M31.42,40.17H13.87c-2.15,0-2.71-.56-2.71-2.72V12.88c0-2.15.56-2.71,2.71-2.71H25.48l8.66,8.88v3.43H32.8V19.6l-7.88-8.09H13.87c-1.37,0-1.37,0-1.37,1.37V37.45c0,1.37,0,1.37,1.37,1.37H31.42c1.38,0,1.38,0,1.38-1.37V35h1.34v2.43C34.14,39.61,33.58,40.17,31.42,40.17Z\" fill=\"#484f60\"/><path d=\"M25.2,10.84v6.44c0,1.78.27,2,2,2h6.23Z\" fill=\"#484f60\"/><path d=\"M19.14,24.27v9h19.7v-9Zm5.36,7.41-1.3-2-1.3,2H20.48l2-3.06-1.81-2.8h1.38l1.18,1.88,1.15-1.88h1.37l-1.83,2.85,2,3Zm7.67,0h-1.1V27.07l-1.16,4.61H28.77l-1.16-4.61v4.61H26.52V25.82h1.76l1.07,4,1-4h1.77Zm5.33,0H33.38V25.87h1.18v4.82H37.5Z\" fill=\"#484f60\"/></svg>"
|
|
1795
1978
|
};
|
|
1796
1979
|
|
|
@@ -1849,22 +2032,13 @@
|
|
|
1849
2032
|
var Icon;
|
|
1850
2033
|
(function (Icon) {
|
|
1851
2034
|
Icon["ArrowFatRight"] = "arrow_fat_right";
|
|
1852
|
-
Icon["ArrowPointDown"] = "arrow_point_down";
|
|
1853
|
-
Icon["ArrowPointLeft"] = "arrow_point_left";
|
|
1854
2035
|
Icon["ArrowPointRight"] = "arrow_point_right";
|
|
1855
|
-
Icon["
|
|
1856
|
-
Icon["Cancel"] = "cancel";
|
|
2036
|
+
Icon["DeleteLeftRegular"] = "delete_left_regular";
|
|
1857
2037
|
Icon["DeliveryTruck"] = "delivery_truck";
|
|
1858
|
-
Icon["EditPencil"] = "edit_pencil";
|
|
1859
2038
|
Icon["Email"] = "email";
|
|
1860
2039
|
Icon["Pdf"] = "pdf";
|
|
1861
|
-
Icon["PlusRound"] = "plus_round";
|
|
1862
2040
|
Icon["Print"] = "print";
|
|
1863
2041
|
Icon["SignatureField"] = "signature_field";
|
|
1864
|
-
Icon["Tag"] = "tag";
|
|
1865
|
-
Icon["ThickLines"] = "thick_lines";
|
|
1866
|
-
Icon["ThinLines"] = "thin_lines";
|
|
1867
|
-
Icon["Txt"] = "txt";
|
|
1868
2042
|
Icon["Xml"] = "xml";
|
|
1869
2043
|
})(Icon || (Icon = {}));
|
|
1870
2044
|
|
|
@@ -1873,27 +2047,17 @@
|
|
|
1873
2047
|
this.iconCacheService = iconCacheService;
|
|
1874
2048
|
this._stockService = _stockService;
|
|
1875
2049
|
this.icons = Icon;
|
|
1876
|
-
this.locationLineClicked = new i0.EventEmitter();
|
|
1877
2050
|
this.transferIconClicked = new i0.EventEmitter();
|
|
2051
|
+
this.historyClicked = new i0.EventEmitter();
|
|
1878
2052
|
this.show = false;
|
|
1879
2053
|
this.hideOrShowLocationTab = false;
|
|
1880
2054
|
this.showStockHistory = false;
|
|
1881
2055
|
this.showSendMethodDialog = false;
|
|
1882
|
-
this.data = [
|
|
1883
|
-
{ test: "test" }
|
|
1884
|
-
];
|
|
1885
|
-
this.inOrderInformation = [
|
|
1886
|
-
{ inOrder: "275432", customer: "Test customer", orderDate: "date", orderAmount: "2", warehouseNumber: "8", warehouseDescription: "A nice warehouse", amountInStock: "17", commission: "4014321" },
|
|
1887
|
-
{ inOrder: "275432", customer: "Test customer", orderDate: "date", orderAmount: "2", warehouseNumber: "8", warehouseDescription: "A nice warehouse", amountInStock: "17", commission: "4014321" },
|
|
1888
|
-
{ inOrder: "275432", customer: "Test customer", orderDate: "date", orderAmount: "2", warehouseNumber: "8", warehouseDescription: "A nice warehouse", amountInStock: "17", commission: "4014321" },
|
|
1889
|
-
{ inOrder: "275432", customer: "Test customer", orderDate: "date", orderAmount: "2", warehouseNumber: "8", warehouseDescription: "A nice warehouse", amountInStock: "17", commission: "4014321" },
|
|
1890
|
-
{ inOrder: "275432", customer: "Test customer", orderDate: "date", orderAmount: "2", warehouseNumber: "8", warehouseDescription: "A nice warehouse", amountInStock: "17", commission: "4014321" },
|
|
1891
|
-
];
|
|
1892
|
-
this.orderInformation = [];
|
|
1893
2056
|
this.hideOrShowTabs = true;
|
|
1894
|
-
this.
|
|
1895
|
-
this.dataWareHouseFields = { text: "warehouseDescription", value: "warehouseNumber" };
|
|
2057
|
+
this.dataWareHouseFields = { text: "warehouseDescription", value: "warehouseNo" };
|
|
1896
2058
|
this.articleStockSearchInfo = new articleStock.ArticleStock();
|
|
2059
|
+
this.showChangeStockDetails = false;
|
|
2060
|
+
this.articleDetailsInformation = new articleStockManagement.ArticleStockManagement();
|
|
1897
2061
|
this.tabs = [
|
|
1898
2062
|
"STOCK",
|
|
1899
2063
|
"IN_ORDER2",
|
|
@@ -1918,25 +2082,38 @@
|
|
|
1918
2082
|
configurable: true
|
|
1919
2083
|
});
|
|
1920
2084
|
StockInformationGridComponent.prototype.handleTabClick = function (tabData) {
|
|
2085
|
+
console.log(tabData);
|
|
1921
2086
|
this.activeTab = tabData;
|
|
2087
|
+
if (this.activeTab === "IN_ORDER2") {
|
|
2088
|
+
this.getInOrderData();
|
|
2089
|
+
}
|
|
2090
|
+
if (this.activeTab === "ORDERS1") {
|
|
2091
|
+
this.getOrderData();
|
|
2092
|
+
}
|
|
1922
2093
|
};
|
|
1923
2094
|
StockInformationGridComponent.prototype.onLocationClick = function (data) {
|
|
1924
2095
|
this.articleStockSearchInfo.goodId = data.goodId.toString();
|
|
1925
2096
|
this.articleStockSearchInfo.wareHouseNo = data.warehouseNo.toString();
|
|
1926
2097
|
this.articleStockSearchInfo.viewKind = "D";
|
|
1927
|
-
|
|
2098
|
+
if (!this.dataWareHouseCode) {
|
|
2099
|
+
this.getStockManagementWarehouses(data);
|
|
2100
|
+
}
|
|
2101
|
+
this.getArticleDetails(data);
|
|
1928
2102
|
this.hideOrShowTabs = false;
|
|
1929
2103
|
this.hideOrShowLocationTab = true;
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
this.show = false;
|
|
2104
|
+
console.log(this.articleDetailsInformation);
|
|
2105
|
+
this._stockService.lockArticleDetails(this.articleDetailsInformation);
|
|
1933
2106
|
};
|
|
1934
2107
|
StockInformationGridComponent.prototype.handleHistoryClick = function () {
|
|
1935
|
-
|
|
1936
|
-
|
|
2108
|
+
this.historyClicked.emit();
|
|
2109
|
+
this.hideOrShowLocationTab = false;
|
|
2110
|
+
this.showChangeStockDetails = false;
|
|
2111
|
+
this.hideOrShowTabs = false;
|
|
2112
|
+
this.showStockHistory = true;
|
|
1937
2113
|
};
|
|
1938
|
-
StockInformationGridComponent.prototype.
|
|
1939
|
-
this.
|
|
2114
|
+
StockInformationGridComponent.prototype.backToStockInformation = function () {
|
|
2115
|
+
this.showStockHistory = false;
|
|
2116
|
+
this.hideOrShowTabs = true;
|
|
1940
2117
|
};
|
|
1941
2118
|
StockInformationGridComponent.prototype.handleStockTransferClick = function (event) {
|
|
1942
2119
|
this.transferIconClicked.emit(event);
|
|
@@ -1955,20 +2132,91 @@
|
|
|
1955
2132
|
this.showSendMethodDialog = !this.showSendMethodDialog;
|
|
1956
2133
|
};
|
|
1957
2134
|
StockInformationGridComponent.prototype.printStockStickers = function () {
|
|
1958
|
-
this.printSticker = new printStockStickers
|
|
2135
|
+
this.printSticker = new printStockStickers.PrintStockStickers();
|
|
1959
2136
|
this.printSticker.goodId = 10;
|
|
1960
|
-
this._stockService.getPrintStockStickers(this.printSticker);
|
|
2137
|
+
// this._stockService.getPrintStockStickers(this.printSticker);
|
|
1961
2138
|
};
|
|
1962
2139
|
StockInformationGridComponent.prototype.onOkClick = function () {
|
|
1963
2140
|
};
|
|
1964
2141
|
StockInformationGridComponent.prototype.onCancelClick = function () {
|
|
1965
2142
|
};
|
|
2143
|
+
StockInformationGridComponent.prototype.openDialogClick = function (data) {
|
|
2144
|
+
this.selectedArticleDetailsData = data;
|
|
2145
|
+
this.showChangeStockDetails = true;
|
|
2146
|
+
};
|
|
2147
|
+
StockInformationGridComponent.prototype.getArticleDetails = function (data) {
|
|
2148
|
+
var _this = this;
|
|
2149
|
+
// const info = new ArticleStockManagement();
|
|
2150
|
+
this.articleDetailsInformation.goodId = data.goodId;
|
|
2151
|
+
this.articleDetailsInformation.lineId = data.lineId;
|
|
2152
|
+
this.articleDetailsInformation.warehouseNumber = data.warehouseNo;
|
|
2153
|
+
this._stockService.getArticleDetails(this.articleDetailsInformation).then(function (details) {
|
|
2154
|
+
_this.articleDetails = details;
|
|
2155
|
+
});
|
|
2156
|
+
};
|
|
2157
|
+
StockInformationGridComponent.prototype.getStockManagementWarehouses = function (data) {
|
|
2158
|
+
var _this = this;
|
|
2159
|
+
this._stockService.getStockManagementWarehouses().then(function (warehouses) {
|
|
2160
|
+
_this.dataWareHouseCode = warehouses;
|
|
2161
|
+
_this.selectedWarehouse = data.warehouseNo;
|
|
2162
|
+
});
|
|
2163
|
+
};
|
|
2164
|
+
StockInformationGridComponent.prototype.onSelectWarehouse = function (event) {
|
|
2165
|
+
var _this = this;
|
|
2166
|
+
this.articleDetailsInformation.warehouseNumber = event;
|
|
2167
|
+
console.log(event);
|
|
2168
|
+
if (this.dataWareHouseCode != null) {
|
|
2169
|
+
this._stockService.getArticleDetails(this.articleDetailsInformation).then(function (details) {
|
|
2170
|
+
_this.articleDetails = details;
|
|
2171
|
+
});
|
|
2172
|
+
}
|
|
2173
|
+
};
|
|
2174
|
+
StockInformationGridComponent.prototype.getInOrderData = function () {
|
|
2175
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
2176
|
+
var inOrderData, _a;
|
|
2177
|
+
return __generator(this, function (_b) {
|
|
2178
|
+
switch (_b.label) {
|
|
2179
|
+
case 0:
|
|
2180
|
+
inOrderData = new getStockHistoryRequest.GetStockHistoryRequest();
|
|
2181
|
+
inOrderData.type = "O";
|
|
2182
|
+
inOrderData.goodId = this.articleStockInformation[0].goodId.toString();
|
|
2183
|
+
// inOrderData.wareHouseNr = Number(this.articleStockInformation[0].warehouseNo);
|
|
2184
|
+
_a = this;
|
|
2185
|
+
return [4 /*yield*/, this._stockService.getStockHistory(inOrderData)];
|
|
2186
|
+
case 1:
|
|
2187
|
+
// inOrderData.wareHouseNr = Number(this.articleStockInformation[0].warehouseNo);
|
|
2188
|
+
_a.inOrderInformation = _b.sent();
|
|
2189
|
+
return [2 /*return*/];
|
|
2190
|
+
}
|
|
2191
|
+
});
|
|
2192
|
+
});
|
|
2193
|
+
};
|
|
2194
|
+
StockInformationGridComponent.prototype.getOrderData = function () {
|
|
2195
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
2196
|
+
var inOrderData, _a;
|
|
2197
|
+
return __generator(this, function (_b) {
|
|
2198
|
+
switch (_b.label) {
|
|
2199
|
+
case 0:
|
|
2200
|
+
inOrderData = new getStockHistoryRequest.GetStockHistoryRequest();
|
|
2201
|
+
inOrderData.type = "B";
|
|
2202
|
+
inOrderData.goodId = this.articleStockInformation[0].goodId.toString();
|
|
2203
|
+
// inOrderData.wareHouseNr = Number(this.articleStockInformation[0].warehouseNo);
|
|
2204
|
+
_a = this;
|
|
2205
|
+
return [4 /*yield*/, this._stockService.getStockHistory(inOrderData)];
|
|
2206
|
+
case 1:
|
|
2207
|
+
// inOrderData.wareHouseNr = Number(this.articleStockInformation[0].warehouseNo);
|
|
2208
|
+
_a.orderInformation = _b.sent();
|
|
2209
|
+
return [2 /*return*/];
|
|
2210
|
+
}
|
|
2211
|
+
});
|
|
2212
|
+
});
|
|
2213
|
+
};
|
|
1966
2214
|
return StockInformationGridComponent;
|
|
1967
2215
|
}());
|
|
1968
2216
|
StockInformationGridComponent.decorators = [
|
|
1969
2217
|
{ type: i0.Component, args: [{
|
|
1970
2218
|
selector: "co-stock-information-grid",
|
|
1971
|
-
template: "\n <div class=\"tab-link show\" *ngIf=\"hideOrShowTabs\">\n <span class=\"tab-link-buttons\"\n *ngFor=\"let tab of tabs\"\n (click)=\"handleTabClick(tab)\"\n [textContent]=\"tab\"\n [class.active]=\"tab === activeTab\"\n ></span>\n </div>\n\n <div class=\"stock-line\">\n <div [textContent]=\"activeTabText\"></div>\n\n </div>\n\n <div class=\"stock-grid\">\n <co-simple-grid *ngIf=\"activeTab === tabs[0] && hideOrShowTabs\"\n [data]=\"articleStockInformation\"\n >\n <co-simple-grid-column [headerText]=\"'WAREHOUSE'\" [field]=\"'warehouseNo'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DESCRIPTION'\" [field]=\"'warehouseName'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK'\" [field]=\"'technicalStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK'\" [field]=\"'availableStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ECONOMICAL_STOCK'\" [field]=\"'economicalStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION'\" [field]=\"'locationNo'\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"'bekijken'\" (click)=\"onLocationClick(row)\"></span>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n\n <co-simple-grid *ngIf=\"activeTab === tabs[1]\"\n [data]=\"inOrderInformation\"\n >\n <co-simple-grid-column [headerText]=\"'IN_ORDER2'\" [field]=\"'inOrder'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'CUSTOMER'\" [field]=\"'customer'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DATE'\" [field]=\"'orderDate'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT'\" [field]=\"'orderAmount'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'WAREHOUSE'\" [field]=\"'warehouseNumber'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DESCRIPTION'\" [field]=\"'warehouseDescription'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK'\" [field]=\"'amountInStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'COMMISSION2'\" [field]=\"'commission'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSFER'\" [field]=\"'transfer'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.DeliveryTruck)\" (click)=\"handleStockTransferClick($event)\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STICKER'\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog()\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n\n <co-simple-grid *ngIf=\"activeTab === tabs[2]\"\n [data]=\"orderInformation\"\n >\n <co-simple-grid-column [headerText]=\"'PURCHASE_ORDER_NR'\" [field]=\"'purchaseOrderNo'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DATE'\" [field]=\"'orderDate'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT'\" [field]=\"'orderAmount'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RESERVED'\" [field]=\"'reserved'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'FREE_STOCK'\" [field]=\"'freeStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DELIVERY_DATE1'\" [field]=\"'deliveryDate'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RESERVE'\" [field]=\"'reservation'\"></co-simple-grid-column>\n </co-simple-grid>\n </div>\n\n <div class=\"stock-grid\" *ngIf=\"hideOrShowLocationTab\">\n <div class=\"stock-location-group\">\n <div class=\"stock-location-left-group\">\n <span class=\"stock-button-back\" [textContent]=\"'BACK_TO_STOCK_LINES'\" (click)=\"handleBackToStockClick()\"></span>\n </div>\n <div class=\"stock-location-right-group\">\n <co-input-combo-box [(model)]=\"dataWareHouseCode\"\n [fields]=\"dataWareHouseFields\"\n [placeholder]=\"'WAREHOUSE'\"\n [required]=\"true\"\n ></co-input-combo-box>\n </div>\n </div>\n\n<!-- TODO move to own component stock-location-->\n <co-simple-grid [data]=\"stockLocationData\"\n >\n <div class=\"stock-location-group\">\n <div class=\"stock-location-left-group\">\n <co-button class=\"stock-lines-button\" [textContent]=\"'BACK_TO_STOCK_LINES'\" (click)=\"handleBackToStockClick()\"></co-button>\n </div>\n </div>\n <co-simple-grid-column [headerText]=\"'WAREHOUSE'\" [field]=\"'warehouseName'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'BATCH'\" [field]=\"'batchNo'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SERIAL_NO'\" [field]=\"'serialNo'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK'\" [field]=\"'notAssignedStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ALLOCATED'\" [field]=\"'economicalStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK'\" [field]=\"'availableStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSFER'\" [field]=\"'transfer'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.DeliveryTruck)\" (click)=\"handleStockTransferClick(row)\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STICKER'\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog()\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n </div>\n\n <div class=\"stock-grid\" *ngIf=\"showStockHistory\">\n <co-simple-grid [data]=\"stockHistoryInformation\"\n >\n <co-simple-grid-column [headerText]=\"'WAREHOUSE'\" [field]=\"'location'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'BATCH'\" [field]=\"'batch'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SERIAL_NO'\" [field]=\"'serialNo'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK'\" [field]=\"'amountInStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ALLOCATED'\" [field]=\"'allocated'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK'\" [field]=\"'amountAvailable'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STICKER'\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog()\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n </div>\n\n <div class=\"stock-button-toolbar\">\n <div class=\"stock-button-left-group\">\n <co-button [label]=\"'HISTORY'\" (click)=\"handleHistoryClick()\"></co-button>\n </div>\n <div class=\"stock-button-middle-group\">\n <div class=\"button-left\">\n <co-button [textContent]=\"'Ok'\" (click)=\"onOkClick()\"></co-button>\n </div>\n <div class=\"button-right\">\n <co-button [textContent]=\"'Annuleren'\" (click)=\"onCancelClick()\"></co-button>\n </div>\n </div>\n </div>\n <ione-send-method-dialog\n [showDialog]=\"showSendMethodDialog\"\n (printButtonClicked)=\"printStockStickers()\"\n ></ione-send-method-dialog>\n ",
|
|
2219
|
+
template: "\n <div class=\"tab-link show\" *ngIf=\"hideOrShowTabs\">\n <span class=\"tab-link-buttons\"\n *ngFor=\"let tab of tabs\"\n (click)=\"handleTabClick(tab)\"\n [textContent]=\"tab\"\n [class.active]=\"tab === activeTab\"\n ></span>\n </div>\n\n <div class=\"stock-line\">\n <div [textContent]=\"activeTabText\"></div>\n\n </div>\n\n <div class=\"stock-grid\">\n <co-simple-grid *ngIf=\"activeTab === tabs[0] && hideOrShowTabs\"\n [data]=\"articleStockInformation\"\n >\n <co-simple-grid-column [headerText]=\"'WAREHOUSE'\" [field]=\"'warehouseNo'\" [order]=\"10\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DESCRIPTION'\" [field]=\"'warehouseName'\" [order]=\"11\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK'\" [field]=\"'technicalStock'\" [order]=\"12\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK'\" [field]=\"'availableStock'\" [order]=\"13\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ECONOMICAL_STOCK'\" [field]=\"'economicalStock'\" [order]=\"14\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION'\" [field]=\"'locationNo'\" [order]=\"15\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"'Bekijken'\" (click)=\"onLocationClick(row)\"></span>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n\n <co-simple-grid *ngIf=\"activeTab === tabs[1]\"\n [data]=\"inOrderInformation\"\n >\n <co-simple-grid-column [headerText]=\"'IN_ORDER2'\" [field]=\"'amount'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'CUSTOMER'\" [field]=\"'user'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DATE'\" [field]=\"'mutationDate'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT'\" [field]=\"'amount'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'WAREHOUSE'\" [field]=\"'wareHouseNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DESCRIPTION'\" [field]=\"'locationNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK'\" [field]=\"'amountInStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'COMMISSION2'\" [field]=\"'commission'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSFER'\" [field]=\"'transfer'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.DeliveryTruck)\" (click)=\"handleStockTransferClick($event)\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STICKER'\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog()\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n\n <co-simple-grid *ngIf=\"activeTab === tabs[2]\"\n [data]=\"orderInformation\"\n >\n <co-simple-grid-column [headerText]=\"'PURCHASE_ORDER_NR'\" [field]=\"'seriesNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DATE'\" [field]=\"'mutationDate'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT'\" [field]=\"'amount'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RESERVED'\" [field]=\"'reserved'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'FREE_STOCK'\" [field]=\"'freeStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DELIVERY_DATE1'\" [field]=\"'deliveryDate'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RESERVE'\" [field]=\"'reservation'\"></co-simple-grid-column>\n </co-simple-grid>\n </div>\n\n <div class=\"stock-grid\" *ngIf=\"hideOrShowLocationTab\">\n <div class=\"stock-location-group\">\n <div class=\"stock-location-left-group\">\n <span class=\"stock-button-back\" [textContent]=\"'BACK_TO_STOCK_LINES'\" (click)=\"handleBackToStockClick()\"></span>\n </div>\n <div class=\"stock-location-right-group\">\n <co-drop-down-list [(model)]=\"selectedWarehouse\"\n [collection]=\"dataWareHouseCode\"\n [fields]=\"dataWareHouseFields\"\n [placeholder]=\"'WAREHOUSE'\"\n (modelChange)=\"onSelectWarehouse($event)\"\n [required]=\"true\"\n ></co-drop-down-list>\n </div>\n </div>\n\n<!-- TODO move to own component stock-location-->\n <co-simple-grid [data]=\"articleDetails\"\n >\n <div class=\"stock-location-group\">\n <div class=\"stock-location-left-group\">\n <co-button class=\"stock-lines-button\" [textContent]=\"'BACK_TO_STOCK_LINES'\" (click)=\"handleBackToStockClick()\"></co-button>\n </div>\n </div>\n <co-simple-grid-column [headerText]=\"'WAREHOUSE'\" [field]=\"'warehouseDescription'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'BATCH'\" [field]=\"'batchNo'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SERIAL_NO'\" [field]=\"'serialNo'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK'\" [field]=\"'amountInStock'\">\n <ng-template #template let-row=\"row\">\n <co-input-number-picker (keyup.enter)=\"openDialogClick(row)\" [(model)]=\"row['amountInStock']\">\n\n </co-input-number-picker>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ALLOCATED'\" [field]=\"'amountInStockFree'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK'\" [field]=\"'perceptibleStorage'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'PHYSICAL_STOCK'\" [field]=\"'amountInStockOriginal'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'VALUTA'\" [field]=\"'currency'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'PURCHASE_PRICE'\" [field]=\"'purchasePrice'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SUPPLIER_NUMBER'\" [field]=\"'supplierNo'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSFER'\" [field]=\"'transfer'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.DeliveryTruck)\" (click)=\"handleStockTransferClick(row)\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STICKER'\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog()\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n </div>\n\n <co-stock-change-amount *ngIf=\"showChangeStockDetails\"\n (closeStockChangeAmount)=\"showChangeStockDetails = false\"\n [selectedArticleDetailsData]=\"selectedArticleDetailsData\"\n >\n </co-stock-change-amount>\n\n <div class=\"stock-grid\" *ngIf=\"showStockHistory\">\n <div class=\"stock-button-left-group\">\n <span class=\"stock-button-back\" [textContent]=\"'BACK_TO_STOCK_LINES'\" (click)=\"backToStockInformation()\"></span>\n </div>\n <co-simple-grid [data]=\"stockHistoryInformation\"\n >\n <co-simple-grid-column [headerText]=\"'MUTATION_DATE'\" [field]=\"'mutationDate'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'MUTATION_TIME'\" [field]=\"'mutationTime'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT'\" [field]=\"'amount'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'WAREHOUSE'\" [field]=\"'wareHouseNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION'\" [field]=\"'locationNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSACTION_TYPE'\" [field]=\"'transType'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DOCUMENT_NUMBER'\" [field]=\"'docNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LINE'\" [field]=\"'posLineNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK_STATE'\" [field]=\"'stockStateId'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK_REMARK'\" [field]=\"'stockStateRemarkId'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'VALUTA'\" [field]=\"'currencyCode'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RELATION_ID'\" [field]=\"'relationId'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'USER'\" [field]=\"'user'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'MUTATION_TYPE'\" [field]=\"'mutationType'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STICKER'\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog()\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n </div>\n\n <div class=\"stock-button-toolbar\">\n <div class=\"stock-button-left-group\">\n <co-button [label]=\"'HISTORY'\" (click)=\"handleHistoryClick()\"></co-button>\n </div>\n <div class=\"stock-button-middle-group\">\n <div class=\"button-left\">\n <co-button [textContent]=\"'Ok'\" (click)=\"onOkClick()\"></co-button>\n </div>\n <div class=\"button-right\">\n <co-button [textContent]=\"'Annuleren'\" (click)=\"onCancelClick()\"></co-button>\n </div>\n </div>\n </div>\n <ione-send-method-dialog\n *ngIf=\"showSendMethodDialog\"\n [showDialog]=\"showSendMethodDialog\"\n (printButtonClicked)=\"printStockStickers()\"\n ></ione-send-method-dialog>\n ",
|
|
1972
2220
|
encapsulation: i0.ViewEncapsulation.None
|
|
1973
2221
|
},] }
|
|
1974
2222
|
];
|
|
@@ -1979,31 +2227,22 @@
|
|
|
1979
2227
|
StockInformationGridComponent.propDecorators = {
|
|
1980
2228
|
stock: [{ type: i0.ViewChild, args: [StockInformationGridComponent,] }],
|
|
1981
2229
|
articleStockInformation: [{ type: i0.Input }],
|
|
1982
|
-
stockHistoryInformation: [{ type: i0.Input }],
|
|
1983
2230
|
stockLocationData: [{ type: i0.Input }],
|
|
1984
|
-
|
|
1985
|
-
transferIconClicked: [{ type: i0.Output }]
|
|
2231
|
+
stockHistoryInformation: [{ type: i0.Input }],
|
|
2232
|
+
transferIconClicked: [{ type: i0.Output }],
|
|
2233
|
+
historyClicked: [{ type: i0.Output }]
|
|
1986
2234
|
};
|
|
1987
2235
|
|
|
1988
2236
|
var StockLocationComponent = /** @class */ (function () {
|
|
1989
|
-
function StockLocationComponent() {
|
|
2237
|
+
function StockLocationComponent(_stockService) {
|
|
2238
|
+
this._stockService = _stockService;
|
|
1990
2239
|
this.backToStockLines = new i0.EventEmitter();
|
|
1991
|
-
this.MAX_GRID_ROWS = 10;
|
|
1992
2240
|
this.stockLocationColumns = [];
|
|
1993
|
-
this.stockLocation = [
|
|
1994
|
-
{ location: "title 1", batch: "1", serieNo: "1", amountInStock: "1", allocated: "1", amountAvailable: "1" },
|
|
1995
|
-
{ location: "title 2", amountInStock: "2" },
|
|
1996
|
-
{ location: "title 3", amountInStock: "3" },
|
|
1997
|
-
{ location: "title 4", amountInStock: "4" },
|
|
1998
|
-
{ location: "title 5", amountInStock: "5" },
|
|
1999
|
-
];
|
|
2000
2241
|
this.stockLocationColumns.push({ field: "location", headerText: "WAREHOUSE", editType: "none" }, { field: "batch", headerText: "BATCH" }, { field: "serieNo", headerText: "SERIAL_NO" }, { field: "amountInStock", headerText: "STOCK", textAlign: "Right", editType: "numericEdit" }, { field: "allocated", headerText: "ALLOCATED", textAlign: "Right" }, { field: "amountAvailable", headerText: "AVAILABLE_STOCK", textAlign: "Right" }, { field: "PhysicalStock", headerText: "PHYSICAL_STOCK", textAlign: "Right" }, { field: "Valuta", headerText: "VALUTA", textAlign: "Right" }, { field: "PurchasePrice", headerText: "PURSCHASE_PRICE", textAlign: "Right" }, { field: "SupplierNo", headerText: "SUPPLIER_NO", textAlign: "Right" }, { field: "Transfer", headerText: "TRANSFER" }, { field: "sticker", headerText: "STICKER" });
|
|
2001
2242
|
}
|
|
2002
2243
|
StockLocationComponent.prototype.backToStockInformation = function () {
|
|
2003
2244
|
this.backToStockLines.emit();
|
|
2004
2245
|
};
|
|
2005
|
-
StockLocationComponent.prototype.onStickerClick = function (event) {
|
|
2006
|
-
};
|
|
2007
2246
|
StockLocationComponent.prototype.onOkClick = function () {
|
|
2008
2247
|
};
|
|
2009
2248
|
StockLocationComponent.prototype.onCancelClick = function () {
|
|
@@ -2019,7 +2258,9 @@
|
|
|
2019
2258
|
encapsulation: i0.ViewEncapsulation.None
|
|
2020
2259
|
},] }
|
|
2021
2260
|
];
|
|
2022
|
-
StockLocationComponent.ctorParameters = function () { return [
|
|
2261
|
+
StockLocationComponent.ctorParameters = function () { return [
|
|
2262
|
+
{ type: StockService }
|
|
2263
|
+
]; };
|
|
2023
2264
|
StockLocationComponent.propDecorators = {
|
|
2024
2265
|
stockLocationInformation: [{ type: i0.Input }],
|
|
2025
2266
|
backToStockLines: [{ type: i0.Output }]
|
|
@@ -2030,15 +2271,37 @@
|
|
|
2030
2271
|
this._stockService = _stockService;
|
|
2031
2272
|
this.handleCancelClicked = new i0.EventEmitter();
|
|
2032
2273
|
this.handleStickerClicked = new i0.EventEmitter();
|
|
2033
|
-
this.allWarehousesDropdownFields = {
|
|
2274
|
+
this.allWarehousesDropdownFields = { text: "warehouseDescription", value: "warehouseNo" };
|
|
2275
|
+
this.allLocationDropdownFields = { text: "locationNo", value: "locationNo" };
|
|
2034
2276
|
this.showSendMethodDialog = false;
|
|
2277
|
+
this.stockState = [];
|
|
2278
|
+
this.stockStateDropdownField = { text: "stateDescription", value: "stockStateId" };
|
|
2035
2279
|
}
|
|
2036
|
-
StockTransferComponent.prototype.
|
|
2280
|
+
StockTransferComponent.prototype.ngAfterViewInit = function () {
|
|
2281
|
+
this.getStockManagementWarehouses();
|
|
2282
|
+
this.getStockState();
|
|
2283
|
+
};
|
|
2284
|
+
StockTransferComponent.prototype.handleOkClick = function (data) {
|
|
2285
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
2286
|
+
return __generator(this, function (_a) {
|
|
2287
|
+
switch (_a.label) {
|
|
2288
|
+
case 0:
|
|
2289
|
+
data.selected = true;
|
|
2290
|
+
data.entryDate = new Date;
|
|
2291
|
+
return [4 /*yield*/, this._stockService.updateArticleDetails(data)];
|
|
2292
|
+
case 1:
|
|
2293
|
+
_a.sent();
|
|
2294
|
+
return [2 /*return*/];
|
|
2295
|
+
}
|
|
2296
|
+
});
|
|
2297
|
+
});
|
|
2037
2298
|
};
|
|
2038
2299
|
StockTransferComponent.prototype.handleCancelClick = function () {
|
|
2039
2300
|
this.handleCancelClicked.emit();
|
|
2040
2301
|
};
|
|
2041
2302
|
StockTransferComponent.prototype.handleSelectedWarehouse = function (event) {
|
|
2303
|
+
this.selectedWarehouse = event;
|
|
2304
|
+
this.getStockManagementLocations(this.selectedWarehouse);
|
|
2042
2305
|
};
|
|
2043
2306
|
StockTransferComponent.prototype.handleStickerClick = function () {
|
|
2044
2307
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2049,12 +2312,30 @@
|
|
|
2049
2312
|
});
|
|
2050
2313
|
});
|
|
2051
2314
|
};
|
|
2315
|
+
StockTransferComponent.prototype.getStockManagementWarehouses = function () {
|
|
2316
|
+
var _this = this;
|
|
2317
|
+
this._stockService.getStockManagementWarehouses().then(function (warehouses) {
|
|
2318
|
+
_this.warehouses = warehouses;
|
|
2319
|
+
});
|
|
2320
|
+
};
|
|
2321
|
+
StockTransferComponent.prototype.getStockManagementLocations = function (data) {
|
|
2322
|
+
var _this = this;
|
|
2323
|
+
this._stockService.getStockManagementLocations(data).then(function (locations) {
|
|
2324
|
+
_this.locations = locations;
|
|
2325
|
+
});
|
|
2326
|
+
};
|
|
2327
|
+
StockTransferComponent.prototype.getStockState = function () {
|
|
2328
|
+
var _this = this;
|
|
2329
|
+
this._stockService.getStockState().then(function (state) {
|
|
2330
|
+
_this.stockState = state;
|
|
2331
|
+
});
|
|
2332
|
+
};
|
|
2052
2333
|
return StockTransferComponent;
|
|
2053
2334
|
}());
|
|
2054
2335
|
StockTransferComponent.decorators = [
|
|
2055
2336
|
{ type: i0.Component, args: [{
|
|
2056
2337
|
selector: "co-stock-transfer",
|
|
2057
|
-
template: "\n <div class=\"stock-transfer\">\n <div class=\"stock-transfer-columns\">\n <
|
|
2338
|
+
template: "\n <div class=\"stock-transfer\">\n <div class=\"stock-transfer-columns\">\n <div *ngIf=\"articleToTransfer\" class=\"stock-transfer-left-column\">\n <co-input-text disabled\n [(model)]=\"articleToTransfer.warehouseDescription\"\n [textContent]=\"articleToTransfer.warehouseDescription\"\n [placeholder]=\"'Standaard magazijn'\">\n </co-input-text>\n <co-input-text disabled\n [(model)]=\"articleToTransfer.locationNo\"\n [textContent]=\"articleToTransfer.locationNo\"\n [placeholder]=\"'Standaard locatie'\">\n </co-input-text>\n <co-input-text disabled\n [(model)]=\"stockSticker.batch\"\n [placeholder]=\"'Batch'\">\n </co-input-text>\n <co-input-text disabled\n [(model)]=\"stockSticker.serial\"\n [placeholder]=\"'Serie'\">\n </co-input-text>\n <co-input-text\n [(model)]=\"articleToTransfer.amountTransfer\"\n [placeholder]=\"'Aantal'\">\n </co-input-text>\n </div>\n\n <div class=\"stock-transfer-right-column\">\n <co-drop-down-list [collection]=\"warehouses\"\n [fields]=\"allWarehousesDropdownFields\"\n (modelChange)=\"handleSelectedWarehouse($event)\"\n [(model)]=\"articleToTransfer.targetWarehouse\">\n </co-drop-down-list>\n <co-drop-down-list [collection]=\"locations\"\n [fields]=\"allLocationDropdownFields\"\n [(model)]=\"articleToTransfer.targetLocation\"\n >\n </co-drop-down-list>\n <co-drop-down-list [collection]=\"stockState\"\n [fields]=\"stockStateDropdownField\"\n [placeholder]=\"'Voorraadstatus'\"\n [(model)]=\"articleToTransfer.stockStateId\">\n </co-drop-down-list>\n <co-input-text [placeholder]=\"'Omschrijving'\"\n [(model)]=\"articleToTransfer.stockStateRemark\">\n </co-input-text>\n </div>\n </div>\n\n <div class=\"ok-cancel-buttons\">\n <co-button [textContent]=\"'Ok'\" (click)=\"handleOkClick(articleToTransfer)\"></co-button>\n <co-button [textContent]=\"'Annuleren'\" (click)=\"handleCancelClick()\"></co-button>\n <co-button [textContent]=\"'Sticker'\" (click)=\"handleStickerClick()\"></co-button>\n </div>\n </div>\n ",
|
|
2058
2339
|
encapsulation: i0.ViewEncapsulation.None
|
|
2059
2340
|
},] }
|
|
2060
2341
|
];
|
|
@@ -2064,6 +2345,7 @@
|
|
|
2064
2345
|
StockTransferComponent.propDecorators = {
|
|
2065
2346
|
stockSticker: [{ type: i0.Input }],
|
|
2066
2347
|
article: [{ type: i0.Input }],
|
|
2348
|
+
articleToTransfer: [{ type: i0.Input }],
|
|
2067
2349
|
articleWarehouse: [{ type: i0.Input }],
|
|
2068
2350
|
allWarehouses: [{ type: i0.Input }],
|
|
2069
2351
|
handleCancelClicked: [{ type: i0.Output }],
|
|
@@ -2099,6 +2381,7 @@
|
|
|
2099
2381
|
this.showStandardPrinterOptions = false;
|
|
2100
2382
|
this.showPrinterSelections = false;
|
|
2101
2383
|
this.showExitButton = true;
|
|
2384
|
+
this.printTemplatesField = { text: "name", value: "name" };
|
|
2102
2385
|
this.emails = ['lars.vdv@colijn-it.nl', 'david@colijn-it.nl', 'ruben@colijn-it.nl'];
|
|
2103
2386
|
this.models = [false, false, true];
|
|
2104
2387
|
this.layouts = ['Layout 1', 'Layout 2', 'Layout 3'];
|
|
@@ -2109,6 +2392,9 @@
|
|
|
2109
2392
|
SendMethodDialogComponent.prototype.showClass = function () {
|
|
2110
2393
|
return true;
|
|
2111
2394
|
};
|
|
2395
|
+
SendMethodDialogComponent.prototype.ngAfterViewInit = function () {
|
|
2396
|
+
this.getPrintTemplates();
|
|
2397
|
+
};
|
|
2112
2398
|
SendMethodDialogComponent.prototype.getPrinters = function () {
|
|
2113
2399
|
return __awaiter(this, void 0, void 0, function () {
|
|
2114
2400
|
var _this = this;
|
|
@@ -2139,20 +2425,23 @@
|
|
|
2139
2425
|
this.headerTitle = 'Verzendopties';
|
|
2140
2426
|
}
|
|
2141
2427
|
};
|
|
2142
|
-
SendMethodDialogComponent.prototype.loadLayouts = function () {
|
|
2143
|
-
var printJob$1 = new printJob.PrintJob();
|
|
2144
|
-
// this.printLayouts = this._stockService.getPrintTemplates(printJob);
|
|
2145
|
-
};
|
|
2146
2428
|
SendMethodDialogComponent.prototype.onPrinterClicked = function (printer) {
|
|
2147
2429
|
this.defaultPrinter = printer.name;
|
|
2148
2430
|
this.showPrinterSelections = !this.showPrinterSelections;
|
|
2149
2431
|
};
|
|
2432
|
+
SendMethodDialogComponent.prototype.getPrintTemplates = function () {
|
|
2433
|
+
var _this = this;
|
|
2434
|
+
var data = new stockStickersPrintLayouts_bo.StockStickersPrintLayoutsBo();
|
|
2435
|
+
this._stockService.getStockStickerTemplates(data).then(function (templates) {
|
|
2436
|
+
_this.printTemplates = templates;
|
|
2437
|
+
});
|
|
2438
|
+
};
|
|
2150
2439
|
return SendMethodDialogComponent;
|
|
2151
2440
|
}());
|
|
2152
2441
|
SendMethodDialogComponent.decorators = [
|
|
2153
2442
|
{ type: i0.Component, args: [{
|
|
2154
2443
|
selector: "ione-send-method-dialog",
|
|
2155
|
-
template: "\n <div class=\"send-method-dialog-wrapper\">\n <co-dialog-wizard id=\"sendOptionsDialog\" *ngIf=\"showDialog\" [showCloseIcon]=\"showExitButton\" (closeClick)=\"closeDialogClick()\">\n <ng-container header>\n <span [textContent]=\"headerTitle\"></span>\n </ng-container>\n <div class=\"dialog-content-wrapper\">\n <div class=\"main-content-container\" *ngIf=\"!showPrinterSelections\">\n <div class=\"send-options-wrapper\">\n <div class=\"custom-button-wrapper\" *ngFor=\"let sendOption of sendOptions\"\n [class.selected-option]=\"sendOption.option === activeSendOption\"\n (click)=\"activeSendOption = sendOption.option\">\n <co-icon [iconData]=\"iconCacheService.getIcon(sendOption.iconName)\"></co-icon>\n </div>\n </div>\n\n <div class=\"email-option-content\" *ngIf=\"activeSendOption === sendOption.Email || activeSendOption === sendOption.Pdf\">\n <div class=\"emails-container\" *ngIf=\"activeSendOption === sendOption.Email\">\n <co-input-checkbox\n *ngFor=\"let email, let index of emails\"\n [name]=\"email\"\n [(model)]=\"models[index]\"\n [label]=\"email\"\n [cssClass]=\"'input-checkbox-wrapper'\"\n ></co-input-checkbox>\n </div>\n\n <div class=\"lov-wrapper\">\n <co-input-combo-box\n [(model)]=\"selectedLayout\"\n [collection]=\"layouts\"\n [forceReadonly]=\"true\"\n placeholder=\"Layout\"\n ></co-input-combo-box>\n </div>\n\n <div class=\"signature-button-wrapper\">\n <div class=\"custom-button-wrapper signature-button\" (click)=\"handleSignatureStart()\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.SignatureField)\"></co-icon>\n </div>\n </div>\n </div>\n\n <div class=\"email-option-content\" *ngIf=\"activeSendOption === sendOption.Print\">\n <div class=\"lov-wrapper\">\n <co-input-combo-box\n [(model)]=\"selectedLayout\"\n [collection]=\"
|
|
2444
|
+
template: "\n <div class=\"send-method-dialog-wrapper\">\n <co-dialog-wizard id=\"sendOptionsDialog\" *ngIf=\"showDialog\" [showCloseIcon]=\"showExitButton\" (closeClick)=\"closeDialogClick()\">\n <ng-container header>\n <span [textContent]=\"headerTitle\"></span>\n </ng-container>\n <div class=\"dialog-content-wrapper\">\n <div class=\"main-content-container\" *ngIf=\"!showPrinterSelections\">\n <div class=\"send-options-wrapper\">\n <div class=\"custom-button-wrapper\" *ngFor=\"let sendOption of sendOptions\"\n [class.selected-option]=\"sendOption.option === activeSendOption\"\n (click)=\"activeSendOption = sendOption.option\">\n <co-icon [iconData]=\"iconCacheService.getIcon(sendOption.iconName)\"></co-icon>\n </div>\n </div>\n\n <div class=\"email-option-content\" *ngIf=\"activeSendOption === sendOption.Email || activeSendOption === sendOption.Pdf\">\n <div class=\"emails-container\" *ngIf=\"activeSendOption === sendOption.Email\">\n <co-input-checkbox\n *ngFor=\"let email, let index of emails\"\n [name]=\"email\"\n [(model)]=\"models[index]\"\n [label]=\"email\"\n [cssClass]=\"'input-checkbox-wrapper'\"\n ></co-input-checkbox>\n </div>\n\n <div class=\"lov-wrapper\">\n <co-input-combo-box\n [(model)]=\"selectedLayout\"\n [collection]=\"layouts\"\n [forceReadonly]=\"true\"\n placeholder=\"Layout\"\n ></co-input-combo-box>\n </div>\n\n <div class=\"signature-button-wrapper\">\n <div class=\"custom-button-wrapper signature-button\" (click)=\"handleSignatureStart()\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.SignatureField)\"></co-icon>\n </div>\n </div>\n </div>\n\n <div class=\"email-option-content\" *ngIf=\"activeSendOption === sendOption.Print\">\n <div class=\"lov-wrapper\">\n <co-input-combo-box\n [(model)]=\"selectedLayout\"\n [collection]=\"printTemplates\"\n [fields]=\"printTemplatesField\"\n [forceReadonly]=\"true\"\n placeholder=\"Layout\"\n ></co-input-combo-box>\n </div>\n\n <div class=\"lov-wrapper clickable\" (click)=\"togglePrinterSelection()\">\n <div class=\"selected-printer-wrapper\">\n <div class=\"printer-option-list-item\">\n <co-icon class=\"printer-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\"></co-icon>\n <div class=\"printer-details\" *ngIf=\"printerList\">\n <span class=\"printer-name\" [textContent]=\"defaultPrinter\"></span>\n <span class=\"printer-status\" [textContent]=\"defaultPrinter.acceptingJobs\"></span>\n </div>\n </div>\n <co-icon class=\"select-printer-arrow\" [iconData]=\"iconCacheService.getIcon(icons.ArrowPointRight)\"></co-icon>\n </div>\n </div>\n\n <div class=\"standard-printer-wrapper\">\n <div class=\"standard-printer-link\" (click)=\"showStandardPrinterOptions = !showStandardPrinterOptions\">\n <co-icon class=\"arrow-icon\" [iconData]=\"iconCacheService.getIcon(icons.ArrowFatRight)\"></co-icon>\n <span class=\"standard-printer-message\" [textContent]=\"'Standaard printer voor lay-out instellen'\"></span>\n </div>\n\n <div class=\"standard-printer-selections\" *ngIf=\"showStandardPrinterOptions\">\n <co-input-checkbox\n [(model)]=\"models[0]\"\n [label]=\"'Per gebruiker instellen'\"\n [cssClass]=\"'input-checkbox-wrapper'\"\n ></co-input-checkbox>\n <co-input-checkbox\n [(model)]=\"models[1]\"\n [label]=\"'Voor alle gebruikers instellen'\"\n [cssClass]=\"'input-checkbox-wrapper'\"\n ></co-input-checkbox>\n </div>\n </div>\n\n <div class=\"print-footer-wrapper\">\n <div class=\"input-number-wrapper\">\n <co-input-number-picker class=\"number-picker\"\n [step]=\"1\" [(model)]=\"amountToPrint\" [min]=\"1\"\n [ngModelOptions]=\"{debounce: 1}\">\n </co-input-number-picker>\n </div>\n <div class=\"custom-button-wrapper print-button\" (click)=\"handlePrintClicked()\">\n <span [textContent]=\"'Print'\"></span>\n </div>\n <div class=\"custom-button-wrapper signature-button\" (click)=\"handleSignatureStart()\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.SignatureField)\"></co-icon>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"printer-content-container\" @slideInOut *ngIf=\"showPrinterSelections\">\n <div class=\"selected-printer-wrapper selection clickable\" *ngFor=\"let printers of printerList\" (click)=\"onPrinterClicked(printers)\">\n <div class=\"printer-option-list-item\">\n <co-icon class=\"printer-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\"></co-icon>\n <div class=\"printer-details\">\n <span class=\"printer-name\" [textContent]=\"printers.name\"></span>\n <span class=\"printer-status\" [textContent]=\"printers.acceptingJobs\"></span>\n </div>\n </div>\n <co-icon class=\"select-printer-arrow\" *ngIf=\"!showPrinterSelections\"\n [iconData]=\"iconCacheService.getIcon(icons.ArrowPointRight)\"></co-icon>\n </div>\n </div>\n </div>\n </co-dialog-wizard>\n </div>\n ",
|
|
2156
2445
|
encapsulation: i0.ViewEncapsulation.None,
|
|
2157
2446
|
animations: [
|
|
2158
2447
|
animations.trigger('slideInOut', [
|
|
@@ -2202,6 +2491,57 @@
|
|
|
2202
2491
|
},] }
|
|
2203
2492
|
];
|
|
2204
2493
|
|
|
2494
|
+
var StockChangeAmountComponent = /** @class */ (function () {
|
|
2495
|
+
function StockChangeAmountComponent(_stockService) {
|
|
2496
|
+
this._stockService = _stockService;
|
|
2497
|
+
this.closeStockChangeAmount = new i0.EventEmitter();
|
|
2498
|
+
this.stockState = [];
|
|
2499
|
+
this.stockStateDropdownField = { text: "stateDescription", value: "stockStateId" };
|
|
2500
|
+
}
|
|
2501
|
+
StockChangeAmountComponent.prototype.ngAfterViewInit = function () {
|
|
2502
|
+
this.getStockState();
|
|
2503
|
+
};
|
|
2504
|
+
StockChangeAmountComponent.prototype.closeDialogClick = function () {
|
|
2505
|
+
this.closeStockChangeAmount.emit();
|
|
2506
|
+
};
|
|
2507
|
+
StockChangeAmountComponent.prototype.handleOkClick = function (data) {
|
|
2508
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
2509
|
+
return __generator(this, function (_a) {
|
|
2510
|
+
switch (_a.label) {
|
|
2511
|
+
case 0: return [4 /*yield*/, this._stockService.updateArticleDetails(data)];
|
|
2512
|
+
case 1:
|
|
2513
|
+
_a.sent();
|
|
2514
|
+
return [2 /*return*/];
|
|
2515
|
+
}
|
|
2516
|
+
});
|
|
2517
|
+
});
|
|
2518
|
+
};
|
|
2519
|
+
StockChangeAmountComponent.prototype.handleCancelClick = function () {
|
|
2520
|
+
this.closeStockChangeAmount.emit();
|
|
2521
|
+
};
|
|
2522
|
+
StockChangeAmountComponent.prototype.getStockState = function () {
|
|
2523
|
+
var _this = this;
|
|
2524
|
+
this._stockService.getStockState().then(function (state) {
|
|
2525
|
+
_this.stockState = state;
|
|
2526
|
+
});
|
|
2527
|
+
};
|
|
2528
|
+
return StockChangeAmountComponent;
|
|
2529
|
+
}());
|
|
2530
|
+
StockChangeAmountComponent.decorators = [
|
|
2531
|
+
{ type: i0.Component, args: [{
|
|
2532
|
+
selector: "co-stock-change-amount",
|
|
2533
|
+
template: "\n <div class=\"stock-transfer\">\n <co-dialog-wizard [showCloseIcon]=\"true\" (closeClick)=\"closeDialogClick()\">\n <ng-container header>\n <span [textContent]=\"'STOCK_CHANGE_REASON'\"></span>\n </ng-container>\n <div class=\"popup-wrapper\">\n <co-drop-down-list [collection]=\"stockState\"\n [fields]=\"stockStateDropdownField\"\n [placeholder]=\"'STOCK_STATE'\"\n [(model)]=\"selectedArticleDetailsData.stockStateId\"\n ></co-drop-down-list>\n\n <co-input-textarea [(model)]=\"selectedArticleDetailsData.stockStateRemark\"\n\n ></co-input-textarea>\n <div class=\"ok-cancel-buttons\">\n <co-button [textContent]=\"'Ok'\" (click)=\"handleOkClick(selectedArticleDetailsData)\"></co-button>\n <co-button [textContent]=\"'Annuleren'\" (click)=\"handleCancelClick()\"></co-button>\n </div>\n </div>\n </co-dialog-wizard>\n </div>\n ",
|
|
2534
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
2535
|
+
},] }
|
|
2536
|
+
];
|
|
2537
|
+
StockChangeAmountComponent.ctorParameters = function () { return [
|
|
2538
|
+
{ type: StockService }
|
|
2539
|
+
]; };
|
|
2540
|
+
StockChangeAmountComponent.propDecorators = {
|
|
2541
|
+
selectedArticleDetailsData: [{ type: i0.Input }],
|
|
2542
|
+
closeStockChangeAmount: [{ type: i0.Output }]
|
|
2543
|
+
};
|
|
2544
|
+
|
|
2205
2545
|
var StockModule = /** @class */ (function () {
|
|
2206
2546
|
function StockModule() {
|
|
2207
2547
|
}
|
|
@@ -2220,14 +2560,18 @@
|
|
|
2220
2560
|
corecomponents_v12.ImageModule,
|
|
2221
2561
|
corecomponents_v12.InputTextModule,
|
|
2222
2562
|
SendMethodDialogModule,
|
|
2223
|
-
corecomponents_v12.IconModule
|
|
2563
|
+
corecomponents_v12.IconModule,
|
|
2564
|
+
corecomponents_v12.InputNumberPickerModule,
|
|
2565
|
+
corecomponents_v12.CoDialogWizardModule,
|
|
2566
|
+
corecomponents_v12.InputTextareaModule
|
|
2224
2567
|
],
|
|
2225
2568
|
declarations: [
|
|
2226
2569
|
StockComponent,
|
|
2227
2570
|
StockInformationComponent,
|
|
2228
2571
|
StockInformationGridComponent,
|
|
2229
2572
|
StockLocationComponent,
|
|
2230
|
-
StockTransferComponent
|
|
2573
|
+
StockTransferComponent,
|
|
2574
|
+
StockChangeAmountComponent
|
|
2231
2575
|
],
|
|
2232
2576
|
exports: [
|
|
2233
2577
|
StockComponent
|
|
@@ -2239,6 +2583,229 @@
|
|
|
2239
2583
|
},] }
|
|
2240
2584
|
];
|
|
2241
2585
|
|
|
2586
|
+
var KeyboardCode;
|
|
2587
|
+
(function (KeyboardCode) {
|
|
2588
|
+
KeyboardCode["Backspace"] = "Backspace";
|
|
2589
|
+
KeyboardCode["Digit0"] = "Digit0";
|
|
2590
|
+
KeyboardCode["Digit1"] = "Digit1";
|
|
2591
|
+
KeyboardCode["Digit2"] = "Digit2";
|
|
2592
|
+
KeyboardCode["Digit3"] = "Digit3";
|
|
2593
|
+
KeyboardCode["Digit4"] = "Digit4";
|
|
2594
|
+
KeyboardCode["Digit5"] = "Digit5";
|
|
2595
|
+
KeyboardCode["Digit6"] = "Digit6";
|
|
2596
|
+
KeyboardCode["Digit7"] = "Digit7";
|
|
2597
|
+
KeyboardCode["Digit8"] = "Digit8";
|
|
2598
|
+
KeyboardCode["Digit9"] = "Digit9";
|
|
2599
|
+
KeyboardCode["Enter"] = "Enter";
|
|
2600
|
+
KeyboardCode["Escape"] = "Escape";
|
|
2601
|
+
KeyboardCode["Minus"] = "Minus";
|
|
2602
|
+
KeyboardCode["Numpad0"] = "Numpad0";
|
|
2603
|
+
KeyboardCode["Numpad1"] = "Numpad1";
|
|
2604
|
+
KeyboardCode["Numpad2"] = "Numpad2";
|
|
2605
|
+
KeyboardCode["Numpad3"] = "Numpad3";
|
|
2606
|
+
KeyboardCode["Numpad4"] = "Numpad4";
|
|
2607
|
+
KeyboardCode["Numpad5"] = "Numpad5";
|
|
2608
|
+
KeyboardCode["Numpad6"] = "Numpad6";
|
|
2609
|
+
KeyboardCode["Numpad7"] = "Numpad7";
|
|
2610
|
+
KeyboardCode["Numpad8"] = "Numpad8";
|
|
2611
|
+
KeyboardCode["Numpad9"] = "Numpad9";
|
|
2612
|
+
KeyboardCode["NumpadDecimal"] = "NumpadDecimal";
|
|
2613
|
+
KeyboardCode["NumpadEnter"] = "NumpadEnter";
|
|
2614
|
+
KeyboardCode["NumpadSubtract"] = "NumpadSubtract";
|
|
2615
|
+
KeyboardCode["Period"] = "Period";
|
|
2616
|
+
})(KeyboardCode || (KeyboardCode = {}));
|
|
2617
|
+
|
|
2618
|
+
var KeyPadComponent = /** @class */ (function () {
|
|
2619
|
+
function KeyPadComponent(iconCacheService) {
|
|
2620
|
+
this.iconCacheService = iconCacheService;
|
|
2621
|
+
this.icons = Icon;
|
|
2622
|
+
this.showValue = true;
|
|
2623
|
+
this.emitModelChangeOnEnter = true;
|
|
2624
|
+
this.modelChange = new i0.EventEmitter();
|
|
2625
|
+
this.internalModelChange = new i0.EventEmitter();
|
|
2626
|
+
this.enterClick = new i0.EventEmitter();
|
|
2627
|
+
this._validKeyMap = new Map([
|
|
2628
|
+
[KeyboardCode.Digit0, "0"],
|
|
2629
|
+
[KeyboardCode.Digit1, "1"],
|
|
2630
|
+
[KeyboardCode.Digit2, "2"],
|
|
2631
|
+
[KeyboardCode.Digit3, "3"],
|
|
2632
|
+
[KeyboardCode.Digit4, "4"],
|
|
2633
|
+
[KeyboardCode.Digit5, "5"],
|
|
2634
|
+
[KeyboardCode.Digit6, "6"],
|
|
2635
|
+
[KeyboardCode.Digit7, "7"],
|
|
2636
|
+
[KeyboardCode.Digit8, "8"],
|
|
2637
|
+
[KeyboardCode.Digit9, "9"],
|
|
2638
|
+
[KeyboardCode.Numpad0, "0"],
|
|
2639
|
+
[KeyboardCode.Numpad1, "1"],
|
|
2640
|
+
[KeyboardCode.Numpad2, "2"],
|
|
2641
|
+
[KeyboardCode.Numpad3, "3"],
|
|
2642
|
+
[KeyboardCode.Numpad4, "4"],
|
|
2643
|
+
[KeyboardCode.Numpad5, "5"],
|
|
2644
|
+
[KeyboardCode.Numpad6, "6"],
|
|
2645
|
+
[KeyboardCode.Numpad7, "7"],
|
|
2646
|
+
[KeyboardCode.Numpad8, "8"],
|
|
2647
|
+
[KeyboardCode.Numpad9, "9"],
|
|
2648
|
+
[KeyboardCode.NumpadDecimal, "."],
|
|
2649
|
+
[KeyboardCode.Period, "."]
|
|
2650
|
+
]);
|
|
2651
|
+
this.isNegative = false;
|
|
2652
|
+
this._model = 0;
|
|
2653
|
+
this._internalModel = "0";
|
|
2654
|
+
this._maxCharacters = 11;
|
|
2655
|
+
}
|
|
2656
|
+
Object.defineProperty(KeyPadComponent.prototype, "model", {
|
|
2657
|
+
get: function () {
|
|
2658
|
+
return this._model;
|
|
2659
|
+
},
|
|
2660
|
+
set: function (value) {
|
|
2661
|
+
this._model = value;
|
|
2662
|
+
this._internalModel = this._model + "";
|
|
2663
|
+
},
|
|
2664
|
+
enumerable: false,
|
|
2665
|
+
configurable: true
|
|
2666
|
+
});
|
|
2667
|
+
KeyPadComponent.prototype.showClass = function () {
|
|
2668
|
+
return true;
|
|
2669
|
+
};
|
|
2670
|
+
KeyPadComponent.prototype.handleKeyDown = function (event) {
|
|
2671
|
+
this._keyDown(event);
|
|
2672
|
+
};
|
|
2673
|
+
Object.defineProperty(KeyPadComponent.prototype, "internalModel", {
|
|
2674
|
+
get: function () {
|
|
2675
|
+
return this._internalModel;
|
|
2676
|
+
},
|
|
2677
|
+
set: function (value) {
|
|
2678
|
+
this._internalModel = value;
|
|
2679
|
+
this.isNegative = parseFloat(this._internalModel) < 0;
|
|
2680
|
+
this.internalModelChange.emit(this._internalModel);
|
|
2681
|
+
},
|
|
2682
|
+
enumerable: false,
|
|
2683
|
+
configurable: true
|
|
2684
|
+
});
|
|
2685
|
+
KeyPadComponent.prototype.handleMinusClick = function (event) {
|
|
2686
|
+
var model = parseFloat(this.internalModel);
|
|
2687
|
+
if (model !== 0) {
|
|
2688
|
+
if (model < 0) {
|
|
2689
|
+
this.internalModel = Math.abs(model) + "";
|
|
2690
|
+
}
|
|
2691
|
+
else {
|
|
2692
|
+
this.internalModel = -model + "";
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
2695
|
+
this._emitModelChange();
|
|
2696
|
+
};
|
|
2697
|
+
KeyPadComponent.prototype.handleClearClick = function (event) {
|
|
2698
|
+
this.internalModel = "0";
|
|
2699
|
+
this._emitModelChange();
|
|
2700
|
+
};
|
|
2701
|
+
KeyPadComponent.prototype.handleBsClick = function (event) {
|
|
2702
|
+
var wish = this.internalModel;
|
|
2703
|
+
wish = wish.slice(0, wish.length - 1) || "0";
|
|
2704
|
+
if (!isNaN(parseFloat(wish))) {
|
|
2705
|
+
this.internalModel = parseFloat(wish) + "";
|
|
2706
|
+
}
|
|
2707
|
+
this._emitModelChange();
|
|
2708
|
+
};
|
|
2709
|
+
KeyPadComponent.prototype.handleButtonClick = function (chr) {
|
|
2710
|
+
this._updateModel(chr);
|
|
2711
|
+
};
|
|
2712
|
+
KeyPadComponent.prototype.handleEnterClick = function (event) {
|
|
2713
|
+
this._emitModelChange(true);
|
|
2714
|
+
this.enterClick.emit();
|
|
2715
|
+
};
|
|
2716
|
+
KeyPadComponent.prototype._updateModel = function (value) {
|
|
2717
|
+
if (value === undefined || value === null ||
|
|
2718
|
+
(value === '.' && this.internalModel.indexOf('.') > -1) ||
|
|
2719
|
+
this.internalModel.length >= this._maxCharacters) {
|
|
2720
|
+
return;
|
|
2721
|
+
}
|
|
2722
|
+
this.internalModel = this.internalModel !== "0" ? this.internalModel + value : value;
|
|
2723
|
+
this._emitModelChange();
|
|
2724
|
+
};
|
|
2725
|
+
KeyPadComponent.prototype._keyDown = function (event) {
|
|
2726
|
+
if (this._isEnter(event)) {
|
|
2727
|
+
this.handleEnterClick(event);
|
|
2728
|
+
}
|
|
2729
|
+
else if (this._isMinus(event)) {
|
|
2730
|
+
this.handleMinusClick(event);
|
|
2731
|
+
}
|
|
2732
|
+
else if (this._isEscape(event)) {
|
|
2733
|
+
this.handleClearClick(event);
|
|
2734
|
+
}
|
|
2735
|
+
else if (this._isBackspace(event)) {
|
|
2736
|
+
this.handleBsClick(event);
|
|
2737
|
+
}
|
|
2738
|
+
else {
|
|
2739
|
+
this._updateModel(this._validKeyMap.get(event.code));
|
|
2740
|
+
}
|
|
2741
|
+
};
|
|
2742
|
+
KeyPadComponent.prototype._isEnter = function (event) {
|
|
2743
|
+
return event.code === KeyboardCode.Enter || event.code === KeyboardCode.NumpadEnter;
|
|
2744
|
+
};
|
|
2745
|
+
KeyPadComponent.prototype._isMinus = function (event) {
|
|
2746
|
+
return event.code === KeyboardCode.Minus || event.code === KeyboardCode.NumpadSubtract;
|
|
2747
|
+
};
|
|
2748
|
+
KeyPadComponent.prototype._isEscape = function (event) {
|
|
2749
|
+
return event.code === KeyboardCode.Escape;
|
|
2750
|
+
};
|
|
2751
|
+
KeyPadComponent.prototype._isBackspace = function (event) {
|
|
2752
|
+
return event.code === KeyboardCode.Backspace;
|
|
2753
|
+
};
|
|
2754
|
+
KeyPadComponent.prototype._emitModelChange = function (enter) {
|
|
2755
|
+
if (enter === void 0) { enter = false; }
|
|
2756
|
+
if ((enter && this.emitModelChangeOnEnter) || (!enter && !this.emitModelChangeOnEnter)) {
|
|
2757
|
+
var model = parseFloat(this.internalModel);
|
|
2758
|
+
if (!isNaN(model)) {
|
|
2759
|
+
if (enter && this.emitModelChangeOnEnter) {
|
|
2760
|
+
this.model = model;
|
|
2761
|
+
}
|
|
2762
|
+
this.modelChange.emit(model);
|
|
2763
|
+
}
|
|
2764
|
+
}
|
|
2765
|
+
};
|
|
2766
|
+
return KeyPadComponent;
|
|
2767
|
+
}());
|
|
2768
|
+
KeyPadComponent.decorators = [
|
|
2769
|
+
{ type: i0.Component, args: [{
|
|
2770
|
+
selector: 'co-key-pad',
|
|
2771
|
+
template: "\n <div class=\"key-pad-wrapper\">\n <div class=\"key-pad-model-wrapper\" *ngIf=\"showValue\">\n <div class=\"key-pad-model\" [textContent]=\"internalModel\" [class.negative]=\"isNegative\"></div>\n </div>\n <div class=\"key-pad-button-wrapper\">\n <div class=\"key-pad-button button-7\" [textContent]=\"'7'\" (click)=\"handleButtonClick('7')\"></div>\n <div class=\"key-pad-button button-8\" [textContent]=\"'8'\" (click)=\"handleButtonClick('8')\"></div>\n <div class=\"key-pad-button button-9\" [textContent]=\"'9'\" (click)=\"handleButtonClick('9')\"></div>\n <div class=\"key-pad-button button-bs\" (click)=\"handleBsClick($event)\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.DeleteLeftRegular)\"></co-icon>\n </div>\n <div class=\"key-pad-button button-4\" [textContent]=\"'4'\" (click)=\"handleButtonClick('4')\"></div>\n <div class=\"key-pad-button button-5\" [textContent]=\"'5'\" (click)=\"handleButtonClick('5')\"></div>\n <div class=\"key-pad-button button-6\" [textContent]=\"'6'\" (click)=\"handleButtonClick('6')\"></div>\n <div class=\"key-pad-button button-minus\" [textContent]=\"'-'\" (click)=\"handleMinusClick($event)\"></div>\n <div class=\"key-pad-button button-1\" [textContent]=\"'1'\" (click)=\"handleButtonClick('1')\"></div>\n <div class=\"key-pad-button button-2\" [textContent]=\"'2'\" (click)=\"handleButtonClick('2')\"></div>\n <div class=\"key-pad-button button-3\" [textContent]=\"'3'\" (click)=\"handleButtonClick('3')\"></div>\n <div class=\"key-pad-button button-enter\" (click)=\"handleEnterClick($event)\">\n <span [textContent]=\"'enter'\"></span>\n </div>\n <div class=\"key-pad-button button-0\" [textContent]=\"'0'\" (click)=\"handleButtonClick('0')\"></div>\n <div class=\"key-pad-button button-dot\" [textContent]=\"'.'\" (click)=\"handleButtonClick('.')\"></div>\n </div>\n </div>\n ",
|
|
2772
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
2773
|
+
},] }
|
|
2774
|
+
];
|
|
2775
|
+
KeyPadComponent.ctorParameters = function () { return [
|
|
2776
|
+
{ type: IconCacheService }
|
|
2777
|
+
]; };
|
|
2778
|
+
KeyPadComponent.propDecorators = {
|
|
2779
|
+
model: [{ type: i0.Input }],
|
|
2780
|
+
showValue: [{ type: i0.Input }],
|
|
2781
|
+
emitModelChangeOnEnter: [{ type: i0.Input }],
|
|
2782
|
+
modelChange: [{ type: i0.Output }],
|
|
2783
|
+
internalModelChange: [{ type: i0.Output }],
|
|
2784
|
+
enterClick: [{ type: i0.Output }],
|
|
2785
|
+
showClass: [{ type: i0.HostBinding, args: ['class.co-key-pad',] }],
|
|
2786
|
+
handleKeyDown: [{ type: i0.HostListener, args: ['window:keydown', ['$event'],] }]
|
|
2787
|
+
};
|
|
2788
|
+
|
|
2789
|
+
var KeyPadModule = /** @class */ (function () {
|
|
2790
|
+
function KeyPadModule() {
|
|
2791
|
+
}
|
|
2792
|
+
return KeyPadModule;
|
|
2793
|
+
}());
|
|
2794
|
+
KeyPadModule.decorators = [
|
|
2795
|
+
{ type: i0.NgModule, args: [{
|
|
2796
|
+
imports: [
|
|
2797
|
+
common.CommonModule,
|
|
2798
|
+
corecomponents_v12.IconModule
|
|
2799
|
+
],
|
|
2800
|
+
declarations: [
|
|
2801
|
+
KeyPadComponent
|
|
2802
|
+
],
|
|
2803
|
+
exports: [
|
|
2804
|
+
KeyPadComponent
|
|
2805
|
+
]
|
|
2806
|
+
},] }
|
|
2807
|
+
];
|
|
2808
|
+
|
|
2242
2809
|
/*
|
|
2243
2810
|
* Public API Surface of sharedcomponents
|
|
2244
2811
|
*/
|
|
@@ -2249,6 +2816,8 @@
|
|
|
2249
2816
|
|
|
2250
2817
|
exports.DocsignComponent = DocsignComponent;
|
|
2251
2818
|
exports.DocsignModule = DocsignModule;
|
|
2819
|
+
exports.KeyPadComponent = KeyPadComponent;
|
|
2820
|
+
exports.KeyPadModule = KeyPadModule;
|
|
2252
2821
|
exports.SendMethodDialogComponent = SendMethodDialogComponent;
|
|
2253
2822
|
exports.SendMethodDialogModule = SendMethodDialogModule;
|
|
2254
2823
|
exports.StockComponent = StockComponent;
|
|
@@ -2262,6 +2831,7 @@
|
|
|
2262
2831
|
exports["ɵg"] = StockInformationGridComponent;
|
|
2263
2832
|
exports["ɵh"] = StockLocationComponent;
|
|
2264
2833
|
exports["ɵi"] = StockTransferComponent;
|
|
2834
|
+
exports["ɵj"] = StockChangeAmountComponent;
|
|
2265
2835
|
|
|
2266
2836
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2267
2837
|
|