@colijnit/transaction 12.1.35 → 12.1.36
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/bundles/colijnit-transaction.umd.js +656 -437
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +267 -261
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +268 -262
- package/esm2015/lib/component/checkout/checkout.component.js +1 -1
- package/esm2015/lib/component/core/base/dynamic-base-component.js +8 -0
- package/esm2015/lib/component/core/base/transaction-header-base.component.js +1 -1
- package/esm2015/lib/component/core/base/transaction-line-base.component.js +1 -1
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.js +35 -0
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.module.js +28 -0
- package/esm2015/lib/component/transaction/transaction.component.js +12 -23
- package/esm2015/lib/component/transaction/transaction.module.js +1 -1
- package/esm2015/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.js +2 -2
- package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.js +3 -3
- package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.js +1 -1
- package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.js +39 -22
- package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.js +4 -2
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +1 -1
- package/esm2015/lib/component/transaction-line/transaction-line.component.js +1 -1
- package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.js +3 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.component.js +1 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.js +45 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.module.js +23 -0
- package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.js +64 -52
- package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.js +2 -4
- package/esm2015/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.js +23 -18
- package/esm2015/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.js +4 -10
- package/esm2015/lib/service/article-connector.service.js +2 -8
- package/esm2015/lib/service/article.service.js +6 -2
- package/esm2015/lib/service/dialog.service.js +32 -41
- package/esm2015/lib/service/dynamic-component.service.js +68 -0
- package/fesm2015/colijnit-transaction.js +440 -255
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/core/base/dynamic-base-component.d.ts +3 -0
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.d.ts +4 -0
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.module.d.ts +2 -0
- package/lib/component/transaction/transaction.component.d.ts +3 -3
- package/lib/component/transaction-grid/transaction-received-goods-grid/style/_layout.scss +11 -0
- package/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.d.ts +7 -2
- package/lib/component/transaction-line/style/material.scss +1 -1
- package/lib/component/transaction-line-checkbox-list/style/_layout.scss +13 -0
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.d.ts +13 -0
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location.module.d.ts +2 -0
- package/lib/component/transaction-line-side-panel/style/_layout.scss +16 -13
- package/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.d.ts +4 -2
- package/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.d.ts +1 -1
- package/lib/component/transaction-receiving-goods-details/style/_layout.scss +16 -0
- package/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.d.ts +4 -1
- package/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.d.ts +5 -7
- package/lib/component/transaction-search/style/material.scss +1 -1
- package/lib/service/dialog.service.d.ts +10 -3
- package/lib/service/dynamic-component.service.d.ts +9 -0
- package/package.json +3 -3
|
@@ -2870,12 +2870,104 @@
|
|
|
2870
2870
|
showClass: [{ type: i0.HostBinding, args: ["class.co-dialog-transaction-line-commission-code",] }]
|
|
2871
2871
|
};
|
|
2872
2872
|
|
|
2873
|
+
var DynamicComponentService = /** @class */ (function () {
|
|
2874
|
+
function DynamicComponentService(_compFactoryResolver, appRef, injector) {
|
|
2875
|
+
this._compFactoryResolver = _compFactoryResolver;
|
|
2876
|
+
this.appRef = appRef;
|
|
2877
|
+
this.injector = injector;
|
|
2878
|
+
this._componentRefs = [];
|
|
2879
|
+
}
|
|
2880
|
+
DynamicComponentService.prototype.createComponent = function (componentClass, inputs, outputs, providers) {
|
|
2881
|
+
var _this = this;
|
|
2882
|
+
return new Promise(function (resolve) {
|
|
2883
|
+
if (providers) {
|
|
2884
|
+
i0.Injector.create(providers, _this.injector);
|
|
2885
|
+
}
|
|
2886
|
+
var componentRef = _this._compFactoryResolver
|
|
2887
|
+
.resolveComponentFactory(componentClass)
|
|
2888
|
+
.create(_this.injector);
|
|
2889
|
+
_this._componentRefs.push(componentRef);
|
|
2890
|
+
if (inputs) {
|
|
2891
|
+
for (var property in inputs) {
|
|
2892
|
+
if (inputs.hasOwnProperty(property)) {
|
|
2893
|
+
componentRef.instance[property] = inputs[property];
|
|
2894
|
+
}
|
|
2895
|
+
}
|
|
2896
|
+
}
|
|
2897
|
+
if (outputs) {
|
|
2898
|
+
var _loop_1 = function (event) {
|
|
2899
|
+
if (outputs.hasOwnProperty(event)) {
|
|
2900
|
+
componentRef.instance[event].subscribe(function () { return outputs[event](); });
|
|
2901
|
+
}
|
|
2902
|
+
};
|
|
2903
|
+
for (var event in outputs) {
|
|
2904
|
+
_loop_1(event);
|
|
2905
|
+
}
|
|
2906
|
+
}
|
|
2907
|
+
_this.appRef.attachView(componentRef.hostView);
|
|
2908
|
+
var domElem = componentRef.hostView
|
|
2909
|
+
.rootNodes[0];
|
|
2910
|
+
document.body.appendChild(domElem);
|
|
2911
|
+
componentRef.onDestroy(function () {
|
|
2912
|
+
_this.appRef.detachView(componentRef.hostView);
|
|
2913
|
+
});
|
|
2914
|
+
componentRef.instance.onClose = function (button, output) {
|
|
2915
|
+
var idx = _this._componentRefs.indexOf(componentRef);
|
|
2916
|
+
_this.appRef.detachView(componentRef.hostView);
|
|
2917
|
+
_this._componentRefs[idx] = undefined;
|
|
2918
|
+
_this._componentRefs.splice(idx, 1);
|
|
2919
|
+
if (outputs) {
|
|
2920
|
+
for (var event in outputs) {
|
|
2921
|
+
if (outputs.hasOwnProperty(event)) {
|
|
2922
|
+
componentRef.instance[event].unsubscribe();
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
}
|
|
2926
|
+
resolve(output ? output : button);
|
|
2927
|
+
};
|
|
2928
|
+
});
|
|
2929
|
+
};
|
|
2930
|
+
return DynamicComponentService;
|
|
2931
|
+
}());
|
|
2932
|
+
DynamicComponentService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function DynamicComponentService_Factory() { return new DynamicComponentService(i0__namespace.ɵɵinject(i0__namespace.ComponentFactoryResolver), i0__namespace.ɵɵinject(i0__namespace.ApplicationRef), i0__namespace.ɵɵinject(i0__namespace.INJECTOR)); }, token: DynamicComponentService, providedIn: "root" });
|
|
2933
|
+
DynamicComponentService.decorators = [
|
|
2934
|
+
{ type: i0.Injectable, args: [{
|
|
2935
|
+
providedIn: "root"
|
|
2936
|
+
},] }
|
|
2937
|
+
];
|
|
2938
|
+
DynamicComponentService.ctorParameters = function () { return [
|
|
2939
|
+
{ type: i0.ComponentFactoryResolver },
|
|
2940
|
+
{ type: i0.ApplicationRef },
|
|
2941
|
+
{ type: i0.Injector }
|
|
2942
|
+
]; };
|
|
2943
|
+
|
|
2944
|
+
var DialogTransactionLineWarehouseLocationComponent = /** @class */ (function (_super) {
|
|
2945
|
+
__extends(DialogTransactionLineWarehouseLocationComponent, _super);
|
|
2946
|
+
function DialogTransactionLineWarehouseLocationComponent() {
|
|
2947
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
2948
|
+
}
|
|
2949
|
+
DialogTransactionLineWarehouseLocationComponent.prototype.showClass = function () {
|
|
2950
|
+
return true;
|
|
2951
|
+
};
|
|
2952
|
+
return DialogTransactionLineWarehouseLocationComponent;
|
|
2953
|
+
}(DialogTransactionLineBaseComponent));
|
|
2954
|
+
DialogTransactionLineWarehouseLocationComponent.decorators = [
|
|
2955
|
+
{ type: i0.Component, args: [{
|
|
2956
|
+
selector: "co-dialog-transaction-line-warehouse-location",
|
|
2957
|
+
template: "\n <co-dialog [headerTemplate]=\"dialogHeader\" [footerTemplate]=\"footerTemplate\" [showCloseIcon]=\"useModel\" (closeClick)=\"onClose(buttonType.Ok)\">\n <co-transaction-line-warehouse-location\n [useModel]=\"useModel\"\n [transactionLine]=\"transactionLine\"\n [searchText]=\"searchText\"\n (valueChange)=\"handleValueChange($event)\"\n ></co-transaction-line-warehouse-location>\n </co-dialog>\n <ng-template #dialogHeader>\n <co-dialog-header-search [title]=\"'LOCATION'\" (search)=\"handleSearch($event)\"></co-dialog-header-search>\n </ng-template>\n <ng-template #footerTemplate>\n <div class=\"dialog-footer-button-wrapper\" *ngIf=\"!useModel\">\n <co-button [label]=\"'OK' | localize\" (click)=\"handleOkClick()\"></co-button>\n </div>\n </ng-template>\n ",
|
|
2958
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
2959
|
+
},] }
|
|
2960
|
+
];
|
|
2961
|
+
DialogTransactionLineWarehouseLocationComponent.propDecorators = {
|
|
2962
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-dialog-transaction-line-warehouse-location",] }]
|
|
2963
|
+
};
|
|
2964
|
+
|
|
2873
2965
|
var DialogService = /** @class */ (function () {
|
|
2874
|
-
function DialogService(_compFactoryResolver, appRef, injector) {
|
|
2966
|
+
function DialogService(_compFactoryResolver, appRef, injector, dynamicComponentService) {
|
|
2875
2967
|
this._compFactoryResolver = _compFactoryResolver;
|
|
2876
2968
|
this.appRef = appRef;
|
|
2877
2969
|
this.injector = injector;
|
|
2878
|
-
|
|
2970
|
+
this.dynamicComponentService = dynamicComponentService;
|
|
2879
2971
|
this._componentRefs = [];
|
|
2880
2972
|
}
|
|
2881
2973
|
DialogService.prototype.showYesNo = function (title, text) {
|
|
@@ -2889,7 +2981,7 @@
|
|
|
2889
2981
|
text: text,
|
|
2890
2982
|
type: AppPopupType.Confirmation
|
|
2891
2983
|
};
|
|
2892
|
-
return [4 /*yield*/, this.
|
|
2984
|
+
return [4 /*yield*/, this.dynamicComponentService.createComponent(ConfirmationDialogComponent, data)];
|
|
2893
2985
|
case 1:
|
|
2894
2986
|
response = _a.sent();
|
|
2895
2987
|
return [2 /*return*/, response === AppPopupButtonType.Yes];
|
|
@@ -2906,7 +2998,7 @@
|
|
|
2906
2998
|
if (details) {
|
|
2907
2999
|
data.details = details;
|
|
2908
3000
|
}
|
|
2909
|
-
return this.
|
|
3001
|
+
return this.dynamicComponentService.createComponent(ConfirmationDialogComponent, data);
|
|
2910
3002
|
};
|
|
2911
3003
|
DialogService.prototype.showInformation = function (message) {
|
|
2912
3004
|
var data = {
|
|
@@ -2914,7 +3006,19 @@
|
|
|
2914
3006
|
text: message,
|
|
2915
3007
|
type: AppPopupType.Information
|
|
2916
3008
|
};
|
|
2917
|
-
return this.
|
|
3009
|
+
return this.dynamicComponentService.createComponent(ConfirmationDialogComponent, data);
|
|
3010
|
+
};
|
|
3011
|
+
DialogService.prototype.showTransactionLineComponent = function (comp, transLine) {
|
|
3012
|
+
var data = {
|
|
3013
|
+
transactionLine: transLine
|
|
3014
|
+
};
|
|
3015
|
+
return this.dynamicComponentService.createComponent(comp, data);
|
|
3016
|
+
};
|
|
3017
|
+
DialogService.prototype.showTransactionHeaderComponent = function (comp, transactionInfo) {
|
|
3018
|
+
var data = {
|
|
3019
|
+
transactionInfo: transactionInfo
|
|
3020
|
+
};
|
|
3021
|
+
return this.dynamicComponentService.createComponent(comp, data);
|
|
2918
3022
|
};
|
|
2919
3023
|
DialogService.prototype.showCharacteristics = function (title, choices, value) {
|
|
2920
3024
|
var data = {
|
|
@@ -2922,55 +3026,29 @@
|
|
|
2922
3026
|
choices: choices,
|
|
2923
3027
|
value: value
|
|
2924
3028
|
};
|
|
2925
|
-
return this.
|
|
3029
|
+
return this.dynamicComponentService.createComponent(CharacteristicAnswerComponent, data);
|
|
2926
3030
|
};
|
|
2927
3031
|
DialogService.prototype.showWarehouse = function () {
|
|
2928
3032
|
var data = {
|
|
2929
3033
|
useModel: false
|
|
2930
3034
|
};
|
|
2931
|
-
return this.
|
|
3035
|
+
return this.dynamicComponentService.createComponent(DialogTransactionLineWarehouseComponent, data);
|
|
2932
3036
|
};
|
|
2933
3037
|
DialogService.prototype.showCommissionCode = function () {
|
|
2934
3038
|
var data = {
|
|
2935
3039
|
useModel: false
|
|
2936
3040
|
};
|
|
2937
|
-
return this.
|
|
3041
|
+
return this.dynamicComponentService.createComponent(DialogTransactionLineCommissionCodeComponent, data);
|
|
2938
3042
|
};
|
|
2939
|
-
DialogService.prototype.
|
|
2940
|
-
var
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
}
|
|
2945
|
-
var componentRef = _this._compFactoryResolver
|
|
2946
|
-
.resolveComponentFactory(componentClass)
|
|
2947
|
-
.create(_this.injector);
|
|
2948
|
-
_this._componentRefs.push(componentRef);
|
|
2949
|
-
for (var key in data) {
|
|
2950
|
-
if (data.hasOwnProperty(key)) {
|
|
2951
|
-
componentRef.instance[key] = data[key];
|
|
2952
|
-
}
|
|
2953
|
-
}
|
|
2954
|
-
_this.appRef.attachView(componentRef.hostView);
|
|
2955
|
-
var domElem = componentRef.hostView
|
|
2956
|
-
.rootNodes[0];
|
|
2957
|
-
document.body.appendChild(domElem);
|
|
2958
|
-
componentRef.onDestroy(function () {
|
|
2959
|
-
_this.appRef.detachView(componentRef.hostView);
|
|
2960
|
-
});
|
|
2961
|
-
// @ts-ignore
|
|
2962
|
-
componentRef.instance.onClose = function (button, output) {
|
|
2963
|
-
var idx = _this._componentRefs.indexOf(componentRef);
|
|
2964
|
-
_this.appRef.detachView(componentRef.hostView);
|
|
2965
|
-
_this._componentRefs[idx] = undefined;
|
|
2966
|
-
_this._componentRefs.splice(idx, 1);
|
|
2967
|
-
resolve(output ? output : button);
|
|
2968
|
-
};
|
|
2969
|
-
});
|
|
3043
|
+
DialogService.prototype.showWarehouseLocation = function () {
|
|
3044
|
+
var data = {
|
|
3045
|
+
useModel: false
|
|
3046
|
+
};
|
|
3047
|
+
return this.dynamicComponentService.createComponent(DialogTransactionLineWarehouseLocationComponent, data);
|
|
2970
3048
|
};
|
|
2971
3049
|
return DialogService;
|
|
2972
3050
|
}());
|
|
2973
|
-
DialogService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function DialogService_Factory() { return new DialogService(i0__namespace.ɵɵinject(i0__namespace.ComponentFactoryResolver), i0__namespace.ɵɵinject(i0__namespace.ApplicationRef), i0__namespace.ɵɵinject(i0__namespace.INJECTOR)); }, token: DialogService, providedIn: "root" });
|
|
3051
|
+
DialogService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function DialogService_Factory() { return new DialogService(i0__namespace.ɵɵinject(i0__namespace.ComponentFactoryResolver), i0__namespace.ɵɵinject(i0__namespace.ApplicationRef), i0__namespace.ɵɵinject(i0__namespace.INJECTOR), i0__namespace.ɵɵinject(DynamicComponentService)); }, token: DialogService, providedIn: "root" });
|
|
2974
3052
|
DialogService.decorators = [
|
|
2975
3053
|
{ type: i0.Injectable, args: [{
|
|
2976
3054
|
providedIn: "root"
|
|
@@ -2979,7 +3057,8 @@
|
|
|
2979
3057
|
DialogService.ctorParameters = function () { return [
|
|
2980
3058
|
{ type: i0.ComponentFactoryResolver },
|
|
2981
3059
|
{ type: i0.ApplicationRef },
|
|
2982
|
-
{ type: i0.Injector }
|
|
3060
|
+
{ type: i0.Injector },
|
|
3061
|
+
{ type: DynamicComponentService }
|
|
2983
3062
|
]; };
|
|
2984
3063
|
|
|
2985
3064
|
var ErrorService = /** @class */ (function () {
|
|
@@ -5823,21 +5902,15 @@
|
|
|
5823
5902
|
var _this = this;
|
|
5824
5903
|
return __generator(this, function (_a) {
|
|
5825
5904
|
return [2 /*return*/, new Promise(function (resolve, reject) {
|
|
5826
|
-
// const collection = this._collectionService.getCollection(StockLocation.name, [warehouseNr]);
|
|
5827
|
-
// if (collection) {
|
|
5828
|
-
// resolve(collection);
|
|
5829
|
-
// } else {
|
|
5830
5905
|
return _this.connector.getStockManagementLocations(warehouseNr).then(function (response) {
|
|
5831
5906
|
if (response && response.validationResult && response.validationResult.success) {
|
|
5832
5907
|
var collection = _this._boFactory.makeBOArrayFromRawBackendDataArray(stockLocation_bo.StockLocation, response.resultObjects);
|
|
5833
|
-
|
|
5834
|
-
resolve(collection);
|
|
5908
|
+
resolve(collection.slice(0, 50));
|
|
5835
5909
|
}
|
|
5836
5910
|
else {
|
|
5837
5911
|
reject(response.validationMessagesAsString);
|
|
5838
5912
|
}
|
|
5839
5913
|
});
|
|
5840
|
-
// }
|
|
5841
5914
|
})];
|
|
5842
5915
|
});
|
|
5843
5916
|
});
|
|
@@ -10425,7 +10498,7 @@
|
|
|
10425
10498
|
TransactionLineCheckboxListComponent.decorators = [
|
|
10426
10499
|
{ type: i0.Component, args: [{
|
|
10427
10500
|
selector: "co-transaction-line-checkbox-list",
|
|
10428
|
-
template: "\n <table lazyRenderMaster>\n <tr *ngFor=\"let row of collection\" lazyRender #lazyRender=\"lazyRender\">\n <td>\n <co-input-checkbox
|
|
10501
|
+
template: "\n <table lazyRenderMaster>\n <tr *ngFor=\"let row of collection\" lazyRender #lazyRender=\"lazyRender\" [class.visible]=\"lazyRender.isShowing\">\n <td>\n <co-input-checkbox\n [model]=\"row.checked\"\n [readonly]=\"readonly\"\n (click)=\"handleChecked($event, row)\"\n ></co-input-checkbox>\n </td>\n <td *ngFor=\"let label of row.propsForLabel\" [innerHTML]=\"label\"></td>\n </tr>\n </table>\n ",
|
|
10429
10502
|
encapsulation: i0.ViewEncapsulation.None
|
|
10430
10503
|
},] }
|
|
10431
10504
|
];
|
|
@@ -14630,11 +14703,118 @@
|
|
|
14630
14703
|
ContentViewMode[ContentViewMode["Tiles"] = 5] = "Tiles";
|
|
14631
14704
|
})(ContentViewMode || (ContentViewMode = {}));
|
|
14632
14705
|
|
|
14706
|
+
var TransactionTypeCategory;
|
|
14707
|
+
(function (TransactionTypeCategory) {
|
|
14708
|
+
TransactionTypeCategory["PurchaseOrderOverview"] = "purchaseOrderOverview";
|
|
14709
|
+
TransactionTypeCategory["PurchaseOrderOrderConfirmation"] = "purchaseOrderOrderConfirmation";
|
|
14710
|
+
TransactionTypeCategory["PurchaseOrderTransport"] = "purchaseOrderTransport";
|
|
14711
|
+
TransactionTypeCategory["PurchaseOrderReceivedGoods"] = "purchaseOrderReceivedGoods";
|
|
14712
|
+
TransactionTypeCategory["PurchaseOrderInvoiceCheck"] = "purchaseOrderInvoiceCheck";
|
|
14713
|
+
TransactionTypeCategory["PurchaseOrderMenu"] = "purchaseOrderMenu";
|
|
14714
|
+
TransactionTypeCategory["SalesOrderOverview"] = "salesOrderOverview";
|
|
14715
|
+
TransactionTypeCategory["SalesOrderPurchase"] = "salesOrderPurchase";
|
|
14716
|
+
TransactionTypeCategory["SalesOrderLogistics"] = "salesOrderLogistics";
|
|
14717
|
+
TransactionTypeCategory["SalesOrderPlanning"] = "salesOrderPlanning";
|
|
14718
|
+
TransactionTypeCategory["SalesOrderDeliveryNote"] = "salesOrderDeliveryNote";
|
|
14719
|
+
TransactionTypeCategory["SalesOrderInvoice"] = "salesOrderInvoice";
|
|
14720
|
+
})(TransactionTypeCategory || (TransactionTypeCategory = {}));
|
|
14721
|
+
|
|
14722
|
+
var TransactionEventService = /** @class */ (function () {
|
|
14723
|
+
function TransactionEventService() {
|
|
14724
|
+
this.addToCartBySku = new rxjs.Subject();
|
|
14725
|
+
this.addToCartBySelectorResult = new rxjs.Subject();
|
|
14726
|
+
this.openShoppingCartModule = new rxjs.Subject();
|
|
14727
|
+
this.loggedIn = new rxjs.Subject();
|
|
14728
|
+
this.addNewUserToShoppingCartModule = new rxjs.Subject();
|
|
14729
|
+
this.addUserRelationShoppingCartModule = new rxjs.Subject();
|
|
14730
|
+
this.addArticleLine = new rxjs.Subject();
|
|
14731
|
+
this.addTextLine = new rxjs.Subject();
|
|
14732
|
+
this.addArticleLineAt = new rxjs.Subject();
|
|
14733
|
+
this.addTextLineAt = new rxjs.Subject();
|
|
14734
|
+
this.changeLineSequence = new rxjs.Subject();
|
|
14735
|
+
this.transactionLineClicked = new rxjs.Subject();
|
|
14736
|
+
this.rightSidebarClose = new rxjs.Subject();
|
|
14737
|
+
this.scrollContent = new rxjs.Subject();
|
|
14738
|
+
this.receivedPurchaseOrderCommit = new rxjs.Subject();
|
|
14739
|
+
this.commitReceivePurchaseOrders = new rxjs.Subject();
|
|
14740
|
+
this.transactionLineChanged = new rxjs.Subject();
|
|
14741
|
+
}
|
|
14742
|
+
return TransactionEventService;
|
|
14743
|
+
}());
|
|
14744
|
+
TransactionEventService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function TransactionEventService_Factory() { return new TransactionEventService(); }, token: TransactionEventService, providedIn: "root" });
|
|
14745
|
+
TransactionEventService.decorators = [
|
|
14746
|
+
{ type: i0.Injectable, args: [{ providedIn: "root" },] }
|
|
14747
|
+
];
|
|
14748
|
+
|
|
14749
|
+
var DynamicBaseComponent = /** @class */ (function () {
|
|
14750
|
+
function DynamicBaseComponent() {
|
|
14751
|
+
}
|
|
14752
|
+
DynamicBaseComponent.prototype.onClose = function () { };
|
|
14753
|
+
return DynamicBaseComponent;
|
|
14754
|
+
}());
|
|
14755
|
+
DynamicBaseComponent.decorators = [
|
|
14756
|
+
{ type: i0.Directive }
|
|
14757
|
+
];
|
|
14758
|
+
|
|
14759
|
+
var TransactionLineSidePanelComponent = /** @class */ (function (_super) {
|
|
14760
|
+
__extends(TransactionLineSidePanelComponent, _super);
|
|
14761
|
+
function TransactionLineSidePanelComponent(iconService, _service, _transactionEventService) {
|
|
14762
|
+
var _this = _super.call(this) || this;
|
|
14763
|
+
_this.iconService = iconService;
|
|
14764
|
+
_this._service = _service;
|
|
14765
|
+
_this._transactionEventService = _transactionEventService;
|
|
14766
|
+
_this.icons = Icon;
|
|
14767
|
+
_this.categories = TransactionTypeCategory;
|
|
14768
|
+
_this.transactionTypes = transactionKind_enum.TransactionKind;
|
|
14769
|
+
_this.cancelClick = new i0.EventEmitter();
|
|
14770
|
+
_this.show = true;
|
|
14771
|
+
return _this;
|
|
14772
|
+
}
|
|
14773
|
+
TransactionLineSidePanelComponent.prototype.showClass = function () {
|
|
14774
|
+
return true;
|
|
14775
|
+
};
|
|
14776
|
+
TransactionLineSidePanelComponent.prototype.handleCancelClick = function () {
|
|
14777
|
+
var _this = this;
|
|
14778
|
+
this.show = false;
|
|
14779
|
+
setTimeout(function () {
|
|
14780
|
+
_this.onClose();
|
|
14781
|
+
}, 200);
|
|
14782
|
+
};
|
|
14783
|
+
return TransactionLineSidePanelComponent;
|
|
14784
|
+
}(DynamicBaseComponent));
|
|
14785
|
+
TransactionLineSidePanelComponent.decorators = [
|
|
14786
|
+
{ type: i0.Component, args: [{
|
|
14787
|
+
selector: "co-transaction-line-side-panel",
|
|
14788
|
+
template: "\n <div class=\"transaction-line-side-panel-wrapper\" *ngIf=\"show\" @showHideSidePanel>\n <icon (click)=\"handleCancelClick()\" [icon]=\"icons.Cancel\" class=\"close-button\"></icon>\n <div class=\"transaction-line-side-panel-header\">\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'ARTICLE_NR'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.articleNumber\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'DESCRIPTION'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.goodDescription\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'AMOUNT'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.amount\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\"\n [textContent]=\"activeCategory === categories.PurchaseOrderReceivedGoods ? ('TO_REPORT_IN' | localize) : ('PRICE' | localize)\"></span>\n <span class=\"side-panel-header-field\"\n [textContent]=\"activeCategory === categories.PurchaseOrderReceivedGoods ? quantityToReceive : (transactionLine.price | priceDisplay)\"></span>\n </div>\n </div>\n <div class=\"transaction-line-side-panel-nav-bar\">\n <co-transaction-button-bar\n [transactionType]=\"transactionInfo.transactionKind\"\n (buttonClicked)=\"activeCategory = $event.category\"\n ></co-transaction-button-bar>\n </div>\n <div class=\"transaction-line-side-panel-content\">\n <ng-container [ngSwitch]=\"transactionInfo.transactionKind\">\n <ng-container *ngSwitchCase=\"transactionTypes.PurchaseOrder\">\n <co-transaction-line-side-panel-purchase\n [transactionLine]=\"transactionLine\"\n [transactionInfo]=\"transactionInfo\"\n [category]=\"activeCategory\"\n (quantityToReceiveChange)=\"quantityToReceive = $event\"\n ></co-transaction-line-side-panel-purchase>\n </ng-container>\n <ng-container *ngSwitchDefault>\n <co-transaction-line-side-panel-purchase\n [transactionLine]=\"transactionLine\"\n [transactionInfo]=\"transactionInfo\"\n [category]=\"activeCategory\"\n ></co-transaction-line-side-panel-purchase>\n </ng-container>\n </ng-container>\n </div>\n </div>\n ",
|
|
14789
|
+
animations: [
|
|
14790
|
+
animations.trigger("showHideSidePanel", [
|
|
14791
|
+
animations.state("void", animations.style({ transform: 'translateX(100%)' })),
|
|
14792
|
+
animations.state("*", animations.style({ transform: 'translateX(0)' })),
|
|
14793
|
+
animations.transition("void <=> *", animations.animate("200ms ease-in-out"))
|
|
14794
|
+
])
|
|
14795
|
+
],
|
|
14796
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
14797
|
+
},] }
|
|
14798
|
+
];
|
|
14799
|
+
TransactionLineSidePanelComponent.ctorParameters = function () { return [
|
|
14800
|
+
{ type: IconCacheService },
|
|
14801
|
+
{ type: TransactionService },
|
|
14802
|
+
{ type: TransactionEventService }
|
|
14803
|
+
]; };
|
|
14804
|
+
TransactionLineSidePanelComponent.propDecorators = {
|
|
14805
|
+
transactionLine: [{ type: i0.Input }],
|
|
14806
|
+
transactionInfo: [{ type: i0.Input }],
|
|
14807
|
+
activeCategory: [{ type: i0.Input }],
|
|
14808
|
+
cancelClick: [{ type: i0.Output }],
|
|
14809
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-side-panel",] }]
|
|
14810
|
+
};
|
|
14811
|
+
|
|
14633
14812
|
var TransactionComponent = /** @class */ (function () {
|
|
14634
|
-
function TransactionComponent(iconCacheService, _service) {
|
|
14813
|
+
function TransactionComponent(iconCacheService, _service, dynamicComponentService) {
|
|
14635
14814
|
var _this = this;
|
|
14636
14815
|
this.iconCacheService = iconCacheService;
|
|
14637
14816
|
this._service = _service;
|
|
14817
|
+
this.dynamicComponentService = dynamicComponentService;
|
|
14638
14818
|
this.viewModes = ContentViewMode;
|
|
14639
14819
|
this.icons = Icon;
|
|
14640
14820
|
this.showHeader = true;
|
|
@@ -14642,7 +14822,6 @@
|
|
|
14642
14822
|
this.showButtonBar = true;
|
|
14643
14823
|
this.activeViewMode = ContentViewMode.List;
|
|
14644
14824
|
this.showDiscountsSidebar = false;
|
|
14645
|
-
this.showSidePanel = false;
|
|
14646
14825
|
this._subs = [];
|
|
14647
14826
|
this._transaction = new transactionInfoResponse_bo.TransactionInfoResponse();
|
|
14648
14827
|
this._subs.push(this._service.transactionUpdated.subscribe(function (transaction) { return __awaiter(_this, void 0, void 0, function () {
|
|
@@ -14704,30 +14883,25 @@
|
|
|
14704
14883
|
};
|
|
14705
14884
|
TransactionComponent.prototype.handleShowSidePanel = function (line) {
|
|
14706
14885
|
this.sidePanelTransactionLine = line;
|
|
14707
|
-
this.
|
|
14708
|
-
|
|
14709
|
-
|
|
14710
|
-
|
|
14886
|
+
this.dynamicComponentService.createComponent(TransactionLineSidePanelComponent, {
|
|
14887
|
+
transactionInfo: this.transaction.transactionInfo,
|
|
14888
|
+
transactionLine: this.sidePanelTransactionLine,
|
|
14889
|
+
activeCategory: this.activeCategory
|
|
14890
|
+
});
|
|
14711
14891
|
};
|
|
14712
14892
|
return TransactionComponent;
|
|
14713
14893
|
}());
|
|
14714
14894
|
TransactionComponent.decorators = [
|
|
14715
14895
|
{ type: i0.Component, args: [{
|
|
14716
14896
|
selector: "co-transaction",
|
|
14717
|
-
template: "\n <co-transaction-header *ngIf=\"showHeader\" [transaction]=\"transaction\"></co-transaction-header>\n\n <div class=\"transaction-lines-header\">\n <co-transaction-quick-access *ngIf=\"showQuickAccess\" class=\"transaction-lines-header-item\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [activeCategory]=\"activeCategory\"\n ></co-transaction-quick-access>\n\n <co-transaction-button-bar *ngIf=\"showButtonBar\" class=\"transaction-lines-header-item\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [selectedCategory]=\"activeCategory\"\n (buttonClicked)=\"handleButtonBarButtonClicked($event)\"\n ></co-transaction-button-bar>\n\n <co-view-mode-buttons class=\"transaction-lines-header-item\"\n [showViewModes]=\"[viewModes.List, viewModes.Grid, viewModes.Tiles]\" (viewModeChange)=\"activeViewMode = $event\"></co-view-mode-buttons>\n </div>\n\n <div class=\"transaction-tiles-wrapper\" *ngIf=\"activeViewMode === viewModes.Tiles\">\n <co-transaction-tile\n *ngFor=\"let transaction of transaction.transactionLines\"\n [transactionLine]=\"transaction\"\n (showSidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-tile>\n </div>\n <div class=\"transaction-lines-wrapper\" *ngIf=\"activeViewMode === viewModes.List\">\n <co-transaction-lines\n [transactionLines]=\"transaction.transactionLines\"\n (showSidePanelClicked)=\"handleShowSidePanel($event)\"\n (saveTransactionLine)=\"saveTransactionLine($event)\"\n ></co-transaction-lines>\n </div>\n <div class=\"transaction-lines-grid-wrapper\" *ngIf=\"activeViewMode === viewModes.Grid\">\n <co-transaction-grid\n [transactionLines]=\"transaction.transactionLines\"\n [transactionId]=\"transactionId\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [activeCategory]=\"activeCategory\"\n (sidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-grid>\n <!--\n <co-transaction-order-confirmation-grid\n *ngIf=\"activeCategory === 1\"\n [transactionLines]=\"transaction.transactionLines\"\n (sidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-order-confirmation-grid>\n -->\n </div>\n <div class=\"transaction-footer-wrapper\">\n <co-transaction-totals [totals]=\"transaction.transactionTotal\" [showDiscount]=\"true\" (discountClick)=\"addDiscount()\"></co-transaction-totals>\n </div>\n <co-discount *ngIf=\"showDiscountsSidebar\">\n </co-discount>\n
|
|
14718
|
-
animations: [
|
|
14719
|
-
animations.trigger("showHideSidePanel", [
|
|
14720
|
-
animations.state("void", animations.style({ transform: 'translateX(100%)' })),
|
|
14721
|
-
animations.state("*", animations.style({ transform: 'translateX(0)' })),
|
|
14722
|
-
animations.transition("void <=> *", animations.animate("200ms ease-in-out"))
|
|
14723
|
-
])
|
|
14724
|
-
],
|
|
14897
|
+
template: "\n <co-transaction-header *ngIf=\"showHeader\" [transaction]=\"transaction\"></co-transaction-header>\n\n <div class=\"transaction-lines-header\">\n <co-transaction-quick-access *ngIf=\"showQuickAccess\" class=\"transaction-lines-header-item\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [activeCategory]=\"activeCategory\"\n ></co-transaction-quick-access>\n\n <co-transaction-button-bar *ngIf=\"showButtonBar\" class=\"transaction-lines-header-item\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [selectedCategory]=\"activeCategory\"\n (buttonClicked)=\"handleButtonBarButtonClicked($event)\"\n ></co-transaction-button-bar>\n\n <co-view-mode-buttons class=\"transaction-lines-header-item\"\n [showViewModes]=\"[viewModes.List, viewModes.Grid, viewModes.Tiles]\" (viewModeChange)=\"activeViewMode = $event\"></co-view-mode-buttons>\n </div>\n\n <div class=\"transaction-tiles-wrapper\" *ngIf=\"activeViewMode === viewModes.Tiles\">\n <co-transaction-tile\n *ngFor=\"let transaction of transaction.transactionLines\"\n [transactionLine]=\"transaction\"\n (showSidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-tile>\n </div>\n <div class=\"transaction-lines-wrapper\" *ngIf=\"activeViewMode === viewModes.List\">\n <co-transaction-lines\n [transactionLines]=\"transaction.transactionLines\"\n (showSidePanelClicked)=\"handleShowSidePanel($event)\"\n (saveTransactionLine)=\"saveTransactionLine($event)\"\n ></co-transaction-lines>\n </div>\n <div class=\"transaction-lines-grid-wrapper\" *ngIf=\"activeViewMode === viewModes.Grid\">\n <co-transaction-grid\n [transactionLines]=\"transaction.transactionLines\"\n [transactionId]=\"transactionId\"\n [transactionType]=\"transaction.transactionInfo.transactionKind\"\n [activeCategory]=\"activeCategory\"\n (sidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-grid>\n <!--\n <co-transaction-order-confirmation-grid\n *ngIf=\"activeCategory === 1\"\n [transactionLines]=\"transaction.transactionLines\"\n (sidePanelClicked)=\"handleShowSidePanel($event)\"\n ></co-transaction-order-confirmation-grid>\n -->\n </div>\n <div class=\"transaction-footer-wrapper\">\n <co-transaction-totals [totals]=\"transaction.transactionTotal\" [showDiscount]=\"true\" (discountClick)=\"addDiscount()\"></co-transaction-totals>\n </div>\n <co-discount *ngIf=\"showDiscountsSidebar\">\n </co-discount>\n ",
|
|
14725
14898
|
encapsulation: i0.ViewEncapsulation.None
|
|
14726
14899
|
},] }
|
|
14727
14900
|
];
|
|
14728
14901
|
TransactionComponent.ctorParameters = function () { return [
|
|
14729
14902
|
{ type: IconCacheService },
|
|
14730
|
-
{ type: TransactionService }
|
|
14903
|
+
{ type: TransactionService },
|
|
14904
|
+
{ type: DynamicComponentService }
|
|
14731
14905
|
]; };
|
|
14732
14906
|
TransactionComponent.propDecorators = {
|
|
14733
14907
|
transaction: [{ type: i0.Input }],
|
|
@@ -15193,7 +15367,7 @@
|
|
|
15193
15367
|
TransactionBaseGridComponent.decorators = [
|
|
15194
15368
|
{ type: i0.Component, args: [{
|
|
15195
15369
|
selector: "co-transaction-base-grid",
|
|
15196
|
-
template: "\n <co-simple-grid [data]=\"transactionLines\"\n [extraColumns]=\"extraColumns\"\n [dragDropEnabled]=\"true\"\n [emitDragDrop]=\"true\"\n (onDrop)=\"handleDrop($event)\"\n (rowVisible)=\"rowVisible.next($event)\">\n <co-simple-grid-column [headerText]=\"'DESCRIPTION' | localize\" [width]=\"300\" [order]=\"10\">\n <ng-template #template let-row = \"row\">\n <div class=\"transaction-grid-article-description\" [textContent]=\"row.goodDescription\"></div>\n <div class=\"transaction-grid-article-text\" [textContent]=\"row.articleBoundConcatenatedText\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [width]=\"150\" [order]=\"20\">\n <ng-template #template let-row = \"row\">\n <co-image-display class=\"transaction-grid-article-image\" [model]=\"row.articleImageData\"></co-image-display>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [field]=\"'articleNumber'\" [width]=\"70\" [order]=\"30\" [textAlign]=\"align.Center\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icon.BarcodeSolid\"></icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"''\" [width]=\"40\" [field]=\"'sideMenuButton'\" [order]=\"400\">\n <ng-template #template let-row = \"row\">\n <co-transaction-line-action-buttons class=\"transaction-line-action-buttons\"\n [transactionLine]=\"row\"\n (sidePanelButtonClicked)=\"openSidePanel(row)\"\n ></co-transaction-line-action-buttons>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n ",
|
|
15370
|
+
template: "\n <co-simple-grid [data]=\"transactionLines\"\n [extraColumns]=\"extraColumns\"\n [dragDropEnabled]=\"true\"\n [emitDragDrop]=\"true\"\n (onDrop)=\"handleDrop($event)\"\n (rowVisible)=\"rowVisible.next($event)\">\n <co-simple-grid-column [headerText]=\"'DESCRIPTION' | localize\" [width]=\"300\" [order]=\"10\">\n <ng-template #template let-row = \"row\">\n <div class=\"transaction-grid-article-description\" [textContent]=\"row.goodDescription\"></div>\n <div class=\"transaction-grid-article-text\" [textContent]=\"row.articleBoundConcatenatedText\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [width]=\"150\" [order]=\"20\">\n <ng-template #template let-row = \"row\">\n <co-image-display class=\"transaction-grid-article-image\" [model]=\"row.articleImageData\"></co-image-display>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [field]=\"'articleNumber'\" [width]=\"70\" [order]=\"30\" [textAlign]=\"align.Center\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icon.BarcodeSolid\"></icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"''\" [width]=\"40\" [field]=\"'sideMenuButton'\" [order]=\"400\">\n <ng-template #template let-row = \"row\">\n <co-transaction-line-action-buttons *ngIf=\"row.isArticle\" class=\"transaction-line-action-buttons\"\n [transactionLine]=\"row\"\n (sidePanelButtonClicked)=\"openSidePanel(row)\"\n ></co-transaction-line-action-buttons>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n ",
|
|
15197
15371
|
encapsulation: i0.ViewEncapsulation.None
|
|
15198
15372
|
},] }
|
|
15199
15373
|
];
|
|
@@ -15201,89 +15375,6 @@
|
|
|
15201
15375
|
showClass: [{ type: i0.HostBinding, args: ['class.co-transaction-base-grid',] }]
|
|
15202
15376
|
};
|
|
15203
15377
|
|
|
15204
|
-
var TransactionTypeCategory;
|
|
15205
|
-
(function (TransactionTypeCategory) {
|
|
15206
|
-
TransactionTypeCategory["PurchaseOrderOverview"] = "purchaseOrderOverview";
|
|
15207
|
-
TransactionTypeCategory["PurchaseOrderOrderConfirmation"] = "purchaseOrderOrderConfirmation";
|
|
15208
|
-
TransactionTypeCategory["PurchaseOrderTransport"] = "purchaseOrderTransport";
|
|
15209
|
-
TransactionTypeCategory["PurchaseOrderReceivedGoods"] = "purchaseOrderReceivedGoods";
|
|
15210
|
-
TransactionTypeCategory["PurchaseOrderInvoiceCheck"] = "purchaseOrderInvoiceCheck";
|
|
15211
|
-
TransactionTypeCategory["PurchaseOrderMenu"] = "purchaseOrderMenu";
|
|
15212
|
-
TransactionTypeCategory["SalesOrderOverview"] = "salesOrderOverview";
|
|
15213
|
-
TransactionTypeCategory["SalesOrderPurchase"] = "salesOrderPurchase";
|
|
15214
|
-
TransactionTypeCategory["SalesOrderLogistics"] = "salesOrderLogistics";
|
|
15215
|
-
TransactionTypeCategory["SalesOrderPlanning"] = "salesOrderPlanning";
|
|
15216
|
-
TransactionTypeCategory["SalesOrderDeliveryNote"] = "salesOrderDeliveryNote";
|
|
15217
|
-
TransactionTypeCategory["SalesOrderInvoice"] = "salesOrderInvoice";
|
|
15218
|
-
})(TransactionTypeCategory || (TransactionTypeCategory = {}));
|
|
15219
|
-
|
|
15220
|
-
var TransactionEventService = /** @class */ (function () {
|
|
15221
|
-
function TransactionEventService() {
|
|
15222
|
-
this.addToCartBySku = new rxjs.Subject();
|
|
15223
|
-
this.addToCartBySelectorResult = new rxjs.Subject();
|
|
15224
|
-
this.openShoppingCartModule = new rxjs.Subject();
|
|
15225
|
-
this.loggedIn = new rxjs.Subject();
|
|
15226
|
-
this.addNewUserToShoppingCartModule = new rxjs.Subject();
|
|
15227
|
-
this.addUserRelationShoppingCartModule = new rxjs.Subject();
|
|
15228
|
-
this.addArticleLine = new rxjs.Subject();
|
|
15229
|
-
this.addTextLine = new rxjs.Subject();
|
|
15230
|
-
this.addArticleLineAt = new rxjs.Subject();
|
|
15231
|
-
this.addTextLineAt = new rxjs.Subject();
|
|
15232
|
-
this.changeLineSequence = new rxjs.Subject();
|
|
15233
|
-
this.transactionLineClicked = new rxjs.Subject();
|
|
15234
|
-
this.rightSidebarClose = new rxjs.Subject();
|
|
15235
|
-
this.scrollContent = new rxjs.Subject();
|
|
15236
|
-
this.receivedPurchaseOrderCommit = new rxjs.Subject();
|
|
15237
|
-
this.commitReceivePurchaseOrders = new rxjs.Subject();
|
|
15238
|
-
this.transactionLineChanged = new rxjs.Subject();
|
|
15239
|
-
}
|
|
15240
|
-
return TransactionEventService;
|
|
15241
|
-
}());
|
|
15242
|
-
TransactionEventService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function TransactionEventService_Factory() { return new TransactionEventService(); }, token: TransactionEventService, providedIn: "root" });
|
|
15243
|
-
TransactionEventService.decorators = [
|
|
15244
|
-
{ type: i0.Injectable, args: [{ providedIn: "root" },] }
|
|
15245
|
-
];
|
|
15246
|
-
|
|
15247
|
-
var TransactionLineSidePanelComponent = /** @class */ (function () {
|
|
15248
|
-
function TransactionLineSidePanelComponent(iconService, _service, _transactionEventService) {
|
|
15249
|
-
this.iconService = iconService;
|
|
15250
|
-
this._service = _service;
|
|
15251
|
-
this._transactionEventService = _transactionEventService;
|
|
15252
|
-
this.icons = Icon;
|
|
15253
|
-
this.categories = TransactionTypeCategory;
|
|
15254
|
-
this.transactionTypes = transactionKind_enum.TransactionKind;
|
|
15255
|
-
this.transactionLine = new transactionLineInfo_bo.TransactionLineInfo();
|
|
15256
|
-
this.transactionInfo = new transactionInfo_bo.TransactionInfo();
|
|
15257
|
-
this.cancelClick = new i0.EventEmitter();
|
|
15258
|
-
}
|
|
15259
|
-
TransactionLineSidePanelComponent.prototype.showClass = function () {
|
|
15260
|
-
return true;
|
|
15261
|
-
};
|
|
15262
|
-
TransactionLineSidePanelComponent.prototype.handleCancelClick = function (event) {
|
|
15263
|
-
this.cancelClick.next(event);
|
|
15264
|
-
};
|
|
15265
|
-
return TransactionLineSidePanelComponent;
|
|
15266
|
-
}());
|
|
15267
|
-
TransactionLineSidePanelComponent.decorators = [
|
|
15268
|
-
{ type: i0.Component, args: [{
|
|
15269
|
-
selector: "co-transaction-line-side-panel",
|
|
15270
|
-
template: "\n <icon (click)=\"handleCancelClick($event)\" [icon]=\"icons.Cancel\" class=\"close-button\"></icon>\n <div class=\"transaction-line-side-panel-header\">\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'ARTICLE_NR'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.articleNumber\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'DESCRIPTION'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.goodDescription\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\" [textContent]=\"'AMOUNT'| localize\"></span>\n <span class=\"side-panel-header-field\" [textContent]=\"transactionLine.amount\"></span>\n </div>\n <div class=\"side-panel-header-divider\"></div>\n <div class=\"transaction-line-side-panel-header-item\">\n <span class=\"side-panel-header-label\"\n [textContent]=\"activeCategory === categories.PurchaseOrderReceivedGoods ? ('TO_REPORT_IN' | localize) : ('PRICE' | localize)\"></span>\n <span class=\"side-panel-header-field\"\n [textContent]=\"activeCategory === categories.PurchaseOrderReceivedGoods ? quantityToReceive : (transactionLine.price | priceDisplay)\"></span>\n </div>\n </div>\n <div class=\"transaction-line-side-panel-nav-bar\">\n <co-transaction-button-bar\n [transactionType]=\"transactionInfo.transactionKind\"\n (buttonClicked)=\"activeCategory = $event.category\"\n ></co-transaction-button-bar>\n </div>\n <div class=\"transaction-line-side-panel-content\">\n <ng-container [ngSwitch]=\"transactionInfo.transactionKind\">\n <ng-container *ngSwitchCase=\"transactionTypes.PurchaseOrder\">\n <co-transaction-line-side-panel-purchase\n [transactionInfo]=\"transactionInfo\"\n [transactionLine]=\"transactionLine\"\n [category]=\"activeCategory\"\n (quantityToReceiveChange)=\"quantityToReceive = $event\"\n ></co-transaction-line-side-panel-purchase>\n </ng-container>\n <ng-container *ngSwitchDefault>\n <co-transaction-line-side-panel-purchase\n [transactionInfo]=\"transactionInfo\"\n [transactionLine]=\"transactionLine\"\n [category]=\"activeCategory\"\n ></co-transaction-line-side-panel-purchase>\n </ng-container>\n </ng-container>\n </div>\n ",
|
|
15271
|
-
encapsulation: i0.ViewEncapsulation.None
|
|
15272
|
-
},] }
|
|
15273
|
-
];
|
|
15274
|
-
TransactionLineSidePanelComponent.ctorParameters = function () { return [
|
|
15275
|
-
{ type: IconCacheService },
|
|
15276
|
-
{ type: TransactionService },
|
|
15277
|
-
{ type: TransactionEventService }
|
|
15278
|
-
]; };
|
|
15279
|
-
TransactionLineSidePanelComponent.propDecorators = {
|
|
15280
|
-
transactionLine: [{ type: i0.Input }],
|
|
15281
|
-
transactionInfo: [{ type: i0.Input }],
|
|
15282
|
-
activeCategory: [{ type: i0.Input }],
|
|
15283
|
-
cancelClick: [{ type: i0.Output }],
|
|
15284
|
-
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-side-panel",] }]
|
|
15285
|
-
};
|
|
15286
|
-
|
|
15287
15378
|
var TransactionLineSidePanelDefaultComponent = /** @class */ (function () {
|
|
15288
15379
|
function TransactionLineSidePanelDefaultComponent(iconService, _transactionService) {
|
|
15289
15380
|
this.iconService = iconService;
|
|
@@ -15676,7 +15767,7 @@
|
|
|
15676
15767
|
TransactionHistoryGridComponent.decorators = [
|
|
15677
15768
|
{ type: i0.Component, args: [{
|
|
15678
15769
|
selector: "co-transaction-history-grid",
|
|
15679
|
-
template: "\n <div class=\"history-grid-wrapper\">\n <div class=\"delete-button-wrapper\">\n <co-grid-toolbar-button\n (buttonClick)=\"handleDeleteClick()\"\n [iconData]=\"iconsService.getIcon(icons.TrashBin)\"\n [disabled]=\"!selectedRow\"\n ></co-grid-toolbar-button>\n </div>\n <co-simple-grid [data]=\"collection\" [extraColumns]=\"extraColumns\" (selectRow)=\"handleSelectRow($event)\">\n <co-simple-grid-column [headerText]=\"'DELIVERY_DATE' | localize\" [order]=\"20\" [width]=\"100\">\n <ng-template #template let-row=\"row\">\n <div class=\"row-container\">\n <span class=\"row\" [textContent]=\"row.
|
|
15770
|
+
template: "\n <div class=\"history-grid-wrapper\">\n <div class=\"delete-button-wrapper\">\n <co-grid-toolbar-button\n (buttonClick)=\"handleDeleteClick()\"\n [iconData]=\"iconsService.getIcon(icons.TrashBin)\"\n [disabled]=\"!selectedRow\"\n ></co-grid-toolbar-button>\n </div>\n <co-simple-grid [data]=\"collection\" [extraColumns]=\"extraColumns\" (selectRow)=\"handleSelectRow($event)\">\n <co-simple-grid-column [headerText]=\"'DELIVERY_DATE' | localize\" [order]=\"20\" [width]=\"100\">\n <ng-template #template let-row=\"row\">\n <div class=\"row-container\">\n <span class=\"row\" [textContent]=\"row.date | date\"></span>\n <span class=\"correction\" *ngFor=\"let correction of row.corrections\" [textContent]=\"correction.date | date\"></span>\n </div>\n </ng-template>\n </co-simple-grid-column>\n\n <co-simple-grid-column [headerText]=\"'AMOUNT' | localize\" [order]=\"30\" [width]=\"70\">\n <ng-template #template let-row=\"row\">\n <div class=\"row-container\">\n <span class=\"row\" [textContent]=\"row.quantity\"></span>\n <span class=\"correction\" *ngFor=\"let correction of row.corrections\" [textContent]=\"correction.quantity\"></span>\n </div>\n </ng-template>\n </co-simple-grid-column>\n\n <co-simple-grid-column [headerText]=\"'REFERENCE' | localize\" [order]=\"50\">\n <ng-template #template let-row=\"row\">\n <div class=\"row-container\">\n <span class=\"row\" [textContent]=\"row.reference\"></span>\n <span class=\"correction\" *ngFor=\"let correction of row.corrections\" [textContent]=\"correction.reference\"></span>\n </div>\n </ng-template>\n </co-simple-grid-column>\n\n <co-simple-grid-column [headerText]=\"'USER' | localize\" [order]=\"70\">\n <ng-template #template let-row=\"row\">\n <div class=\"row-container\">\n <span class=\"row\" [textContent]=\"row.username\"></span>\n <span class=\"correction\" *ngFor=\"let correction of row.corrections\" [textContent]=\"correction.username\"></span>\n </div>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n </div>\n ",
|
|
15680
15771
|
encapsulation: i0.ViewEncapsulation.None
|
|
15681
15772
|
},] }
|
|
15682
15773
|
];
|
|
@@ -15779,18 +15870,13 @@
|
|
|
15779
15870
|
];
|
|
15780
15871
|
|
|
15781
15872
|
var TransactionReceivingGoodsHistoryComponent = /** @class */ (function () {
|
|
15782
|
-
function TransactionReceivingGoodsHistoryComponent(_service
|
|
15873
|
+
function TransactionReceivingGoodsHistoryComponent(_service) {
|
|
15783
15874
|
this._service = _service;
|
|
15784
|
-
this._datePipe = _datePipe;
|
|
15785
15875
|
this.reloadReceivingGoodsHistory = new i0.EventEmitter();
|
|
15786
15876
|
}
|
|
15787
15877
|
Object.defineProperty(TransactionReceivingGoodsHistoryComponent.prototype, "goodsReceiptHistory", {
|
|
15788
15878
|
get: function () {
|
|
15789
|
-
|
|
15790
|
-
return this._goodsReceiptHistory.map(function (receipt) {
|
|
15791
|
-
receipt.receiptDate = _this._datePipe.transform(receipt.receiptDate);
|
|
15792
|
-
return receipt;
|
|
15793
|
-
});
|
|
15879
|
+
return this._goodsReceiptHistory;
|
|
15794
15880
|
},
|
|
15795
15881
|
set: function (value) {
|
|
15796
15882
|
if (value) {
|
|
@@ -15841,8 +15927,7 @@
|
|
|
15841
15927
|
},] }
|
|
15842
15928
|
];
|
|
15843
15929
|
TransactionReceivingGoodsHistoryComponent.ctorParameters = function () { return [
|
|
15844
|
-
{ type: TransactionService }
|
|
15845
|
-
{ type: common.DatePipe }
|
|
15930
|
+
{ type: TransactionService }
|
|
15846
15931
|
]; };
|
|
15847
15932
|
TransactionReceivingGoodsHistoryComponent.propDecorators = {
|
|
15848
15933
|
goodsReceiptHistory: [{ type: i0.Input }],
|
|
@@ -15885,11 +15970,12 @@
|
|
|
15885
15970
|
}
|
|
15886
15971
|
ArticleService.prototype.getWarehouseLocations = function (warehouseNr) {
|
|
15887
15972
|
return __awaiter(this, void 0, void 0, function () {
|
|
15973
|
+
var _this = this;
|
|
15888
15974
|
return __generator(this, function (_a) {
|
|
15889
|
-
|
|
15890
|
-
|
|
15891
|
-
|
|
15892
|
-
|
|
15975
|
+
// @ts-ignore
|
|
15976
|
+
return [2 /*return*/, this._selectMultipleCacheService.requestCache(stockLocation_bo.StockLocation, function () {
|
|
15977
|
+
return _this._articleConnectorService.getWarehouseLocations(warehouseNr);
|
|
15978
|
+
}).getValue()];
|
|
15893
15979
|
});
|
|
15894
15980
|
});
|
|
15895
15981
|
};
|
|
@@ -15907,10 +15993,11 @@
|
|
|
15907
15993
|
]; };
|
|
15908
15994
|
|
|
15909
15995
|
var TransactionReceivingGoodsDetailsComponent = /** @class */ (function () {
|
|
15910
|
-
function TransactionReceivingGoodsDetailsComponent(_formMaster, _service, _articleService) {
|
|
15996
|
+
function TransactionReceivingGoodsDetailsComponent(_formMaster, _service, _articleService, _dialogService) {
|
|
15911
15997
|
this._formMaster = _formMaster;
|
|
15912
15998
|
this._service = _service;
|
|
15913
15999
|
this._articleService = _articleService;
|
|
16000
|
+
this._dialogService = _dialogService;
|
|
15914
16001
|
this.reloadReceivingGoodsHistory = new i0.EventEmitter();
|
|
15915
16002
|
this.receiptDetails = new purchaseOrderLineReceiptDetails_bo.PurchaseOrderLineReceiptDetails();
|
|
15916
16003
|
this.request = new receiveGoodsForPurchaseOrderRequest_bo.ReceiveGoodsForPurchaseOrderRequest();
|
|
@@ -16006,19 +16093,38 @@
|
|
|
16006
16093
|
});
|
|
16007
16094
|
});
|
|
16008
16095
|
};
|
|
16096
|
+
TransactionReceivingGoodsDetailsComponent.prototype.openWarehouseLocationDialog = function () {
|
|
16097
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
16098
|
+
var _this = this;
|
|
16099
|
+
return __generator(this, function (_a) {
|
|
16100
|
+
switch (_a.label) {
|
|
16101
|
+
case 0: return [4 /*yield*/, this._dialogService.showWarehouseLocation().then(function (result) {
|
|
16102
|
+
_this.receiptDetails.locationNr = result;
|
|
16103
|
+
})];
|
|
16104
|
+
case 1:
|
|
16105
|
+
_a.sent();
|
|
16106
|
+
return [2 /*return*/];
|
|
16107
|
+
}
|
|
16108
|
+
});
|
|
16109
|
+
});
|
|
16110
|
+
};
|
|
16009
16111
|
return TransactionReceivingGoodsDetailsComponent;
|
|
16010
16112
|
}());
|
|
16011
16113
|
TransactionReceivingGoodsDetailsComponent.decorators = [
|
|
16012
16114
|
{ type: i0.Component, args: [{
|
|
16013
16115
|
selector: 'co-transaction-receiving-goods-details',
|
|
16014
|
-
template: "\n <div class=\"receipt-details-wrapper\">\n <co-form>\n <div class=\"details-header\" [textContent]=\"'RECEIPT_DETAILS' | localize | uppercase\"></div>\n <div class=\"columns-wrapper\">\n <div class=\"details-column\">\n <co-input-text class=\"details-input\"\n [max]=\"amountLeftToReceive\"\n [(model)]=\"receiptDetails.serialNr ? 1 : receiptDetails.quantityToReceive\"\n [disabled]=\"!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0\"\n [readonly]=\"!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0 || readonly\"\n [required]=\"true\"\n [type]=\"'number'\"\n [min]=\"1\"\n [placeholder]=\"'AMOUNT' | localize\"></co-input-text>\n <co-input-text class=\"details-input\" [(model)]=\"receiptDetails.warehouseNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"transactionLine.warehouseNumber !== undefined || readonly\"\n [disabled]=\"transactionLine.warehouseNumber !== undefined\"\n [required]=\"transactionLine.isWarehouseRequired\"\n [placeholder]=\"'WAREHOUSE' | localize\"></co-input-text>\n <
|
|
16116
|
+
template: "\n <div class=\"receipt-details-wrapper\">\n <co-form>\n <div class=\"details-header\" [textContent]=\"'RECEIPT_DETAILS' | localize | uppercase\"></div>\n <div class=\"columns-wrapper\">\n <div class=\"details-column\">\n <co-input-text class=\"details-input\"\n [max]=\"amountLeftToReceive\"\n [(model)]=\"receiptDetails.serialNr ? 1 : receiptDetails.quantityToReceive\"\n [disabled]=\"!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0\"\n [readonly]=\"!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0 || readonly\"\n [required]=\"true\"\n [type]=\"'number'\"\n [min]=\"1\"\n [placeholder]=\"'AMOUNT' | localize\"></co-input-text>\n <co-input-text class=\"details-input\" [(model)]=\"receiptDetails.warehouseNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"transactionLine.warehouseNumber !== undefined || readonly\"\n [disabled]=\"transactionLine.warehouseNumber !== undefined\"\n [required]=\"transactionLine.isWarehouseRequired\"\n [placeholder]=\"'WAREHOUSE' | localize\"></co-input-text>\n <div class=\"location-wrapper\" (click)=\"openWarehouseLocationDialog()\">\n <div [textContent]=\"receiptDetails.locationNr ? receiptDetails.locationNr : ('LOCATION' | localize)\"></div>\n </div>\n <co-input-text class=\"details-input\"\n [(model)]=\"request.packingSlipNr\"\n [placeholder]=\"'PACKING_SLIP' | localize\"\n [readonly]=\"readonly\"\n ></co-input-text>\n </div>\n <div class=\"divider-wrapper\">\n <div class=\"divider\"></div>\n </div>\n <div class=\"details-column\">\n <co-input-date class=\"details-input\"\n [(model)]=\"request.receivedDate\"\n [readonly]=\"readonly\"\n ></co-input-date>\n <co-input-text class=\"details-input\" [(model)]=\"receiptDetails.batchNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"readonly || !transactionLine.isBatchNrRequired\"\n [required]=\"transactionLine.isBatchNrRequired\"\n [placeholder]=\"'BATCH_NUMBER' | localize\"></co-input-text>\n <co-input-text class=\"details-input\" [(model)]=\"receiptDetails.serialNr\"\n [type]=\"'number'\"\n [hideArrowButtons]=\"true\"\n [readonly]=\"readonly || !transactionLine.isSerialNrRequired\"\n [required]=\"transactionLine.isSerialNrRequired\"\n [placeholder]=\"'SERIAL_NUMBER' | localize\"></co-input-text>\n <!-- <co-input-text class=\"details-input\" [(model)]=\"receiptDetails.refLineNr\"-->\n <!-- [placeholder]=\"'REFERENCE_ID' | localize\"></co-input-text>-->\n </div>\n </div>\n </co-form>\n\n <div class=\"save-cancel-wrapper\" *ngIf=\"!readonly\">\n <co-button class=\"button-wrapper clickable\" [disabled]=\"saveButtonDisabled || amountLeftToReceive === 0\" [label]=\"'SAVE' | localize\" (click)=\"handleSaveDetailsEdit()\"></co-button>\n <co-button class=\"button-wrapper clickable\" [label]=\"'CANCEL' | localize\" (click)=\"handleCancelDetailsEdit()\"></co-button>\n </div>\n </div>\n ",
|
|
16117
|
+
providers: [
|
|
16118
|
+
corecomponents_v12.FormMasterService
|
|
16119
|
+
],
|
|
16015
16120
|
encapsulation: i0.ViewEncapsulation.None
|
|
16016
16121
|
},] }
|
|
16017
16122
|
];
|
|
16018
16123
|
TransactionReceivingGoodsDetailsComponent.ctorParameters = function () { return [
|
|
16019
16124
|
{ type: corecomponents_v12.FormMasterService },
|
|
16020
16125
|
{ type: TransactionService },
|
|
16021
|
-
{ type: ArticleService }
|
|
16126
|
+
{ type: ArticleService },
|
|
16127
|
+
{ type: DialogService }
|
|
16022
16128
|
]; };
|
|
16023
16129
|
TransactionReceivingGoodsDetailsComponent.propDecorators = {
|
|
16024
16130
|
amountLeftToReceive: [{ type: i0.Input }],
|
|
@@ -16524,12 +16630,14 @@
|
|
|
16524
16630
|
|
|
16525
16631
|
var TransactionReceivedGoodsGridComponent = /** @class */ (function (_super) {
|
|
16526
16632
|
__extends(TransactionReceivedGoodsGridComponent, _super);
|
|
16527
|
-
function TransactionReceivedGoodsGridComponent(_imageService, _transactionService, _transactionEventService, _articleService) {
|
|
16633
|
+
function TransactionReceivedGoodsGridComponent(_imageService, _transactionService, _transactionEventService, _articleService, _dialogService) {
|
|
16528
16634
|
var _this = _super.call(this, _imageService) || this;
|
|
16529
16635
|
_this._imageService = _imageService;
|
|
16530
16636
|
_this._transactionService = _transactionService;
|
|
16531
16637
|
_this._transactionEventService = _transactionEventService;
|
|
16532
16638
|
_this._articleService = _articleService;
|
|
16639
|
+
_this._dialogService = _dialogService;
|
|
16640
|
+
_this.columnAlign = corecomponents_v12.ColumnAlign;
|
|
16533
16641
|
_this.locationDropdownFields = { text: "locationNo", value: "locationNo" };
|
|
16534
16642
|
_this.rowViewModels = new Map();
|
|
16535
16643
|
_this._subscriptions = [];
|
|
@@ -16557,13 +16665,16 @@
|
|
|
16557
16665
|
var _this = this;
|
|
16558
16666
|
return __generator(this, function (_a) {
|
|
16559
16667
|
switch (_a.label) {
|
|
16560
|
-
case 0:
|
|
16561
|
-
|
|
16562
|
-
|
|
16563
|
-
|
|
16668
|
+
case 0:
|
|
16669
|
+
if (!row.isArticle) return [3 /*break*/, 2];
|
|
16670
|
+
return [4 /*yield*/, this._transactionService.getGoodsReceiptStatus(this.transactionId, row.lineNr)
|
|
16671
|
+
.then(function (result) {
|
|
16672
|
+
_this.rowViewModels.set(row, new ReceiveGoodsViewModel(row, result, result.quantityToReceive === 0, result.quantityToReceive));
|
|
16673
|
+
})];
|
|
16564
16674
|
case 1:
|
|
16565
16675
|
_a.sent();
|
|
16566
|
-
|
|
16676
|
+
_a.label = 2;
|
|
16677
|
+
case 2: return [2 /*return*/];
|
|
16567
16678
|
}
|
|
16568
16679
|
});
|
|
16569
16680
|
});
|
|
@@ -16640,12 +16751,27 @@
|
|
|
16640
16751
|
receiveGoodsViewModel.goodsReceiptStatus.quantityToReceive = change.goodsReceiptStatus.quantityToReceive;
|
|
16641
16752
|
receiveGoodsViewModel.toReceive = change.goodsReceiptStatus.quantityToReceive;
|
|
16642
16753
|
};
|
|
16754
|
+
TransactionReceivedGoodsGridComponent.prototype.openWarehouseLocationDialog = function (line) {
|
|
16755
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
16756
|
+
var _this = this;
|
|
16757
|
+
return __generator(this, function (_a) {
|
|
16758
|
+
switch (_a.label) {
|
|
16759
|
+
case 0: return [4 /*yield*/, this._dialogService.showWarehouseLocation().then(function (result) {
|
|
16760
|
+
_this.getRowViewModel(line).location = result;
|
|
16761
|
+
})];
|
|
16762
|
+
case 1:
|
|
16763
|
+
_a.sent();
|
|
16764
|
+
return [2 /*return*/];
|
|
16765
|
+
}
|
|
16766
|
+
});
|
|
16767
|
+
});
|
|
16768
|
+
};
|
|
16643
16769
|
return TransactionReceivedGoodsGridComponent;
|
|
16644
16770
|
}(TransactionGridBaseComponent));
|
|
16645
16771
|
TransactionReceivedGoodsGridComponent.decorators = [
|
|
16646
16772
|
{ type: i0.Component, args: [{
|
|
16647
16773
|
selector: "co-transaction-received-goods-grid",
|
|
16648
|
-
template: "\n <co-transaction-base-grid [transactionLines]=\"transactionLines\" (sidePanelClicked)=\"openSidePanel($event)\" (rowVisible)=\"handleRowVisible($event)\">\n <co-simple-grid-column [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'warehouseNumber'\" [order]=\"40\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [order]=\"45\">\n <ng-template #template let-row = \"row\">\n <co-drop-down-list
|
|
16774
|
+
template: "\n <co-transaction-base-grid [transactionLines]=\"transactionLines\" (sidePanelClicked)=\"openSidePanel($event)\" (rowVisible)=\"handleRowVisible($event)\">\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'WAREHOUSE' | localize\" [field]=\"'warehouseNumber'\" [order]=\"40\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'LOCATION' | localize\" [order]=\"45\">\n <ng-template #template let-row = \"row\">\n <div *ngIf=\"row.isArticle\" class=\"location-wrapper\" (click)=\"openWarehouseLocationDialog(row)\">\n <div [textContent]=\"getRowViewModel(row).location ? getRowViewModel(row).location : '-'\"></div>\n </div>\n<!-- <co-drop-down-list-->\n<!-- noTriangleGraphic-->\n<!-- (focus)=\"handleDropDownSelected(row.warehouseNumber)\"-->\n<!-- [required]=\"locationRequired(row) && getRowViewModel(row).goodsReceiptStatus.quantityToReceive > 0\"-->\n<!-- [collection]=\"locations\"-->\n<!-- [fields]=\"locationDropdownFields\"-->\n<!-- [(model)]=\"getRowViewModel(row).location\"-->\n<!-- [disabled]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"-->\n<!-- ></co-drop-down-list>-->\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'IN_ORDER' | localize\" [field]=\"'amount'\" [order]=\"50\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RECEIVED' | localize\" [order]=\"51\">\n <ng-template #template let-row = \"row\">\n <co-input-number-picker *ngIf=\"row.isArticle\"\n [min]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive > 0 ? 1 : 0\"\n [max]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive\"\n [(model)]=\"getRowViewModel(row).toReceive\"\n [disabled]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"\n [readonly]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"\n ></co-input-number-picker>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'BATCH' | localize\" [field]=\"'inOrder'\" [order]=\"52\"></co-simple-grid-column>\n <co-simple-grid-column [textAlign]=\"columnAlign.Center\" [headerText]=\"'Commit button'\" [field]=\"'commitButton'\" [order]=\"55\">\n <ng-template #template let-row = \"row\">\n <co-input-checkbox *ngIf=\"row.isArticle\"\n [(model)]=\"getRowViewModel(row).selected\"\n [disabled]=\"getRowViewModel(row).goodsReceiptStatus.quantityToReceive === 0\"\n ></co-input-checkbox>\n </ng-template>\n </co-simple-grid-column>\n </co-transaction-base-grid>\n ",
|
|
16649
16775
|
encapsulation: i0.ViewEncapsulation.None
|
|
16650
16776
|
},] }
|
|
16651
16777
|
];
|
|
@@ -16653,7 +16779,8 @@
|
|
|
16653
16779
|
{ type: TransactionImageService },
|
|
16654
16780
|
{ type: TransactionService },
|
|
16655
16781
|
{ type: TransactionEventService },
|
|
16656
|
-
{ type: ArticleService }
|
|
16782
|
+
{ type: ArticleService },
|
|
16783
|
+
{ type: DialogService }
|
|
16657
16784
|
]; };
|
|
16658
16785
|
TransactionReceivedGoodsGridComponent.propDecorators = {
|
|
16659
16786
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-received-goods-grid",] }]
|
|
@@ -17123,7 +17250,6 @@
|
|
|
17123
17250
|
this._service = _service;
|
|
17124
17251
|
this._transactionEventService = _transactionEventService;
|
|
17125
17252
|
this.categories = TransactionTypeCategory;
|
|
17126
|
-
this.transactionLine = new transactionLineInfo_bo.TransactionLineInfo();
|
|
17127
17253
|
this.quantityToReceiveChange = new i0.EventEmitter();
|
|
17128
17254
|
this.goodsReceiptStatus = new goodsReceiptStatusWithHistory_bo.GoodsReceiptStatusWithHistory();
|
|
17129
17255
|
this._transactionInfo = new transactionInfo_bo.TransactionInfo();
|
|
@@ -17172,8 +17298,8 @@
|
|
|
17172
17298
|
{ type: TransactionEventService }
|
|
17173
17299
|
]; };
|
|
17174
17300
|
TransactionLineSidePanelPurchaseComponent.propDecorators = {
|
|
17175
|
-
transactionInfo: [{ type: i0.Input }],
|
|
17176
17301
|
transactionLine: [{ type: i0.Input }],
|
|
17302
|
+
transactionInfo: [{ type: i0.Input }],
|
|
17177
17303
|
category: [{ type: i0.Input }],
|
|
17178
17304
|
quantityToReceiveChange: [{ type: i0.Output }],
|
|
17179
17305
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-side-panel-purchase",] }]
|
|
@@ -17764,6 +17890,92 @@
|
|
|
17764
17890
|
},] }
|
|
17765
17891
|
];
|
|
17766
17892
|
|
|
17893
|
+
// @ts-ignore
|
|
17894
|
+
var TransactionLineWarehouseLocationComponent = /** @class */ (function (_super) {
|
|
17895
|
+
__extends(TransactionLineWarehouseLocationComponent, _super);
|
|
17896
|
+
function TransactionLineWarehouseLocationComponent(_articleService) {
|
|
17897
|
+
var _this = _super.call(this) || this;
|
|
17898
|
+
_this._articleService = _articleService;
|
|
17899
|
+
_this.codeField = 'locationNo';
|
|
17900
|
+
_this.propsForLabel = ['locationNo', 'description'];
|
|
17901
|
+
return _this;
|
|
17902
|
+
}
|
|
17903
|
+
TransactionLineWarehouseLocationComponent.prototype.ngOnInit = function () {
|
|
17904
|
+
var _this = this;
|
|
17905
|
+
this.viewModels.length = 0;
|
|
17906
|
+
this._articleService.getWarehouseLocations(this.warehouseNr).then(function (locations) {
|
|
17907
|
+
_this.collection = locations.slice();
|
|
17908
|
+
});
|
|
17909
|
+
};
|
|
17910
|
+
TransactionLineWarehouseLocationComponent.prototype.commit = function (locationNr) {
|
|
17911
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
17912
|
+
return __generator(this, function (_a) {
|
|
17913
|
+
// not now
|
|
17914
|
+
return [2 /*return*/, true];
|
|
17915
|
+
});
|
|
17916
|
+
});
|
|
17917
|
+
};
|
|
17918
|
+
return TransactionLineWarehouseLocationComponent;
|
|
17919
|
+
}(TransactionLineBaseComponent));
|
|
17920
|
+
TransactionLineWarehouseLocationComponent.decorators = [
|
|
17921
|
+
{ type: i0.Component, args: [{
|
|
17922
|
+
selector: "co-transaction-line-warehouse-location",
|
|
17923
|
+
template: "\n <co-transaction-line-checkbox-list\n [collection]=\"viewModelsFiltered\"\n [readonly]=\"readonly\"\n (checked)=\"handleChecked($event)\"\n ></co-transaction-line-checkbox-list>\n ",
|
|
17924
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
17925
|
+
},] }
|
|
17926
|
+
];
|
|
17927
|
+
TransactionLineWarehouseLocationComponent.ctorParameters = function () { return [
|
|
17928
|
+
{ type: ArticleService }
|
|
17929
|
+
]; };
|
|
17930
|
+
TransactionLineWarehouseLocationComponent.propDecorators = {
|
|
17931
|
+
warehouseNr: [{ type: i0.Input }]
|
|
17932
|
+
};
|
|
17933
|
+
|
|
17934
|
+
var TransactionLineWarehouseLocationModule = /** @class */ (function () {
|
|
17935
|
+
function TransactionLineWarehouseLocationModule() {
|
|
17936
|
+
}
|
|
17937
|
+
return TransactionLineWarehouseLocationModule;
|
|
17938
|
+
}());
|
|
17939
|
+
TransactionLineWarehouseLocationModule.decorators = [
|
|
17940
|
+
{ type: i0.NgModule, args: [{
|
|
17941
|
+
imports: [
|
|
17942
|
+
common.CommonModule,
|
|
17943
|
+
corecomponents_v12.InputCheckboxModule,
|
|
17944
|
+
TransactionLineCheckboxModule
|
|
17945
|
+
],
|
|
17946
|
+
declarations: [
|
|
17947
|
+
TransactionLineWarehouseLocationComponent
|
|
17948
|
+
],
|
|
17949
|
+
exports: [
|
|
17950
|
+
TransactionLineWarehouseLocationComponent
|
|
17951
|
+
]
|
|
17952
|
+
},] }
|
|
17953
|
+
];
|
|
17954
|
+
|
|
17955
|
+
var DialogTransactionLineWarehouseLocationModule = /** @class */ (function () {
|
|
17956
|
+
function DialogTransactionLineWarehouseLocationModule() {
|
|
17957
|
+
}
|
|
17958
|
+
return DialogTransactionLineWarehouseLocationModule;
|
|
17959
|
+
}());
|
|
17960
|
+
DialogTransactionLineWarehouseLocationModule.decorators = [
|
|
17961
|
+
{ type: i0.NgModule, args: [{
|
|
17962
|
+
imports: [
|
|
17963
|
+
common.CommonModule,
|
|
17964
|
+
corecomponents_v12.CoDialogModule,
|
|
17965
|
+
DialogHeaderSearchModule,
|
|
17966
|
+
corecomponents_v12.ButtonModule,
|
|
17967
|
+
PipeModule,
|
|
17968
|
+
TransactionLineWarehouseLocationModule
|
|
17969
|
+
],
|
|
17970
|
+
declarations: [
|
|
17971
|
+
DialogTransactionLineWarehouseLocationComponent
|
|
17972
|
+
],
|
|
17973
|
+
exports: [
|
|
17974
|
+
DialogTransactionLineWarehouseLocationComponent
|
|
17975
|
+
]
|
|
17976
|
+
},] }
|
|
17977
|
+
];
|
|
17978
|
+
|
|
17767
17979
|
var TransactionReceivedGoodsGridModule = /** @class */ (function () {
|
|
17768
17980
|
function TransactionReceivedGoodsGridModule() {
|
|
17769
17981
|
}
|
|
@@ -17779,7 +17991,8 @@
|
|
|
17779
17991
|
PipeModule,
|
|
17780
17992
|
corecomponents_v12.InputCheckboxModule,
|
|
17781
17993
|
corecomponents_v12.DropDownModule,
|
|
17782
|
-
corecomponents_v12.InputNumberPickerModule
|
|
17994
|
+
corecomponents_v12.InputNumberPickerModule,
|
|
17995
|
+
DialogTransactionLineWarehouseLocationModule
|
|
17783
17996
|
],
|
|
17784
17997
|
declarations: [
|
|
17785
17998
|
TransactionReceivedGoodsGridComponent
|
|
@@ -19842,267 +20055,273 @@
|
|
|
19842
20055
|
exports.TransactionTotalsModule = TransactionTotalsModule;
|
|
19843
20056
|
exports["ɵa"] = PendingReasonService;
|
|
19844
20057
|
exports["ɵb"] = DialogService;
|
|
19845
|
-
exports["ɵba"] =
|
|
19846
|
-
exports["ɵbb"] =
|
|
19847
|
-
exports["ɵbc"] =
|
|
19848
|
-
exports["ɵbd"] =
|
|
19849
|
-
exports["ɵbe"] =
|
|
19850
|
-
exports["ɵbf"] =
|
|
19851
|
-
exports["ɵbg"] =
|
|
19852
|
-
exports["ɵbh"] =
|
|
19853
|
-
exports["ɵbi"] =
|
|
19854
|
-
exports["ɵbj"] =
|
|
19855
|
-
exports["ɵbk"] =
|
|
19856
|
-
exports["ɵbl"] =
|
|
19857
|
-
exports["ɵbm"] =
|
|
19858
|
-
exports["ɵbn"] =
|
|
19859
|
-
exports["ɵbo"] =
|
|
19860
|
-
exports["ɵbp"] =
|
|
19861
|
-
exports["ɵbq"] =
|
|
19862
|
-
exports["ɵbr"] =
|
|
19863
|
-
exports["ɵbs"] =
|
|
19864
|
-
exports["ɵbt"] =
|
|
19865
|
-
exports["ɵbu"] =
|
|
19866
|
-
exports["ɵbv"] =
|
|
19867
|
-
exports["ɵbw"] =
|
|
19868
|
-
exports["ɵbx"] =
|
|
19869
|
-
exports["ɵby"] =
|
|
19870
|
-
exports["ɵbz"] =
|
|
19871
|
-
exports["ɵc"] =
|
|
19872
|
-
exports["ɵca"] =
|
|
19873
|
-
exports["ɵcb"] =
|
|
19874
|
-
exports["ɵcc"] =
|
|
19875
|
-
exports["ɵcd"] =
|
|
19876
|
-
exports["ɵce"] =
|
|
19877
|
-
exports["ɵcf"] =
|
|
19878
|
-
exports["ɵcg"] =
|
|
19879
|
-
exports["ɵch"] =
|
|
19880
|
-
exports["ɵci"] =
|
|
19881
|
-
exports["ɵcj"] =
|
|
19882
|
-
exports["ɵck"] =
|
|
19883
|
-
exports["ɵcl"] =
|
|
19884
|
-
exports["ɵcm"] =
|
|
19885
|
-
exports["ɵcn"] =
|
|
19886
|
-
exports["ɵco"] =
|
|
19887
|
-
exports["ɵcp"] =
|
|
19888
|
-
exports["ɵcq"] =
|
|
19889
|
-
exports["ɵcr"] =
|
|
19890
|
-
exports["ɵcs"] =
|
|
19891
|
-
exports["ɵct"] =
|
|
19892
|
-
exports["ɵcu"] =
|
|
19893
|
-
exports["ɵcv"] =
|
|
19894
|
-
exports["ɵcw"] =
|
|
19895
|
-
exports["ɵcx"] =
|
|
19896
|
-
exports["ɵcy"] =
|
|
19897
|
-
exports["ɵcz"] =
|
|
19898
|
-
exports["ɵd"] =
|
|
19899
|
-
exports["ɵda"] =
|
|
19900
|
-
exports["ɵdb"] =
|
|
19901
|
-
exports["ɵdc"] =
|
|
19902
|
-
exports["ɵdd"] =
|
|
19903
|
-
exports["ɵde"] =
|
|
19904
|
-
exports["ɵdf"] =
|
|
19905
|
-
exports["ɵdg"] =
|
|
19906
|
-
exports["ɵdh"] =
|
|
19907
|
-
exports["ɵdi"] =
|
|
19908
|
-
exports["ɵdj"] =
|
|
19909
|
-
exports["ɵdk"] =
|
|
19910
|
-
exports["ɵdl"] =
|
|
19911
|
-
exports["ɵdm"] =
|
|
19912
|
-
exports["ɵdn"] =
|
|
19913
|
-
exports["ɵdo"] =
|
|
19914
|
-
exports["ɵdp"] =
|
|
19915
|
-
exports["ɵdq"] =
|
|
19916
|
-
exports["ɵdr"] =
|
|
19917
|
-
exports["ɵds"] =
|
|
19918
|
-
exports["ɵdt"] =
|
|
19919
|
-
exports["ɵdu"] =
|
|
19920
|
-
exports["ɵdv"] =
|
|
19921
|
-
exports["ɵdw"] =
|
|
19922
|
-
exports["ɵdx"] =
|
|
19923
|
-
exports["ɵdy"] =
|
|
19924
|
-
exports["ɵdz"] =
|
|
19925
|
-
exports["ɵe"] =
|
|
19926
|
-
exports["ɵea"] =
|
|
19927
|
-
exports["ɵeb"] =
|
|
19928
|
-
exports["ɵec"] =
|
|
19929
|
-
exports["ɵed"] =
|
|
19930
|
-
exports["ɵee"] =
|
|
19931
|
-
exports["ɵef"] =
|
|
19932
|
-
exports["ɵeg"] =
|
|
19933
|
-
exports["ɵeh"] =
|
|
19934
|
-
exports["ɵei"] =
|
|
19935
|
-
exports["ɵej"] =
|
|
19936
|
-
exports["ɵek"] =
|
|
19937
|
-
exports["ɵel"] =
|
|
19938
|
-
exports["ɵem"] =
|
|
19939
|
-
exports["ɵen"] =
|
|
19940
|
-
exports["ɵeo"] =
|
|
19941
|
-
exports["ɵep"] =
|
|
19942
|
-
exports["ɵeq"] =
|
|
19943
|
-
exports["ɵer"] =
|
|
19944
|
-
exports["ɵes"] =
|
|
19945
|
-
exports["ɵet"] =
|
|
19946
|
-
exports["ɵeu"] =
|
|
19947
|
-
exports["ɵev"] =
|
|
19948
|
-
exports["ɵew"] =
|
|
19949
|
-
exports["ɵex"] =
|
|
19950
|
-
exports["ɵey"] =
|
|
19951
|
-
exports["ɵez"] =
|
|
19952
|
-
exports["ɵf"] =
|
|
19953
|
-
exports["ɵfa"] =
|
|
19954
|
-
exports["ɵfb"] =
|
|
19955
|
-
exports["ɵfc"] =
|
|
19956
|
-
exports["ɵfd"] =
|
|
19957
|
-
exports["ɵfe"] =
|
|
19958
|
-
exports["ɵff"] =
|
|
19959
|
-
exports["ɵfg"] =
|
|
19960
|
-
exports["ɵfh"] =
|
|
19961
|
-
exports["ɵfi"] =
|
|
19962
|
-
exports["ɵfj"] =
|
|
19963
|
-
exports["ɵfk"] =
|
|
19964
|
-
exports["ɵfl"] =
|
|
19965
|
-
exports["ɵfm"] =
|
|
19966
|
-
exports["ɵfn"] =
|
|
19967
|
-
exports["ɵfo"] =
|
|
19968
|
-
exports["ɵfp"] =
|
|
19969
|
-
exports["ɵfq"] =
|
|
19970
|
-
exports["ɵfr"] =
|
|
19971
|
-
exports["ɵfs"] =
|
|
19972
|
-
exports["ɵft"] =
|
|
19973
|
-
exports["ɵfu"] =
|
|
19974
|
-
exports["ɵfv"] =
|
|
19975
|
-
exports["ɵfw"] =
|
|
19976
|
-
exports["ɵfx"] =
|
|
19977
|
-
exports["ɵfy"] =
|
|
19978
|
-
exports["ɵfz"] =
|
|
19979
|
-
exports["ɵg"] =
|
|
19980
|
-
exports["ɵga"] =
|
|
19981
|
-
exports["ɵgb"] =
|
|
19982
|
-
exports["ɵgc"] =
|
|
19983
|
-
exports["ɵgd"] =
|
|
19984
|
-
exports["ɵge"] =
|
|
19985
|
-
exports["ɵgf"] =
|
|
19986
|
-
exports["ɵgg"] =
|
|
19987
|
-
exports["ɵgh"] =
|
|
19988
|
-
exports["ɵgi"] =
|
|
19989
|
-
exports["ɵgj"] =
|
|
19990
|
-
exports["ɵgk"] =
|
|
19991
|
-
exports["ɵgl"] =
|
|
19992
|
-
exports["ɵgm"] =
|
|
19993
|
-
exports["ɵgn"] =
|
|
19994
|
-
exports["ɵgo"] =
|
|
19995
|
-
exports["ɵgp"] =
|
|
19996
|
-
exports["ɵgq"] =
|
|
19997
|
-
exports["ɵgr"] =
|
|
19998
|
-
exports["ɵgs"] =
|
|
19999
|
-
exports["ɵgt"] =
|
|
20000
|
-
exports["ɵgu"] =
|
|
20001
|
-
exports["ɵgv"] =
|
|
20002
|
-
exports["ɵgw"] =
|
|
20003
|
-
exports["ɵgx"] =
|
|
20004
|
-
exports["ɵgy"] =
|
|
20005
|
-
exports["ɵgz"] =
|
|
20006
|
-
exports["ɵh"] =
|
|
20007
|
-
exports["ɵha"] =
|
|
20008
|
-
exports["ɵhb"] =
|
|
20009
|
-
exports["ɵhc"] =
|
|
20010
|
-
exports["ɵhd"] =
|
|
20011
|
-
exports["ɵhe"] =
|
|
20012
|
-
exports["ɵhf"] =
|
|
20013
|
-
exports["ɵhg"] =
|
|
20014
|
-
exports["ɵhh"] =
|
|
20015
|
-
exports["ɵhi"] =
|
|
20016
|
-
exports["ɵhj"] =
|
|
20017
|
-
exports["ɵhk"] =
|
|
20018
|
-
exports["ɵhl"] =
|
|
20019
|
-
exports["ɵhm"] =
|
|
20020
|
-
exports["ɵhn"] =
|
|
20021
|
-
exports["ɵho"] =
|
|
20022
|
-
exports["ɵhp"] =
|
|
20023
|
-
exports["ɵhq"] =
|
|
20024
|
-
exports["ɵhr"] =
|
|
20025
|
-
exports["ɵhs"] =
|
|
20026
|
-
exports["ɵht"] =
|
|
20027
|
-
exports["ɵhu"] =
|
|
20028
|
-
exports["ɵhv"] =
|
|
20029
|
-
exports["ɵhw"] =
|
|
20030
|
-
exports["ɵhx"] =
|
|
20031
|
-
exports["ɵhy"] =
|
|
20032
|
-
exports["ɵhz"] =
|
|
20033
|
-
exports["ɵi"] =
|
|
20034
|
-
exports["ɵia"] =
|
|
20035
|
-
exports["ɵib"] =
|
|
20036
|
-
exports["ɵic"] =
|
|
20037
|
-
exports["ɵid"] =
|
|
20038
|
-
exports["ɵie"] =
|
|
20039
|
-
exports["ɵif"] =
|
|
20040
|
-
exports["ɵig"] =
|
|
20041
|
-
exports["ɵih"] =
|
|
20042
|
-
exports["ɵii"] =
|
|
20043
|
-
exports["ɵij"] =
|
|
20044
|
-
exports["ɵik"] =
|
|
20045
|
-
exports["ɵil"] =
|
|
20046
|
-
exports["ɵim"] =
|
|
20047
|
-
exports["ɵin"] =
|
|
20048
|
-
exports["ɵio"] =
|
|
20049
|
-
exports["ɵip"] =
|
|
20050
|
-
exports["ɵiq"] =
|
|
20051
|
-
exports["ɵir"] =
|
|
20052
|
-
exports["ɵis"] =
|
|
20053
|
-
exports["ɵit"] =
|
|
20054
|
-
exports["ɵiu"] =
|
|
20055
|
-
exports["ɵiv"] =
|
|
20056
|
-
exports["ɵiw"] =
|
|
20057
|
-
exports["ɵix"] =
|
|
20058
|
-
exports["ɵiy"] =
|
|
20059
|
-
exports["ɵiz"] =
|
|
20060
|
-
exports["ɵj"] =
|
|
20061
|
-
exports["ɵja"] =
|
|
20062
|
-
exports["ɵjb"] =
|
|
20063
|
-
exports["ɵjc"] =
|
|
20064
|
-
exports["ɵjd"] =
|
|
20065
|
-
exports["ɵje"] =
|
|
20066
|
-
exports["ɵjf"] =
|
|
20067
|
-
exports["ɵjg"] =
|
|
20068
|
-
exports["ɵjh"] =
|
|
20069
|
-
exports["ɵji"] =
|
|
20070
|
-
exports["ɵjj"] =
|
|
20071
|
-
exports["ɵjk"] =
|
|
20072
|
-
exports["ɵjl"] =
|
|
20073
|
-
exports["ɵjm"] =
|
|
20074
|
-
exports["ɵjn"] =
|
|
20075
|
-
exports["ɵjo"] =
|
|
20076
|
-
exports["ɵjp"] =
|
|
20077
|
-
exports["ɵjq"] =
|
|
20078
|
-
exports["ɵjr"] =
|
|
20079
|
-
exports["ɵjs"] =
|
|
20080
|
-
exports["ɵjt"] =
|
|
20081
|
-
exports["ɵju"] =
|
|
20082
|
-
exports["ɵjv"] =
|
|
20083
|
-
exports["ɵjw"] =
|
|
20084
|
-
exports["ɵjx"] =
|
|
20085
|
-
exports["ɵjy"] =
|
|
20086
|
-
exports["ɵjz"] =
|
|
20087
|
-
exports["ɵk"] =
|
|
20088
|
-
exports["ɵka"] =
|
|
20089
|
-
exports["ɵkb"] =
|
|
20090
|
-
exports["ɵkc"] =
|
|
20091
|
-
exports["
|
|
20092
|
-
exports["
|
|
20093
|
-
exports["
|
|
20094
|
-
exports["
|
|
20095
|
-
exports["
|
|
20096
|
-
exports["
|
|
20097
|
-
exports["
|
|
20098
|
-
exports["
|
|
20099
|
-
exports["
|
|
20100
|
-
exports["
|
|
20101
|
-
exports["
|
|
20102
|
-
exports["
|
|
20103
|
-
exports["
|
|
20104
|
-
exports["
|
|
20105
|
-
exports["
|
|
20058
|
+
exports["ɵba"] = IconCacheService;
|
|
20059
|
+
exports["ɵbb"] = CharacteristicAnswerModule;
|
|
20060
|
+
exports["ɵbc"] = CharacteristicAnswerComponent;
|
|
20061
|
+
exports["ɵbd"] = WarehouseModule;
|
|
20062
|
+
exports["ɵbe"] = WarehouseComponent;
|
|
20063
|
+
exports["ɵbf"] = ImageDisplayComponent;
|
|
20064
|
+
exports["ɵbg"] = IconComponent;
|
|
20065
|
+
exports["ɵbh"] = CustomerGroupsComponent;
|
|
20066
|
+
exports["ɵbi"] = StockStatusIndicatorComponent;
|
|
20067
|
+
exports["ɵbj"] = LoaderComponent;
|
|
20068
|
+
exports["ɵbk"] = LazyRenderMasterDirective;
|
|
20069
|
+
exports["ɵbl"] = LazyRenderDirective;
|
|
20070
|
+
exports["ɵbm"] = RelationAddressModule;
|
|
20071
|
+
exports["ɵbn"] = RelationAddressComponent;
|
|
20072
|
+
exports["ɵbo"] = RelationBaseComponent;
|
|
20073
|
+
exports["ɵbp"] = RelationAddressSelectModule;
|
|
20074
|
+
exports["ɵbq"] = RelationAddressTileModule;
|
|
20075
|
+
exports["ɵbr"] = TileModule;
|
|
20076
|
+
exports["ɵbs"] = TileComponent;
|
|
20077
|
+
exports["ɵbt"] = RelationAddressTileComponent;
|
|
20078
|
+
exports["ɵbu"] = RelationAddressSelectComponent;
|
|
20079
|
+
exports["ɵbv"] = BusinessObjectFactory;
|
|
20080
|
+
exports["ɵbw"] = StepperModule;
|
|
20081
|
+
exports["ɵbx"] = StepperComponent;
|
|
20082
|
+
exports["ɵby"] = StepperStepComponent;
|
|
20083
|
+
exports["ɵbz"] = TransactionArticleTextModule;
|
|
20084
|
+
exports["ɵc"] = DynamicComponentService;
|
|
20085
|
+
exports["ɵca"] = TransactionArticleTextComponent;
|
|
20086
|
+
exports["ɵcb"] = TransactionArticleTextOverviewModule;
|
|
20087
|
+
exports["ɵcc"] = TransactionArticleTextOverviewComponent;
|
|
20088
|
+
exports["ɵcd"] = TransactionLineActionButtonsModule;
|
|
20089
|
+
exports["ɵce"] = TransactionLineActionButtonsComponent;
|
|
20090
|
+
exports["ɵcf"] = EditableLabelModule;
|
|
20091
|
+
exports["ɵcg"] = EditableLabelComponent;
|
|
20092
|
+
exports["ɵch"] = TransactionLinePriceModule;
|
|
20093
|
+
exports["ɵci"] = TransactionLinePriceComponent;
|
|
20094
|
+
exports["ɵcj"] = TransactionLineBaseComponent;
|
|
20095
|
+
exports["ɵck"] = TransactionFilterPopupBaseComponent;
|
|
20096
|
+
exports["ɵcl"] = TransactionLineDescriptionModule;
|
|
20097
|
+
exports["ɵcm"] = TransactionLineDescriptionComponent;
|
|
20098
|
+
exports["ɵcn"] = DialogTransactionLineDeliveryMethodModule;
|
|
20099
|
+
exports["ɵco"] = TransactionLineDeliveryMethodModule;
|
|
20100
|
+
exports["ɵcp"] = TransactionLineCheckboxModule;
|
|
20101
|
+
exports["ɵcq"] = TransactionLineCheckboxListComponent;
|
|
20102
|
+
exports["ɵcr"] = TransactionLineDeliveryMethodComponent;
|
|
20103
|
+
exports["ɵcs"] = DialogHeaderSearchModule;
|
|
20104
|
+
exports["ɵct"] = DialogHeaderSearchComponent;
|
|
20105
|
+
exports["ɵcu"] = DialogTransactionLineDeliveryMethodComponent;
|
|
20106
|
+
exports["ɵcv"] = DialogTransactionLineBaseComponent;
|
|
20107
|
+
exports["ɵcw"] = DialogTransactionLineCommissionCodeModule;
|
|
20108
|
+
exports["ɵcx"] = TransactionLineCommissionCodeModule;
|
|
20109
|
+
exports["ɵcy"] = TransactionLineCommissionCodeComponent;
|
|
20110
|
+
exports["ɵcz"] = DialogTransactionLineCommissionCodeComponent;
|
|
20111
|
+
exports["ɵd"] = OptionsService;
|
|
20112
|
+
exports["ɵda"] = DialogTransactionLineVatModule;
|
|
20113
|
+
exports["ɵdb"] = TransactionLineVatModule;
|
|
20114
|
+
exports["ɵdc"] = TransactionLineVatComponent;
|
|
20115
|
+
exports["ɵdd"] = DialogTransactionLineVatComponent;
|
|
20116
|
+
exports["ɵde"] = DialogTransactionLineWarehouseModule;
|
|
20117
|
+
exports["ɵdf"] = TransactionLineWarehouseModule;
|
|
20118
|
+
exports["ɵdg"] = TransactionLineWarehouseComponent;
|
|
20119
|
+
exports["ɵdh"] = DialogTransactionLineWarehouseComponent;
|
|
20120
|
+
exports["ɵdi"] = DialogTransactionLineDiscountModule;
|
|
20121
|
+
exports["ɵdj"] = TransactionLinePriceListModule;
|
|
20122
|
+
exports["ɵdk"] = TransactionLinePriceListComponent;
|
|
20123
|
+
exports["ɵdl"] = TransactionLineLineDiscountModule;
|
|
20124
|
+
exports["ɵdm"] = TransactionLineLineDiscountComponent;
|
|
20125
|
+
exports["ɵdn"] = TransactionLineDiscountAmountModule;
|
|
20126
|
+
exports["ɵdo"] = TransactionLineDiscountAmountComponent;
|
|
20127
|
+
exports["ɵdp"] = TransactionLineQuantumDiscountModule;
|
|
20128
|
+
exports["ɵdq"] = TransactionLineQuantumDiscountComponent;
|
|
20129
|
+
exports["ɵdr"] = TransactionLineSpecialDiscountModule;
|
|
20130
|
+
exports["ɵds"] = TransactionLineSpecialDiscountComponent;
|
|
20131
|
+
exports["ɵdt"] = DialogTransactionLinePriceListModule;
|
|
20132
|
+
exports["ɵdu"] = DialogTransactionLinePriceListComponent;
|
|
20133
|
+
exports["ɵdv"] = DialogTransactionLineDiscountComponent;
|
|
20134
|
+
exports["ɵdw"] = TransactionImageService;
|
|
20135
|
+
exports["ɵdx"] = AvatarModule;
|
|
20136
|
+
exports["ɵdy"] = AvatarComponent;
|
|
20137
|
+
exports["ɵdz"] = SharedService;
|
|
20138
|
+
exports["ɵe"] = DictionaryService;
|
|
20139
|
+
exports["ɵea"] = SharedConnectorService;
|
|
20140
|
+
exports["ɵeb"] = DeliveryTypeTileModule;
|
|
20141
|
+
exports["ɵec"] = DeliveryTypeTileComponent;
|
|
20142
|
+
exports["ɵed"] = PaymentModule;
|
|
20143
|
+
exports["ɵee"] = PaymentTileModule;
|
|
20144
|
+
exports["ɵef"] = PaymentTileComponent;
|
|
20145
|
+
exports["ɵeg"] = PaymentQrCodeModule;
|
|
20146
|
+
exports["ɵeh"] = PaymentQrCodeComponent;
|
|
20147
|
+
exports["ɵei"] = PaymentComponent;
|
|
20148
|
+
exports["ɵej"] = PaymentService;
|
|
20149
|
+
exports["ɵek"] = RelationTypeModule;
|
|
20150
|
+
exports["ɵel"] = RelationTypeComponent;
|
|
20151
|
+
exports["ɵem"] = RelationGeneralModule;
|
|
20152
|
+
exports["ɵen"] = RelationSuggestionsListModule;
|
|
20153
|
+
exports["ɵeo"] = RelationSuggestionsListItemModule;
|
|
20154
|
+
exports["ɵep"] = RelationSuggestionsListItemComponent;
|
|
20155
|
+
exports["ɵeq"] = RelationSuggestionsListComponent;
|
|
20156
|
+
exports["ɵer"] = RelationGeneralComponent;
|
|
20157
|
+
exports["ɵes"] = RelationAddressesModule;
|
|
20158
|
+
exports["ɵet"] = RelationAddressesComponent;
|
|
20159
|
+
exports["ɵeu"] = RelationContactDetailsModule;
|
|
20160
|
+
exports["ɵev"] = RelationContactDetailsComponent;
|
|
20161
|
+
exports["ɵew"] = RelationPreferencesModule;
|
|
20162
|
+
exports["ɵex"] = RelationPreferencesComponent;
|
|
20163
|
+
exports["ɵey"] = TransactionHeaderBlockModule;
|
|
20164
|
+
exports["ɵez"] = TransactionHeaderBlockComponent;
|
|
20165
|
+
exports["ɵf"] = TransactionConnectorService;
|
|
20166
|
+
exports["ɵfa"] = TransactionHeaderDeliveryDateModule;
|
|
20167
|
+
exports["ɵfb"] = TransactionHeaderDeliveryDateComponent;
|
|
20168
|
+
exports["ɵfc"] = TransactionHeaderBaseComponent;
|
|
20169
|
+
exports["ɵfd"] = TransactionHeaderDeliveryOptionsModule;
|
|
20170
|
+
exports["ɵfe"] = TransactionHeaderDeliveryOptionsComponent;
|
|
20171
|
+
exports["ɵff"] = TransactionHeaderRemarksModule;
|
|
20172
|
+
exports["ɵfg"] = TransactionHeaderRemarksComponent;
|
|
20173
|
+
exports["ɵfh"] = TransactionHeaderReferenceModule;
|
|
20174
|
+
exports["ɵfi"] = TransactionHeaderReferenceComponent;
|
|
20175
|
+
exports["ɵfj"] = TransactionHeaderRelationReferenceModule;
|
|
20176
|
+
exports["ɵfk"] = TransactionHeaderRelationReferenceComponent;
|
|
20177
|
+
exports["ɵfl"] = TransactionHeaderDeliveryMethodModule;
|
|
20178
|
+
exports["ɵfm"] = TransactionHeaderDeliveryMethodComponent;
|
|
20179
|
+
exports["ɵfn"] = TransactionHeaderPreferredDeliveryDateModule;
|
|
20180
|
+
exports["ɵfo"] = TransactionHeaderPreferredDeliveryDateComponent;
|
|
20181
|
+
exports["ɵfp"] = DialogTransactionHeaderDeliveryMethodModule;
|
|
20182
|
+
exports["ɵfq"] = DialogTransactionHeaderDeliveryMethodComponent;
|
|
20183
|
+
exports["ɵfr"] = DialogTransactionHeaderBaseComponent;
|
|
20184
|
+
exports["ɵfs"] = TransactionBaseComponent;
|
|
20185
|
+
exports["ɵft"] = TransactionHeaderPartialDeliveryModule;
|
|
20186
|
+
exports["ɵfu"] = TransactionHeaderPartialDeliveryComponent;
|
|
20187
|
+
exports["ɵfv"] = TransactionHeaderDownpaymentPercentageModule;
|
|
20188
|
+
exports["ɵfw"] = TransactionHeaderDownpaymentPercentageComponent;
|
|
20189
|
+
exports["ɵfx"] = TransactionHeaderDownpaymentAmountModule;
|
|
20190
|
+
exports["ɵfy"] = TransactionHeaderDownpaymentAmountComponent;
|
|
20191
|
+
exports["ɵfz"] = TransactionHeaderDefinitiveModule;
|
|
20192
|
+
exports["ɵg"] = TransactionConnectorAdapterService;
|
|
20193
|
+
exports["ɵga"] = TransactionHeaderDefinitiveComponent;
|
|
20194
|
+
exports["ɵgb"] = TransactionHeaderBranchModule;
|
|
20195
|
+
exports["ɵgc"] = TransactionHeaderBranchComponent;
|
|
20196
|
+
exports["ɵgd"] = TransactionHeaderAdministrativeRelationModule;
|
|
20197
|
+
exports["ɵge"] = TransactionHeaderAdministrativeRelationComponent;
|
|
20198
|
+
exports["ɵgf"] = TransactionHeaderMarketingModule;
|
|
20199
|
+
exports["ɵgg"] = TransactionHeaderMarketingComponent;
|
|
20200
|
+
exports["ɵgh"] = CheckoutOverviewRelationEditComponent;
|
|
20201
|
+
exports["ɵgi"] = CheckoutOverviewDeliveryEditComponent;
|
|
20202
|
+
exports["ɵgj"] = CheckoutOverviewDeliveryAddressComponent;
|
|
20203
|
+
exports["ɵgk"] = CheckoutOverviewPaymentComponent;
|
|
20204
|
+
exports["ɵgl"] = CheckoutLoginComponent;
|
|
20205
|
+
exports["ɵgm"] = TransactionFilterCategoriesModule;
|
|
20206
|
+
exports["ɵgn"] = TransactionFilterCategoriesComponent;
|
|
20207
|
+
exports["ɵgo"] = TransactionHeaderPaymentModule;
|
|
20208
|
+
exports["ɵgp"] = TransactionHeaderPaymentComponent;
|
|
20209
|
+
exports["ɵgq"] = TransactionLinesGridModule;
|
|
20210
|
+
exports["ɵgr"] = TransactionBaseGridModule;
|
|
20211
|
+
exports["ɵgs"] = TransactionLineSidePanelModule;
|
|
20212
|
+
exports["ɵgt"] = TransactionLineSidePanelDefaultModule;
|
|
20213
|
+
exports["ɵgu"] = TransactionLineQuantityModule;
|
|
20214
|
+
exports["ɵgv"] = TransactionLineQuantityComponent;
|
|
20215
|
+
exports["ɵgw"] = TransactionLineDeliveryDateModule;
|
|
20216
|
+
exports["ɵgx"] = TransactionLineDeliveryDateComponent;
|
|
20217
|
+
exports["ɵgy"] = TransactionLineReferenceModule;
|
|
20218
|
+
exports["ɵgz"] = TransactionLineReferenceComponent;
|
|
20219
|
+
exports["ɵh"] = SelectMultipleCacheService;
|
|
20220
|
+
exports["ɵha"] = TransactionLineSupplierModule;
|
|
20221
|
+
exports["ɵhb"] = TransactionLineSupplierComponent;
|
|
20222
|
+
exports["ɵhc"] = TransactionLineSidePanelDefaultComponent;
|
|
20223
|
+
exports["ɵhd"] = TransactionReceivingGoodsHistoryModule;
|
|
20224
|
+
exports["ɵhe"] = TransactionHistoryGridModule;
|
|
20225
|
+
exports["ɵhf"] = TransactionHistoryGridStatusModule;
|
|
20226
|
+
exports["ɵhg"] = TransactionHistoryGridStatusComponent;
|
|
20227
|
+
exports["ɵhh"] = TransactionHistoryGridComponent;
|
|
20228
|
+
exports["ɵhi"] = TransactionReceivingGoodsHistoryComponent;
|
|
20229
|
+
exports["ɵhj"] = TransactionReceivingGoodsDetailsModule;
|
|
20230
|
+
exports["ɵhk"] = TransactionReceivingGoodsDetailsComponent;
|
|
20231
|
+
exports["ɵhl"] = ArticleService;
|
|
20232
|
+
exports["ɵhm"] = TransactionButtonBarModule;
|
|
20233
|
+
exports["ɵhn"] = TransactionButtonBarComponent;
|
|
20234
|
+
exports["ɵho"] = TransactionMappingService;
|
|
20235
|
+
exports["ɵhp"] = TransactionButtonBarButtonComponent;
|
|
20236
|
+
exports["ɵhq"] = TransactionLineSidePanelPurchaseModule;
|
|
20237
|
+
exports["ɵhr"] = DefaultOkCancelButtonsModule;
|
|
20238
|
+
exports["ɵhs"] = DefaultOkCancelButtonsComponent;
|
|
20239
|
+
exports["ɵht"] = TransactionLineSidePanelPurchaseComponent;
|
|
20240
|
+
exports["ɵhu"] = TransactionEventService;
|
|
20241
|
+
exports["ɵhv"] = TransactionLineSidePanelComponent;
|
|
20242
|
+
exports["ɵhw"] = DynamicBaseComponent;
|
|
20243
|
+
exports["ɵhx"] = TransactionBaseGridComponent;
|
|
20244
|
+
exports["ɵhy"] = TransactionGridBaseComponent;
|
|
20245
|
+
exports["ɵhz"] = TransactionLinesGridComponent;
|
|
20246
|
+
exports["ɵi"] = BusinessObjectCacheManagerService;
|
|
20247
|
+
exports["ɵia"] = DiscountModule;
|
|
20248
|
+
exports["ɵib"] = DiscountComponent;
|
|
20249
|
+
exports["ɵic"] = TransactionQuickAccessOverviewModule;
|
|
20250
|
+
exports["ɵid"] = TransactionQuickAccessOverviewComponent;
|
|
20251
|
+
exports["ɵie"] = TransactionOrderConfirmationGridModule;
|
|
20252
|
+
exports["ɵif"] = TransactionOrderConfirmationGridComponent;
|
|
20253
|
+
exports["ɵig"] = TransactionReceivedGoodsGridModule;
|
|
20254
|
+
exports["ɵih"] = DialogTransactionLineWarehouseLocationModule;
|
|
20255
|
+
exports["ɵii"] = TransactionLineWarehouseLocationModule;
|
|
20256
|
+
exports["ɵij"] = TransactionLineWarehouseLocationComponent;
|
|
20257
|
+
exports["ɵik"] = DialogTransactionLineWarehouseLocationComponent;
|
|
20258
|
+
exports["ɵil"] = TransactionReceivedGoodsGridComponent;
|
|
20259
|
+
exports["ɵim"] = ViewModeButtonsModule;
|
|
20260
|
+
exports["ɵin"] = ViewModeButtonsComponent;
|
|
20261
|
+
exports["ɵio"] = TransactionGridModule;
|
|
20262
|
+
exports["ɵip"] = TransactionGridComponent;
|
|
20263
|
+
exports["ɵiq"] = TransactionTileModule;
|
|
20264
|
+
exports["ɵir"] = TransactionTileComponent;
|
|
20265
|
+
exports["ɵis"] = TransactionSearchResultModule;
|
|
20266
|
+
exports["ɵit"] = TransactionSearchSalesOrderTileModule;
|
|
20267
|
+
exports["ɵiu"] = StatusBarModule;
|
|
20268
|
+
exports["ɵiv"] = StatusBarComponent;
|
|
20269
|
+
exports["ɵiw"] = TransactionSearchSalesOrderTileComponent;
|
|
20270
|
+
exports["ɵix"] = TransactionSearchTileBaseComponent;
|
|
20271
|
+
exports["ɵiy"] = TransactionSearchPurchaseOrderTileModule;
|
|
20272
|
+
exports["ɵiz"] = TransactionSearchPurchaseOrderTileComponent;
|
|
20273
|
+
exports["ɵj"] = CacheField;
|
|
20274
|
+
exports["ɵja"] = TransactionSearchSalesOrderGridModule;
|
|
20275
|
+
exports["ɵjb"] = TransactionSearchSalesOrderGridComponent;
|
|
20276
|
+
exports["ɵjc"] = TransactionSearchGridBaseComponent;
|
|
20277
|
+
exports["ɵjd"] = TransactionSearchPurchaseOrderGridModule;
|
|
20278
|
+
exports["ɵje"] = TransactionSearchPurchaseOrderGridComponent;
|
|
20279
|
+
exports["ɵjf"] = TransactionSearchHeaderModule;
|
|
20280
|
+
exports["ɵjg"] = TransactionSearchHeaderComponent;
|
|
20281
|
+
exports["ɵjh"] = TransactionSearchGridModule;
|
|
20282
|
+
exports["ɵji"] = TransactionSearchGridComponent;
|
|
20283
|
+
exports["ɵjj"] = TransactionSearchTileModule;
|
|
20284
|
+
exports["ɵjk"] = TransactionSearchTileComponent;
|
|
20285
|
+
exports["ɵjl"] = TransactionSearchResultComponent;
|
|
20286
|
+
exports["ɵjm"] = TransactionSalesOrderFilterModule;
|
|
20287
|
+
exports["ɵjn"] = TransactionSalesOrderFilterContentOrderModule;
|
|
20288
|
+
exports["ɵjo"] = TransactionSalesOrderFilterContentOrderComponent;
|
|
20289
|
+
exports["ɵjp"] = TransactionFilterContentBaseComponent;
|
|
20290
|
+
exports["ɵjq"] = FilterRequestService;
|
|
20291
|
+
exports["ɵjr"] = TransactionSalesOrderFilterContentLogisticsModule;
|
|
20292
|
+
exports["ɵjs"] = TransactionFilterHistoricStateModule;
|
|
20293
|
+
exports["ɵjt"] = TransactionFilterHistoricStateComponent;
|
|
20294
|
+
exports["ɵju"] = TransactionSalesOrderFilterContentLogisticsComponent;
|
|
20295
|
+
exports["ɵjv"] = TransactionSalesOrderFilterContentArticleModule;
|
|
20296
|
+
exports["ɵjw"] = TransactionSalesOrderFilterContentArticleComponent;
|
|
20297
|
+
exports["ɵjx"] = TransactionSalesOrderFilterComponent;
|
|
20298
|
+
exports["ɵjy"] = TransactionFilterBaseComponent;
|
|
20299
|
+
exports["ɵjz"] = TransactionPurchaseOrderFilterModule;
|
|
20300
|
+
exports["ɵk"] = SelectMultipleParameterizedCacheService;
|
|
20301
|
+
exports["ɵka"] = TransactionPurchaseOrderFilterContentOrderModule;
|
|
20302
|
+
exports["ɵkb"] = TransactionPurchaseOrderFilterContentOrderComponent;
|
|
20303
|
+
exports["ɵkc"] = TransactionPurchaseOrderFilterContentLogisticsModule;
|
|
20304
|
+
exports["ɵkd"] = TransactionPurchaseOrderFilterContentLogisticsComponent;
|
|
20305
|
+
exports["ɵke"] = TransactionPurchaseOrderFilterContentArticleModule;
|
|
20306
|
+
exports["ɵkf"] = TransactionPurchaseOrderFilterContentArticleComponent;
|
|
20307
|
+
exports["ɵkg"] = TransactionPurchaseOrderFilterComponent;
|
|
20308
|
+
exports["ɵkh"] = TransactionFilterModule;
|
|
20309
|
+
exports["ɵki"] = TransactionFilterComponent;
|
|
20310
|
+
exports["ɵl"] = ErrorService;
|
|
20311
|
+
exports["ɵm"] = SelectSingleCacheService;
|
|
20312
|
+
exports["ɵn"] = ArticleConnectorService;
|
|
20313
|
+
exports["ɵo"] = CoreModule;
|
|
20314
|
+
exports["ɵp"] = ConfirmationDialogModule;
|
|
20315
|
+
exports["ɵq"] = PipeModule;
|
|
20316
|
+
exports["ɵr"] = AppendPipe;
|
|
20317
|
+
exports["ɵs"] = DeliveryTimePipe;
|
|
20318
|
+
exports["ɵt"] = DateDurationPipe;
|
|
20319
|
+
exports["ɵu"] = LocalizePipe;
|
|
20320
|
+
exports["ɵv"] = CoCurrencyPipe;
|
|
20321
|
+
exports["ɵw"] = SafeStylePipe;
|
|
20322
|
+
exports["ɵx"] = SafeHtmlPipe;
|
|
20323
|
+
exports["ɵy"] = ConfirmationDialogComponent;
|
|
20324
|
+
exports["ɵz"] = DialogBaseComponent;
|
|
20106
20325
|
|
|
20107
20326
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
20108
20327
|
|