@colijnit/transaction 12.1.61 → 12.1.63
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 +479 -514
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +248 -249
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +249 -250
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +19 -9
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.js +4 -3
- package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.js +2 -2
- package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.js +31 -30
- package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.module.js +2 -2
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +13 -7
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.js +5 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.js +89 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.module.js +23 -0
- package/esm2015/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.module.js +4 -4
- package/esm2015/lib/enum/icon.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +2 -1
- package/esm2015/lib/service/pending-reason.service.js +3 -1
- package/esm2015/lib/service/transaction.service.js +19 -55
- package/esm2015/public_api.js +2 -1
- package/fesm2015/colijnit-transaction.js +190 -200
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/transaction-header/transaction-header-order/style/_layout.scss +30 -4
- package/lib/component/transaction-header/transaction-header-order/style/_material-definition.scss +10 -0
- package/lib/component/transaction-header/transaction-header-order/style/_theme.scss +13 -0
- package/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.d.ts +7 -0
- package/lib/component/transaction-line/transaction-line/style/_layout.scss +29 -11
- package/lib/component/transaction-line/transaction-overview-line/style/_layout.scss +8 -0
- package/lib/component/transaction-line-fields/transaction-line-price/style/_layout.scss +14 -0
- package/lib/component/transaction-line-fields/transaction-line-price/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line-fields/transaction-line-price/style/_theme.scss +4 -0
- package/lib/component/transaction-line-fields/transaction-line-price/style/material.scss +4 -0
- package/lib/component/transaction-line-fields/{transaction-line-price.component.d.ts → transaction-line-price/transaction-line-price.component.d.ts} +3 -2
- package/lib/component/transaction-line-fields/{transaction-line-price.module.d.ts → transaction-line-price/transaction-line-price.module.d.ts} +0 -0
- package/lib/component/transaction-lines/style/material.scss +1 -0
- package/lib/enum/icon.enum.d.ts +1 -0
- package/package.json +5 -2
- package/public_api.d.ts +1 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price.component.js +0 -83
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price.module.js +0 -23
|
@@ -1371,6 +1371,7 @@ var Icon;
|
|
|
1371
1371
|
Icon["Menu"] = "menu";
|
|
1372
1372
|
Icon["ObjectIntersectSolid"] = "object_intersect_solid";
|
|
1373
1373
|
Icon["PalletBoxesSolid"] = "pallet_boxes_solid";
|
|
1374
|
+
Icon["PercentSolid"] = "percent_solid";
|
|
1374
1375
|
Icon["PlusRound"] = "plus_round";
|
|
1375
1376
|
Icon["PrintSolid"] = "print_solid";
|
|
1376
1377
|
Icon["Purchase"] = "purchase";
|
|
@@ -1443,6 +1444,7 @@ const IconSvg = {
|
|
|
1443
1444
|
"menu": "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"><svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z\" /></svg>",
|
|
1444
1445
|
"object_intersect_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 64v96H224c-35.3 0-64 28.7-64 64v64H64V64H288zM64 352h96v96c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64H352V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V288c0 35.3 28.7 64 64 64zM448 224V448H224V352h64c35.3 0 64-28.7 64-64V224h96z\"/></svg>",
|
|
1445
1446
|
"pallet_boxes_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M96 255.1L288 256c17.6 0 32-14.4 32-32V31.1c0-17.6-14.4-31.1-32-31.1L96 0c-17.6 0-32 14.4-32 32V224C64 241.6 78.4 255.1 96 255.1zM416 255.1h128c17.6 0 32-14.4 32-31.1v-128c0-17.6-14.4-32-32-32h-128c-17.6 0-32 14.4-32 32v128C384 241.6 398.4 255.1 416 255.1zM624 384c8.75 0 16-7.25 16-16v-32c0-8.75-7.25-16-16-16h-608C7.25 320 0 327.3 0 336v32C0 376.8 7.25 384 16 384H64v64H16C7.25 448 0 455.3 0 464v32C0 504.8 7.25 512 16 512h608c8.75 0 16-7.25 16-16v-32c0-8.75-7.25-16-16-16H576v-64H624zM288 448H128v-64h160V448zM512 448h-160v-64h160V448z\"/></svg>",
|
|
1447
|
+
"percent_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128c0-35.3-28.7-64-64-64S0 92.7 0 128s28.7 64 64 64s64-28.7 64-64zM384 384c0-35.3-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z\"/></svg>",
|
|
1446
1448
|
"plus_round": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"-288 379 35 35\" enable-background=\"new -288 379 35 35\" ><path fill=\"#29363E\" d=\"M-270.5,381.5c-8.3,0-15,6.7-15,15c0,8.3,6.7,15,15,15s15-6.7,15-15C-255.5,388.2-262.2,381.5-270.5,381.5z M-261.1,397.3c0,0.9-0.7,1.6-1.6,1.6h-5.5v5.5c0,0.9-0.7,1.6-1.6,1.6h-1.6c-0.9,0-1.6-0.7-1.6-1.6v-5.5h-5.5c-0.9,0-1.6-0.7-1.6-1.6v-1.6c0-0.9,0.7-1.6,1.6-1.6h5.5v-5.5c0-0.9,0.7-1.6,1.6-1.6h1.6c0.9,0,1.6,0.7,1.6,1.6v5.5h5.5c0.9,0,1.6,0.7,1.6,1.6V397.3z\"/></svg>",
|
|
1447
1449
|
"print_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 192H64C28.65 192 0 220.7 0 256v96c0 17.67 14.33 32 32 32h32v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h32c17.67 0 32-14.33 32-32V256C512 220.7 483.3 192 448 192zM384 448H128v-96h256V448zM432 296c-13.25 0-24-10.75-24-24c0-13.27 10.75-24 24-24s24 10.73 24 24C456 285.3 445.3 296 432 296zM128 64h229.5L384 90.51V160h64V77.25c0-8.484-3.375-16.62-9.375-22.62l-45.25-45.25C387.4 3.375 379.2 0 370.8 0H96C78.34 0 64 14.33 64 32v128h64V64z\"/></svg>",
|
|
1448
1450
|
"purchase": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><g opacity=\"0.75\"><polygon points=\"33.34 25.04 27.34 28.52 33.35 31.97 39.34 28.49 33.34 25.04\" fill=\"#484f60\"/><polygon points=\"33.99 33.08 39.99 29.6 40 36.53 34.01 40.01 33.99 33.08\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"26.72 36.55 26.71 29.63 32.71 33.08 32.72 40.01 26.72 36.55\" fill=\"#484f60\" opacity=\"0.25\"/><polygon points=\"12.78 28.54 18.79 32 24.78 28.52 18.77 25.07 12.78 28.54\" fill=\"#484f60\"/><polygon points=\"19.43 33.1 25.42 29.63 25.44 36.56 19.44 40.03 19.43 33.1\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"12.15 36.58 12.14 29.65 18.15 33.11 18.16 40.04 12.15 36.58\" fill=\"#484f60\" opacity=\"0.25\"/><polygon points=\"32.04 15.89 26.03 12.44 22.09 14.73 27.52 14.73 24.03 18.21 26.05 19.37 32.04 15.89\" fill=\"#484f60\"/><polygon points=\"32.68 17 26.69 20.48 26.7 27.41 32.7 23.93 32.68 17\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"23.1 19.15 19.41 22.83 19.41 23.95 25.42 27.41 25.41 20.48 23.1 19.15\" fill=\"#484f60\" opacity=\"0.25\"/></g><polygon points=\"19.03 16.34 19.03 10.3 14.61 10.3 14.61 16.34 14.61 16.34 10 16.34 16.82 23.16 23.64 16.34 19.03 16.34\" fill=\"#484f60\"/></svg>",
|
|
@@ -4504,6 +4506,7 @@ class PendingReasonService {
|
|
|
4504
4506
|
const status = response.headerOperationStatuses[i];
|
|
4505
4507
|
success = success && (yield this._handleHeaderOperationStatus(status, response.transactionInfo));
|
|
4506
4508
|
}
|
|
4509
|
+
this.rememberCurrentTransaction(response);
|
|
4507
4510
|
return success;
|
|
4508
4511
|
});
|
|
4509
4512
|
}
|
|
@@ -4542,6 +4545,7 @@ class PendingReasonService {
|
|
|
4542
4545
|
const transLine = response.transactionLines.find(t => t.lineNr === status.lineNr);
|
|
4543
4546
|
success = success && (yield this._handleLineOperationStatus(status, transLine));
|
|
4544
4547
|
}
|
|
4548
|
+
this.rememberCurrentTransaction(response);
|
|
4545
4549
|
return success;
|
|
4546
4550
|
});
|
|
4547
4551
|
}
|
|
@@ -4736,9 +4740,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4736
4740
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4737
4741
|
const response = yield this.connector.changeHeaderTransactionDefinitive(uuid, definitive);
|
|
4738
4742
|
if (response) {
|
|
4739
|
-
|
|
4740
|
-
this.rememberCurrentTransaction(response);
|
|
4741
|
-
return success;
|
|
4743
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4742
4744
|
}
|
|
4743
4745
|
return false;
|
|
4744
4746
|
});
|
|
@@ -4747,9 +4749,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4747
4749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4748
4750
|
const response = yield this.connector.changeHeaderDeliveryAddress(uuid, newNawNr);
|
|
4749
4751
|
if (response) {
|
|
4750
|
-
|
|
4751
|
-
this.rememberCurrentTransaction(response);
|
|
4752
|
-
return success;
|
|
4752
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4753
4753
|
}
|
|
4754
4754
|
return false;
|
|
4755
4755
|
});
|
|
@@ -4758,9 +4758,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4758
4758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4759
4759
|
const response = yield this.connector.changeHeaderInvoiceAddress(uuid, newNawNr);
|
|
4760
4760
|
if (response) {
|
|
4761
|
-
|
|
4762
|
-
this.rememberCurrentTransaction(response);
|
|
4763
|
-
return success;
|
|
4761
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4764
4762
|
}
|
|
4765
4763
|
return false;
|
|
4766
4764
|
});
|
|
@@ -4769,9 +4767,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4769
4767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4770
4768
|
const response = yield this.connector.changeHeaderTransactionDeliveryDate(uuid, date);
|
|
4771
4769
|
if (response) {
|
|
4772
|
-
|
|
4773
|
-
this.rememberCurrentTransaction(response);
|
|
4774
|
-
return success;
|
|
4770
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4775
4771
|
}
|
|
4776
4772
|
return false;
|
|
4777
4773
|
});
|
|
@@ -4780,9 +4776,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4780
4776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4781
4777
|
const response = yield this.connector.changeHeaderTransactionRemark(uuid, remark);
|
|
4782
4778
|
if (response) {
|
|
4783
|
-
|
|
4784
|
-
this.rememberCurrentTransaction(response);
|
|
4785
|
-
return success;
|
|
4779
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4786
4780
|
}
|
|
4787
4781
|
return false;
|
|
4788
4782
|
});
|
|
@@ -4791,9 +4785,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4791
4785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4792
4786
|
const response = yield this.connector.changeHeaderTransactionReference(uuid, reference);
|
|
4793
4787
|
if (response) {
|
|
4794
|
-
|
|
4795
|
-
this.rememberCurrentTransaction(response);
|
|
4796
|
-
return success;
|
|
4788
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4797
4789
|
}
|
|
4798
4790
|
return false;
|
|
4799
4791
|
});
|
|
@@ -4802,9 +4794,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4802
4794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4803
4795
|
const response = yield this.connector.changeHeaderTransactionRelationReference(uuid, reference);
|
|
4804
4796
|
if (response) {
|
|
4805
|
-
|
|
4806
|
-
this.rememberCurrentTransaction(response);
|
|
4807
|
-
return success;
|
|
4797
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4808
4798
|
}
|
|
4809
4799
|
return false;
|
|
4810
4800
|
});
|
|
@@ -4813,9 +4803,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4813
4803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4814
4804
|
const response = yield this.connector.changeHeaderToDownPayAmount(uuid, amount);
|
|
4815
4805
|
if (response) {
|
|
4816
|
-
|
|
4817
|
-
this.rememberCurrentTransaction(response);
|
|
4818
|
-
return success;
|
|
4806
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4819
4807
|
}
|
|
4820
4808
|
return false;
|
|
4821
4809
|
});
|
|
@@ -4824,9 +4812,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4824
4812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4825
4813
|
const response = yield this.connector.changeHeaderToDownPayPercentage(uuid, amount);
|
|
4826
4814
|
if (response) {
|
|
4827
|
-
|
|
4828
|
-
this.rememberCurrentTransaction(response);
|
|
4829
|
-
return success;
|
|
4815
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4830
4816
|
}
|
|
4831
4817
|
return false;
|
|
4832
4818
|
});
|
|
@@ -4835,9 +4821,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4835
4821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4836
4822
|
const response = yield this.connector.changeHeaderTransactionPreferredDeliveryDate(uuid, date);
|
|
4837
4823
|
if (response) {
|
|
4838
|
-
|
|
4839
|
-
this.rememberCurrentTransaction(response);
|
|
4840
|
-
return success;
|
|
4824
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4841
4825
|
}
|
|
4842
4826
|
return false;
|
|
4843
4827
|
});
|
|
@@ -4846,9 +4830,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4846
4830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4847
4831
|
const response = yield this.connector.changeHeaderTransactionDeliveryMethod(uuid, method);
|
|
4848
4832
|
if (response) {
|
|
4849
|
-
|
|
4850
|
-
this.rememberCurrentTransaction(response);
|
|
4851
|
-
return success;
|
|
4833
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4852
4834
|
}
|
|
4853
4835
|
return false;
|
|
4854
4836
|
});
|
|
@@ -4857,9 +4839,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4857
4839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4858
4840
|
const response = yield this.connector.changeHeaderTransactionDeliveryOptions(uuid, options);
|
|
4859
4841
|
if (response) {
|
|
4860
|
-
|
|
4861
|
-
this.rememberCurrentTransaction(response);
|
|
4862
|
-
return success;
|
|
4842
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4863
4843
|
}
|
|
4864
4844
|
return false;
|
|
4865
4845
|
});
|
|
@@ -4868,9 +4848,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4868
4848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4869
4849
|
const response = yield this.connector.changeHeaderTransactionPartialDelivery(uuid, allowPartial);
|
|
4870
4850
|
if (response) {
|
|
4871
|
-
|
|
4872
|
-
this.rememberCurrentTransaction(response);
|
|
4873
|
-
return success;
|
|
4851
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4874
4852
|
}
|
|
4875
4853
|
return false;
|
|
4876
4854
|
});
|
|
@@ -4879,9 +4857,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4879
4857
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4880
4858
|
const response = yield this.connector.changeHeaderTransactionBranch(uuid, branch);
|
|
4881
4859
|
if (response) {
|
|
4882
|
-
|
|
4883
|
-
this.rememberCurrentTransaction(response);
|
|
4884
|
-
return success;
|
|
4860
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4885
4861
|
}
|
|
4886
4862
|
return false;
|
|
4887
4863
|
});
|
|
@@ -4890,9 +4866,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4890
4866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4891
4867
|
const response = yield this.connector.changeHeaderTransactionAdmCoordinator(uuid, relation);
|
|
4892
4868
|
if (response) {
|
|
4893
|
-
|
|
4894
|
-
this.rememberCurrentTransaction(response);
|
|
4895
|
-
return success;
|
|
4869
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4896
4870
|
}
|
|
4897
4871
|
return false;
|
|
4898
4872
|
});
|
|
@@ -4901,9 +4875,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4901
4875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4902
4876
|
const response = yield this.connector.changeHeaderTransactionMarketing(uuid, code);
|
|
4903
4877
|
if (response) {
|
|
4904
|
-
|
|
4905
|
-
this.rememberCurrentTransaction(response);
|
|
4906
|
-
return success;
|
|
4878
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4907
4879
|
}
|
|
4908
4880
|
return false;
|
|
4909
4881
|
});
|
|
@@ -4912,9 +4884,7 @@ class TransactionService extends PendingReasonService {
|
|
|
4912
4884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4913
4885
|
const response = yield this.connector.changeHeaderTransactionDiscount(uuid, type, amount);
|
|
4914
4886
|
if (response) {
|
|
4915
|
-
|
|
4916
|
-
this.rememberCurrentTransaction(response);
|
|
4917
|
-
return success;
|
|
4887
|
+
return this.handleHeaderOperationStatuses(response);
|
|
4918
4888
|
}
|
|
4919
4889
|
return false;
|
|
4920
4890
|
});
|
|
@@ -5103,9 +5073,7 @@ class TransactionService extends PendingReasonService {
|
|
|
5103
5073
|
yield this._checkAndCreateTransaction();
|
|
5104
5074
|
const response = yield this.connector.addRelationToTransaction(this.currentTransaction.transactionInfo.uuid, relationId);
|
|
5105
5075
|
if (response) {
|
|
5106
|
-
|
|
5107
|
-
this.rememberCurrentTransaction(response);
|
|
5108
|
-
return success;
|
|
5076
|
+
return this.handleHeaderOperationStatuses(response);
|
|
5109
5077
|
}
|
|
5110
5078
|
return false;
|
|
5111
5079
|
});
|
|
@@ -9842,40 +9810,41 @@ TransactionOverviewLineComponent.decorators = [
|
|
|
9842
9810
|
<co-transaction-base-line [line]="line" [preview]="preview">
|
|
9843
9811
|
<ng-container *ngIf="line.isArticle">
|
|
9844
9812
|
<div class="transaction-line-wrapper">
|
|
9845
|
-
<div *ngIf=!preview class="transaction-line-stock">
|
|
9846
|
-
<div class="transaction-line-stock-wrapper">
|
|
9847
|
-
<stock-status-indicator [model]="stock"></stock-status-indicator>
|
|
9848
|
-
</div>
|
|
9849
|
-
</div>
|
|
9850
9813
|
<div *ngIf=!preview class="transaction-line-extended-wrapper">
|
|
9851
|
-
<
|
|
9852
|
-
|
|
9853
|
-
|
|
9854
|
-
|
|
9855
|
-
|
|
9856
|
-
|
|
9857
|
-
|
|
9858
|
-
|
|
9814
|
+
<div class="column1">
|
|
9815
|
+
<co-transaction-line-commission-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-commission-button>
|
|
9816
|
+
<co-transaction-line-warehouse-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-warehouse-button>
|
|
9817
|
+
<co-transaction-line-delivery-date-button [transactionLine]="line" class="two-column"></co-transaction-line-delivery-date-button>
|
|
9818
|
+
</div>
|
|
9819
|
+
<div class="column2">
|
|
9820
|
+
<co-transaction-line-delivery-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-delivery-button>
|
|
9821
|
+
<co-transaction-line-statusbar [transaction]="line" [transactionKind]="transactionKind"></co-transaction-line-statusbar>
|
|
9822
|
+
</div>
|
|
9859
9823
|
</div>
|
|
9860
|
-
<div class="transaction-line-
|
|
9861
|
-
<
|
|
9862
|
-
|
|
9863
|
-
|
|
9864
|
-
|
|
9865
|
-
|
|
9866
|
-
|
|
9824
|
+
<div class="transaction-line-section">
|
|
9825
|
+
<div *ngIf="!preview" class="transaction-line-button vat-button" (click)="showDialogVat = true">
|
|
9826
|
+
<span class="co-transaction-overflow-ellipsis" [textContent]="line.vatDescription"></span>
|
|
9827
|
+
</div>
|
|
9828
|
+
<div class="transaction-line-totals">
|
|
9829
|
+
<co-transaction-line-price class="transaction-line-totals-price price"
|
|
9830
|
+
[transactionLine]="line"
|
|
9831
|
+
[showLabel]="false"
|
|
9832
|
+
[defaultEditMode]="false"
|
|
9833
|
+
></co-transaction-line-price>
|
|
9834
|
+
<div class="transaction-line-button custom-width transaction-line-totals-discount" (click)="showDialogDiscount = true">
|
|
9867
9835
|
<span class="co-transaction-overflow-ellipsis" [class.transaction-negative-value]="line.lineTotalDiscountAmount < 0"
|
|
9868
9836
|
[textContent]="(line.lineTotalDiscountAmount | coCurrency) || ('DISCOUNT' | localize)"></span>
|
|
9837
|
+
</div>
|
|
9838
|
+
<div *ngIf=!preview class="transaction-line-totals-amount">
|
|
9839
|
+
<co-transaction-line-amount class="amount-number-picker" [transactionLine]="line"></co-transaction-line-amount>
|
|
9840
|
+
</div>
|
|
9841
|
+
<co-editable-label class="transaction-line-totals-total price"
|
|
9842
|
+
[model]="line.displayNetLineTotal | coCurrency"
|
|
9843
|
+
[editModel]="line.displayNetLineTotal"
|
|
9844
|
+
[readonly]="true"
|
|
9845
|
+
[commit]="!readonly"
|
|
9846
|
+
></co-editable-label>
|
|
9869
9847
|
</div>
|
|
9870
|
-
<div *ngIf=!preview class="transaction-line-totals-amount">
|
|
9871
|
-
<co-transaction-line-amount class="amount-number-picker" [transactionLine]="line"></co-transaction-line-amount>
|
|
9872
|
-
</div>
|
|
9873
|
-
<co-editable-label class="transaction-line-totals-total price"
|
|
9874
|
-
[model]="line.displayNetLineTotal | coCurrency"
|
|
9875
|
-
[editModel]="line.displayNetLineTotal"
|
|
9876
|
-
[readonly]="readonly"
|
|
9877
|
-
[commit]="!readonly"
|
|
9878
|
-
></co-editable-label>
|
|
9879
9848
|
</div>
|
|
9880
9849
|
</div>
|
|
9881
9850
|
</ng-container>
|
|
@@ -10232,12 +10201,18 @@ TransactionPurchaseLineComponent.decorators = [
|
|
|
10232
10201
|
<ng-container *ngIf="line.isArticle">
|
|
10233
10202
|
<div class="transaction-line-wrapper">
|
|
10234
10203
|
<div *ngIf=!preview class="transaction-line-extended-wrapper">
|
|
10235
|
-
<
|
|
10236
|
-
|
|
10237
|
-
|
|
10238
|
-
|
|
10239
|
-
|
|
10240
|
-
<
|
|
10204
|
+
<div class="column1">
|
|
10205
|
+
<co-transaction-line-commission-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-commission-button>
|
|
10206
|
+
<co-transaction-line-warehouse-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-warehouse-button>
|
|
10207
|
+
<co-transaction-line-delivery-date-button [transactionLine]="line" class="two-column"></co-transaction-line-delivery-date-button>
|
|
10208
|
+
</div>
|
|
10209
|
+
<div class="column2">
|
|
10210
|
+
<co-transaction-line-delivery-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-delivery-button>
|
|
10211
|
+
<co-transaction-line-statusbar [transaction]="line" [transactionKind]="service.currentTransaction.transactionInfo.transactionKind"></co-transaction-line-statusbar>
|
|
10212
|
+
</div>
|
|
10213
|
+
<div class="column3">
|
|
10214
|
+
<co-transaction-line-supplier-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-supplier-button>
|
|
10215
|
+
</div>
|
|
10241
10216
|
</div>
|
|
10242
10217
|
<div class="transaction-line-totals">
|
|
10243
10218
|
<co-transaction-line-price class="transaction-line-totals-price price"
|
|
@@ -15070,8 +15045,11 @@ TransactionHeaderRelationModule.decorators = [
|
|
|
15070
15045
|
];
|
|
15071
15046
|
|
|
15072
15047
|
class TransactionHeaderOrderComponent extends TransactionBaseComponent {
|
|
15073
|
-
constructor() {
|
|
15074
|
-
super(
|
|
15048
|
+
constructor(iconService, service) {
|
|
15049
|
+
super(service);
|
|
15050
|
+
this.iconService = iconService;
|
|
15051
|
+
this.service = service;
|
|
15052
|
+
this.icons = Icon;
|
|
15075
15053
|
this.showDiscountDialog = false;
|
|
15076
15054
|
}
|
|
15077
15055
|
showClass() {
|
|
@@ -15096,8 +15074,10 @@ TransactionHeaderOrderComponent.decorators = [
|
|
|
15096
15074
|
</co-transaction-header-block>
|
|
15097
15075
|
<ng-template #headerBlock>
|
|
15098
15076
|
<div class="header-block-label" [textContent]="transactionInfo.branch?.familyName"></div>
|
|
15099
|
-
<div class="header-
|
|
15100
|
-
<co-
|
|
15077
|
+
<div class="header-discount" (click)="handleShowDiscountDialog($event)">
|
|
15078
|
+
<co-icon class="header-discount-icon" [iconData]="iconService.getIcon(icons.PercentSolid)"></co-icon>
|
|
15079
|
+
<span class="co-transaction-overflow-ellipsis transaction-discount" [class.transaction-negative-value]="transactionTotal.totalDiscountAmount < 0"
|
|
15080
|
+
[textContent]="(transactionTotal.totalDiscountAmount | coCurrency) || ('DISCOUNT' | localize)"></span>
|
|
15101
15081
|
</div>
|
|
15102
15082
|
</ng-template>
|
|
15103
15083
|
<ng-template #firstBlock>
|
|
@@ -15105,10 +15085,8 @@ TransactionHeaderOrderComponent.decorators = [
|
|
|
15105
15085
|
<div class="header-order-total" [textContent]="transactionTotal.netAmount | priceDisplay"></div>
|
|
15106
15086
|
</ng-template>
|
|
15107
15087
|
<ng-template #secondBlock>
|
|
15108
|
-
<div class="
|
|
15109
|
-
<
|
|
15110
|
-
<span class="co-transaction-overflow-ellipsis transaction-discount" [class.transaction-negative-value]="transactionTotal.totalDiscountAmount < 0"
|
|
15111
|
-
[textContent]="transactionTotal.totalDiscountAmount | coCurrency"></span>
|
|
15088
|
+
<div class="header-order-definitive">
|
|
15089
|
+
<co-transaction-header-definitive [transactionInfo]="transactionInfo"></co-transaction-header-definitive>
|
|
15112
15090
|
</div>
|
|
15113
15091
|
</ng-template>
|
|
15114
15092
|
<ng-template #thirdBlock>
|
|
@@ -15124,6 +15102,10 @@ TransactionHeaderOrderComponent.decorators = [
|
|
|
15124
15102
|
encapsulation: ViewEncapsulation.None
|
|
15125
15103
|
},] }
|
|
15126
15104
|
];
|
|
15105
|
+
TransactionHeaderOrderComponent.ctorParameters = () => [
|
|
15106
|
+
{ type: IconCacheService },
|
|
15107
|
+
{ type: TransactionService }
|
|
15108
|
+
];
|
|
15127
15109
|
TransactionHeaderOrderComponent.propDecorators = {
|
|
15128
15110
|
showClass: [{ type: HostBinding, args: ['class.co-transaction-header-order',] }]
|
|
15129
15111
|
};
|
|
@@ -15139,7 +15121,8 @@ TransactionHeaderOrderModule.decorators = [
|
|
|
15139
15121
|
PipeModule,
|
|
15140
15122
|
PriceDisplayPipeModule,
|
|
15141
15123
|
DialogTransactionHeaderDiscountModule,
|
|
15142
|
-
TransactionHeaderDefinitiveModule
|
|
15124
|
+
TransactionHeaderDefinitiveModule,
|
|
15125
|
+
IconModule
|
|
15143
15126
|
],
|
|
15144
15127
|
declarations: [
|
|
15145
15128
|
TransactionHeaderOrderComponent
|
|
@@ -15679,102 +15662,6 @@ TransactionLineLineDiscountModule.decorators = [
|
|
|
15679
15662
|
},] }
|
|
15680
15663
|
];
|
|
15681
15664
|
|
|
15682
|
-
class TransactionLinePriceComponent extends TransactionLineBaseComponent {
|
|
15683
|
-
constructor(_transactionService) {
|
|
15684
|
-
super();
|
|
15685
|
-
this._transactionService = _transactionService;
|
|
15686
|
-
this.showLabel = true;
|
|
15687
|
-
this.defaultEditMode = true;
|
|
15688
|
-
this._editMode = false;
|
|
15689
|
-
}
|
|
15690
|
-
set child(content) {
|
|
15691
|
-
if (content) {
|
|
15692
|
-
this.input = content;
|
|
15693
|
-
this.input.commit = (price) => this.commit(price);
|
|
15694
|
-
if (this._editMode) {
|
|
15695
|
-
this.input.requestFocus();
|
|
15696
|
-
}
|
|
15697
|
-
}
|
|
15698
|
-
}
|
|
15699
|
-
set editMode(value) {
|
|
15700
|
-
this._editMode = value;
|
|
15701
|
-
if (this._editMode && this.input) {
|
|
15702
|
-
this.input.doFocus();
|
|
15703
|
-
}
|
|
15704
|
-
}
|
|
15705
|
-
get editMode() {
|
|
15706
|
-
return this._editMode;
|
|
15707
|
-
}
|
|
15708
|
-
handleClick(event) {
|
|
15709
|
-
event.preventDefault();
|
|
15710
|
-
event.stopPropagation();
|
|
15711
|
-
if (!this.readonly) {
|
|
15712
|
-
this.editMode = true;
|
|
15713
|
-
}
|
|
15714
|
-
}
|
|
15715
|
-
commit(price) {
|
|
15716
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
15717
|
-
if (this.transactionLine.price !== price) {
|
|
15718
|
-
const oldPrice = this.transactionLine.price;
|
|
15719
|
-
const success = yield this._transactionService.updatePriceTransactionLine(this._transactionService.currentTransaction.transactionInfo.uuid, this.transactionLine.uuid, price);
|
|
15720
|
-
if (!success) {
|
|
15721
|
-
this.input.model = oldPrice;
|
|
15722
|
-
}
|
|
15723
|
-
return success;
|
|
15724
|
-
}
|
|
15725
|
-
return true;
|
|
15726
|
-
});
|
|
15727
|
-
}
|
|
15728
|
-
transactionLineSet() {
|
|
15729
|
-
this.readonly = this.readonly || !this.transactionLine.articleFreePrice;
|
|
15730
|
-
}
|
|
15731
|
-
}
|
|
15732
|
-
TransactionLinePriceComponent.decorators = [
|
|
15733
|
-
{ type: Component, args: [{
|
|
15734
|
-
selector: "co-transaction-line-price",
|
|
15735
|
-
template: `
|
|
15736
|
-
<span *ngIf="(!editMode || readonly) && !defaultEditMode" [textContent]="transactionLine.price | coCurrency"></span>
|
|
15737
|
-
<co-input-text #input *ngIf="editMode || defaultEditMode"
|
|
15738
|
-
[placeholder]="showLabel ? ('PRICE' | localize) : ''"
|
|
15739
|
-
[type]="'number'"
|
|
15740
|
-
[showSaveCancel]="!readonly"
|
|
15741
|
-
[readonly]="readonly"
|
|
15742
|
-
[model]="transactionLine.price"
|
|
15743
|
-
(blur)="editMode = false"
|
|
15744
|
-
></co-input-text>
|
|
15745
|
-
`,
|
|
15746
|
-
encapsulation: ViewEncapsulation.None
|
|
15747
|
-
},] }
|
|
15748
|
-
];
|
|
15749
|
-
TransactionLinePriceComponent.ctorParameters = () => [
|
|
15750
|
-
{ type: TransactionService }
|
|
15751
|
-
];
|
|
15752
|
-
TransactionLinePriceComponent.propDecorators = {
|
|
15753
|
-
child: [{ type: ViewChild, args: ['input', { read: InputTextComponent },] }],
|
|
15754
|
-
showLabel: [{ type: Input }],
|
|
15755
|
-
defaultEditMode: [{ type: Input }],
|
|
15756
|
-
editMode: [{ type: Input }],
|
|
15757
|
-
handleClick: [{ type: HostListener, args: ["click", ["$event"],] }]
|
|
15758
|
-
};
|
|
15759
|
-
|
|
15760
|
-
class TransactionLinePriceModule {
|
|
15761
|
-
}
|
|
15762
|
-
TransactionLinePriceModule.decorators = [
|
|
15763
|
-
{ type: NgModule, args: [{
|
|
15764
|
-
imports: [
|
|
15765
|
-
CommonModule,
|
|
15766
|
-
InputTextModule,
|
|
15767
|
-
PipeModule
|
|
15768
|
-
],
|
|
15769
|
-
declarations: [
|
|
15770
|
-
TransactionLinePriceComponent
|
|
15771
|
-
],
|
|
15772
|
-
exports: [
|
|
15773
|
-
TransactionLinePriceComponent
|
|
15774
|
-
]
|
|
15775
|
-
},] }
|
|
15776
|
-
];
|
|
15777
|
-
|
|
15778
15665
|
class TransactionFilterPopupBaseComponent extends TransactionLineBaseComponent {
|
|
15779
15666
|
constructor() {
|
|
15780
15667
|
super(...arguments);
|
|
@@ -16651,6 +16538,108 @@ TransactionLineSupplierModule.decorators = [
|
|
|
16651
16538
|
},] }
|
|
16652
16539
|
];
|
|
16653
16540
|
|
|
16541
|
+
class TransactionLinePriceComponent extends TransactionLineBaseComponent {
|
|
16542
|
+
constructor(_transactionService) {
|
|
16543
|
+
super();
|
|
16544
|
+
this._transactionService = _transactionService;
|
|
16545
|
+
this.showLabel = true;
|
|
16546
|
+
this.defaultEditMode = true;
|
|
16547
|
+
this.showClass = true;
|
|
16548
|
+
this._editMode = false;
|
|
16549
|
+
}
|
|
16550
|
+
set child(content) {
|
|
16551
|
+
if (content) {
|
|
16552
|
+
this.input = content;
|
|
16553
|
+
this.input.commit = (price) => this.commit(price);
|
|
16554
|
+
if (this._editMode) {
|
|
16555
|
+
this.input.requestFocus();
|
|
16556
|
+
this.input.input.select();
|
|
16557
|
+
}
|
|
16558
|
+
}
|
|
16559
|
+
}
|
|
16560
|
+
set editMode(value) {
|
|
16561
|
+
this._editMode = value;
|
|
16562
|
+
if (this._editMode && this.input) {
|
|
16563
|
+
this.input.doFocus();
|
|
16564
|
+
this.input.input.select();
|
|
16565
|
+
}
|
|
16566
|
+
}
|
|
16567
|
+
get editMode() {
|
|
16568
|
+
return this._editMode;
|
|
16569
|
+
}
|
|
16570
|
+
handleClick(event) {
|
|
16571
|
+
event.preventDefault();
|
|
16572
|
+
event.stopPropagation();
|
|
16573
|
+
if (!this.readonly) {
|
|
16574
|
+
this.editMode = true;
|
|
16575
|
+
}
|
|
16576
|
+
}
|
|
16577
|
+
commit(price) {
|
|
16578
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
16579
|
+
if (this.transactionLine.price !== price) {
|
|
16580
|
+
const oldPrice = this.transactionLine.price;
|
|
16581
|
+
const success = yield this._transactionService.updatePriceTransactionLine(this._transactionService.currentTransaction.transactionInfo.uuid, this.transactionLine.uuid, price);
|
|
16582
|
+
if (!success) {
|
|
16583
|
+
this.input.model = oldPrice;
|
|
16584
|
+
}
|
|
16585
|
+
return success;
|
|
16586
|
+
}
|
|
16587
|
+
return true;
|
|
16588
|
+
});
|
|
16589
|
+
}
|
|
16590
|
+
transactionLineSet() {
|
|
16591
|
+
this.readonly = this.readonly || !this.transactionLine.articleFreePrice;
|
|
16592
|
+
}
|
|
16593
|
+
}
|
|
16594
|
+
TransactionLinePriceComponent.decorators = [
|
|
16595
|
+
{ type: Component, args: [{
|
|
16596
|
+
selector: "co-transaction-line-price",
|
|
16597
|
+
template: `
|
|
16598
|
+
<span *ngIf="(!editMode || readonly) && !defaultEditMode" [textContent]="transactionLine.price | coCurrency"></span>
|
|
16599
|
+
<co-input-text #input *ngIf="editMode || defaultEditMode"
|
|
16600
|
+
[noStyle]="true"
|
|
16601
|
+
[hideArrowButtons]="true"
|
|
16602
|
+
[placeholder]="showLabel ? ('PRICE' | localize) : ''"
|
|
16603
|
+
[type]="'number'"
|
|
16604
|
+
[showSaveCancel]="!readonly"
|
|
16605
|
+
[readonly]="readonly"
|
|
16606
|
+
[model]="transactionLine.price"
|
|
16607
|
+
(blur)="editMode = false"
|
|
16608
|
+
></co-input-text>
|
|
16609
|
+
`,
|
|
16610
|
+
encapsulation: ViewEncapsulation.None
|
|
16611
|
+
},] }
|
|
16612
|
+
];
|
|
16613
|
+
TransactionLinePriceComponent.ctorParameters = () => [
|
|
16614
|
+
{ type: TransactionService }
|
|
16615
|
+
];
|
|
16616
|
+
TransactionLinePriceComponent.propDecorators = {
|
|
16617
|
+
child: [{ type: ViewChild, args: ['input', { read: InputTextComponent },] }],
|
|
16618
|
+
showLabel: [{ type: Input }],
|
|
16619
|
+
defaultEditMode: [{ type: Input }],
|
|
16620
|
+
editMode: [{ type: Input }],
|
|
16621
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-line-price",] }],
|
|
16622
|
+
handleClick: [{ type: HostListener, args: ["click", ["$event"],] }]
|
|
16623
|
+
};
|
|
16624
|
+
|
|
16625
|
+
class TransactionLinePriceModule {
|
|
16626
|
+
}
|
|
16627
|
+
TransactionLinePriceModule.decorators = [
|
|
16628
|
+
{ type: NgModule, args: [{
|
|
16629
|
+
imports: [
|
|
16630
|
+
CommonModule,
|
|
16631
|
+
InputTextModule,
|
|
16632
|
+
PipeModule
|
|
16633
|
+
],
|
|
16634
|
+
declarations: [
|
|
16635
|
+
TransactionLinePriceComponent
|
|
16636
|
+
],
|
|
16637
|
+
exports: [
|
|
16638
|
+
TransactionLinePriceComponent
|
|
16639
|
+
]
|
|
16640
|
+
},] }
|
|
16641
|
+
];
|
|
16642
|
+
|
|
16654
16643
|
class TransactionLineSidePanelDefaultModule {
|
|
16655
16644
|
}
|
|
16656
16645
|
TransactionLineSidePanelDefaultModule.decorators = [
|
|
@@ -16665,7 +16654,6 @@ TransactionLineSidePanelDefaultModule.decorators = [
|
|
|
16665
16654
|
InputComboBoxModule,
|
|
16666
16655
|
InputDatePickerModule,
|
|
16667
16656
|
InputNumberPickerModule,
|
|
16668
|
-
TransactionLinePriceModule,
|
|
16669
16657
|
TransactionLinePriceListModule,
|
|
16670
16658
|
TransactionLineVatModule,
|
|
16671
16659
|
TransactionLineQuantityModule,
|
|
@@ -16679,7 +16667,8 @@ TransactionLineSidePanelDefaultModule.decorators = [
|
|
|
16679
16667
|
TransactionLineQuantumDiscountModule,
|
|
16680
16668
|
TransactionLineSpecialDiscountModule,
|
|
16681
16669
|
TransactionLineSupplierModule,
|
|
16682
|
-
TransactionLineDescriptionModule
|
|
16670
|
+
TransactionLineDescriptionModule,
|
|
16671
|
+
TransactionLinePriceModule
|
|
16683
16672
|
],
|
|
16684
16673
|
declarations: [
|
|
16685
16674
|
TransactionLineSidePanelDefaultComponent
|
|
@@ -19601,7 +19590,7 @@ TransactionBaseLineComponent.decorators = [
|
|
|
19601
19590
|
template: `
|
|
19602
19591
|
<div class="transaction-base-line-wrapper" data-action="openSidePanel">
|
|
19603
19592
|
<ng-container *ngIf="line.isArticle">
|
|
19604
|
-
<div class="transaction-base-line-section">
|
|
19593
|
+
<div class="transaction-base-line-section line-start">
|
|
19605
19594
|
<co-input-checkbox *ngIf="checkbox" class="transaction-line-checkbox" [class.hidden]="hideCheckbox"
|
|
19606
19595
|
[model]="checkboxValue"
|
|
19607
19596
|
(modelChange)="checkboxValueChanged.emit($event)"
|
|
@@ -20197,14 +20186,15 @@ TransactionPurchaseLineModule.decorators = [
|
|
|
20197
20186
|
TransactionLineDeliveryButtonModule,
|
|
20198
20187
|
TransactionLineDeliveryDateButtonModule,
|
|
20199
20188
|
TransactionLineStatusbarModule,
|
|
20200
|
-
TransactionLinePriceModule,
|
|
20201
20189
|
PipeModule,
|
|
20202
20190
|
InputNumberPickerModule,
|
|
20203
20191
|
EditableLabelModule,
|
|
20204
20192
|
DialogTransactionLineDiscountModule,
|
|
20205
20193
|
TransactionLineAmountModule,
|
|
20206
20194
|
TransactionLineCommissionButtonModule,
|
|
20207
|
-
TransactionLineSupplierButtonModule
|
|
20195
|
+
TransactionLineSupplierButtonModule,
|
|
20196
|
+
TransactionLinePriceModule,
|
|
20197
|
+
TransactionLinePriceModule
|
|
20208
20198
|
],
|
|
20209
20199
|
declarations: [
|
|
20210
20200
|
TransactionPurchaseLineComponent
|
|
@@ -23065,5 +23055,5 @@ TransactionLineGridModule.decorators = [
|
|
|
23065
23055
|
* Generated bundle index. Do not edit.
|
|
23066
23056
|
*/
|
|
23067
23057
|
|
|
23068
|
-
export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionSearchComponent, TransactionSearchModule, TransactionSearchService, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTotalsComponent, TransactionTotalsModule, PendingReasonService as ɵa, DialogService as ɵb, ConfirmationDialogComponent as ɵba, DialogBaseComponent as ɵbb, IconCacheService as ɵbc, CharacteristicAnswerModule as ɵbd, CharacteristicAnswerComponent as ɵbe, WarehouseModule as ɵbf, WarehouseComponent as ɵbg, ImageDisplayComponent as ɵbh, IconComponent as ɵbi, CustomerGroupsComponent as ɵbj, StockStatusIndicatorComponent as ɵbk, LazyRenderMasterDirective as ɵbl, LazyRenderDirective as ɵbm, RelationAddressModule as ɵbn, RelationAddressComponent as ɵbo, RelationBaseComponent as ɵbp, RelationAddressSelectModule as ɵbq, RelationAddressTileModule as ɵbr, TileModule as ɵbs, TileComponent as ɵbt, RelationAddressTileComponent as ɵbu, RelationAddressSelectComponent as ɵbv, StepperModule as ɵbw, StepperComponent as ɵbx, StepperStepComponent as ɵby, TransactionLineModule as ɵbz, DynamicComponentService as ɵc, TransactionLineComponent as ɵca, TransactionMappingService as ɵcb, TransactionArticleTextModule as ɵcc, TransactionLineImageAndDescriptionModule as ɵcd, TransactionLineDescriptionModule as ɵce, TransactionLineDescriptionComponent as ɵcf, TransactionLineBaseComponent as ɵcg, TransactionLineImageAndDescriptionComponent as ɵch, TransactionImageService as ɵci, TransactionArticleTextComponent as ɵcj, TransactionReceiveGoodsService as ɵck, DialogTransactionHeaderDiscountModule as ɵcl, TransactionHeaderDiscountPercentageModule as ɵcm, TransactionHeaderDiscountPercentageComponent as ɵcn, TransactionHeaderBaseComponent as ɵco, TransactionHeaderFilterPopupBaseComponent as ɵcp, TransactionHeaderDiscountAmountModule as ɵcq, TransactionHeaderDiscountAmountComponent as ɵcr, TransactionHeaderDiscountTransactionTotalModule as ɵcs, TransactionHeaderDiscountTransactionTotalComponent as ɵct, DialogTransactionHeaderDiscountComponent as ɵcu, DialogTransactionHeaderBaseComponent as ɵcv, AvatarModule as ɵcw, AvatarComponent as ɵcx, SharedService as ɵcy, SharedConnectorService as ɵcz, OptionsService as ɵd, RelationService as ɵda, DeliveryTypeTileModule as ɵdb, DeliveryTypeTileComponent as ɵdc, PaymentModule as ɵdd, PaymentTileModule as ɵde, PaymentTileComponent as ɵdf, PaymentQrCodeModule as ɵdg, PaymentQrCodeComponent as ɵdh, DownPaymentModule as ɵdi, DownPaymentComponent as ɵdj, PaymentService as ɵdk, PaymentComponent as ɵdl, RelationTypeModule as ɵdm, RelationTypeComponent as ɵdn, RelationGeneralModule as ɵdo, RelationSuggestionsListModule as ɵdp, RelationSuggestionsListItemModule as ɵdq, RelationSuggestionsListItemComponent as ɵdr, RelationSuggestionsListComponent as ɵds, RelationGeneralComponent as ɵdt, RelationAddressesModule as ɵdu, RelationAddressesComponent as ɵdv, RelationContactDetailsModule as ɵdw, RelationContactDetailsComponent as ɵdx, RelationPreferencesModule as ɵdy, RelationPreferencesComponent as ɵdz, DictionaryService as ɵe, TransactionHeaderBlockModule as ɵea, TransactionHeaderBlockComponent as ɵeb, TransactionHeaderDeliveryDateModule as ɵec, TransactionHeaderDeliveryDateComponent as ɵed, TransactionHeaderDeliveryOptionsModule as ɵee, TransactionHeaderDeliveryOptionsComponent as ɵef, TransactionHeaderRemarksModule as ɵeg, TransactionHeaderRemarksComponent as ɵeh, TransactionHeaderReferenceModule as ɵei, TransactionHeaderReferenceComponent as ɵej, TransactionHeaderRelationReferenceModule as ɵek, TransactionHeaderRelationReferenceComponent as ɵel, TransactionHeaderDeliveryMethodModule as ɵem, TransactionLineCheckboxModule as ɵen, TransactionLineCheckboxListComponent as ɵeo, TransactionHeaderDeliveryMethodComponent as ɵep, TransactionHeaderPreferredDeliveryDateModule as ɵeq, TransactionHeaderPreferredDeliveryDateComponent as ɵer, DialogTransactionHeaderDeliveryMethodModule as ɵes, DialogHeaderSearchModule as ɵet, DialogHeaderSearchComponent as ɵeu, DialogTransactionHeaderDeliveryMethodComponent as ɵev, TransactionHeaderPartialDeliveryModule as ɵew, TransactionHeaderPartialDeliveryComponent as ɵex, TransactionBaseComponent as ɵey, TransactionHeaderDownpaymentPercentageModule as ɵez, TransactionConnectorService as ɵf, TransactionHeaderDownpaymentPercentageComponent as ɵfa, TransactionHeaderDownpaymentAmountModule as ɵfb, TransactionHeaderDownpaymentAmountComponent as ɵfc, TransactionHeaderDefinitiveModule as ɵfd, TransactionHeaderDefinitiveComponent as ɵfe, TransactionHeaderBranchModule as ɵff, TransactionHeaderBranchComponent as ɵfg, TransactionHeaderAdministrativeRelationModule as ɵfh, TransactionHeaderAdministrativeRelationComponent as ɵfi, TransactionHeaderMarketingModule as ɵfj, TransactionHeaderMarketingComponent as ɵfk, CheckoutOverviewRelationEditComponent as ɵfl, CheckoutOverviewDeliveryEditComponent as ɵfm, CheckoutOverviewDeliveryAddressComponent as ɵfn, CheckoutOverviewPaymentComponent as ɵfo, CheckoutLoginComponent as ɵfp, TransactionFilterCategoriesModule as ɵfq, TransactionFilterCategoriesComponent as ɵfr, TransactionHeaderPaymentModule as ɵfs, TransactionHeaderPaymentComponent as ɵft, TransactionLinesGridModule as ɵfu, TransactionBaseGridModule as ɵfv, TransactionLineSidePanelModule as ɵfw, TransactionLineSidePanelDefaultModule as ɵfx, TransactionLinePriceModule as ɵfy, TransactionLinePriceComponent as ɵfz, TransactionConnectorAdapterService as ɵg, TransactionLinePriceListModule as ɵga, TransactionLinePriceListComponent as ɵgb, TransactionFilterPopupBaseComponent as ɵgc, TransactionLineVatModule as ɵgd, TransactionLineVatComponent as ɵge, TransactionLineQuantityModule as ɵgf, TransactionLineQuantityComponent as ɵgg, TransactionLineLineDiscountModule as ɵgh, TransactionLineLineDiscountComponent as ɵgi, TransactionLineDeliveryMethodModule as ɵgj, TransactionLineDeliveryMethodComponent as ɵgk, TransactionLineDeliveryDateModule as ɵgl, TransactionLineDeliveryDateComponent as ɵgm, TransactionLineReferenceModule as ɵgn, TransactionLineReferenceComponent as ɵgo, TransactionLineCommissionCodeModule as ɵgp, TransactionLineCommissionCodeComponent as ɵgq, TransactionLineWarehouseModule as ɵgr, TransactionLineWarehouseComponent as ɵgs, TransactionLineDiscountAmountModule as ɵgt, TransactionLineDiscountAmountComponent as ɵgu, TransactionLineQuantumDiscountModule as ɵgv, TransactionLineQuantumDiscountComponent as ɵgw, TransactionLineSpecialDiscountModule as ɵgx, TransactionLineSpecialDiscountComponent as ɵgy, TransactionLineSupplierModule as ɵgz, SelectMultipleCacheService as ɵh, TransactionLineSupplierComponent as ɵha, TransactionLineSidePanelDefaultComponent as ɵhb, TransactionReceivingGoodsHistoryModule as ɵhc, TransactionHistoryGridModule as ɵhd, TransactionHistoryGridStatusModule as ɵhe, TransactionHistoryGridStatusComponent as ɵhf, TransactionHistoryGridComponent as ɵhg, TransactionReceivingGoodsHistoryComponent as ɵhh, TransactionReceivingGoodsDetailsModule as ɵhi, TransactionReceivingGoodsDetailsComponent as ɵhj, ArticleService as ɵhk, TransactionButtonBarModule as ɵhl, AnimatedCheckboxModule as ɵhm, AnimatedCheckboxComponent as ɵhn, TransactionButtonBarComponent as ɵho, TransactionButtonBarButtonComponent as ɵhp, TransactionButtonBarButtonBaseComponent as ɵhq, TransactionSalesPurchaseButtonBarButtonComponent as ɵhr, TransactionLineSidePanelPurchaseModule as ɵhs, DefaultOkCancelButtonsModule as ɵht, DefaultOkCancelButtonsComponent as ɵhu, TransactionLineSidePanelPurchaseComponent as ɵhv, TransactionLineSidePanelComponent as ɵhw, DynamicBaseComponent as ɵhx, TransactionLineActionButtonsModule as ɵhy, TransactionArticleTextOverviewModule as ɵhz, BusinessObjectCacheManagerService as ɵi, TransactionArticleTextOverviewComponent as ɵia, TransactionLineActionButtonsComponent as ɵib, TransactionBaseGridComponent as ɵic, TransactionGridBaseComponent as ɵid, DialogTransactionLineCommissionCodeModule as ɵie, DialogTransactionLineCommissionCodeComponent as ɵif, DialogTransactionLineBaseComponent as ɵig, DialogTransactionLineWarehouseModule as ɵih, DialogTransactionLineWarehouseComponent as ɵii, DialogTransactionLineWarehouseCcModule as ɵij, DialogTransactionLineWarehouseCcComponent as ɵik, DialogTransactionLineDeliveryMethodModule as ɵil, DialogTransactionLineDeliveryMethodComponent as ɵim, DialogTransactionLineVatModule as ɵin, DialogTransactionLineVatComponent as ɵio, DialogTransactionLineDiscountModule as ɵip, DialogTransactionLinePriceListModule as ɵiq, DialogTransactionLinePriceListComponent as ɵir, DialogTransactionLineDiscountComponent as ɵis, TransactionLinesGridComponent as ɵit, DiscountModule as ɵiu, DiscountComponent as ɵiv, TransactionQuickAccessOverviewModule as ɵiw, TransactionQuickAccessOverviewComponent as ɵix, TransactionQuickAccessOrderDeliveryModule as ɵiy, TransactionSendButtonDialogModule as ɵiz, CacheField as ɵj, TransactionSendButtonDialogComponent as ɵja, TransactionQuickAccessOrderDeliveryComponent as ɵjb, TransactionOrderDeliveryService as ɵjc, TransactionQuickAccessOrderPurchaseModule as ɵjd, TransactionQuickAccessOrderPurchaseComponent as ɵje, TransactionOrderConfirmationGridModule as ɵjf, TransactionOrderConfirmationGridComponent as ɵjg, TransactionReceivedGoodsGridModule as ɵjh, DialogTransactionLineWarehouseLocationModule as ɵji, TransactionLineWarehouseLocationModule as ɵjj, TransactionLineWarehouseLocationComponent as ɵjk, DialogTransactionLineWarehouseLocationComponent as ɵjl, TransactionLineWarehouseLocationButtonModule as ɵjm, TransactionLineWarehouseLocationButtonComponent as ɵjn, TransactionReceivedGoodsGridComponent as ɵjo, ViewModeButtonsModule as ɵjp, ViewModeButtonsComponent as ɵjq, TransactionGridModule as ɵjr, TransactionGridComponent as ɵjs, TransactionTileModule as ɵjt, TransactionTileComponent as ɵju, TransactionOverviewLineModule as ɵjv, EditableLabelModule as ɵjw, EditableLabelComponent as ɵjx, TransactionBaseLineModule as ɵjy, TransactionBaseLineComponent as ɵjz, SelectMultipleParameterizedCacheService as ɵk, TransactionLinesLineBaseComponent as ɵka, TransactionLineCommissionButtonModule as ɵkb, TransactionLineCommissionButtonComponent as ɵkc, TransactionLineWarehouseButtonModule as ɵkd, TransactionLineWarehouseButtonComponent as ɵke, TransactionLineDeliveryButtonModule as ɵkf, TransactionLineDeliveryButtonComponent as ɵkg, TransactionLineDeliveryDateButtonModule as ɵkh, TransactionLineDeliveryDateButtonComponent as ɵki, TransactionLineAmountModule as ɵkj, TransactionLineAmountComponent as ɵkk, TransactionOverviewLineComponent as ɵkl, TransactionOrderDeliveryLineModule as ɵkm, TransactionOrderDeliveryLineComponent as ɵkn, TransactionReceiveGoodsLineModule as ɵko, TransactionReceiveGoodsLineComponent as ɵkp, TransactionPurchaseLineModule as ɵkq, TransactionLineSupplierButtonModule as ɵkr, DialogTransactionLineSupplierModule as ɵks, DialogTransactionLineSupplierComponent as ɵkt, TransactionLineSupplierButtonComponent as ɵku, TransactionPurchaseLineComponent as ɵkv, QuickSendButtonModule as ɵkw, QuickSendButtonComponent as ɵkx, TransactionSearchResultModule as ɵky, TransactionSearchSalesOrderTileModule as ɵkz, ErrorService as ɵl, TransactionSearchSalesOrderTileComponent as ɵla, TransactionSearchTileBaseComponent as ɵlb, TransactionSearchPurchaseOrderTileModule as ɵlc, TransactionSearchPurchaseOrderTileComponent as ɵld, TransactionSearchSalesOrderGridModule as ɵle, TransactionSearchSalesOrderGridComponent as ɵlf, TransactionSearchGridBaseComponent as ɵlg, TransactionSearchPurchaseOrderGridModule as ɵlh, TransactionSearchPurchaseOrderGridComponent as ɵli, TransactionSearchHeaderModule as ɵlj, TransactionSearchHeaderComponent as ɵlk, TransactionSearchGridModule as ɵll, TransactionSearchGridComponent as ɵlm, TransactionSearchTileModule as ɵln, TransactionSearchTileComponent as ɵlo, TransactionSearchResultComponent as ɵlp, TransactionSalesOrderFilterModule as ɵlq, TransactionSalesOrderFilterContentOrderModule as ɵlr, TransactionFilterItemModule as ɵls, TransactionFilterItemComponent as ɵlt, TransactionSalesOrderFilterContentOrderComponent as ɵlu, TransactionFilterContentBaseComponent as ɵlv, FilterRequestService as ɵlw, TransactionSalesOrderFilterContentLogisticsModule as ɵlx, TransactionFilterHistoricStateModule as ɵly, TransactionFilterHistoricStateComponent as ɵlz, SelectSingleCacheService as ɵm, TransactionSalesOrderFilterContentLogisticsComponent as ɵma, TransactionSalesOrderFilterContentArticleModule as ɵmb, TransactionSalesOrderFilterContentArticleComponent as ɵmc, TransactionSalesOrderFilterComponent as ɵmd, TransactionFilterBaseComponent as ɵme, TransactionPurchaseOrderFilterModule as ɵmf, TransactionPurchaseOrderFilterContentOrderModule as ɵmg, TransactionPurchaseOrderFilterContentOrderComponent as ɵmh, TransactionPurchaseOrderFilterContentLogisticsModule as ɵmi, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵmj, TransactionPurchaseOrderFilterContentArticleModule as ɵmk, TransactionPurchaseOrderFilterContentArticleComponent as ɵml, TransactionPurchaseOrderFilterComponent as ɵmm, TransactionFilterModule as ɵmn, TransactionFilterComponent as ɵmo, ArticleConnectorService as ɵn, TransactionEventService as ɵo, RelationConnectorService as ɵp, CoreModule as ɵq, ConfirmationDialogModule as ɵr, PipeModule as ɵs, AppendPipe as ɵt, DeliveryTimePipe as ɵu, DateDurationPipe as ɵv, LocalizePipe as ɵw, CoCurrencyPipe as ɵx, SafeStylePipe as ɵy, SafeHtmlPipe as ɵz };
|
|
23058
|
+
export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, RelationService, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionSearchComponent, TransactionSearchModule, TransactionSearchService, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTotalsComponent, TransactionTotalsModule, PendingReasonService as ɵa, DialogService as ɵb, ConfirmationDialogComponent as ɵba, DialogBaseComponent as ɵbb, IconCacheService as ɵbc, CharacteristicAnswerModule as ɵbd, CharacteristicAnswerComponent as ɵbe, WarehouseModule as ɵbf, WarehouseComponent as ɵbg, ImageDisplayComponent as ɵbh, IconComponent as ɵbi, CustomerGroupsComponent as ɵbj, StockStatusIndicatorComponent as ɵbk, LazyRenderMasterDirective as ɵbl, LazyRenderDirective as ɵbm, RelationAddressModule as ɵbn, RelationAddressComponent as ɵbo, RelationBaseComponent as ɵbp, RelationAddressSelectModule as ɵbq, RelationAddressTileModule as ɵbr, TileModule as ɵbs, TileComponent as ɵbt, RelationAddressTileComponent as ɵbu, RelationAddressSelectComponent as ɵbv, StepperModule as ɵbw, StepperComponent as ɵbx, StepperStepComponent as ɵby, TransactionLineModule as ɵbz, DynamicComponentService as ɵc, TransactionLineComponent as ɵca, TransactionMappingService as ɵcb, TransactionArticleTextModule as ɵcc, TransactionLineImageAndDescriptionModule as ɵcd, TransactionLineDescriptionModule as ɵce, TransactionLineDescriptionComponent as ɵcf, TransactionLineBaseComponent as ɵcg, TransactionLineImageAndDescriptionComponent as ɵch, TransactionImageService as ɵci, TransactionArticleTextComponent as ɵcj, TransactionReceiveGoodsService as ɵck, DialogTransactionHeaderDiscountModule as ɵcl, TransactionHeaderDiscountPercentageModule as ɵcm, TransactionHeaderDiscountPercentageComponent as ɵcn, TransactionHeaderBaseComponent as ɵco, TransactionHeaderFilterPopupBaseComponent as ɵcp, TransactionHeaderDiscountAmountModule as ɵcq, TransactionHeaderDiscountAmountComponent as ɵcr, TransactionHeaderDiscountTransactionTotalModule as ɵcs, TransactionHeaderDiscountTransactionTotalComponent as ɵct, DialogTransactionHeaderDiscountComponent as ɵcu, DialogTransactionHeaderBaseComponent as ɵcv, AvatarModule as ɵcw, AvatarComponent as ɵcx, SharedService as ɵcy, SharedConnectorService as ɵcz, OptionsService as ɵd, DeliveryTypeTileModule as ɵda, DeliveryTypeTileComponent as ɵdb, PaymentModule as ɵdc, PaymentTileModule as ɵdd, PaymentTileComponent as ɵde, PaymentQrCodeModule as ɵdf, PaymentQrCodeComponent as ɵdg, DownPaymentModule as ɵdh, DownPaymentComponent as ɵdi, PaymentService as ɵdj, PaymentComponent as ɵdk, RelationTypeModule as ɵdl, RelationTypeComponent as ɵdm, RelationGeneralModule as ɵdn, RelationSuggestionsListModule as ɵdo, RelationSuggestionsListItemModule as ɵdp, RelationSuggestionsListItemComponent as ɵdq, RelationSuggestionsListComponent as ɵdr, RelationGeneralComponent as ɵds, RelationAddressesModule as ɵdt, RelationAddressesComponent as ɵdu, RelationContactDetailsModule as ɵdv, RelationContactDetailsComponent as ɵdw, RelationPreferencesModule as ɵdx, RelationPreferencesComponent as ɵdy, TransactionHeaderBlockModule as ɵdz, DictionaryService as ɵe, TransactionHeaderBlockComponent as ɵea, TransactionHeaderDeliveryDateModule as ɵeb, TransactionHeaderDeliveryDateComponent as ɵec, TransactionHeaderDeliveryOptionsModule as ɵed, TransactionHeaderDeliveryOptionsComponent as ɵee, TransactionHeaderRemarksModule as ɵef, TransactionHeaderRemarksComponent as ɵeg, TransactionHeaderReferenceModule as ɵeh, TransactionHeaderReferenceComponent as ɵei, TransactionHeaderRelationReferenceModule as ɵej, TransactionHeaderRelationReferenceComponent as ɵek, TransactionHeaderDeliveryMethodModule as ɵel, TransactionLineCheckboxModule as ɵem, TransactionLineCheckboxListComponent as ɵen, TransactionHeaderDeliveryMethodComponent as ɵeo, TransactionHeaderPreferredDeliveryDateModule as ɵep, TransactionHeaderPreferredDeliveryDateComponent as ɵeq, DialogTransactionHeaderDeliveryMethodModule as ɵer, DialogHeaderSearchModule as ɵes, DialogHeaderSearchComponent as ɵet, DialogTransactionHeaderDeliveryMethodComponent as ɵeu, TransactionHeaderPartialDeliveryModule as ɵev, TransactionHeaderPartialDeliveryComponent as ɵew, TransactionBaseComponent as ɵex, TransactionHeaderDownpaymentPercentageModule as ɵey, TransactionHeaderDownpaymentPercentageComponent as ɵez, TransactionConnectorService as ɵf, TransactionHeaderDownpaymentAmountModule as ɵfa, TransactionHeaderDownpaymentAmountComponent as ɵfb, TransactionHeaderDefinitiveModule as ɵfc, TransactionHeaderDefinitiveComponent as ɵfd, TransactionHeaderBranchModule as ɵfe, TransactionHeaderBranchComponent as ɵff, TransactionHeaderAdministrativeRelationModule as ɵfg, TransactionHeaderAdministrativeRelationComponent as ɵfh, TransactionHeaderMarketingModule as ɵfi, TransactionHeaderMarketingComponent as ɵfj, CheckoutOverviewRelationEditComponent as ɵfk, CheckoutOverviewDeliveryEditComponent as ɵfl, CheckoutOverviewDeliveryAddressComponent as ɵfm, CheckoutOverviewPaymentComponent as ɵfn, CheckoutLoginComponent as ɵfo, TransactionFilterCategoriesModule as ɵfp, TransactionFilterCategoriesComponent as ɵfq, TransactionHeaderPaymentModule as ɵfr, TransactionHeaderPaymentComponent as ɵfs, TransactionLinesGridModule as ɵft, TransactionBaseGridModule as ɵfu, TransactionLineSidePanelModule as ɵfv, TransactionLineSidePanelDefaultModule as ɵfw, TransactionLinePriceListModule as ɵfx, TransactionLinePriceListComponent as ɵfy, TransactionFilterPopupBaseComponent as ɵfz, TransactionConnectorAdapterService as ɵg, TransactionLineVatModule as ɵga, TransactionLineVatComponent as ɵgb, TransactionLineQuantityModule as ɵgc, TransactionLineQuantityComponent as ɵgd, TransactionLineLineDiscountModule as ɵge, TransactionLineLineDiscountComponent as ɵgf, TransactionLineDeliveryMethodModule as ɵgg, TransactionLineDeliveryMethodComponent as ɵgh, TransactionLineDeliveryDateModule as ɵgi, TransactionLineDeliveryDateComponent as ɵgj, TransactionLineReferenceModule as ɵgk, TransactionLineReferenceComponent as ɵgl, TransactionLineCommissionCodeModule as ɵgm, TransactionLineCommissionCodeComponent as ɵgn, TransactionLineWarehouseModule as ɵgo, TransactionLineWarehouseComponent as ɵgp, TransactionLineDiscountAmountModule as ɵgq, TransactionLineDiscountAmountComponent as ɵgr, TransactionLineQuantumDiscountModule as ɵgs, TransactionLineQuantumDiscountComponent as ɵgt, TransactionLineSpecialDiscountModule as ɵgu, TransactionLineSpecialDiscountComponent as ɵgv, TransactionLineSupplierModule as ɵgw, TransactionLineSupplierComponent as ɵgx, TransactionLinePriceModule as ɵgy, TransactionLinePriceComponent as ɵgz, SelectMultipleCacheService as ɵh, TransactionLineSidePanelDefaultComponent as ɵha, TransactionReceivingGoodsHistoryModule as ɵhb, TransactionHistoryGridModule as ɵhc, TransactionHistoryGridStatusModule as ɵhd, TransactionHistoryGridStatusComponent as ɵhe, TransactionHistoryGridComponent as ɵhf, TransactionReceivingGoodsHistoryComponent as ɵhg, TransactionReceivingGoodsDetailsModule as ɵhh, TransactionReceivingGoodsDetailsComponent as ɵhi, ArticleService as ɵhj, TransactionButtonBarModule as ɵhk, AnimatedCheckboxModule as ɵhl, AnimatedCheckboxComponent as ɵhm, TransactionButtonBarComponent as ɵhn, TransactionButtonBarButtonComponent as ɵho, TransactionButtonBarButtonBaseComponent as ɵhp, TransactionSalesPurchaseButtonBarButtonComponent as ɵhq, TransactionLineSidePanelPurchaseModule as ɵhr, DefaultOkCancelButtonsModule as ɵhs, DefaultOkCancelButtonsComponent as ɵht, TransactionLineSidePanelPurchaseComponent as ɵhu, TransactionLineSidePanelComponent as ɵhv, DynamicBaseComponent as ɵhw, TransactionLineActionButtonsModule as ɵhx, TransactionArticleTextOverviewModule as ɵhy, TransactionArticleTextOverviewComponent as ɵhz, BusinessObjectCacheManagerService as ɵi, TransactionLineActionButtonsComponent as ɵia, TransactionBaseGridComponent as ɵib, TransactionGridBaseComponent as ɵic, DialogTransactionLineCommissionCodeModule as ɵid, DialogTransactionLineCommissionCodeComponent as ɵie, DialogTransactionLineBaseComponent as ɵif, DialogTransactionLineWarehouseModule as ɵig, DialogTransactionLineWarehouseComponent as ɵih, DialogTransactionLineWarehouseCcModule as ɵii, DialogTransactionLineWarehouseCcComponent as ɵij, DialogTransactionLineDeliveryMethodModule as ɵik, DialogTransactionLineDeliveryMethodComponent as ɵil, DialogTransactionLineVatModule as ɵim, DialogTransactionLineVatComponent as ɵin, DialogTransactionLineDiscountModule as ɵio, DialogTransactionLinePriceListModule as ɵip, DialogTransactionLinePriceListComponent as ɵiq, DialogTransactionLineDiscountComponent as ɵir, TransactionLinesGridComponent as ɵis, DiscountModule as ɵit, DiscountComponent as ɵiu, TransactionQuickAccessOverviewModule as ɵiv, TransactionQuickAccessOverviewComponent as ɵiw, TransactionQuickAccessOrderDeliveryModule as ɵix, TransactionSendButtonDialogModule as ɵiy, TransactionSendButtonDialogComponent as ɵiz, CacheField as ɵj, TransactionQuickAccessOrderDeliveryComponent as ɵja, TransactionOrderDeliveryService as ɵjb, TransactionQuickAccessOrderPurchaseModule as ɵjc, TransactionQuickAccessOrderPurchaseComponent as ɵjd, TransactionOrderConfirmationGridModule as ɵje, TransactionOrderConfirmationGridComponent as ɵjf, TransactionReceivedGoodsGridModule as ɵjg, DialogTransactionLineWarehouseLocationModule as ɵjh, TransactionLineWarehouseLocationModule as ɵji, TransactionLineWarehouseLocationComponent as ɵjj, DialogTransactionLineWarehouseLocationComponent as ɵjk, TransactionLineWarehouseLocationButtonModule as ɵjl, TransactionLineWarehouseLocationButtonComponent as ɵjm, TransactionReceivedGoodsGridComponent as ɵjn, ViewModeButtonsModule as ɵjo, ViewModeButtonsComponent as ɵjp, TransactionGridModule as ɵjq, TransactionGridComponent as ɵjr, TransactionTileModule as ɵjs, TransactionTileComponent as ɵjt, TransactionOverviewLineModule as ɵju, EditableLabelModule as ɵjv, EditableLabelComponent as ɵjw, TransactionBaseLineModule as ɵjx, TransactionBaseLineComponent as ɵjy, TransactionLinesLineBaseComponent as ɵjz, SelectMultipleParameterizedCacheService as ɵk, TransactionLineCommissionButtonModule as ɵka, TransactionLineCommissionButtonComponent as ɵkb, TransactionLineWarehouseButtonModule as ɵkc, TransactionLineWarehouseButtonComponent as ɵkd, TransactionLineDeliveryButtonModule as ɵke, TransactionLineDeliveryButtonComponent as ɵkf, TransactionLineDeliveryDateButtonModule as ɵkg, TransactionLineDeliveryDateButtonComponent as ɵkh, TransactionLineAmountModule as ɵki, TransactionLineAmountComponent as ɵkj, TransactionOverviewLineComponent as ɵkk, TransactionOrderDeliveryLineModule as ɵkl, TransactionOrderDeliveryLineComponent as ɵkm, TransactionReceiveGoodsLineModule as ɵkn, TransactionReceiveGoodsLineComponent as ɵko, TransactionPurchaseLineModule as ɵkp, TransactionLineSupplierButtonModule as ɵkq, DialogTransactionLineSupplierModule as ɵkr, DialogTransactionLineSupplierComponent as ɵks, TransactionLineSupplierButtonComponent as ɵkt, TransactionPurchaseLineComponent as ɵku, QuickSendButtonModule as ɵkv, QuickSendButtonComponent as ɵkw, TransactionSearchResultModule as ɵkx, TransactionSearchSalesOrderTileModule as ɵky, TransactionSearchSalesOrderTileComponent as ɵkz, ErrorService as ɵl, TransactionSearchTileBaseComponent as ɵla, TransactionSearchPurchaseOrderTileModule as ɵlb, TransactionSearchPurchaseOrderTileComponent as ɵlc, TransactionSearchSalesOrderGridModule as ɵld, TransactionSearchSalesOrderGridComponent as ɵle, TransactionSearchGridBaseComponent as ɵlf, TransactionSearchPurchaseOrderGridModule as ɵlg, TransactionSearchPurchaseOrderGridComponent as ɵlh, TransactionSearchHeaderModule as ɵli, TransactionSearchHeaderComponent as ɵlj, TransactionSearchGridModule as ɵlk, TransactionSearchGridComponent as ɵll, TransactionSearchTileModule as ɵlm, TransactionSearchTileComponent as ɵln, TransactionSearchResultComponent as ɵlo, TransactionSalesOrderFilterModule as ɵlp, TransactionSalesOrderFilterContentOrderModule as ɵlq, TransactionFilterItemModule as ɵlr, TransactionFilterItemComponent as ɵls, TransactionSalesOrderFilterContentOrderComponent as ɵlt, TransactionFilterContentBaseComponent as ɵlu, FilterRequestService as ɵlv, TransactionSalesOrderFilterContentLogisticsModule as ɵlw, TransactionFilterHistoricStateModule as ɵlx, TransactionFilterHistoricStateComponent as ɵly, TransactionSalesOrderFilterContentLogisticsComponent as ɵlz, SelectSingleCacheService as ɵm, TransactionSalesOrderFilterContentArticleModule as ɵma, TransactionSalesOrderFilterContentArticleComponent as ɵmb, TransactionSalesOrderFilterComponent as ɵmc, TransactionFilterBaseComponent as ɵmd, TransactionPurchaseOrderFilterModule as ɵme, TransactionPurchaseOrderFilterContentOrderModule as ɵmf, TransactionPurchaseOrderFilterContentOrderComponent as ɵmg, TransactionPurchaseOrderFilterContentLogisticsModule as ɵmh, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵmi, TransactionPurchaseOrderFilterContentArticleModule as ɵmj, TransactionPurchaseOrderFilterContentArticleComponent as ɵmk, TransactionPurchaseOrderFilterComponent as ɵml, TransactionFilterModule as ɵmm, TransactionFilterComponent as ɵmn, ArticleConnectorService as ɵn, TransactionEventService as ɵo, RelationConnectorService as ɵp, CoreModule as ɵq, ConfirmationDialogModule as ɵr, PipeModule as ɵs, AppendPipe as ɵt, DeliveryTimePipe as ɵu, DateDurationPipe as ɵv, LocalizePipe as ɵw, CoCurrencyPipe as ɵx, SafeStylePipe as ɵy, SafeHtmlPipe as ɵz };
|
|
23069
23059
|
//# sourceMappingURL=colijnit-transaction.js.map
|