@colijnit/sharedcomponents 1.0.44 → 1.0.46
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/3rdpartylicenses.txt +1112 -0
- package/bundles/colijnit-sharedcomponents.umd.js +382 -353
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +57 -54
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +58 -55
- package/esm2015/lib/components/date-planning/date-planning.component.js +1 -1
- package/esm2015/lib/components/docsign/docsign.component.js +19 -2
- package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +8 -8
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +10 -5
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.js +6 -3
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +16 -11
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.js +4 -2
- package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.component.js +38 -0
- package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.module.js +21 -0
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +4 -4
- package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +21 -21
- package/esm2015/lib/components/statusbar/statusbar-popup.component.js +72 -4
- package/esm2015/lib/components/statusbar/statusbar.component.js +3 -2
- package/esm2015/lib/components/statusbar/statusbar.module.js +1 -3
- package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +4 -2
- package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +3 -2
- package/esm2015/lib/components/stock/localization/translation.js +9 -1
- package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +7 -2
- package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +2 -2
- package/esm2015/lib/components/stock/stock-transfer/stock-change-amount.component.js +3 -1
- package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +15 -14
- package/esm2015/lib/components/stock/stock.component.js +3 -3
- package/esm2015/lib/components/stock/stock.module.js +30 -33
- package/esm2015/lib/components/tab-bar/tab-bar.module.js +2 -3
- package/esm2015/lib/enum/icon.enum.js +5 -1
- package/esm2015/lib/localization/localization.module.js +19 -0
- package/esm2015/lib/localization/localize.pipe.js +26 -0
- package/esm2015/lib/localization/localize.service.js +30 -0
- package/esm2015/lib/localization/translation.js +3 -0
- package/esm2015/lib/model/icon-svg.js +5 -1
- package/esm2015/lib/service/shared-connector.service.js +2 -2
- package/esm2015/public-api.js +1 -3
- package/favicon.ico +0 -0
- package/fesm2015/colijnit-sharedcomponents.js +333 -285
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/index.html +12 -0
- package/lib/components/date-planning/date-planning.component.d.ts +1 -1
- package/lib/components/docsign/docsign.component.d.ts +2 -0
- package/lib/components/login/style/_layout.scss +57 -0
- package/lib/components/login/style/_material-definition.scss +23 -0
- package/lib/components/login/style/_theme.scss +7 -0
- package/lib/components/login/style/material.scss +4 -0
- package/lib/components/screen-config-generator/style/_layout.scss +0 -1
- package/lib/components/send-method-dialog/components/send-method-email/style/_layout.scss +8 -0
- package/lib/components/send-method-dialog/components/send-method-printer/style/_layout.scss +8 -0
- package/lib/components/send-method-dialog/components/signature-button/signature-button.component.d.ts +12 -0
- package/lib/components/send-method-dialog/components/signature-button/signature-button.module.d.ts +2 -0
- package/lib/components/send-method-dialog/components/signature-button/style/_layout.scss +28 -0
- package/lib/components/send-method-dialog/components/signature-button/style/_material-definition.scss +8 -0
- package/lib/components/send-method-dialog/components/signature-button/style/_theme.scss +4 -0
- package/lib/components/send-method-dialog/components/signature-button/style/material.scss +4 -0
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +6 -6
- package/lib/components/send-method-dialog/service/send-method.service.d.ts +10 -10
- package/lib/components/send-method-dialog/style/material.scss +1 -0
- package/lib/components/statusbar/statusbar-popup.component.d.ts +16 -2
- package/lib/components/statusbar/statusbar.component.d.ts +1 -0
- package/lib/components/statusbar/style/_layout.scss +17 -1
- package/lib/components/statusbar/style/material.scss +0 -2
- package/lib/components/stock/components/stock-tab/stock-tab.component.d.ts +3 -1
- package/lib/components/stock/localization/translation.d.ts +8 -0
- package/lib/components/stock/stock-information-grid/stock-information-grid.component.d.ts +2 -0
- package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +3 -3
- package/lib/components/stock/stock.component.d.ts +1 -1
- package/lib/components/stock/style/_layout.scss +6 -2
- package/lib/enum/icon.enum.d.ts +4 -0
- package/lib/localization/localization.module.d.ts +2 -0
- package/lib/localization/translation.d.ts +2 -0
- package/lib/style/_variables.scss +4 -2
- package/lib/style/sharedcomponents-globals.scss +0 -2
- package/main.9d48e64dce1f453fb5e6.js +1 -0
- package/package.json +10 -9
- package/polyfills.4a44032b137d291298c3.js +1 -0
- package/public-api.d.ts +0 -2
- package/runtime.8aac21847ed3d3829cca.js +1 -0
- package/styles.ba023a0306f438960465.css +1 -0
- package/esm2015/lib/components/circular-gauge/co-circular-gauge.component.js +0 -128
- package/esm2015/lib/components/circular-gauge/co-circular-gauge.module.js +0 -21
- package/esm2015/lib/components/stock/localization/localize.pipe.js +0 -26
- package/esm2015/lib/components/stock/localization/localize.service.js +0 -30
- package/lib/components/circular-gauge/co-circular-gauge.component.d.ts +0 -20
- package/lib/components/circular-gauge/co-circular-gauge.module.d.ts +0 -2
- package/lib/components/circular-gauge/style/_layout.scss +0 -25
- package/lib/components/circular-gauge/style/_material-definition.scss +0 -8
- package/lib/components/circular-gauge/style/_theme.scss +0 -7
- package/lib/components/circular-gauge/style/material.scss +0 -6
- /package/lib/{components/stock/localization → localization}/localize.pipe.d.ts +0 -0
- /package/lib/{components/stock/localization → localization}/localize.service.d.ts +0 -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/articleapi/build/model/article-stock.bo'), require('@colijnit/articleapi/build/model/stock-history.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/article-transaction.bo'), require('rxjs'), require('@colijnit/mainapi'), require('@colijnit/mainapi/build/model/printer.bo'), 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/articleapi/build/model/article-stock.bo', '@colijnit/articleapi/build/model/stock-history.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/article-transaction.bo', 'rxjs', '@colijnit/mainapi', '@colijnit/mainapi/build/model/printer.bo', '@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.articleStock_bo, global.stockHistory_bo, global.articleDetails_bo, global.stockStatus_bo, global.stockManagementWarehouses_bo, global.stockLocation_bo, global.articleTransaction_bo, global.rxjs, global.mainapi, global.printer_bo, global.
|
|
5
|
-
})(this, (function (exports, i0, animations, pdfLib, PDFJS, pdfjsWorker, common, SignaturePad, articles, sharedapi, articleStock_bo, stockHistory_bo, articleDetails_bo, stockStatus_bo, stockManagementWarehouses_bo, stockLocation_bo, articleTransaction_bo, rxjs, mainapi, printer_bo,
|
|
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/articleapi/build/model/article-stock.bo'), require('@colijnit/articleapi/build/model/stock-history.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/article-transaction.bo'), require('rxjs'), require('@colijnit/mainapi'), require('@colijnit/mainapi/build/model/printer.bo'), require('@colijnit/mainapi/build/model/send-method.bo'), require('@colijnit/ioneconnector/build/service/business-object-factory'), require('@colijnit/sharedapi/build/model/print-stock-stickers'), require('@colijnit/articleapi/build/model/article-stock'), require('@colijnit/corecomponents_v12'), require('@angular/platform-browser'), require('@colijnit/articleapi/build/model/article-stock-management'), require('@colijnit/articleapi/build/model/article-transaction'), require('@colijnit/sharedapi/build/model/print-price-stickers.bo'), require('@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request'), require('@colijnit/mainapi/build/model/reporting-document-pdf-base-request'), require('@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request'), require('@colijnit/mainapi/build/enum/send-method-type.enum'), require('@colijnit/articleapi/build/model/get-stock-history-request'), require('chart.js'), require('moment')) :
|
|
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/articleapi/build/model/article-stock.bo', '@colijnit/articleapi/build/model/stock-history.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/article-transaction.bo', 'rxjs', '@colijnit/mainapi', '@colijnit/mainapi/build/model/printer.bo', '@colijnit/mainapi/build/model/send-method.bo', '@colijnit/ioneconnector/build/service/business-object-factory', '@colijnit/sharedapi/build/model/print-stock-stickers', '@colijnit/articleapi/build/model/article-stock', '@colijnit/corecomponents_v12', '@angular/platform-browser', '@colijnit/articleapi/build/model/article-stock-management', '@colijnit/articleapi/build/model/article-transaction', '@colijnit/sharedapi/build/model/print-price-stickers.bo', '@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request', '@colijnit/mainapi/build/model/reporting-document-pdf-base-request', '@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request', '@colijnit/mainapi/build/enum/send-method-type.enum', '@colijnit/articleapi/build/model/get-stock-history-request', 'chart.js', 'moment'], 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.articleStock_bo, global.stockHistory_bo, global.articleDetails_bo, global.stockStatus_bo, global.stockManagementWarehouses_bo, global.stockLocation_bo, global.articleTransaction_bo, global.rxjs, global.mainapi, global.printer_bo, global.sendMethod_bo, global.businessObjectFactory, global.printStockStickers, global.articleStock, global.corecomponents_v12, global.ng.platformBrowser, global.articleStockManagement, global.articleTransaction, global.printPriceStickers_bo, global.reportingDocumentEmailSignDocBaseRequest, global.reportingDocumentPdfBaseRequest, global.reportingDocumentPrintSignDocBaseRequest, global.sendMethodType_enum, global.getStockHistoryRequest, global.chart_js, global.moment));
|
|
5
|
+
})(this, (function (exports, i0, animations, pdfLib, PDFJS, pdfjsWorker, common, SignaturePad, articles, sharedapi, articleStock_bo, stockHistory_bo, articleDetails_bo, stockStatus_bo, stockManagementWarehouses_bo, stockLocation_bo, articleTransaction_bo, rxjs, mainapi, printer_bo, sendMethod_bo, businessObjectFactory, printStockStickers, articleStock, corecomponents_v12, i1, articleStockManagement, articleTransaction, printPriceStickers_bo, reportingDocumentEmailSignDocBaseRequest, reportingDocumentPdfBaseRequest, reportingDocumentPrintSignDocBaseRequest, sendMethodType_enum, getStockHistoryRequest, chart_js, moment) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
*/
|
|
430
430
|
set: function (value) {
|
|
431
431
|
if (value) {
|
|
432
|
-
this.
|
|
432
|
+
this._handlePdfData(value);
|
|
433
433
|
this._openPDF();
|
|
434
434
|
}
|
|
435
435
|
},
|
|
@@ -578,6 +578,23 @@
|
|
|
578
578
|
});
|
|
579
579
|
});
|
|
580
580
|
};
|
|
581
|
+
DocsignComponent.prototype._handlePdfData = function (pdfData) {
|
|
582
|
+
if (typeof pdfData === 'string') {
|
|
583
|
+
this._preparePDF(pdfData);
|
|
584
|
+
}
|
|
585
|
+
else {
|
|
586
|
+
this._pdf = pdfData;
|
|
587
|
+
}
|
|
588
|
+
};
|
|
589
|
+
DocsignComponent.prototype._preparePDF = function (base64) {
|
|
590
|
+
var binary_string = window.atob(base64);
|
|
591
|
+
var len = binary_string.length;
|
|
592
|
+
var bytes = new Uint8Array(len);
|
|
593
|
+
for (var i = 0; i < len; i++) {
|
|
594
|
+
bytes[i] = binary_string.charCodeAt(i);
|
|
595
|
+
}
|
|
596
|
+
this._pdf = bytes;
|
|
597
|
+
};
|
|
581
598
|
return DocsignComponent;
|
|
582
599
|
}());
|
|
583
600
|
DocsignComponent.decorators = [
|
|
@@ -730,13 +747,13 @@
|
|
|
730
747
|
},] }
|
|
731
748
|
];
|
|
732
749
|
|
|
733
|
-
exports["
|
|
750
|
+
exports["ɵbx"] = void 0;
|
|
734
751
|
(function (LanguageCode) {
|
|
735
752
|
LanguageCode["Dutch"] = "nl-NL";
|
|
736
753
|
LanguageCode["English"] = "en-GB";
|
|
737
754
|
LanguageCode["German"] = "de-DE";
|
|
738
755
|
LanguageCode["French"] = "fr-FR";
|
|
739
|
-
})(exports["
|
|
756
|
+
})(exports["ɵbx"] || (exports["ɵbx"] = {}));
|
|
740
757
|
|
|
741
758
|
// Static utility functions holder related to strings.
|
|
742
759
|
var StringUtils = /** @class */ (function () {
|
|
@@ -850,7 +867,7 @@
|
|
|
850
867
|
DictionaryService.prototype.setDictionary = function (language) {
|
|
851
868
|
return __awaiter(this, void 0, void 0, function () {
|
|
852
869
|
return __generator(this, function (_a) {
|
|
853
|
-
this._language = language || exports["
|
|
870
|
+
this._language = language || exports["ɵbx"].Dutch;
|
|
854
871
|
this._loadDictionary();
|
|
855
872
|
return [2 /*return*/];
|
|
856
873
|
});
|
|
@@ -883,7 +900,7 @@
|
|
|
883
900
|
return key || "";
|
|
884
901
|
}
|
|
885
902
|
if (this.language === undefined) {
|
|
886
|
-
this._language = exports["
|
|
903
|
+
this._language = exports["ɵbx"].Dutch;
|
|
887
904
|
this._loadDictionary();
|
|
888
905
|
}
|
|
889
906
|
var text = this._dictionaries.get(this.language)[key];
|
|
@@ -1511,72 +1528,22 @@
|
|
|
1511
1528
|
{ type: SharedConnectorService }
|
|
1512
1529
|
]; };
|
|
1513
1530
|
|
|
1514
|
-
var Translation = /** @class */ (function () {
|
|
1531
|
+
var Translation$1 = /** @class */ (function () {
|
|
1515
1532
|
function Translation() {
|
|
1516
|
-
this.ALLOCATED = 'ALLOCATED';
|
|
1517
|
-
this.ALLOCATION = 'ALLOCATION';
|
|
1518
|
-
this.ALREADY_IN_ORDER = 'ALREADY_IN_ORDER';
|
|
1519
|
-
this.AMOUNT = 'AMOUNT';
|
|
1520
|
-
this.AMOUNT_AVAILABLE = 'AMOUNT_AVAILABLE';
|
|
1521
|
-
this.AMOUNT_IN_STOCK = 'AMOUNT_IN_STOCK';
|
|
1522
|
-
this.AMOUNT_LATER_AVAILABLE = 'AMOUNT_LATER_AVAILABLE';
|
|
1523
|
-
this.AVAILABLE_STOCK = 'AVAILABLE_STOCK';
|
|
1524
|
-
this.BACK_TO_STOCK_LINES = 'BACK_TO_STOCK_LINES';
|
|
1525
|
-
this.BATCH = 'BATCH';
|
|
1526
|
-
this.CANCEL = 'CANCEL';
|
|
1527
|
-
this.CHOICES = 'CHOICES';
|
|
1528
|
-
this.CUSTOMER = 'CUSTOMER';
|
|
1529
|
-
this.DATE = 'DATE';
|
|
1530
|
-
this.DELIVERY_DATE = 'DELIVERY_DATE';
|
|
1531
|
-
this.DESCRIPTION = 'DESCRIPTION';
|
|
1532
|
-
this.DOCUMENT_NUMBER = 'DOCUMENT_NUMBER';
|
|
1533
|
-
this.ECONOMICAL_STOCK = 'ECONOMICAL_STOCK';
|
|
1534
|
-
this.FREE_STOCK = 'FREE_STOCK';
|
|
1535
|
-
this.HISTORY = 'HISTORY';
|
|
1536
|
-
this.IN_ORDER = 'IN_ORDER';
|
|
1537
|
-
this.LINE = 'LINE';
|
|
1538
|
-
this.LOCATION = 'LOCATION';
|
|
1539
|
-
this.LOOK_AT = 'LOOK_AT';
|
|
1540
|
-
this.MUTATION_DATE = 'MUTATION_DATE';
|
|
1541
|
-
this.MUTATION_TIME = 'MUTATION_TIME';
|
|
1542
|
-
this.MUTATION_TYPE = 'MUTATION_TYPE';
|
|
1543
|
-
this.OK = 'OK';
|
|
1544
|
-
this.ORDER = 'ORDER';
|
|
1545
|
-
this.ORDER_COMMISSION = 'ORDER_COMMISSION';
|
|
1546
|
-
this.ORDER_STOCK = 'ORDER_STOCK';
|
|
1547
|
-
this.OVERVIEW = 'OVERVIEW';
|
|
1548
|
-
this.PURCHASE_ORDER_NR = 'PURCHASE_ORDER_NR';
|
|
1549
|
-
this.PURCHASE_PRICE = 'PURCHASE_PRICE';
|
|
1550
|
-
this.RELATION_ID = 'RELATION_ID';
|
|
1551
|
-
this.RELATION_NR = 'RELATION_NR';
|
|
1552
|
-
this.RESERVED = 'RESERVED';
|
|
1553
|
-
this.SEARCH = 'SEARCH';
|
|
1554
|
-
this.SERIAL_NO = 'SERIAL_NO';
|
|
1555
|
-
this.STICKER = 'STICKER';
|
|
1556
|
-
this.STOCK = 'STOCK';
|
|
1557
|
-
this.STOCK_DETAILS = 'STOCK_DETAILS';
|
|
1558
|
-
this.STOCK_REMARK = 'STOCK_REMARK';
|
|
1559
|
-
this.STOCK_STATE = 'STOCK_STATE';
|
|
1560
|
-
this.STOCK_STATUS = 'STOCK_STATUS';
|
|
1561
|
-
this.SUPPLIER_NUMBER = 'SUPPLIER_NUMBER';
|
|
1562
|
-
this.TRANSFER = 'TRANSFER';
|
|
1563
|
-
this.USER = 'USER';
|
|
1564
|
-
this.VALUTA = 'VALUTA';
|
|
1565
|
-
this.WAREHOUSE = 'WAREHOUSE';
|
|
1566
1533
|
}
|
|
1567
1534
|
return Translation;
|
|
1568
1535
|
}());
|
|
1569
1536
|
|
|
1570
1537
|
var LocalizeService = /** @class */ (function () {
|
|
1571
1538
|
function LocalizeService() {
|
|
1572
|
-
this._translation = new Translation();
|
|
1539
|
+
this._translation = new Translation$1();
|
|
1573
1540
|
}
|
|
1574
1541
|
Object.defineProperty(LocalizeService.prototype, "translation", {
|
|
1575
1542
|
get: function () {
|
|
1576
1543
|
return this._translation;
|
|
1577
1544
|
},
|
|
1578
1545
|
set: function (value) {
|
|
1579
|
-
this._translation = Object.assign(new Translation(), value);
|
|
1546
|
+
this._translation = Object.assign(new Translation$1(), value);
|
|
1580
1547
|
},
|
|
1581
1548
|
enumerable: false,
|
|
1582
1549
|
configurable: true
|
|
@@ -1747,7 +1714,7 @@
|
|
|
1747
1714
|
StockComponent.decorators = [
|
|
1748
1715
|
{ type: i0.Component, args: [{
|
|
1749
1716
|
selector: "co-stock",
|
|
1750
|
-
template: "\n <div class=\"stock-info-container\">\n <co-stock-information [article]=\"articleExtended\"\n [articleStockState]=\"articleStockState\"\n [allAvailableStockInformation]=\"allAvailableStock\"\n [allTechnicalStockInformation]=\"allTechnicalStock\"\n >\n </co-stock-information>\n <hr>\n <co-stock-tabs [stockInformation]=\"stockInformation\"\n [article]=\"articleExtended\"\n (transferIconClicked)=\"handleStockTransferClick($event)\"\n (sendMethodDialogClicked)=\"handleSendMethodClick($event)\"\n [warehouses]=\"warehouses\"\n ></co-stock-tabs>\n\n <co-dialog *ngIf=\"showStockTransfer\">\n <co-stock-transfer (handleClick)=\"backToStock()\"\n class=\"stock-transfer-dialog\"\n [article]=\"stockTransferArticle\"\n [articleToTransfer]=\"stockTransferArticleDetails\"\n (handleStickerClicked)=\"handleStickerClicked.emit($event)\"\n [articleWarehouse]=\"articleWarehouse\"\n [allWarehouses]=\"allWarehouses\"\n >\n </co-stock-transfer>\n </co-dialog>\n\n <co-send-method-dialog *ngIf=\"showSendMethodDialog\">\n\n </co-send-method-dialog>\n </div>\n ",
|
|
1717
|
+
template: "\n <div class=\"stock-info-container\">\n <co-stock-information [article]=\"articleExtended\"\n [articleStockState]=\"articleStockState\"\n [allAvailableStockInformation]=\"allAvailableStock\"\n [allTechnicalStockInformation]=\"allTechnicalStock\"\n >\n </co-stock-information>\n <hr>\n <co-stock-tabs [stockInformation]=\"stockInformation\"\n [article]=\"articleExtended\"\n (transferIconClicked)=\"handleStockTransferClick($event)\"\n (sendMethodDialogClicked)=\"handleSendMethodClick($event)\"\n [warehouses]=\"warehouses\"\n ></co-stock-tabs>\n\n <co-dialog *ngIf=\"showStockTransfer\" (closeClick)=\"showStockTransfer = false\">\n <co-stock-transfer (handleClick)=\"backToStock()\"\n class=\"stock-transfer-dialog\"\n [article]=\"stockTransferArticle\"\n [articleToTransfer]=\"stockTransferArticleDetails\"\n (handleStickerClicked)=\"handleStickerClicked.emit($event)\"\n [articleWarehouse]=\"articleWarehouse\"\n [allWarehouses]=\"allWarehouses\"\n >\n </co-stock-transfer>\n </co-dialog>\n\n <co-send-method-dialog *ngIf=\"showSendMethodDialog\">\n\n </co-send-method-dialog>\n </div>\n ",
|
|
1751
1718
|
encapsulation: i0.ViewEncapsulation.None
|
|
1752
1719
|
},] }
|
|
1753
1720
|
];
|
|
@@ -1791,6 +1758,7 @@
|
|
|
1791
1758
|
|
|
1792
1759
|
/** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
|
|
1793
1760
|
var IconSvg = {
|
|
1761
|
+
"account": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><g ><path d=\"M15,15c3.59,0,6.5-2.91,6.5-6.5s-2.91-6.5-6.5-6.5-6.5,2.91-6.5,6.5,2.91,6.5,6.5,6.5Zm-2.32,2.44c-5,0-9.05,4.05-9.05,9.05,0,.83,.68,1.51,1.51,1.51H24.87c.83,0,1.51-.68,1.51-1.51,0-5-4.05-9.05-9.05-9.05h-4.64Z\" fill=\"#484f60\"/></g></svg>",
|
|
1794
1762
|
"angle_left_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"#183153\" d=\"M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z\"/></svg>",
|
|
1795
1763
|
"angle_right_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"#183153\" d=\"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z\"/></svg>",
|
|
1796
1764
|
"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>",
|
|
@@ -1803,10 +1771,13 @@
|
|
|
1803
1771
|
"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>",
|
|
1804
1772
|
"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>",
|
|
1805
1773
|
"envelope_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z\"/></svg>",
|
|
1774
|
+
"eye_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z\"/></svg>",
|
|
1806
1775
|
"file_export_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M568.1 303l-80-80c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94L494.1 296H216C202.8 296 192 306.8 192 320s10.75 24 24 24h278.1l-39.03 39.03C450.3 387.7 448 393.8 448 400s2.344 12.28 7.031 16.97c9.375 9.375 24.56 9.375 33.94 0l80-80C578.3 327.6 578.3 312.4 568.1 303zM360 384c-13.25 0-24 10.74-24 24V448c0 8.836-7.164 16-16 16H64.02c-8.836 0-16-7.164-16-16L48 64.13c0-8.836 7.164-16 16-16h160L224 128c0 17.67 14.33 32 32 32h79.1v72c0 13.25 10.74 24 23.1 24S384 245.3 384 232V138.6c0-16.98-6.742-33.26-18.75-45.26l-74.63-74.64C278.6 6.742 262.3 0 245.4 0H63.1C28.65 0-.002 28.66 0 64l.0065 384c.002 35.34 28.65 64 64 64H320c35.2 0 64-28.8 64-64v-40C384 394.7 373.3 384 360 384z\"/></svg>",
|
|
1807
1776
|
"file_export_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M32 64C32 28.7 60.7 0 96 0H256V128c0 17.7 14.3 32 32 32H416V288H248c-13.3 0-24 10.7-24 24s10.7 24 24 24H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V64zM416 336V288H526.1l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39H416zm0-208H288V0L416 128z\"/></svg>",
|
|
1808
1777
|
"file_pdf_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M320 464C328.8 464 336 456.8 336 448V416H384V448C384 483.3 355.3 512 320 512H64C28.65 512 0 483.3 0 448V416H48V448C48 456.8 55.16 464 64 464H320zM256 160C238.3 160 224 145.7 224 128V48H64C55.16 48 48 55.16 48 64V192H0V64C0 28.65 28.65 0 64 0H229.5C246.5 0 262.7 6.743 274.7 18.75L365.3 109.3C377.3 121.3 384 137.5 384 154.5V192H336V160H256zM88 224C118.9 224 144 249.1 144 280C144 310.9 118.9 336 88 336H80V368C80 376.8 72.84 384 64 384C55.16 384 48 376.8 48 368V240C48 231.2 55.16 224 64 224H88zM112 280C112 266.7 101.3 256 88 256H80V304H88C101.3 304 112 293.3 112 280zM160 240C160 231.2 167.2 224 176 224H200C226.5 224 248 245.5 248 272V336C248 362.5 226.5 384 200 384H176C167.2 384 160 376.8 160 368V240zM192 352H200C208.8 352 216 344.8 216 336V272C216 263.2 208.8 256 200 256H192V352zM336 224C344.8 224 352 231.2 352 240C352 248.8 344.8 256 336 256H304V288H336C344.8 288 352 295.2 352 304C352 312.8 344.8 320 336 320H304V368C304 376.8 296.8 384 288 384C279.2 384 272 376.8 272 368V240C272 231.2 279.2 224 288 224H336z\"/></svg>",
|
|
1809
1778
|
"file_pdf_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 224H88c30.9 0 56 25.1 56 56s-25.1 56-56 56H80v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V320 240c0-8.8 7.2-16 16-16zm24 80c13.3 0 24-10.7 24-24s-10.7-24-24-24H80v48h8zm72-64c0-8.8 7.2-16 16-16h24c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H176c-8.8 0-16-7.2-16-16V240zm32 112h8c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16h-8v96zm96-128h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H304v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H304v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V304 240c0-8.8 7.2-16 16-16z\"/></svg>",
|
|
1779
|
+
"file_signature_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M64 464H320c8.8 0 16-7.2 16-16v-6.7l39.8-9.9c2.8-.7 5.6-1.6 8.2-2.7V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3v49.1l-48 48V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zm96-115l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2H96c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8h25.6l12-48.2c1.4-5.6 4.3-10.8 8.4-14.9L441.1 191.8l71 71L382.9 391.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-1.1 .3-2.1 .4-3.2 .5c-.8 .1-1.5 .2-2.3 .2H256c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L160 349zM549.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0z\"/></svg>",
|
|
1780
|
+
"lock": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><g ><g><path d=\"M22.65,11.67H7.35c-2.82,0-3.07,2.29-3.07,5.12v8.09c0,2.83,.25,5.12,3.07,5.12h15.29c2.81,0,3.07-2.29,3.07-5.12v-8.09c0-2.83-.25-5.12-3.07-5.12Zm-12.42,15.82l2.6-6.32c-1-.7-1.65-1.85-1.65-3.15,0-2.12,1.71-3.84,3.82-3.84s3.82,1.73,3.82,3.84c0,1.31-.65,2.46-1.65,3.15l2.6,6.32H10.22Z\" fill=\"#484f60\"/><path d=\"M19.51,6.64c0-3.6-2.02-4.07-4.51-4.07h0c-2.49,0-4.51,.47-4.51,4.07v3h-2.7v-3C7.79,1.62,11.02,0,15,0h0c3.98,0,7.21,1.62,7.21,6.64v3h-2.7v-3Z\" fill=\"#484f60\"/></g></g></svg>",
|
|
1810
1781
|
"message_sms_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448-.0004H64c-35.25 0-64 28.75-64 63.1v287.1c0 35.25 28.75 63.1 64 63.1h96v83.98c0 9.836 11.02 15.55 19.12 9.7L304 415.1H448c35.25 0 64-28.75 64-63.1V63.1C512 28.75 483.3-.0004 448-.0004zM464 352c0 8.75-7.25 16-16 16h-160l-80 60v-60H64c-8.75 0-16-7.25-16-16V64c0-8.75 7.25-16 16-16h384c8.75 0 16 7.25 16 16V352zM124.4 192.6C113.6 189.5 103.2 187.2 104.2 181.5c.7813-4.5 10.28-6.562 21.5-4.906c4.156 .6562 8.75 2.094 13.09 3.594c8.375 2.906 17.47-1.562 20.34-9.906c2.875-8.344-1.562-17.47-9.906-20.34C143.1 147.8 136.5 145.9 130.6 145c-30.69-4.812-53.94 7.719-58 31.09c-5.656 33.03 26.5 42.47 38.63 46c13.72 3.947 25.62 6.432 24.56 12.34C135 239 125.7 241.1 114.3 239.4C107.9 238.4 100.4 235.4 93.38 232.9c-8.375-2.969-16 1.875-18.97 10.19S77.19 261.1 85.5 264.1C92.81 266.8 101.1 269.8 109.4 271C113.7 271.7 117.9 272 121.1 272c24.28 0 41.94-12.03 45.38-32.13C173.1 206.5 141.4 197.5 124.4 192.6zM396.4 192.6C385.6 189.5 375.2 187.2 376.2 181.5c.7813-4.5 10.31-6.562 21.5-4.906c4.156 .6562 8.75 2.094 13.09 3.594c8.406 2.906 17.47-1.562 20.34-9.906c2.875-8.344-1.562-17.47-9.906-20.34c-6.156-2.125-12.69-4.062-18.59-4.969c-30.75-4.812-53.97 7.719-58 31.09c-5.656 33.03 26.5 42.47 38.63 46c13.72 3.947 25.62 6.432 24.56 12.34c-.7813 4.562-10.12 6.656-21.56 4.938c-6.342-.9883-13.9-3.939-20.88-6.438c-8.375-2.969-16 1.875-18.97 10.19s2.781 17.97 11.09 20.97c7.312 2.656 15.62 5.656 23.88 6.906C385.7 271.7 389.9 272 393.1 272c24.28 0 41.94-12.03 45.38-32.13C445.1 206.5 413.4 197.5 396.4 192.6zM309.1 144.8c-6.469-2.062-13.72 .0625-17.88 5.594L256 197.3L220.8 150.4C216.7 144.9 209.4 142.7 202.9 144.8C196.4 147 192 153.1 192 160v96c0 8.844 7.156 16 16 16S224 264.8 224 256V208l19.19 25.59c6.062 8.062 19.56 8.062 25.62 0L288 208V256c0 8.844 7.156 16 16 16S320 264.8 320 256V160C320 153.1 315.6 147 309.1 144.8z\"/></svg>",
|
|
1811
1782
|
"message_sms_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L185.6 508.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V416H64c-35.3 0-64-28.7-64-64V64zm202.9 80.8C196.4 147 192 153.1 192 160v96c0 8.8 7.2 16 16 16s16-7.2 16-16V208l19.2 25.6c3 4 7.8 6.4 12.8 6.4s9.8-2.4 12.8-6.4L288 208v48c0 8.8 7.2 16 16 16s16-7.2 16-16V160c0-6.9-4.4-13-10.9-15.2s-13.7 .1-17.9 5.6L256 197.3l-35.2-46.9c-4.1-5.5-11.3-7.8-17.9-5.6zm173.1 38c0-1.1 .2-1.6 .4-1.9c.3-.4 .9-1.2 2.4-2c3.1-1.8 8-3 12.9-2.9c6.1 .1 12.9 1.4 20.1 3.4c8.5 2.3 17.3-2.8 19.6-11.3s-2.8-17.3-11.3-19.6c-8.2-2.2-17.9-4.3-27.9-4.4c-9.3-.1-20.4 1.9-29.7 7.4c-9.9 5.9-18.6 16.4-18.5 31.6c.1 14.7 8.8 24 17.7 29.4c7.6 4.6 17.1 7.4 24.3 9.6l1.2 .4c8.5 2.6 14.2 4.5 18 6.9c2.7 1.7 2.7 2.4 2.7 3.1l0 .2c0 1.6-.3 2.3-.6 2.7c-.3 .5-.9 1.2-2.1 2c-2.8 1.7-7.5 2.9-12.8 2.8c-7-.2-13.5-2.4-22.6-5.5l0 0 0 0c-1.5-.5-3.2-1.1-4.9-1.6c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2c1.2 .4 2.6 .9 4 1.4l0 0 0 0c8.8 3 20.4 7 32.6 7.4c9.8 .3 21.2-1.6 30.7-7.6c10.2-6.4 18-17.3 17.8-32.3c-.2-14.7-8.5-24.2-17.6-29.9c-8-5-17.9-8-25.2-10.2l-.6-.2c-8.6-2.6-14.4-4.4-18.2-6.8c-1.6-1-2.1-1.6-2.2-1.7c0-.1 0-.2 0-.4zm-272 0c0-1.1 .2-1.6 .4-1.9c.3-.4 .9-1.2 2.4-2c3.1-1.8 8-3 12.9-2.9c6.6 .1 16.7 1.6 23.3 3.4c8.5 2.3 17.3-2.8 19.6-11.3s-2.8-17.3-11.3-19.6c-8.8-2.4-21.6-4.3-31.1-4.4c-9.3-.1-20.4 1.9-29.7 7.4C80.6 157.3 72 167.8 72 183c.1 14.7 8.8 24 17.7 29.4c7.6 4.6 17.1 7.4 24.3 9.6l0 0 1.2 .4c8.5 2.6 14.2 4.5 18 6.9c2.7 1.7 2.7 2.4 2.7 3.1l0 .2c0 1.6-.3 2.3-.6 2.7c-.3 .5-.9 1.2-2.1 2c-2.8 1.7-7.5 2.9-12.8 2.8c-7.2-.2-14.2-2.6-23.7-5.8l0 0 0 0c-1.3-.4-2.7-.9-4.1-1.4c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2c1.1 .4 2.4 .8 3.6 1.2l0 0 0 0c9 3.1 20.9 7.2 33.2 7.6c9.8 .3 21.2-1.6 30.7-7.6c10.2-6.4 18-17.3 17.8-32.3c-.2-14.7-8.5-24.2-17.6-29.9c-8-5-17.9-8-25.2-10.2l-.6-.2c-8.6-2.6-14.4-4.4-18.3-6.8c-1.6-1-2.1-1.6-2.2-1.7c0-.1 0-.2 0-.4z\"/></svg>",
|
|
1812
1783
|
"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>",
|
|
@@ -1869,8 +1840,9 @@
|
|
|
1869
1840
|
]; };
|
|
1870
1841
|
|
|
1871
1842
|
/** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
|
|
1872
|
-
exports["
|
|
1843
|
+
exports["ɵbr"] = void 0;
|
|
1873
1844
|
(function (Icon) {
|
|
1845
|
+
Icon["Account"] = "account";
|
|
1874
1846
|
Icon["AngleLeftSolid"] = "angle_left_solid";
|
|
1875
1847
|
Icon["AngleRightSolid"] = "angle_right_solid";
|
|
1876
1848
|
Icon["ArrowFatRight"] = "arrow_fat_right";
|
|
@@ -1883,10 +1855,13 @@
|
|
|
1883
1855
|
Icon["DeliveryTruck"] = "delivery_truck";
|
|
1884
1856
|
Icon["Email"] = "email";
|
|
1885
1857
|
Icon["EnvelopeRegular"] = "envelope_regular";
|
|
1858
|
+
Icon["EyeRegular"] = "eye_regular";
|
|
1886
1859
|
Icon["FileExportRegular"] = "file_export_regular";
|
|
1887
1860
|
Icon["FileExportSolid"] = "file_export_solid";
|
|
1888
1861
|
Icon["FilePdfRegular"] = "file_pdf_regular";
|
|
1889
1862
|
Icon["FilePdfSolid"] = "file_pdf_solid";
|
|
1863
|
+
Icon["FileSignatureRegular"] = "file_signature_regular";
|
|
1864
|
+
Icon["Lock"] = "lock";
|
|
1890
1865
|
Icon["MessageSmsRegular"] = "message_sms_regular";
|
|
1891
1866
|
Icon["MessageSmsSolid"] = "message_sms_solid";
|
|
1892
1867
|
Icon["Pdf"] = "pdf";
|
|
@@ -1895,13 +1870,13 @@
|
|
|
1895
1870
|
Icon["PrintSolid"] = "print_solid";
|
|
1896
1871
|
Icon["SignatureField"] = "signature_field";
|
|
1897
1872
|
Icon["Xml"] = "xml";
|
|
1898
|
-
})(exports["
|
|
1873
|
+
})(exports["ɵbr"] || (exports["ɵbr"] = {}));
|
|
1899
1874
|
|
|
1900
1875
|
var StockInformationGridComponent = /** @class */ (function () {
|
|
1901
1876
|
function StockInformationGridComponent(iconCacheService, _stockService) {
|
|
1902
1877
|
this.iconCacheService = iconCacheService;
|
|
1903
1878
|
this._stockService = _stockService;
|
|
1904
|
-
this.icons = exports["
|
|
1879
|
+
this.icons = exports["ɵbr"];
|
|
1905
1880
|
this.transferIconClicked = new i0.EventEmitter();
|
|
1906
1881
|
this.historyClicked = new i0.EventEmitter();
|
|
1907
1882
|
this.cancelButtonClicked = new i0.EventEmitter();
|
|
@@ -2113,7 +2088,7 @@
|
|
|
2113
2088
|
StockInformationGridComponent.decorators = [
|
|
2114
2089
|
{ type: i0.Component, args: [{
|
|
2115
2090
|
selector: "co-stock-information-grid",
|
|
2116
|
-
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 class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n >\n <co-simple-grid-column [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'warehouseNo'\" [order]=\"10\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DESCRIPTION' | localize\" [field]=\"'warehouseName'\" [order]=\"11\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK' | localize\" [field]=\"'technicalStock'\" [order]=\"12\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK' | localize\" [field]=\"'availableStock'\" [order]=\"13\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ECONOMICAL_STOCK' | localize\" [field]=\"'economicalStock'\" [order]=\"14\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [field]=\"'locationNo'\" [order]=\"15\">\n <ng-template #template let-row=\"row\">\n <span class=\"location-link\" [textContent]=\"'LOOK_AT' | localize\" (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 class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n >\n <co-simple-grid-column [headerText]=\"'IN_ORDER' | localize\" [field]=\"'transactionNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'CUSTOMER' | localize\" [field]=\"'customerName'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DATE' | localize\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"row.transactionDate | date:'dd-MM-yyyy'\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT' | localize\" [field]=\"'amountInOrder'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'warehouseNumber'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DESCRIPTION' | localize\" [field]=\"'warehouseDescription'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSFER' | localize\" [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' | localize\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog(row)\"></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 class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n >\n <co-simple-grid-column [headerText]=\"'PURCHASE_ORDER_NR' | localize\" [field]=\"'transactionNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DATE' | localize\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"row.transactionDate | date:'dd-MM-yyyy'\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT' | localize\" [field]=\"'amountInOrder'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RESERVED' | localize\" [field]=\"'reserved'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'FREE_STOCK' | localize\" [field]=\"'InOrderForStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DELIVERY_DATE' | localize\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"row.deliveryDate | date:'dd-MM-yyyy'\"></span>\n </ng-template>\n </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' | localize\" (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' | localize\"\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 class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n [showAdd]=\"true\"\n [showToolbar]=\"true\"\n [showDelete]=\"true\"\n [inlineEdit]=\"true\"\n (dblClickRow)=\"lockSelectedRow($event)\"\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' | localize\" (click)=\"handleBackToStockClick()\"></co-button>\n </div>\n </div>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [field]=\"'locationNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-drop-down-list [(model)]=\"row.locationNo\"\n [collection]=\"stockLocations\"\n [fields]=\"dataLocationFields\"\n [placeholder]=\"'LOCATION' | localize\"\n (click)=\"onLocationDropdownClick()\"\n [required]=\"true\"\n ></co-drop-down-list>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleDetails\" [headerText]=\"'BATCH' | localize\" [field]=\"'batchNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [(model)]=\"row.batchNo\"\n [placeholder]=\"'BATCH' | localize\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleDetails\" [headerText]=\"'SERIAL_NO' | localize\" [field]=\"'serialNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [(model)]=\"row.serialNo\"\n [placeholder]=\"'SERIAL_NO' | localize\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK' | localize\" [field]=\"'amountInStock'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [(model)]=\"row.amountInStock\"\n [label]=\"'STOCK' | localize\"\n (modelChange)=\"amountInStockChanged($event)\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ALLOCATED' | localize\" [field]=\"'stockAssigned'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.stockAssigned\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK' | localize\" [field]=\"'amountInStockFree'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.amountInStockFree\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'VALUTA' | localize\" [field]=\"'currency'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.currency\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'PURCHASE_PRICE' | localize\" [field]=\"'purchasePrice'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.purchasePrice\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SUPPLIER_NUMBER' | localize\" [field]=\"'supplierNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.supplierNo\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSFER' | localize\" [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' | localize\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog(row)\"></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' | localize\" (click)=\"backToStockInformation()\"></span>\n </div>\n <co-simple-grid [data]=\"stockHistoryInformation\"\n class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n >\n <co-simple-grid-column [headerText]=\"'MUTATION_DATE' | localize\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"row.mutationDate | date:'dd-MM-yyyy'\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'MUTATION_TIME' | localize\" [field]=\"'mutationTime'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT' | localize\" [field]=\"'amount'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'wareHouseNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [field]=\"'locationNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSACTION_TYPE' | localize\" [field]=\"'transType'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DOCUMENT_NUMBER' | localize\" [field]=\"'docNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LINE' | localize\" [field]=\"'posLineNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK_STATE' | localize\" [field]=\"'stockStateId'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK_REMARK' | localize\" [field]=\"'stockStateRemarkId'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'VALUTA' | localize\" [field]=\"'currencyCode'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RELATION_ID' | localize\" [field]=\"'relationId'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'USER' | localize\" [field]=\"'user'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'MUTATION_TYPE' | localize\" [field]=\"'mutationType'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STICKER' | localize\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog(row)\"></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 *ngIf=\"activeTab === tabs[0]\" [label]=\"'HISTORY' | localize\" (click)=\"handleHistoryClick()\"></co-button>\n </div>\n <div class=\"stock-button-middle-group\" *ngIf=\"activeTab !== tabs[0]\">\n <div class=\"button-left\">\n <co-button [textContent]=\"'OK' | localize\" (click)=\"onOkClick()\"></co-button>\n </div>\n <div class=\"button-right\">\n <co-button [textContent]=\"'CANCEL' | localize\" (click)=\"onCancelClick()\"></co-button>\n </div>\n </div>\n\n <div class=\"stock-button-middle-group\" *ngIf=\"hideOrShowLocationTab\">\n <div class=\"button-left\">\n <co-button [textContent]=\"'OK' | localize\" (click)=\"onOkClickSendLocations()\"></co-button>\n </div>\n <div class=\"button-right\">\n <co-button [textContent]=\"'CANCEL' | localize\" (click)=\"onCancelClickSendLocations()\"></co-button>\n </div>\n </div>\n </div>\n <co-send-method-dialog *ngIf=\"showSendMethodDialog\"\n (closeClick)=\"showSendMethodDialog = false\"\n ></co-send-method-dialog>\n ",
|
|
2091
|
+
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 class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n >\n <co-simple-grid-column [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'warehouseNo'\" [order]=\"10\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DESCRIPTION' | localize\" [field]=\"'warehouseName'\" [order]=\"11\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK' | localize\" [field]=\"'technicalStock'\" [order]=\"12\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK' | localize\" [field]=\"'availableStock'\" [order]=\"13\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ECONOMICAL_STOCK' | localize\" [field]=\"'economicalStock'\" [order]=\"14\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [field]=\"'locationNo'\" [order]=\"15\">\n <ng-template #template let-row=\"row\">\n <span class=\"location-link\" [textContent]=\"'LOOK_AT' | localize\" (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 class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n >\n <co-simple-grid-column [headerText]=\"'IN_ORDER' | localize\" [field]=\"'transactionNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'CUSTOMER' | localize\" [field]=\"'customerName'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DATE' | localize\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"row.transactionDate | date:'dd-MM-yyyy'\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT' | localize\" [field]=\"'amountInOrder'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'warehouseNumber'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DESCRIPTION' | localize\" [field]=\"'warehouseDescription'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSFER' | localize\" [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' | localize\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog(row)\"></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 class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n >\n <co-simple-grid-column [headerText]=\"'PURCHASE_ORDER_NR' | localize\" [field]=\"'transactionNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DATE' | localize\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"row.transactionDate | date:'dd-MM-yyyy'\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT' | localize\" [field]=\"'amountInOrder'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RESERVED' | localize\" [field]=\"'reserved'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'FREE_STOCK' | localize\" [field]=\"'InOrderForStock'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DELIVERY_DATE' | localize\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"row.deliveryDate | date:'dd-MM-yyyy'\"></span>\n </ng-template>\n </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' | localize\" (click)=\"handleBackToStockClick()\"></span>\n </div>\n <div class=\"stock-location-right-group\">\n<!--\n <co-drop-down-list [(model)]=\"selectedWarehouse\"\n [collection]=\"dataWareHouseCode\"\n [fields]=\"dataWareHouseFields\"\n [placeholder]=\"'WAREHOUSE' | localize\"\n (modelChange)=\"onSelectWarehouse($event)\"\n [required]=\"true\"\n ></co-drop-down-list>\n-->\n </div>\n </div>\n\n<!-- TODO move to own component stock-location-->\n <co-simple-grid [data]=\"articleDetails\"\n class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n [showAdd]=\"true\"\n [showToolbar]=\"true\"\n [showDelete]=\"true\"\n [inlineEdit]=\"true\"\n (dblClickRow)=\"lockSelectedRow($event)\"\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' | localize\" (click)=\"handleBackToStockClick()\"></co-button>\n </div>\n </div>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [field]=\"'locationNo'\">\n <ng-template #editTemplate let-row=\"row\">\n<!--\n <co-drop-down-list [(model)]=\"row.locationNo\"\n [collection]=\"stockLocations\"\n [fields]=\"dataLocationFields\"\n [placeholder]=\"'LOCATION' | localize\"\n (click)=\"onLocationDropdownClick()\"\n [required]=\"true\"\n ></co-drop-down-list>\n-->\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleDetails\" [headerText]=\"'BATCH' | localize\" [field]=\"'batchNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [(model)]=\"row.batchNo\"\n [placeholder]=\"'BATCH' | localize\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleDetails\" [headerText]=\"'SERIAL_NO' | localize\" [field]=\"'serialNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [(model)]=\"row.serialNo\"\n [placeholder]=\"'SERIAL_NO' | localize\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK' | localize\" [field]=\"'amountInStock'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [(model)]=\"row.amountInStock\"\n [label]=\"'STOCK' | localize\"\n (modelChange)=\"amountInStockChanged($event)\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ALLOCATED' | localize\" [field]=\"'stockAssigned'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.stockAssigned\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK' | localize\" [field]=\"'amountInStockFree'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.amountInStockFree\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'VALUTA' | localize\" [field]=\"'currency'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.currency\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'PURCHASE_PRICE' | localize\" [field]=\"'purchasePrice'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.purchasePrice\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SUPPLIER_NUMBER' | localize\" [field]=\"'supplierNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.supplierNo\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSFER' | localize\" [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' | localize\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog(row)\"></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' | localize\" (click)=\"backToStockInformation()\"></span>\n </div>\n <co-simple-grid [data]=\"stockHistoryInformation\"\n class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n >\n <co-simple-grid-column [headerText]=\"'MUTATION_DATE' | localize\">\n <ng-template #template let-row=\"row\">\n <span [textContent]=\"row.mutationDate | date:'dd-MM-yyyy'\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'MUTATION_TIME' | localize\" [field]=\"'mutationTime'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT' | localize\" [field]=\"'amount'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'wareHouseNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [field]=\"'locationNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSACTION_TYPE' | localize\" [field]=\"'transType'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DOCUMENT_NUMBER' | localize\" [field]=\"'docNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LINE' | localize\" [field]=\"'posLineNr'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK_STATE' | localize\" [field]=\"'stockStateId'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK_REMARK' | localize\" [field]=\"'stockStateRemarkId'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'VALUTA' | localize\" [field]=\"'currencyCode'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RELATION_ID' | localize\" [field]=\"'relationId'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'USER' | localize\" [field]=\"'user'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'MUTATION_TYPE' | localize\" [field]=\"'mutationType'\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STICKER' | localize\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\" (click)=\"openSendMethodDialog(row)\"></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 *ngIf=\"activeTab === tabs[0]\" [label]=\"'HISTORY' | localize\" (click)=\"handleHistoryClick()\"></co-button>\n </div>\n <div class=\"stock-button-middle-group\" *ngIf=\"activeTab !== tabs[0]\">\n <div class=\"button-left\">\n <co-button [textContent]=\"'OK' | localize\" (click)=\"onOkClick()\"></co-button>\n </div>\n <div class=\"button-right\">\n <co-button [textContent]=\"'CANCEL' | localize\" (click)=\"onCancelClick()\"></co-button>\n </div>\n </div>\n\n <div class=\"stock-button-middle-group\" *ngIf=\"hideOrShowLocationTab\">\n <div class=\"button-left\">\n <co-button [textContent]=\"'OK' | localize\" (click)=\"onOkClickSendLocations()\"></co-button>\n </div>\n <div class=\"button-right\">\n <co-button [textContent]=\"'CANCEL' | localize\" (click)=\"onCancelClickSendLocations()\"></co-button>\n </div>\n </div>\n </div>\n <co-send-method-dialog *ngIf=\"showSendMethodDialog\"\n (closeClick)=\"showSendMethodDialog = false\"\n [visibleMethods]=\"sendMethod[1]\"\n ></co-send-method-dialog>\n ",
|
|
2117
2092
|
encapsulation: i0.ViewEncapsulation.None
|
|
2118
2093
|
},] }
|
|
2119
2094
|
];
|
|
@@ -2203,7 +2178,7 @@
|
|
|
2203
2178
|
StockTransferComponent.decorators = [
|
|
2204
2179
|
{ type: i0.Component, args: [{
|
|
2205
2180
|
selector: "co-stock-transfer",
|
|
2206
|
-
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 [label]=\"'Standaard magazijn' | localize\"\n [(model)]=\"articleToTransfer.warehouseDescription\"\n [textContent]=\"articleToTransfer.warehouseDescription\"\n [placeholder]=\"'Standaard magazijn' | localize\"\n >\n </co-input-text>\n <co-input-text disabled\n [(model)]=\"articleToTransfer.locationNo\"\n [textContent]=\"articleToTransfer.locationNo\"\n [placeholder]=\"'Standaard locatie' | localize\">\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' | localize\">\n </co-input-text>\n </div>\n\n <div class=\"stock-transfer-right-column\">\n <co-
|
|
2181
|
+
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 [label]=\"'Standaard magazijn' | localize\"\n [(model)]=\"articleToTransfer.warehouseDescription\"\n [textContent]=\"articleToTransfer.warehouseDescription\"\n [placeholder]=\"'Standaard magazijn' | localize\"\n >\n </co-input-text>\n <co-input-text disabled\n [(model)]=\"articleToTransfer.locationNo\"\n [textContent]=\"articleToTransfer.locationNo\"\n [placeholder]=\"'Standaard locatie' | localize\">\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' | localize\">\n </co-input-text>\n </div>\n\n <div class=\"stock-transfer-right-column\">\n\n <co-list-of-values [collection]=\"warehouses\"\n [displayField]=\"'warehouseDescription'\"\n (modelChange)=\"handleSelectedWarehouse($event)\"\n [label]=\"'Magazijn' | localize\"\n [(model)]=\"articleToTransfer.targetWarehouse\">\n </co-list-of-values>\n <co-list-of-values [collection]=\"locations\"\n [displayField]=\"'description'\"\n [(model)]=\"articleToTransfer.targetLocation\"\n [label]=\"'Locatie' | localize\"\n >\n </co-list-of-values>\n <co-list-of-values [collection]=\"stockState\"\n [displayField]=\"'text'\"\n [label]=\"'Voorraadstatus' | localize\"\n [(model)]=\"articleToTransfer.stockStateId\"\n >\n </co-list-of-values>\n\n <co-input-text [placeholder]=\"'Omschrijving' | localize\"\n [(model)]=\"articleToTransfer.stockStateRemark\">\n </co-input-text>\n </div>\n </div>\n\n <div class=\"ok-cancel-buttons\">\n <co-button [textContent]=\"'OK' | localize\" (click)=\"handleOkClick(articleToTransfer)\"></co-button>\n <co-button [textContent]=\"'STICKER' | localize\" (click)=\"handleStickerClick()\"></co-button>\n </div>\n </div>\n ",
|
|
2207
2182
|
encapsulation: i0.ViewEncapsulation.None
|
|
2208
2183
|
},] }
|
|
2209
2184
|
];
|
|
@@ -2273,34 +2248,34 @@
|
|
|
2273
2248
|
|
|
2274
2249
|
var SendMethodService = /** @class */ (function () {
|
|
2275
2250
|
function SendMethodService() {
|
|
2276
|
-
this.
|
|
2277
|
-
this.
|
|
2251
|
+
this.reportingDocumentPrintSignDocBaseRequestChanged = new rxjs.Subject();
|
|
2252
|
+
this.reportingDocumentEmailSignDocBaseRequestChanged = new rxjs.Subject();
|
|
2278
2253
|
this.reportingDocumentPdfBaseRequestChanged = new rxjs.Subject();
|
|
2279
2254
|
this.selectedEmailAddresses = [];
|
|
2280
|
-
this.
|
|
2281
|
-
this.
|
|
2255
|
+
this._reportingDocumentPrintSignDocBaseRequest = new reportingDocumentPrintSignDocBaseRequest.ReportingDocumentPrintSignDocBaseRequest();
|
|
2256
|
+
this._reportingDocumentEmailSignDocBaseRequest = new reportingDocumentEmailSignDocBaseRequest.ReportingDocumentEmailSignDocBaseRequest();
|
|
2282
2257
|
this._reportingDocumentPdfBaseRequest = new reportingDocumentPdfBaseRequest.ReportingDocumentPdfBaseRequest();
|
|
2283
2258
|
}
|
|
2284
|
-
Object.defineProperty(SendMethodService.prototype, "
|
|
2259
|
+
Object.defineProperty(SendMethodService.prototype, "reportingDocumentPrintSignDocBaseRequest", {
|
|
2285
2260
|
get: function () {
|
|
2286
|
-
return this.
|
|
2261
|
+
return this._reportingDocumentPrintSignDocBaseRequest;
|
|
2287
2262
|
},
|
|
2288
2263
|
set: function (value) {
|
|
2289
|
-
this.
|
|
2290
|
-
this.activePrinter = this.
|
|
2291
|
-
this.
|
|
2264
|
+
this._reportingDocumentPrintSignDocBaseRequest = value;
|
|
2265
|
+
this.activePrinter = this._reportingDocumentPrintSignDocBaseRequest.printerName;
|
|
2266
|
+
this.reportingDocumentPrintSignDocBaseRequestChanged.next(this._reportingDocumentPrintSignDocBaseRequest);
|
|
2292
2267
|
},
|
|
2293
2268
|
enumerable: false,
|
|
2294
2269
|
configurable: true
|
|
2295
2270
|
});
|
|
2296
|
-
Object.defineProperty(SendMethodService.prototype, "
|
|
2271
|
+
Object.defineProperty(SendMethodService.prototype, "reportingDocumentEmailSignDocBaseRequest", {
|
|
2297
2272
|
get: function () {
|
|
2298
|
-
return this.
|
|
2273
|
+
return this._reportingDocumentEmailSignDocBaseRequest;
|
|
2299
2274
|
},
|
|
2300
2275
|
set: function (value) {
|
|
2301
|
-
this.
|
|
2302
|
-
this.selectedEmailAddresses = this.
|
|
2303
|
-
this.
|
|
2276
|
+
this._reportingDocumentEmailSignDocBaseRequest = value;
|
|
2277
|
+
this.selectedEmailAddresses = this._reportingDocumentEmailSignDocBaseRequest.toAddresses.split(';');
|
|
2278
|
+
this.reportingDocumentEmailSignDocBaseRequestChanged.next(this._reportingDocumentEmailSignDocBaseRequest);
|
|
2304
2279
|
},
|
|
2305
2280
|
enumerable: false,
|
|
2306
2281
|
configurable: true
|
|
@@ -2329,8 +2304,8 @@
|
|
|
2329
2304
|
}
|
|
2330
2305
|
};
|
|
2331
2306
|
SendMethodService.prototype._updateEmailAddresses = function () {
|
|
2332
|
-
this.
|
|
2333
|
-
this.
|
|
2307
|
+
this._reportingDocumentEmailSignDocBaseRequest.toAddresses = this.selectedEmailAddresses.join(';');
|
|
2308
|
+
this.reportingDocumentEmailSignDocBaseRequestChanged.next(this._reportingDocumentEmailSignDocBaseRequest);
|
|
2334
2309
|
};
|
|
2335
2310
|
return SendMethodService;
|
|
2336
2311
|
}());
|
|
@@ -2348,13 +2323,13 @@
|
|
|
2348
2323
|
}());
|
|
2349
2324
|
|
|
2350
2325
|
var sendMethodsWithIcon = [
|
|
2351
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Fax, "Fax", exports["
|
|
2352
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Print, "Print", exports["
|
|
2353
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Email, "Email", exports["
|
|
2354
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Edi, "Edi", exports["
|
|
2355
|
-
new SendMethod(sendMethodType_enum.SendMethodType.EmailTemplate, "Email template", exports["
|
|
2356
|
-
new SendMethod(sendMethodType_enum.SendMethodType.Sms, "Sms", exports["
|
|
2357
|
-
new SendMethod(sendMethodType_enum.SendMethodType.WebService, "Webservice", exports["
|
|
2326
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Fax, "Fax", exports["ɵbr"].PrintRegular),
|
|
2327
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Print, "Print", exports["ɵbr"].PrintSolid),
|
|
2328
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Email, "Email", exports["ɵbr"].AtSolid),
|
|
2329
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Edi, "Edi", exports["ɵbr"].FileExportSolid),
|
|
2330
|
+
new SendMethod(sendMethodType_enum.SendMethodType.EmailTemplate, "Email template", exports["ɵbr"].EnvelopeRegular),
|
|
2331
|
+
new SendMethod(sendMethodType_enum.SendMethodType.Sms, "Sms", exports["ɵbr"].MessageSmsSolid),
|
|
2332
|
+
new SendMethod(sendMethodType_enum.SendMethodType.WebService, "Webservice", exports["ɵbr"].PrintRegular)
|
|
2358
2333
|
];
|
|
2359
2334
|
var SendMethodDialogComponent = /** @class */ (function () {
|
|
2360
2335
|
function SendMethodDialogComponent(iconCacheService, _changeDetector, _sharedService, _sendMethodService) {
|
|
@@ -2363,7 +2338,7 @@
|
|
|
2363
2338
|
this._changeDetector = _changeDetector;
|
|
2364
2339
|
this._sharedService = _sharedService;
|
|
2365
2340
|
this._sendMethodService = _sendMethodService;
|
|
2366
|
-
this.icons = exports["
|
|
2341
|
+
this.icons = exports["ɵbr"];
|
|
2367
2342
|
this.printerList = [];
|
|
2368
2343
|
this.emailLayouts = [];
|
|
2369
2344
|
this.printLayouts = [];
|
|
@@ -2388,17 +2363,17 @@
|
|
|
2388
2363
|
this.showEmailTemplate = true;
|
|
2389
2364
|
this.showWebservice = true;
|
|
2390
2365
|
this._subscriptions = [];
|
|
2391
|
-
this._subscriptions.push(this._sendMethodService.
|
|
2366
|
+
this._subscriptions.push(this._sendMethodService.reportingDocumentPrintSignDocBaseRequestChanged.subscribe(function (value) { return _this.reportingDocumentPrintRequestChange.next(value); }), this._sendMethodService.reportingDocumentEmailSignDocBaseRequestChanged.subscribe(function (value) { return _this.reportingDocumentEmailRequestChange.next(value); }), this._sendMethodService.reportingDocumentPdfBaseRequestChanged.subscribe(function (value) { return _this.reportingDocumentPdfRequestChange.next(value); }));
|
|
2392
2367
|
}
|
|
2393
2368
|
SendMethodDialogComponent.prototype.showClass = function () {
|
|
2394
2369
|
return true;
|
|
2395
2370
|
};
|
|
2396
2371
|
SendMethodDialogComponent.prototype.ngOnInit = function () {
|
|
2397
2372
|
if (this.reportingDocumentEmailRequest) {
|
|
2398
|
-
this._sendMethodService.
|
|
2373
|
+
this._sendMethodService.reportingDocumentEmailSignDocBaseRequest = this.reportingDocumentEmailRequest;
|
|
2399
2374
|
}
|
|
2400
2375
|
if (this.reportingDocumentPrintRequest) {
|
|
2401
|
-
this._sendMethodService.
|
|
2376
|
+
this._sendMethodService.reportingDocumentPrintSignDocBaseRequest = this.reportingDocumentPrintRequest;
|
|
2402
2377
|
}
|
|
2403
2378
|
if (this.reportingDocumentPdfRequest) {
|
|
2404
2379
|
this._sendMethodService.reportingDocumentPdfBaseRequest = this.reportingDocumentPdfRequest;
|
|
@@ -2566,7 +2541,7 @@
|
|
|
2566
2541
|
SendMethodEmailComponent.decorators = [
|
|
2567
2542
|
{ type: i0.Component, args: [{
|
|
2568
2543
|
selector: 'co-send-method-email',
|
|
2569
|
-
template: "\n <div class=\"email-addresses-wrapper co-small-scrollbar\">\n <div class=\"email-address-wrapper\" *ngFor=\"let emailAddressViewmodel of emailAddressViewmodels\" (click)=\"handleCheckedEmail(emailAddressViewmodel)\">\n <co-input-checkbox [model]=\"emailAddressViewmodel.checked\" (modelChange)=\"handleCheckedEmail(emailAddressViewmodel)\"></co-input-checkbox>\n <div class=\"email-address\" [textContent]=\"emailAddressViewmodel.emailAddress\"></div>\n </div>\n </div>\n <co-layout-selection\n
|
|
2544
|
+
template: "\n <div class=\"email-addresses-wrapper co-small-scrollbar\">\n <div class=\"email-address-wrapper\" *ngFor=\"let emailAddressViewmodel of emailAddressViewmodels\" (click)=\"handleCheckedEmail(emailAddressViewmodel)\">\n <co-input-checkbox [model]=\"emailAddressViewmodel.checked\" (modelChange)=\"handleCheckedEmail(emailAddressViewmodel)\"></co-input-checkbox>\n <div class=\"email-address\" [textContent]=\"emailAddressViewmodel.emailAddress\"></div>\n </div>\n </div>\n <div class=\"layout-signature-wrapper\">\n <co-layout-selection\n [(request)]=\"sendMethodService.reportingDocumentEmailSignDocBaseRequest\"\n [layouts]=\"layouts\"\n ></co-layout-selection>\n <co-signature-button\n [request]=\"sendMethodService.reportingDocumentEmailSignDocBaseRequest\"\n ></co-signature-button>\n </div>\n ",
|
|
2570
2545
|
encapsulation: i0.ViewEncapsulation.None
|
|
2571
2546
|
},] }
|
|
2572
2547
|
];
|
|
@@ -2643,6 +2618,54 @@
|
|
|
2643
2618
|
},] }
|
|
2644
2619
|
];
|
|
2645
2620
|
|
|
2621
|
+
var SignatureButtonComponent = /** @class */ (function () {
|
|
2622
|
+
function SignatureButtonComponent(iconCacheService) {
|
|
2623
|
+
this.iconCacheService = iconCacheService;
|
|
2624
|
+
this.icons = exports["ɵbr"];
|
|
2625
|
+
}
|
|
2626
|
+
SignatureButtonComponent.prototype.showClass = function () {
|
|
2627
|
+
return true;
|
|
2628
|
+
};
|
|
2629
|
+
SignatureButtonComponent.prototype.handleToggleSignature = function () {
|
|
2630
|
+
this.request.parkForDigitalSignature = !this.request.parkForDigitalSignature;
|
|
2631
|
+
};
|
|
2632
|
+
return SignatureButtonComponent;
|
|
2633
|
+
}());
|
|
2634
|
+
SignatureButtonComponent.decorators = [
|
|
2635
|
+
{ type: i0.Component, args: [{
|
|
2636
|
+
selector: "co-signature-button",
|
|
2637
|
+
template: "\n <div class=\"signature-button-wrapper\"\n [class.selected]=\"request.parkForDigitalSignature\"\n (click)=\"handleToggleSignature()\">\n <co-icon\n [iconData]=\"iconCacheService.getIcon(icons.FileSignatureRegular)\"\n ></co-icon>\n </div>\n ",
|
|
2638
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
2639
|
+
},] }
|
|
2640
|
+
];
|
|
2641
|
+
SignatureButtonComponent.ctorParameters = function () { return [
|
|
2642
|
+
{ type: IconCacheService }
|
|
2643
|
+
]; };
|
|
2644
|
+
SignatureButtonComponent.propDecorators = {
|
|
2645
|
+
request: [{ type: i0.Input }],
|
|
2646
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-signature-button",] }]
|
|
2647
|
+
};
|
|
2648
|
+
|
|
2649
|
+
var SignatureButtonModule = /** @class */ (function () {
|
|
2650
|
+
function SignatureButtonModule() {
|
|
2651
|
+
}
|
|
2652
|
+
return SignatureButtonModule;
|
|
2653
|
+
}());
|
|
2654
|
+
SignatureButtonModule.decorators = [
|
|
2655
|
+
{ type: i0.NgModule, args: [{
|
|
2656
|
+
imports: [
|
|
2657
|
+
common.CommonModule,
|
|
2658
|
+
corecomponents_v12.IconModule
|
|
2659
|
+
],
|
|
2660
|
+
declarations: [
|
|
2661
|
+
SignatureButtonComponent
|
|
2662
|
+
],
|
|
2663
|
+
exports: [
|
|
2664
|
+
SignatureButtonComponent
|
|
2665
|
+
]
|
|
2666
|
+
},] }
|
|
2667
|
+
];
|
|
2668
|
+
|
|
2646
2669
|
var SendMethodEmailModule = /** @class */ (function () {
|
|
2647
2670
|
function SendMethodEmailModule() {
|
|
2648
2671
|
}
|
|
@@ -2653,7 +2676,9 @@
|
|
|
2653
2676
|
imports: [
|
|
2654
2677
|
common.CommonModule,
|
|
2655
2678
|
corecomponents_v12.InputCheckboxModule,
|
|
2656
|
-
LayoutSelectionModule
|
|
2679
|
+
LayoutSelectionModule,
|
|
2680
|
+
corecomponents_v12.IconModule,
|
|
2681
|
+
SignatureButtonModule
|
|
2657
2682
|
],
|
|
2658
2683
|
declarations: [
|
|
2659
2684
|
SendMethodEmailComponent
|
|
@@ -2674,19 +2699,19 @@
|
|
|
2674
2699
|
return true;
|
|
2675
2700
|
};
|
|
2676
2701
|
SendMethodPrinterComponent.prototype.handleDefaultPrinterUserChange = function (checked) {
|
|
2677
|
-
this.sendMethodService.
|
|
2678
|
-
this.sendMethodService.
|
|
2702
|
+
this.sendMethodService.reportingDocumentPrintSignDocBaseRequest.saveDefaultPrinterForUser = checked;
|
|
2703
|
+
this.sendMethodService.reportingDocumentPrintSignDocBaseRequestChanged.next(this.sendMethodService.reportingDocumentPrintSignDocBaseRequest);
|
|
2679
2704
|
};
|
|
2680
2705
|
SendMethodPrinterComponent.prototype.handleDefaultPrinterAllUsersChange = function (checked) {
|
|
2681
|
-
this.sendMethodService.
|
|
2682
|
-
this.sendMethodService.
|
|
2706
|
+
this.sendMethodService.reportingDocumentPrintSignDocBaseRequest.saveDefaultPrinterForAllUsers = checked;
|
|
2707
|
+
this.sendMethodService.reportingDocumentPrintSignDocBaseRequestChanged.next(this.sendMethodService.reportingDocumentPrintSignDocBaseRequest);
|
|
2683
2708
|
};
|
|
2684
2709
|
return SendMethodPrinterComponent;
|
|
2685
2710
|
}());
|
|
2686
2711
|
SendMethodPrinterComponent.decorators = [
|
|
2687
2712
|
{ type: i0.Component, args: [{
|
|
2688
2713
|
selector: 'co-send-method-printer',
|
|
2689
|
-
template: "\n <co-printer-selection [printers]=\"printerList\"></co-printer-selection>\n <co-layout-selection\n
|
|
2714
|
+
template: "\n <co-printer-selection [printers]=\"printerList\"></co-printer-selection>\n <div class=\"layout-signature-wrapper\">\n <co-layout-selection\n [(request)]=\"sendMethodService.reportingDocumentPrintSignDocBaseRequest\"\n [layouts]=\"layouts\"\n ></co-layout-selection>\n <co-signature-button\n [request]=\"sendMethodService.reportingDocumentPrintSignDocBaseRequest\"\n ></co-signature-button>\n </div>\n <co-input-checkbox\n [model]=\"sendMethodService.reportingDocumentPrintSignDocBaseRequest.saveDefaultPrinterForUser\"\n [label]=\"'Koppeling onthouden'\"\n (modelChange)=\"handleDefaultPrinterUserChange($event)\"\n ></co-input-checkbox>\n <co-input-checkbox\n [model]=\"sendMethodService.reportingDocumentPrintSignDocBaseRequest.saveDefaultPrinterForAllUsers\"\n [label]=\"'Alle gebruikers'\"\n (modelChange)=\"handleDefaultPrinterAllUsersChange($event)\"\n ></co-input-checkbox>\n ",
|
|
2690
2715
|
encapsulation: i0.ViewEncapsulation.None
|
|
2691
2716
|
},] }
|
|
2692
2717
|
];
|
|
@@ -2704,7 +2729,7 @@
|
|
|
2704
2729
|
this.sendMethodService = sendMethodService;
|
|
2705
2730
|
this.iconService = iconService;
|
|
2706
2731
|
this._service = _service;
|
|
2707
|
-
this.icons = exports["
|
|
2732
|
+
this.icons = exports["ɵbr"];
|
|
2708
2733
|
this.printers = [];
|
|
2709
2734
|
this.showPrinterList = false;
|
|
2710
2735
|
}
|
|
@@ -2712,17 +2737,17 @@
|
|
|
2712
2737
|
return true;
|
|
2713
2738
|
};
|
|
2714
2739
|
PrinterSelectionComponent.prototype.ngOnInit = function () {
|
|
2715
|
-
if (!this.sendMethodService.
|
|
2740
|
+
if (!this.sendMethodService.reportingDocumentPrintSignDocBaseRequest.printerName && this.printers && this.printers.length > 0) {
|
|
2716
2741
|
var defaultPrinter = this.printers.find(function (p) { return p.isDefault; });
|
|
2717
2742
|
if (defaultPrinter) {
|
|
2718
|
-
this.sendMethodService.
|
|
2719
|
-
this.sendMethodService.
|
|
2743
|
+
this.sendMethodService.reportingDocumentPrintSignDocBaseRequest.printerName = defaultPrinter.name;
|
|
2744
|
+
this.sendMethodService.reportingDocumentPrintSignDocBaseRequestChanged.next(this.sendMethodService.reportingDocumentPrintSignDocBaseRequest);
|
|
2720
2745
|
}
|
|
2721
2746
|
}
|
|
2722
2747
|
};
|
|
2723
2748
|
PrinterSelectionComponent.prototype.handlePrinterClicked = function (printer) {
|
|
2724
|
-
this.sendMethodService.
|
|
2725
|
-
this.sendMethodService.
|
|
2749
|
+
this.sendMethodService.reportingDocumentPrintSignDocBaseRequest.printerName = printer.name;
|
|
2750
|
+
this.sendMethodService.reportingDocumentPrintSignDocBaseRequestChanged.next(this.sendMethodService.reportingDocumentPrintSignDocBaseRequest);
|
|
2726
2751
|
this.showPrinterList = false;
|
|
2727
2752
|
};
|
|
2728
2753
|
return PrinterSelectionComponent;
|
|
@@ -2730,7 +2755,7 @@
|
|
|
2730
2755
|
PrinterSelectionComponent.decorators = [
|
|
2731
2756
|
{ type: i0.Component, args: [{
|
|
2732
2757
|
selector: 'co-printer-selection',
|
|
2733
|
-
template: "\n <div class=\"printer-selection-wrapper\" (click)=\"showPrinterList = !showPrinterList\">\n <div class=\"title\" [textContent]=\"'Printer'\"></div>\n <div class=\"printer-name\" [textContent]=\"sendMethodService.
|
|
2758
|
+
template: "\n <div class=\"printer-selection-wrapper\" (click)=\"showPrinterList = !showPrinterList\">\n <div class=\"title\" [textContent]=\"'Printer'\"></div>\n <div class=\"printer-name\" [textContent]=\"sendMethodService.reportingDocumentPrintSignDocBaseRequest.printerName || 'Printer kiezen'\"></div>\n </div>\n <div class=\"layouts-wrapper co-small-scrollbar\" *ngIf=\"showPrinterList\" @showHideLayouts>\n <div class=\"printer-list-item\" *ngFor=\"let printer of printers\"\n [class.selected]=\"sendMethodService.reportingDocumentPrintSignDocBaseRequest.printerName === printer.name\"\n (click)=\"handlePrinterClicked(printer)\">\n <co-icon class=\"printer-icon\" [iconData]=\"iconService.getIcon(icons.PrintRegular)\"></co-icon>\n <div class=\"printer-details\">\n <span class=\"printer-name\" [textContent]=\"printer.name\"></span>\n <span class=\"printer-status\" [textContent]=\"printer.acceptingJobs\"></span>\n </div>\n </div>\n </div>\n ",
|
|
2734
2759
|
animations: [
|
|
2735
2760
|
animations.trigger('showHideLayouts', [
|
|
2736
2761
|
animations.state('void', animations.style({ height: 0 })),
|
|
@@ -2784,7 +2809,8 @@
|
|
|
2784
2809
|
corecomponents_v12.IconModule,
|
|
2785
2810
|
LayoutSelectionModule,
|
|
2786
2811
|
PrinterSelectionModule,
|
|
2787
|
-
corecomponents_v12.InputCheckboxModule
|
|
2812
|
+
corecomponents_v12.InputCheckboxModule,
|
|
2813
|
+
SignatureButtonModule
|
|
2788
2814
|
],
|
|
2789
2815
|
declarations: [
|
|
2790
2816
|
SendMethodPrinterComponent
|
|
@@ -2865,7 +2891,7 @@
|
|
|
2865
2891
|
StockChangeAmountComponent.decorators = [
|
|
2866
2892
|
{ type: i0.Component, args: [{
|
|
2867
2893
|
selector: "co-stock-change-amount",
|
|
2868
|
-
template: "\n <div class=\"stock-transfer\">\n <co-dialog-wizard [showCloseIcon]=\"true\" (closeClick)=\"closeDialogClick()\">\n <ng-container header>\n <span [textContent]=\"'STOCK_CHANGE_REASON' | localize\"></span>\n </ng-container>\n <div class=\"popup-wrapper\">\n <co-drop-down-list [collection]=\"stockState\"\n [fields]=\"stockStateDropdownField\"\n [placeholder]=\"'STOCK_STATE' | localize\"\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' | localize\" (click)=\"handleOkClick(selectedArticleDetailsData)\"></co-button>\n <co-button [textContent]=\"'CANCEL' | localize\" (click)=\"handleCancelClick()\"></co-button>\n </div>\n </div>\n </co-dialog-wizard>\n </div>\n ",
|
|
2894
|
+
template: "\n <div class=\"stock-transfer\">\n <co-dialog-wizard [showCloseIcon]=\"true\" (closeClick)=\"closeDialogClick()\">\n <ng-container header>\n <span [textContent]=\"'STOCK_CHANGE_REASON' | localize\"></span>\n </ng-container>\n <div class=\"popup-wrapper\">\n<!--\n <co-drop-down-list [collection]=\"stockState\"\n [fields]=\"stockStateDropdownField\"\n [placeholder]=\"'STOCK_STATE' | localize\"\n [(model)]=\"selectedArticleDetailsData.stockStateId\"\n ></co-drop-down-list>\n-->\n\n <co-input-textarea [(model)]=\"selectedArticleDetailsData.stockStateRemark\"\n\n ></co-input-textarea>\n <div class=\"ok-cancel-buttons\">\n <co-button [textContent]=\"'OK' | localize\" (click)=\"handleOkClick(selectedArticleDetailsData)\"></co-button>\n <co-button [textContent]=\"'CANCEL' | localize\" (click)=\"handleCancelClick()\"></co-button>\n </div>\n </div>\n </co-dialog-wizard>\n </div>\n ",
|
|
2869
2895
|
encapsulation: i0.ViewEncapsulation.None
|
|
2870
2896
|
},] }
|
|
2871
2897
|
];
|
|
@@ -2882,7 +2908,8 @@
|
|
|
2882
2908
|
this.locationClicked = new i0.EventEmitter();
|
|
2883
2909
|
}
|
|
2884
2910
|
StockTabComponent.prototype.onLocationClick = function (data) {
|
|
2885
|
-
this.
|
|
2911
|
+
this.warehouseToShow.warehouseNo = parseInt(data.warehouseNo);
|
|
2912
|
+
this.locationClicked.emit(this.warehouseToShow);
|
|
2886
2913
|
};
|
|
2887
2914
|
return StockTabComponent;
|
|
2888
2915
|
}());
|
|
@@ -2902,7 +2929,7 @@
|
|
|
2902
2929
|
function OrderTabComponent(iconCacheService, _stockService) {
|
|
2903
2930
|
this.iconCacheService = iconCacheService;
|
|
2904
2931
|
this._stockService = _stockService;
|
|
2905
|
-
this.icons = exports["
|
|
2932
|
+
this.icons = exports["ɵbr"];
|
|
2906
2933
|
this.locationClicked = new i0.EventEmitter();
|
|
2907
2934
|
this.transferIconClicked = new i0.EventEmitter();
|
|
2908
2935
|
this.sendMethodDialogClicked = new i0.EventEmitter();
|
|
@@ -2938,7 +2965,7 @@
|
|
|
2938
2965
|
function StockTabsComponent(_stockService, _localizeService) {
|
|
2939
2966
|
this._stockService = _stockService;
|
|
2940
2967
|
this._localizeService = _localizeService;
|
|
2941
|
-
this.icons = exports["
|
|
2968
|
+
this.icons = exports["ɵbr"];
|
|
2942
2969
|
this.transferIconClicked = new i0.EventEmitter();
|
|
2943
2970
|
this.sendMethodDialogClicked = new i0.EventEmitter();
|
|
2944
2971
|
this.articleDetailsInformation = new articleStockManagement.ArticleStockManagement();
|
|
@@ -3163,7 +3190,7 @@
|
|
|
3163
3190
|
|
|
3164
3191
|
var StockHistoryTabsComponent = /** @class */ (function () {
|
|
3165
3192
|
function StockHistoryTabsComponent() {
|
|
3166
|
-
this.icons = exports["
|
|
3193
|
+
this.icons = exports["ɵbr"];
|
|
3167
3194
|
this.selectedTab = 0;
|
|
3168
3195
|
}
|
|
3169
3196
|
return StockHistoryTabsComponent;
|
|
@@ -3183,7 +3210,7 @@
|
|
|
3183
3210
|
function OrderStockTabComponent(iconCacheService, _stockService) {
|
|
3184
3211
|
this.iconCacheService = iconCacheService;
|
|
3185
3212
|
this._stockService = _stockService;
|
|
3186
|
-
this.icons = exports["
|
|
3213
|
+
this.icons = exports["ɵbr"];
|
|
3187
3214
|
}
|
|
3188
3215
|
return OrderStockTabComponent;
|
|
3189
3216
|
}());
|
|
@@ -3207,7 +3234,7 @@
|
|
|
3207
3234
|
this.iconCacheService = iconCacheService;
|
|
3208
3235
|
this._stockService = _stockService;
|
|
3209
3236
|
this._changeDetector = _changeDetector;
|
|
3210
|
-
this.icons = exports["
|
|
3237
|
+
this.icons = exports["ɵbr"];
|
|
3211
3238
|
this.transferIconClicked = new i0.EventEmitter();
|
|
3212
3239
|
this.sendMethodDialogClicked = new i0.EventEmitter();
|
|
3213
3240
|
this.dataWareHouseFields = { text: "warehouseDescription", value: "warehouseNo" };
|
|
@@ -3281,7 +3308,7 @@
|
|
|
3281
3308
|
StockLocationComponent.decorators = [
|
|
3282
3309
|
{ type: i0.Component, args: [{
|
|
3283
3310
|
selector: "co-stock-location",
|
|
3284
|
-
template: "\n <div class=\"stock-grid\">\n <co-simple-grid [data]=\"
|
|
3311
|
+
template: "\n <div class=\"stock-grid\">\n <co-simple-grid [data]=\"articleStockInfo\"\n class=\"simple-grid\"\n [rowsPerPage]=\"20\"\n [showAdd]=\"true\"\n [inlineEdit]=\"true\"\n (dblClickRow)=\"lockSelectedRow($event)\"\n [showToolbar]=\"true\"\n (keydown.enter)=\"onOkClickSendLocations()\"\n >\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [field]=\"'locationNo'\">\n <ng-template #editTemplate let-row=\"row\">\n<!--\n <co-drop-down-list [(model)]=\"row.locationNo\"\n [collection]=\"stockLocations\"\n [fields]=\"dataLocationFields\"\n [placeholder]=\"'LOCATION' | localize\"\n (click)=\"onLocationDropdownClick()\"\n [required]=\"true\"\n (modelChange)=\"locationChanged($event)\"\n ></co-drop-down-list>\n-->\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleDetails\" [headerText]=\"'BATCH' | localize\" [field]=\"'batchNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [(model)]=\"row.batchNo\"\n [placeholder]=\"'BATCH' | localize\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleDetails\" [headerText]=\"'SERIAL_NO' | localize\" [field]=\"'serialNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [(model)]=\"row.serialNo\"\n [placeholder]=\"'SERIAL_NO' | localize\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STOCK' | localize\" [field]=\"'amountInStock'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [(model)]=\"row.amountInStock\"\n [label]=\"'STOCK' | localize\"\n (modelChange)=\"amountInStockChanged($event)\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ALLOCATED' | localize\" [field]=\"'stockAssigned'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.stockAssigned\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK' | localize\" [field]=\"'amountInStockFree'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.amountInStockFree\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'VALUTA' | localize\" [field]=\"'currency'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.currency\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'PURCHASE_PRICE' | localize\" [field]=\"'purchasePrice'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.purchasePrice\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SUPPLIER_NUMBER' | localize\" [field]=\"'supplierNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row.supplierNo\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSFER' | localize\" [field]=\"'transfer'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.DeliveryTruck)\"\n (click)=\"handleStockTransferClick(row)\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STICKER' | localize\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\"\n (click)=\"openSendMethodDialog(row)\"></co-icon>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n </div>\n ",
|
|
3285
3312
|
encapsulation: i0.ViewEncapsulation.None
|
|
3286
3313
|
},] }
|
|
3287
3314
|
];
|
|
@@ -3304,7 +3331,7 @@
|
|
|
3304
3331
|
function StockHistoryComponent(iconCacheService, _stockService) {
|
|
3305
3332
|
this.iconCacheService = iconCacheService;
|
|
3306
3333
|
this._stockService = _stockService;
|
|
3307
|
-
this.icons = exports["
|
|
3334
|
+
this.icons = exports["ɵbr"];
|
|
3308
3335
|
}
|
|
3309
3336
|
return StockHistoryComponent;
|
|
3310
3337
|
}());
|
|
@@ -3382,7 +3409,6 @@
|
|
|
3382
3409
|
{ type: i0.NgModule, args: [{
|
|
3383
3410
|
imports: [
|
|
3384
3411
|
common.CommonModule,
|
|
3385
|
-
corecomponents_v12.DropDownModule,
|
|
3386
3412
|
corecomponents_v12.ListOfValuesModule,
|
|
3387
3413
|
],
|
|
3388
3414
|
declarations: [
|
|
@@ -3397,7 +3423,7 @@
|
|
|
3397
3423
|
var OrderSupplyStockHistoryComponent = /** @class */ (function () {
|
|
3398
3424
|
function OrderSupplyStockHistoryComponent(iconCacheService) {
|
|
3399
3425
|
this.iconCacheService = iconCacheService;
|
|
3400
|
-
this.icons = exports["
|
|
3426
|
+
this.icons = exports["ɵbr"];
|
|
3401
3427
|
}
|
|
3402
3428
|
return OrderSupplyStockHistoryComponent;
|
|
3403
3429
|
}());
|
|
@@ -3418,7 +3444,7 @@
|
|
|
3418
3444
|
var OrderCommissionStockHistoryComponent = /** @class */ (function () {
|
|
3419
3445
|
function OrderCommissionStockHistoryComponent(iconCacheService) {
|
|
3420
3446
|
this.iconCacheService = iconCacheService;
|
|
3421
|
-
this.icons = exports["
|
|
3447
|
+
this.icons = exports["ɵbr"];
|
|
3422
3448
|
}
|
|
3423
3449
|
return OrderCommissionStockHistoryComponent;
|
|
3424
3450
|
}());
|
|
@@ -3439,7 +3465,7 @@
|
|
|
3439
3465
|
var OrderStockHistoryComponent = /** @class */ (function () {
|
|
3440
3466
|
function OrderStockHistoryComponent(iconCacheService) {
|
|
3441
3467
|
this.iconCacheService = iconCacheService;
|
|
3442
|
-
this.icons = exports["
|
|
3468
|
+
this.icons = exports["ɵbr"];
|
|
3443
3469
|
}
|
|
3444
3470
|
return OrderStockHistoryComponent;
|
|
3445
3471
|
}());
|
|
@@ -3460,7 +3486,7 @@
|
|
|
3460
3486
|
var AllocationStockHistoryComponent = /** @class */ (function () {
|
|
3461
3487
|
function AllocationStockHistoryComponent(iconCacheService) {
|
|
3462
3488
|
this.iconCacheService = iconCacheService;
|
|
3463
|
-
this.icons = exports["
|
|
3489
|
+
this.icons = exports["ɵbr"];
|
|
3464
3490
|
}
|
|
3465
3491
|
return AllocationStockHistoryComponent;
|
|
3466
3492
|
}());
|
|
@@ -3478,7 +3504,7 @@
|
|
|
3478
3504
|
allocationStockHistory: [{ type: i0.Input }]
|
|
3479
3505
|
};
|
|
3480
3506
|
|
|
3481
|
-
var GaugeColor;
|
|
3507
|
+
var GaugeColor$1;
|
|
3482
3508
|
(function (GaugeColor) {
|
|
3483
3509
|
GaugeColor["Lowest"] = "#E0E0E0";
|
|
3484
3510
|
GaugeColor["Low"] = "#fff7b8";
|
|
@@ -3486,158 +3512,11 @@
|
|
|
3486
3512
|
GaugeColor["MediumHigh"] = "#ffc15b";
|
|
3487
3513
|
GaugeColor["High"] = "#F88952";
|
|
3488
3514
|
GaugeColor["Highest"] = "#5FDCB3";
|
|
3489
|
-
})(GaugeColor || (GaugeColor = {}));
|
|
3490
|
-
|
|
3491
|
-
var CoCircularGaugeComponent = /** @class */ (function () {
|
|
3492
|
-
function CoCircularGaugeComponent() {
|
|
3493
|
-
this._color = GaugeColor.Low;
|
|
3494
|
-
this.majorTicks = {
|
|
3495
|
-
height: 0,
|
|
3496
|
-
};
|
|
3497
|
-
this.minorTicks = {
|
|
3498
|
-
height: 0
|
|
3499
|
-
};
|
|
3500
|
-
this.labelStyle = {
|
|
3501
|
-
position: 'Inside', useRangeColor: true,
|
|
3502
|
-
font: { size: '0px', fontFamily: 'inherit' }
|
|
3503
|
-
};
|
|
3504
|
-
this.lineStyle = {
|
|
3505
|
-
width: 0
|
|
3506
|
-
};
|
|
3507
|
-
this.ranges = [
|
|
3508
|
-
{
|
|
3509
|
-
start: 1, end: 100,
|
|
3510
|
-
radius: '13px',
|
|
3511
|
-
startWidth: 3, endWidth: 3,
|
|
3512
|
-
color: '#E0E0E0',
|
|
3513
|
-
roundedCornerRadius: 0
|
|
3514
|
-
},
|
|
3515
|
-
];
|
|
3516
|
-
}
|
|
3517
|
-
Object.defineProperty(CoCircularGaugeComponent.prototype, "value", {
|
|
3518
|
-
get: function () {
|
|
3519
|
-
return this._value;
|
|
3520
|
-
},
|
|
3521
|
-
set: function (value) {
|
|
3522
|
-
this._value = value;
|
|
3523
|
-
this._setColor();
|
|
3524
|
-
},
|
|
3525
|
-
enumerable: false,
|
|
3526
|
-
configurable: true
|
|
3527
|
-
});
|
|
3528
|
-
Object.defineProperty(CoCircularGaugeComponent.prototype, "color", {
|
|
3529
|
-
get: function () {
|
|
3530
|
-
return this._color;
|
|
3531
|
-
},
|
|
3532
|
-
enumerable: false,
|
|
3533
|
-
configurable: true
|
|
3534
|
-
});
|
|
3535
|
-
CoCircularGaugeComponent.prototype.showClass = function () {
|
|
3536
|
-
return true;
|
|
3537
|
-
};
|
|
3538
|
-
CoCircularGaugeComponent.prototype.getAxes = function () {
|
|
3539
|
-
return [{
|
|
3540
|
-
minimum: 0,
|
|
3541
|
-
maximum: 100,
|
|
3542
|
-
radius: '15px',
|
|
3543
|
-
startAngle: 1,
|
|
3544
|
-
endAngle: 360,
|
|
3545
|
-
majorTicks: this.majorTicks,
|
|
3546
|
-
minorTicks: this.minorTicks,
|
|
3547
|
-
labelStyle: this.labelStyle,
|
|
3548
|
-
lineStyle: this.lineStyle,
|
|
3549
|
-
ranges: this.ranges,
|
|
3550
|
-
pointers: this.getPointers(),
|
|
3551
|
-
annotations: this.getAnnotations(),
|
|
3552
|
-
}];
|
|
3553
|
-
};
|
|
3554
|
-
CoCircularGaugeComponent.prototype.getPointers = function () {
|
|
3555
|
-
if (this.value) {
|
|
3556
|
-
return [{
|
|
3557
|
-
roundedCornerRadius: 0,
|
|
3558
|
-
value: this.value,
|
|
3559
|
-
type: 'RangeBar',
|
|
3560
|
-
radius: '13px',
|
|
3561
|
-
color: this.color,
|
|
3562
|
-
border: {
|
|
3563
|
-
width: 0
|
|
3564
|
-
},
|
|
3565
|
-
animation: {
|
|
3566
|
-
enable: false
|
|
3567
|
-
},
|
|
3568
|
-
pointerWidth: 3
|
|
3569
|
-
}];
|
|
3570
|
-
}
|
|
3571
|
-
};
|
|
3572
|
-
;
|
|
3573
|
-
CoCircularGaugeComponent.prototype.getAnnotations = function () {
|
|
3574
|
-
if (this.value !== undefined) {
|
|
3575
|
-
var label = this.value ? this.value + "%" : "0%";
|
|
3576
|
-
return [{
|
|
3577
|
-
content: '<div class="annotation" style="width:20px;height:20px;">' +
|
|
3578
|
-
'<div class="annotation-label">' + label + '</div></div>',
|
|
3579
|
-
zIndex: '10',
|
|
3580
|
-
}];
|
|
3581
|
-
}
|
|
3582
|
-
};
|
|
3583
|
-
CoCircularGaugeComponent.prototype._setColor = function () {
|
|
3584
|
-
if (this.value <= 0) {
|
|
3585
|
-
this._color = GaugeColor.Lowest;
|
|
3586
|
-
}
|
|
3587
|
-
else if (this.value >= 1 && this.value < 25) {
|
|
3588
|
-
this._color = GaugeColor.Low;
|
|
3589
|
-
}
|
|
3590
|
-
else if (this.value >= 25 && this.value < 50) {
|
|
3591
|
-
this._color = GaugeColor.MediumLow;
|
|
3592
|
-
}
|
|
3593
|
-
else if (this.value >= 50 && this.value < 75) {
|
|
3594
|
-
this._color = GaugeColor.MediumHigh;
|
|
3595
|
-
}
|
|
3596
|
-
else if (this.value >= 75 && this.value < 100) {
|
|
3597
|
-
this._color = GaugeColor.High;
|
|
3598
|
-
}
|
|
3599
|
-
else if (this.value >= 100) {
|
|
3600
|
-
this._color = GaugeColor.Highest;
|
|
3601
|
-
}
|
|
3602
|
-
};
|
|
3603
|
-
return CoCircularGaugeComponent;
|
|
3604
|
-
}());
|
|
3605
|
-
CoCircularGaugeComponent.decorators = [
|
|
3606
|
-
{ type: i0.Component, args: [{
|
|
3607
|
-
selector: "co-circular-gauge",
|
|
3608
|
-
template: "\n <div class=\"circular-gauge-wrapper\">\n <ejs-circulargauge\n class=\"circular-gauge\"\n [width]=\"'100%'\"\n [axes]=\"getAxes()\">\n </ejs-circulargauge>\n </div>\n ",
|
|
3609
|
-
encapsulation: i0.ViewEncapsulation.None
|
|
3610
|
-
},] }
|
|
3611
|
-
];
|
|
3612
|
-
CoCircularGaugeComponent.propDecorators = {
|
|
3613
|
-
circulargauge: [{ type: i0.ViewChild, args: ['circulargauge',] }],
|
|
3614
|
-
value: [{ type: i0.Input }],
|
|
3615
|
-
showClass: [{ type: i0.HostBinding, args: ["class.co-circular-gauge",] }]
|
|
3616
|
-
};
|
|
3617
|
-
|
|
3618
|
-
var CoCircularGaugeModule = /** @class */ (function () {
|
|
3619
|
-
function CoCircularGaugeModule() {
|
|
3620
|
-
}
|
|
3621
|
-
return CoCircularGaugeModule;
|
|
3622
|
-
}());
|
|
3623
|
-
CoCircularGaugeModule.decorators = [
|
|
3624
|
-
{ type: i0.NgModule, args: [{
|
|
3625
|
-
imports: [
|
|
3626
|
-
common.CommonModule,
|
|
3627
|
-
ej2AngularCirculargauge.CircularGaugeModule
|
|
3628
|
-
],
|
|
3629
|
-
declarations: [
|
|
3630
|
-
CoCircularGaugeComponent
|
|
3631
|
-
],
|
|
3632
|
-
exports: [
|
|
3633
|
-
CoCircularGaugeComponent
|
|
3634
|
-
]
|
|
3635
|
-
},] }
|
|
3636
|
-
];
|
|
3515
|
+
})(GaugeColor$1 || (GaugeColor$1 = {}));
|
|
3637
3516
|
|
|
3638
3517
|
var CoLinearGaugeComponent = /** @class */ (function () {
|
|
3639
3518
|
function CoLinearGaugeComponent() {
|
|
3640
|
-
this.color = GaugeColor.Low;
|
|
3519
|
+
this.color = GaugeColor$1.Low;
|
|
3641
3520
|
}
|
|
3642
3521
|
Object.defineProperty(CoLinearGaugeComponent.prototype, "value", {
|
|
3643
3522
|
get: function () {
|
|
@@ -3658,22 +3537,22 @@
|
|
|
3658
3537
|
};
|
|
3659
3538
|
CoLinearGaugeComponent.prototype._setColor = function () {
|
|
3660
3539
|
if (this.value <= 0) {
|
|
3661
|
-
this.color = GaugeColor.Lowest;
|
|
3540
|
+
this.color = GaugeColor$1.Lowest;
|
|
3662
3541
|
}
|
|
3663
3542
|
else if (this.value >= 1 && this.value < 25) {
|
|
3664
|
-
this.color = GaugeColor.Low;
|
|
3543
|
+
this.color = GaugeColor$1.Low;
|
|
3665
3544
|
}
|
|
3666
3545
|
else if (this.value >= 25 && this.value < 50) {
|
|
3667
|
-
this.color = GaugeColor.MediumLow;
|
|
3546
|
+
this.color = GaugeColor$1.MediumLow;
|
|
3668
3547
|
}
|
|
3669
3548
|
else if (this.value >= 50 && this.value < 75) {
|
|
3670
|
-
this.color = GaugeColor.MediumHigh;
|
|
3549
|
+
this.color = GaugeColor$1.MediumHigh;
|
|
3671
3550
|
}
|
|
3672
3551
|
else if (this.value >= 75 && this.value < 100) {
|
|
3673
|
-
this.color = GaugeColor.High;
|
|
3552
|
+
this.color = GaugeColor$1.High;
|
|
3674
3553
|
}
|
|
3675
3554
|
else if (this.value >= 100) {
|
|
3676
|
-
this.color = GaugeColor.Highest;
|
|
3555
|
+
this.color = GaugeColor$1.Highest;
|
|
3677
3556
|
}
|
|
3678
3557
|
};
|
|
3679
3558
|
return CoLinearGaugeComponent;
|
|
@@ -3710,21 +3589,90 @@
|
|
|
3710
3589
|
},] }
|
|
3711
3590
|
];
|
|
3712
3591
|
|
|
3592
|
+
chart_js.Chart.register(chart_js.DoughnutController, chart_js.ArcElement);
|
|
3593
|
+
var GaugeColor;
|
|
3594
|
+
(function (GaugeColor) {
|
|
3595
|
+
GaugeColor["Lowest"] = "#E0E0E0";
|
|
3596
|
+
GaugeColor["Low"] = "#fff7b8";
|
|
3597
|
+
GaugeColor["MediumLow"] = "#ffe367";
|
|
3598
|
+
GaugeColor["MediumHigh"] = "#ffc15b";
|
|
3599
|
+
GaugeColor["High"] = "#F88952";
|
|
3600
|
+
GaugeColor["Highest"] = "#5FDCB3";
|
|
3601
|
+
})(GaugeColor || (GaugeColor = {}));
|
|
3713
3602
|
var StatusbarPopupComponent = /** @class */ (function () {
|
|
3714
3603
|
function StatusbarPopupComponent() {
|
|
3715
3604
|
this.statusbarData = [];
|
|
3716
3605
|
this.showClass = true;
|
|
3606
|
+
this.doughnutCharts = [];
|
|
3717
3607
|
}
|
|
3608
|
+
Object.defineProperty(StatusbarPopupComponent.prototype, "content", {
|
|
3609
|
+
set: function (content) {
|
|
3610
|
+
this.doughnutCharts = content.toArray();
|
|
3611
|
+
this._prepareChartData();
|
|
3612
|
+
},
|
|
3613
|
+
enumerable: false,
|
|
3614
|
+
configurable: true
|
|
3615
|
+
});
|
|
3616
|
+
StatusbarPopupComponent.prototype.ngOnInit = function () {
|
|
3617
|
+
this._prepareChartData();
|
|
3618
|
+
};
|
|
3619
|
+
StatusbarPopupComponent.prototype._prepareChartData = function () {
|
|
3620
|
+
var _this = this;
|
|
3621
|
+
if (!this.doughnutCharts || this.doughnutCharts.length === 0) {
|
|
3622
|
+
return;
|
|
3623
|
+
}
|
|
3624
|
+
this.doughnutCharts.forEach(function (chart, index) {
|
|
3625
|
+
new chart_js.Chart(chart.nativeElement, {
|
|
3626
|
+
type: 'doughnut',
|
|
3627
|
+
data: {
|
|
3628
|
+
datasets: [{
|
|
3629
|
+
label: _this.statusbarData[index].label,
|
|
3630
|
+
data: [Math.max(0.0001, _this.statusbarData[index].percentage), 100 - Math.max(0.0001, _this.statusbarData[index].percentage)],
|
|
3631
|
+
backgroundColor: [
|
|
3632
|
+
_this._getColor(_this.statusbarData[index].percentage),
|
|
3633
|
+
_this._getColor(-1),
|
|
3634
|
+
],
|
|
3635
|
+
borderWidth: 1
|
|
3636
|
+
}]
|
|
3637
|
+
},
|
|
3638
|
+
options: {
|
|
3639
|
+
cutout: '70%'
|
|
3640
|
+
}
|
|
3641
|
+
});
|
|
3642
|
+
});
|
|
3643
|
+
};
|
|
3644
|
+
StatusbarPopupComponent.prototype._getColor = function (value) {
|
|
3645
|
+
if (value <= 0) {
|
|
3646
|
+
return GaugeColor.Lowest;
|
|
3647
|
+
}
|
|
3648
|
+
else if (value >= 1 && value < 25) {
|
|
3649
|
+
return GaugeColor.Low;
|
|
3650
|
+
}
|
|
3651
|
+
else if (value >= 25 && value < 50) {
|
|
3652
|
+
return GaugeColor.MediumLow;
|
|
3653
|
+
}
|
|
3654
|
+
else if (value >= 50 && value < 75) {
|
|
3655
|
+
return GaugeColor.MediumHigh;
|
|
3656
|
+
}
|
|
3657
|
+
else if (value >= 75 && value < 100) {
|
|
3658
|
+
return GaugeColor.High;
|
|
3659
|
+
}
|
|
3660
|
+
else if (value >= 100) {
|
|
3661
|
+
return GaugeColor.Highest;
|
|
3662
|
+
}
|
|
3663
|
+
};
|
|
3718
3664
|
return StatusbarPopupComponent;
|
|
3719
3665
|
}());
|
|
3720
3666
|
StatusbarPopupComponent.decorators = [
|
|
3721
3667
|
{ type: i0.Component, args: [{
|
|
3722
3668
|
selector: "co-statusbar-popup",
|
|
3723
|
-
template: "\n <div class=\"co-statusbar-popup-wrapper\" [overlay]=\"parentForOverlay\">\n <div class=\"status-descriptions\">\n <div *ngFor=\"let data of statusbarData; let index = index\" class=\"status-description\">\n <
|
|
3669
|
+
template: "\n <div class=\"co-statusbar-popup-wrapper\" [overlay]=\"parentForOverlay\">\n <div class=\"status-descriptions\">\n <div *ngFor=\"let data of statusbarData; let index = index\" class=\"status-description\">\n <div class=\"statusbar-canvas-wrapper\">\n <canvas #doughnutCanvas class=\"chart-canvas\"></canvas>\n <span class=\"statusbar-inner-canvas-label\" [textContent]=\"data.percentage\"></span>\n </div>\n <span class=\"statusbar-description\" [textContent]=\"data.label\"></span>\n </div>\n </div>\n </div>\n ",
|
|
3724
3670
|
encapsulation: i0.ViewEncapsulation.None
|
|
3725
3671
|
},] }
|
|
3726
3672
|
];
|
|
3727
3673
|
StatusbarPopupComponent.propDecorators = {
|
|
3674
|
+
content: [{ type: i0.ViewChildren, args: ['doughnutCanvas', { read: i0.ElementRef },] }],
|
|
3675
|
+
defaultColor: [{ type: i0.Input }],
|
|
3728
3676
|
statusbarData: [{ type: i0.Input }],
|
|
3729
3677
|
parentForOverlay: [{ type: i0.Input }],
|
|
3730
3678
|
showClass: [{ type: i0.HostBinding, args: ["class.co-statusbar-popup",] }]
|
|
@@ -3760,7 +3708,7 @@
|
|
|
3760
3708
|
}
|
|
3761
3709
|
event.preventDefault();
|
|
3762
3710
|
event.stopPropagation();
|
|
3763
|
-
this._statusbarPopupComponentRef = this._overlayService.createComponent(StatusbarPopupComponent, { parentForOverlay: this._elementRef, statusbarData: this.statusbarData });
|
|
3711
|
+
this._statusbarPopupComponentRef = this._overlayService.createComponent(StatusbarPopupComponent, { parentForOverlay: this._elementRef, statusbarData: this.statusbarData, defaultColor: this.defaultColor });
|
|
3764
3712
|
this.popupShowing = true;
|
|
3765
3713
|
};
|
|
3766
3714
|
StatusbarComponent.prototype.handleHidePopup = function () {
|
|
@@ -3795,6 +3743,7 @@
|
|
|
3795
3743
|
]; };
|
|
3796
3744
|
StatusbarComponent.propDecorators = {
|
|
3797
3745
|
statusbarData: [{ type: i0.Input }],
|
|
3746
|
+
defaultColor: [{ type: i0.Input }],
|
|
3798
3747
|
focusedStatusIndex: [{ type: i0.Input }],
|
|
3799
3748
|
statusbarClick: [{ type: i0.Output }],
|
|
3800
3749
|
showClass: [{ type: i0.HostBinding, args: ["class.co-statusbar",] }],
|
|
@@ -3810,7 +3759,6 @@
|
|
|
3810
3759
|
{ type: i0.NgModule, args: [{
|
|
3811
3760
|
imports: [
|
|
3812
3761
|
common.CommonModule,
|
|
3813
|
-
CoCircularGaugeModule,
|
|
3814
3762
|
CoLinearGaugeModule,
|
|
3815
3763
|
corecomponents_v12.ClickoutsideModule,
|
|
3816
3764
|
corecomponents_v12.OverlayModule
|
|
@@ -3866,7 +3814,7 @@
|
|
|
3866
3814
|
function StockPrognoseComponent(iconCacheService, _stockService) {
|
|
3867
3815
|
this.iconCacheService = iconCacheService;
|
|
3868
3816
|
this._stockService = _stockService;
|
|
3869
|
-
this.icons = exports["
|
|
3817
|
+
this.icons = exports["ɵbr"];
|
|
3870
3818
|
}
|
|
3871
3819
|
return StockPrognoseComponent;
|
|
3872
3820
|
}());
|
|
@@ -3913,6 +3861,25 @@
|
|
|
3913
3861
|
{ type: LocalizeService }
|
|
3914
3862
|
]; };
|
|
3915
3863
|
|
|
3864
|
+
var LocalizationModule = /** @class */ (function () {
|
|
3865
|
+
function LocalizationModule() {
|
|
3866
|
+
}
|
|
3867
|
+
return LocalizationModule;
|
|
3868
|
+
}());
|
|
3869
|
+
LocalizationModule.decorators = [
|
|
3870
|
+
{ type: i0.NgModule, args: [{
|
|
3871
|
+
imports: [
|
|
3872
|
+
common.CommonModule
|
|
3873
|
+
],
|
|
3874
|
+
declarations: [
|
|
3875
|
+
LocalizePipe
|
|
3876
|
+
],
|
|
3877
|
+
exports: [
|
|
3878
|
+
LocalizePipe
|
|
3879
|
+
]
|
|
3880
|
+
},] }
|
|
3881
|
+
];
|
|
3882
|
+
|
|
3916
3883
|
var StockModule = /** @class */ (function () {
|
|
3917
3884
|
function StockModule() {
|
|
3918
3885
|
}
|
|
@@ -3921,12 +3888,9 @@
|
|
|
3921
3888
|
StockModule.decorators = [
|
|
3922
3889
|
{ type: i0.NgModule, args: [{
|
|
3923
3890
|
imports: [
|
|
3924
|
-
corecomponents_v12.InputComboBoxModule,
|
|
3925
|
-
corecomponents_v12.CoGridModule,
|
|
3926
3891
|
corecomponents_v12.ButtonModule,
|
|
3927
3892
|
common.CommonModule,
|
|
3928
3893
|
corecomponents_v12.InputRadioButtonModule,
|
|
3929
|
-
corecomponents_v12.DropDownModule,
|
|
3930
3894
|
corecomponents_v12.SimpleGridModule,
|
|
3931
3895
|
corecomponents_v12.ImageModule,
|
|
3932
3896
|
corecomponents_v12.InputTextModule,
|
|
@@ -3939,7 +3903,8 @@
|
|
|
3939
3903
|
corecomponents_v12.CoDialogModule,
|
|
3940
3904
|
StatusbarModule,
|
|
3941
3905
|
StockStatusbarModule,
|
|
3942
|
-
corecomponents_v12.ListOfValuesModule
|
|
3906
|
+
corecomponents_v12.ListOfValuesModule,
|
|
3907
|
+
LocalizationModule
|
|
3943
3908
|
],
|
|
3944
3909
|
declarations: [
|
|
3945
3910
|
StockComponent,
|
|
@@ -3958,7 +3923,6 @@
|
|
|
3958
3923
|
OrderCommissionStockHistoryComponent,
|
|
3959
3924
|
OrderStockHistoryComponent,
|
|
3960
3925
|
AllocationStockHistoryComponent,
|
|
3961
|
-
LocalizePipe,
|
|
3962
3926
|
StockPrognoseComponent
|
|
3963
3927
|
],
|
|
3964
3928
|
exports: [
|
|
@@ -3971,6 +3935,70 @@
|
|
|
3971
3935
|
},] }
|
|
3972
3936
|
];
|
|
3973
3937
|
|
|
3938
|
+
var Translation = /** @class */ (function () {
|
|
3939
|
+
function Translation() {
|
|
3940
|
+
this.ALLOCATED = 'ALLOCATED';
|
|
3941
|
+
this.ALLOCATION = 'ALLOCATION';
|
|
3942
|
+
this.ALREADY_IN_ORDER = 'ALREADY_IN_ORDER';
|
|
3943
|
+
this.AMOUNT = 'AMOUNT';
|
|
3944
|
+
this.AMOUNT_AVAILABLE = 'AMOUNT_AVAILABLE';
|
|
3945
|
+
this.AMOUNT_IN_STOCK = 'AMOUNT_IN_STOCK';
|
|
3946
|
+
this.AMOUNT_LATER_AVAILABLE = 'AMOUNT_LATER_AVAILABLE';
|
|
3947
|
+
this.AVAILABILITY = 'AVAILABILITY';
|
|
3948
|
+
this.AVAILABLE_STOCK = 'AVAILABLE_STOCK';
|
|
3949
|
+
this.BACK_TO_STOCK_LINES = 'BACK_TO_STOCK_LINES';
|
|
3950
|
+
this.BATCH = 'BATCH';
|
|
3951
|
+
this.CANCEL = 'CANCEL';
|
|
3952
|
+
this.CHOICES = 'CHOICES';
|
|
3953
|
+
this.CUSTOMER = 'CUSTOMER';
|
|
3954
|
+
this.DATE = 'DATE';
|
|
3955
|
+
this.DATE_DELIVERED = 'DATE_DELIVERED';
|
|
3956
|
+
this.DELIVERY_DATE = 'DELIVERY_DATE';
|
|
3957
|
+
this.DELIVERY_DATE_CONFIRMED = 'DELIVERY_DATE_CONFIRMED';
|
|
3958
|
+
this.DESCRIPTION = 'DESCRIPTION';
|
|
3959
|
+
this.DOCUMENT_NUMBER = 'DOCUMENT_NUMBER';
|
|
3960
|
+
this.ECONOMICAL_STOCK = 'ECONOMICAL_STOCK';
|
|
3961
|
+
this.FREE_STOCK = 'FREE_STOCK';
|
|
3962
|
+
this.FUTURE_FREE_STOCK = 'FUTURE_FREE_STOCK';
|
|
3963
|
+
this.HISTORY = 'HISTORY';
|
|
3964
|
+
this.IN_ORDER = 'IN_ORDER';
|
|
3965
|
+
this.LINE = 'LINE';
|
|
3966
|
+
this.LOCATION = 'LOCATION';
|
|
3967
|
+
this.LOOK_AT = 'LOOK_AT';
|
|
3968
|
+
this.MUTATION_DATE = 'MUTATION_DATE';
|
|
3969
|
+
this.MUTATION_TIME = 'MUTATION_TIME';
|
|
3970
|
+
this.MUTATION_TYPE = 'MUTATION_TYPE';
|
|
3971
|
+
this.OK = 'OK';
|
|
3972
|
+
this.ORDER = 'ORDER';
|
|
3973
|
+
this.ORDER_COMMISSION = 'ORDER_COMMISSION';
|
|
3974
|
+
this.ORDER_STOCK = 'ORDER_STOCK';
|
|
3975
|
+
this.OVERVIEW = 'OVERVIEW';
|
|
3976
|
+
this.PURCHASE_ORDER = 'PURCHASE_ORDER';
|
|
3977
|
+
this.PURCHASE_ORDER_DATE = 'PURCHASE_ORDER_DATE';
|
|
3978
|
+
this.PURCHASE_ORDER_NR = 'PURCHASE_ORDER_NR';
|
|
3979
|
+
this.PURCHASE_PRICE = 'PURCHASE_PRICE';
|
|
3980
|
+
this.REFERENCE = 'REFERENCE';
|
|
3981
|
+
this.RELATION_ID = 'RELATION_ID';
|
|
3982
|
+
this.RELATION_NR = 'RELATION_NR';
|
|
3983
|
+
this.RESERVED = 'RESERVED';
|
|
3984
|
+
this.SEARCH = 'SEARCH';
|
|
3985
|
+
this.SERIAL_NO = 'SERIAL_NO';
|
|
3986
|
+
this.STICKER = 'STICKER';
|
|
3987
|
+
this.STOCK = 'STOCK';
|
|
3988
|
+
this.STOCK_DETAILS = 'STOCK_DETAILS';
|
|
3989
|
+
this.STOCK_FORECAST = 'STOCK_FORECAST';
|
|
3990
|
+
this.STOCK_REMARK = 'STOCK_REMARK';
|
|
3991
|
+
this.STOCK_STATE = 'STOCK_STATE';
|
|
3992
|
+
this.STOCK_STATUS = 'STOCK_STATUS';
|
|
3993
|
+
this.SUPPLIER_NUMBER = 'SUPPLIER_NUMBER';
|
|
3994
|
+
this.TRANSFER = 'TRANSFER';
|
|
3995
|
+
this.USER = 'USER';
|
|
3996
|
+
this.VALUTA = 'VALUTA';
|
|
3997
|
+
this.WAREHOUSE = 'WAREHOUSE';
|
|
3998
|
+
}
|
|
3999
|
+
return Translation;
|
|
4000
|
+
}());
|
|
4001
|
+
|
|
3974
4002
|
var KeyboardCode;
|
|
3975
4003
|
(function (KeyboardCode) {
|
|
3976
4004
|
KeyboardCode["Backspace"] = "Backspace";
|
|
@@ -4006,7 +4034,7 @@
|
|
|
4006
4034
|
var KeyPadComponent = /** @class */ (function () {
|
|
4007
4035
|
function KeyPadComponent(iconCacheService) {
|
|
4008
4036
|
this.iconCacheService = iconCacheService;
|
|
4009
|
-
this.icons = exports["
|
|
4037
|
+
this.icons = exports["ɵbr"];
|
|
4010
4038
|
this.showValue = true;
|
|
4011
4039
|
this.emitModelChangeOnEnter = true;
|
|
4012
4040
|
this.modelChange = new i0.EventEmitter();
|
|
@@ -4197,7 +4225,7 @@
|
|
|
4197
4225
|
var LayoutSwitcherComponent = /** @class */ (function () {
|
|
4198
4226
|
function LayoutSwitcherComponent(iconCacheService) {
|
|
4199
4227
|
this.iconCacheService = iconCacheService;
|
|
4200
|
-
this.icon = exports["
|
|
4228
|
+
this.icon = exports["ɵbr"];
|
|
4201
4229
|
this.layoutItems = [];
|
|
4202
4230
|
this.layoutSwitchEmit = new i0.EventEmitter();
|
|
4203
4231
|
this.showMaskSidebar = false;
|
|
@@ -4462,7 +4490,7 @@
|
|
|
4462
4490
|
this.iconCacheService = iconCacheService;
|
|
4463
4491
|
this.selectedDate = new Date();
|
|
4464
4492
|
this.selectedDateChange = new i0.EventEmitter();
|
|
4465
|
-
this.icons = exports["
|
|
4493
|
+
this.icons = exports["ɵbr"];
|
|
4466
4494
|
this.showMonthYearSelect = false;
|
|
4467
4495
|
this.expanded = false;
|
|
4468
4496
|
}
|
|
@@ -5023,7 +5051,7 @@
|
|
|
5023
5051
|
},] }
|
|
5024
5052
|
];
|
|
5025
5053
|
CalendarViewComponent.ctorParameters = function () { return [
|
|
5026
|
-
{ type: exports["
|
|
5054
|
+
{ type: exports["ɵbx"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
|
|
5027
5055
|
]; };
|
|
5028
5056
|
CalendarViewComponent.propDecorators = {
|
|
5029
5057
|
view: [{ type: i0.Input }],
|
|
@@ -5111,7 +5139,7 @@
|
|
|
5111
5139
|
CalendarUtils.Locale = undefined;
|
|
5112
5140
|
CalendarUtils.Now = new Date();
|
|
5113
5141
|
CalendarUtils.ctorParameters = function () { return [
|
|
5114
|
-
{ type: exports["
|
|
5142
|
+
{ type: exports["ɵbx"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
|
|
5115
5143
|
]; };
|
|
5116
5144
|
|
|
5117
5145
|
var AgendaEvent = /** @class */ (function () {
|
|
@@ -5168,7 +5196,7 @@
|
|
|
5168
5196
|
this._renderer = _renderer;
|
|
5169
5197
|
this._ngZone = _ngZone;
|
|
5170
5198
|
this.iconCacheService = iconCacheService;
|
|
5171
|
-
this.icons = exports["
|
|
5199
|
+
this.icons = exports["ɵbr"];
|
|
5172
5200
|
this.viewTypes = CalendarView;
|
|
5173
5201
|
this.scrollbarWidth = 15;
|
|
5174
5202
|
this.view = CalendarView.WeekSelectView;
|
|
@@ -5344,7 +5372,7 @@
|
|
|
5344
5372
|
},] }
|
|
5345
5373
|
];
|
|
5346
5374
|
AgendaHeaderComponent.ctorParameters = function () { return [
|
|
5347
|
-
{ type: exports["
|
|
5375
|
+
{ type: exports["ɵbx"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
|
|
5348
5376
|
{ type: i0.ElementRef },
|
|
5349
5377
|
{ type: i0.Renderer2 },
|
|
5350
5378
|
{ type: i0.NgZone },
|
|
@@ -5444,7 +5472,7 @@
|
|
|
5444
5472
|
{ type: i0.Directive }
|
|
5445
5473
|
];
|
|
5446
5474
|
AgendaBaseViewComponent.ctorParameters = function () { return [
|
|
5447
|
-
{ type: exports["
|
|
5475
|
+
{ type: exports["ɵbx"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
|
|
5448
5476
|
{ type: IconCacheService }
|
|
5449
5477
|
]; };
|
|
5450
5478
|
AgendaBaseViewComponent.propDecorators = {
|
|
@@ -5560,7 +5588,7 @@
|
|
|
5560
5588
|
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
5561
5589
|
_this.view = CalendarView.WeekSelectView;
|
|
5562
5590
|
_this.week = NULL_WEEK;
|
|
5563
|
-
_this.icons = exports["
|
|
5591
|
+
_this.icons = exports["ɵbr"];
|
|
5564
5592
|
return _this;
|
|
5565
5593
|
}
|
|
5566
5594
|
AgendaWeekSelectViewComponent.prototype.prepareViewData = function () {
|
|
@@ -5805,7 +5833,7 @@
|
|
|
5805
5833
|
this._elementRef = _elementRef;
|
|
5806
5834
|
this._renderer = _renderer;
|
|
5807
5835
|
this.iconCacheService = iconCacheService;
|
|
5808
|
-
this.icons = exports["
|
|
5836
|
+
this.icons = exports["ɵbr"];
|
|
5809
5837
|
this.event = NULL_AGENDA_EVENT;
|
|
5810
5838
|
this.eventChecked = new i0.EventEmitter();
|
|
5811
5839
|
}
|
|
@@ -5974,7 +6002,7 @@
|
|
|
5974
6002
|
var AgendaSelectEventComponent = /** @class */ (function () {
|
|
5975
6003
|
function AgendaSelectEventComponent(iconCacheService) {
|
|
5976
6004
|
this.iconCacheService = iconCacheService;
|
|
5977
|
-
this.icons = exports["
|
|
6005
|
+
this.icons = exports["ɵbr"];
|
|
5978
6006
|
this.event = NULL_AGENDA_EVENT;
|
|
5979
6007
|
this.eventChecked = new i0.EventEmitter();
|
|
5980
6008
|
}
|
|
@@ -6048,8 +6076,6 @@
|
|
|
6048
6076
|
* Generated bundle index. Do not edit.
|
|
6049
6077
|
*/
|
|
6050
6078
|
|
|
6051
|
-
exports.CoCircularGaugeComponent = CoCircularGaugeComponent;
|
|
6052
|
-
exports.CoCircularGaugeModule = CoCircularGaugeModule;
|
|
6053
6079
|
exports.CoLinearGaugeComponent = CoLinearGaugeComponent;
|
|
6054
6080
|
exports.CoLinearGaugeModule = CoLinearGaugeModule;
|
|
6055
6081
|
exports.DatePlanningComponent = DatePlanningComponent;
|
|
@@ -6071,44 +6097,47 @@
|
|
|
6071
6097
|
exports.sendMethodsWithIcon = sendMethodsWithIcon;
|
|
6072
6098
|
exports["ɵa"] = SignatureComponent;
|
|
6073
6099
|
exports["ɵb"] = SignaturesComponent;
|
|
6074
|
-
exports["ɵba"] =
|
|
6075
|
-
exports["ɵbb"] =
|
|
6076
|
-
exports["ɵbc"] =
|
|
6077
|
-
exports["ɵbd"] =
|
|
6078
|
-
exports["ɵbe"] =
|
|
6079
|
-
exports["ɵbf"] =
|
|
6080
|
-
exports["ɵbg"] =
|
|
6081
|
-
exports["ɵbh"] =
|
|
6082
|
-
exports["ɵbi"] =
|
|
6083
|
-
exports["ɵbj"] =
|
|
6084
|
-
exports["ɵbk"] =
|
|
6085
|
-
exports["ɵbl"] =
|
|
6086
|
-
exports["ɵbm"] =
|
|
6087
|
-
exports["ɵbn"] =
|
|
6088
|
-
exports["
|
|
6089
|
-
exports["
|
|
6090
|
-
exports["
|
|
6091
|
-
exports["ɵbs"] =
|
|
6092
|
-
exports["ɵbt"] =
|
|
6093
|
-
exports["
|
|
6094
|
-
exports["
|
|
6095
|
-
exports["
|
|
6096
|
-
exports["ɵby"] =
|
|
6097
|
-
exports["ɵbz"] =
|
|
6100
|
+
exports["ɵba"] = StockInformationComponent;
|
|
6101
|
+
exports["ɵbb"] = StockInformationGridComponent;
|
|
6102
|
+
exports["ɵbc"] = StockTransferComponent;
|
|
6103
|
+
exports["ɵbd"] = StockChangeAmountComponent;
|
|
6104
|
+
exports["ɵbe"] = StockTabComponent;
|
|
6105
|
+
exports["ɵbf"] = OrderTabComponent;
|
|
6106
|
+
exports["ɵbg"] = StockTabsComponent;
|
|
6107
|
+
exports["ɵbh"] = StockHistoryTabsComponent;
|
|
6108
|
+
exports["ɵbi"] = OrderStockTabComponent;
|
|
6109
|
+
exports["ɵbj"] = StockLocationComponent;
|
|
6110
|
+
exports["ɵbk"] = StockHistoryComponent;
|
|
6111
|
+
exports["ɵbl"] = OrderSupplyStockHistoryComponent;
|
|
6112
|
+
exports["ɵbm"] = OrderCommissionStockHistoryComponent;
|
|
6113
|
+
exports["ɵbn"] = OrderStockHistoryComponent;
|
|
6114
|
+
exports["ɵbo"] = AllocationStockHistoryComponent;
|
|
6115
|
+
exports["ɵbp"] = StockPrognoseComponent;
|
|
6116
|
+
exports["ɵbq"] = SendMethod;
|
|
6117
|
+
exports["ɵbs"] = CalendarAllYearsComponent;
|
|
6118
|
+
exports["ɵbt"] = CalendarAllMonthsComponent;
|
|
6119
|
+
exports["ɵbu"] = CalendarHeaderComponent;
|
|
6120
|
+
exports["ɵbv"] = CalendarComponent;
|
|
6121
|
+
exports["ɵbw"] = CalendarViewComponent;
|
|
6122
|
+
exports["ɵby"] = AgendaHeaderComponent;
|
|
6123
|
+
exports["ɵbz"] = AgendaViewComponent;
|
|
6098
6124
|
exports["ɵc"] = StockService;
|
|
6099
|
-
exports["ɵca"] =
|
|
6100
|
-
exports["ɵcb"] =
|
|
6101
|
-
exports["ɵcc"] =
|
|
6102
|
-
exports["ɵcd"] =
|
|
6103
|
-
exports["ɵce"] =
|
|
6104
|
-
exports["ɵcf"] =
|
|
6105
|
-
exports["ɵcg"] =
|
|
6106
|
-
exports["ɵch"] =
|
|
6107
|
-
exports["ɵci"] =
|
|
6108
|
-
exports["ɵcj"] =
|
|
6109
|
-
exports["ɵck"] =
|
|
6110
|
-
exports["ɵcl"] =
|
|
6111
|
-
exports["ɵcm"] =
|
|
6125
|
+
exports["ɵca"] = AgendaMonthViewComponent;
|
|
6126
|
+
exports["ɵcb"] = AgendaBaseViewComponent;
|
|
6127
|
+
exports["ɵcc"] = AgendaDayViewComponent;
|
|
6128
|
+
exports["ɵcd"] = AgendaWeekViewComponent;
|
|
6129
|
+
exports["ɵce"] = AgendaWeekSelectViewComponent;
|
|
6130
|
+
exports["ɵcf"] = AgendaHourViewComponent;
|
|
6131
|
+
exports["ɵcg"] = AgendaHourCellComponent;
|
|
6132
|
+
exports["ɵch"] = AgendaHourViewLabelsComponent;
|
|
6133
|
+
exports["ɵci"] = AgendaHalfHourCellComponent;
|
|
6134
|
+
exports["ɵcj"] = AgendaEventsComponent;
|
|
6135
|
+
exports["ɵck"] = AgendaEventComponent;
|
|
6136
|
+
exports["ɵcl"] = ViewSelectComponent;
|
|
6137
|
+
exports["ɵcm"] = AgendaSelectEventComponent;
|
|
6138
|
+
exports["ɵcn"] = MASTER_PIPES;
|
|
6139
|
+
exports["ɵco"] = ArrayNumberPipe;
|
|
6140
|
+
exports["ɵcp"] = UCfirstPipe;
|
|
6112
6141
|
exports["ɵd"] = SharedConnectorService;
|
|
6113
6142
|
exports["ɵe"] = OptionsService;
|
|
6114
6143
|
exports["ɵf"] = DictionaryService;
|
|
@@ -6118,20 +6147,20 @@
|
|
|
6118
6147
|
exports["ɵj"] = SendMethodEmailModule;
|
|
6119
6148
|
exports["ɵk"] = LayoutSelectionModule;
|
|
6120
6149
|
exports["ɵl"] = LayoutSelectionComponent;
|
|
6121
|
-
exports["ɵm"] =
|
|
6122
|
-
exports["ɵn"] =
|
|
6123
|
-
exports["ɵo"] =
|
|
6124
|
-
exports["ɵp"] =
|
|
6125
|
-
exports["ɵq"] =
|
|
6126
|
-
exports["ɵr"] =
|
|
6127
|
-
exports["ɵs"] =
|
|
6128
|
-
exports["ɵt"] =
|
|
6129
|
-
exports["ɵu"] =
|
|
6130
|
-
exports["ɵv"] =
|
|
6131
|
-
exports["ɵw"] =
|
|
6132
|
-
exports["ɵx"] =
|
|
6133
|
-
exports["ɵy"] =
|
|
6134
|
-
exports["ɵz"] =
|
|
6150
|
+
exports["ɵm"] = SignatureButtonModule;
|
|
6151
|
+
exports["ɵn"] = SignatureButtonComponent;
|
|
6152
|
+
exports["ɵo"] = SendMethodEmailComponent;
|
|
6153
|
+
exports["ɵp"] = SendMethodPrinterModule;
|
|
6154
|
+
exports["ɵq"] = PrinterSelectionModule;
|
|
6155
|
+
exports["ɵr"] = PrinterSelectionComponent;
|
|
6156
|
+
exports["ɵs"] = SendMethodPrinterComponent;
|
|
6157
|
+
exports["ɵt"] = TabBarModule;
|
|
6158
|
+
exports["ɵu"] = TabBarComponent;
|
|
6159
|
+
exports["ɵv"] = StatusbarPopupComponent;
|
|
6160
|
+
exports["ɵw"] = StockStatusbarModule;
|
|
6161
|
+
exports["ɵx"] = StockStatusbarComponent;
|
|
6162
|
+
exports["ɵy"] = LocalizationModule;
|
|
6163
|
+
exports["ɵz"] = LocalizePipe;
|
|
6135
6164
|
|
|
6136
6165
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6137
6166
|
|