@colijnit/transaction 254.1.5 → 254.1.6
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 +1005 -782
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +311 -305
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +312 -306
- package/esm2015/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.component.js +56 -0
- package/esm2015/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.module.js +20 -0
- package/esm2015/lib/component/dialog/transaction-search/dialog-transaction-search.component.js +66 -0
- package/esm2015/lib/component/dialog/transaction-search/dialog-transaction-search.module.js +35 -0
- package/esm2015/lib/component/service-wizard-qa/question-answer-item/question-answer-item.component.js +12 -4
- package/esm2015/lib/component/service-wizard-qa/service-wizard-qa.component.js +5 -1
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.js +19 -3
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module.js +4 -3
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/transaction-cash-register-payment-dialog.component.js +7 -3
- package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.component.js +15 -9
- package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.module.js +4 -2
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.js +28 -13
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +59 -51
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.component.js +2 -2
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.component.js +25 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.module.js +19 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +9 -5
- package/esm2015/lib/component/transaction-service-overview/transaction-service-overview.component.js +1 -9
- package/esm2015/lib/enum/icon.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +2 -1
- package/esm2015/lib/service/transaction-connector-adapter.service.js +3 -3
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +781 -530
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/_layout.scss +29 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/_material-definition.scss +2 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/_theme.scss +4 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/material.scss +4 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.component.d.ts +15 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.module.d.ts +2 -0
- package/lib/component/dialog/transaction-search/dialog-transaction-search.component.d.ts +19 -0
- package/lib/component/dialog/transaction-search/dialog-transaction-search.module.d.ts +2 -0
- package/lib/component/dialog/transaction-search/style/_layout.scss +1 -25
- package/lib/component/dialog/transaction-search/style/material.scss +2 -0
- package/lib/component/service-wizard-qa/question-answer-item/question-answer-item.component.d.ts +3 -0
- package/lib/component/service-wizard-qa/service-wizard-qa.component.d.ts +1 -0
- package/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.d.ts +3 -0
- package/lib/component/simple-vertical-stepper/style/_layout.scss +26 -0
- package/lib/component/simple-vertical-stepper/style/_material-definition.scss +5 -0
- package/lib/component/transaction-create-wizard/style/_layout.scss +60 -0
- package/lib/component/transaction-create-wizard/transaction-create-wizard.component.d.ts +2 -0
- package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +14 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.d.ts +6 -5
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.d.ts +1 -0
- package/lib/component/transaction-header/transaction-header-relation/style/_layout.scss +2 -1
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/style/_layout.scss +5 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/style/material.scss +5 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.component.d.ts +6 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.d.ts +1 -0
- package/lib/enum/icon.enum.d.ts +1 -0
- package/package.json +1 -1
|
@@ -113,10 +113,9 @@ import { TransactionMarginInfo } from '@colijnit/transactionapi/build/model/tran
|
|
|
113
113
|
import { OutstandingAmountCustomer } from '@colijnit/transactionapi/build/model/outstanding-amount-customer.bo';
|
|
114
114
|
import { PaymentAnalysis } from '@colijnit/transactionapi/build/model/payment-analysis.bo';
|
|
115
115
|
import { SupplierArticleStockForecast } from '@colijnit/transactionapi/build/model/supplier-article-stock-forecast';
|
|
116
|
-
import { ServiceType } from '@colijnit/transactionapi/build/model/service-type';
|
|
117
116
|
import { InternalParam } from '@colijnit/mainapi/build/enum/internal-param.enum';
|
|
118
117
|
import { RelationKind } from '@colijnit/relationapi/build/enum/relation-kind.enum';
|
|
119
|
-
import { BaseModuleScreenConfigService, BaseModuleService, FormMasterService, SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME, CoDialogModule, ButtonModule, CollapsibleModule, InputCheckboxModule, InputTextModule, ListOfValuesModule, FormModule, ScreenConfigurationModule, InputRadioButtonModule, IconModule, InputTextComponent, TooltipDirectiveModule, CheckmarkOverlayModule, FilterViewmodel, FormComponent, InputSearchModule, CoreComponentsTranslationModule, ColorPickerModule, InputTextareaModule, ColumnAlign, SimpleGridColumnDirective, OverlayService, ColorSequenceService, ClickoutsideModule, OverlayModule, CalendarComponent, InputNumberPickerModule, InputDatePickerComponent, InputDatePickerModule, ObserveVisibilityModule, PriceDisplayPipeModule, Carousel3dModule, CarouselModule, FilterPipeModule, InputTextareaComponent, InputCheckboxComponent,
|
|
118
|
+
import { BaseModuleScreenConfigService, BaseModuleService, FormMasterService, SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME, CoDialogModule, ButtonModule, CollapsibleModule, InputCheckboxModule, InputTextModule, ListOfValuesModule, FormModule, ScreenConfigurationModule, InputRadioButtonModule, IconModule, InputTextComponent, TooltipDirectiveModule, CheckmarkOverlayModule, FilterViewmodel, FormComponent, InputSearchModule, CoreComponentsTranslationModule, ColorPickerModule, InputTextareaModule, ColumnAlign, SimpleGridColumnDirective, OverlayService, ColorSequenceService, ClickoutsideModule, OverlayModule, CalendarComponent, InputNumberPickerModule, InputDatePickerComponent, InputDatePickerModule, ObserveVisibilityModule, PriceDisplayPipeModule, Carousel3dModule, CarouselModule, FilterPipeModule, InputTextareaComponent, InputCheckboxComponent, ContentViewMode, PopupModule, CoDialogWizardModule, SimpleGridModule, GridToolbarButtonModule, InputDateRangePickerModule, ViewModeButtonsModule, FilterItemModule, FilterItemMode, PaginationModule, PaginationBarModule, IconCollapseHandleModule, ImageModule as ImageModule$1, InputScannerModule } from '@colijnit/corecomponents_v12';
|
|
120
119
|
import { TransactionServiceInfo } from '@colijnit/transactionapi/build/model/transaction-service-info.bo';
|
|
121
120
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
122
121
|
import { EmailPosReceiptRequest } from '@colijnit/transactionapi/build/model/email-pos-receipt-request';
|
|
@@ -254,8 +253,8 @@ class Version {
|
|
|
254
253
|
constructor() {
|
|
255
254
|
this.name = "@colijnit/transaction";
|
|
256
255
|
this.description = "Colijn IT transaction package";
|
|
257
|
-
this.symVer = "254.1.
|
|
258
|
-
this.publishDate = "
|
|
256
|
+
this.symVer = "254.1.6";
|
|
257
|
+
this.publishDate = "26/06/2024, 11:06:42";
|
|
259
258
|
}
|
|
260
259
|
}
|
|
261
260
|
|
|
@@ -539,6 +538,7 @@ var Icon;
|
|
|
539
538
|
Icon["RegularTruckMovingCircleUser"] = "regular_truck_moving_circle_user";
|
|
540
539
|
Icon["Remark"] = "remark";
|
|
541
540
|
Icon["Resize"] = "resize";
|
|
541
|
+
Icon["ServiceCartRegular"] = "service_cart_regular";
|
|
542
542
|
Icon["ShareSolid"] = "share_solid";
|
|
543
543
|
Icon["SharpLightTruckMovingClock"] = "sharp_light_truck_moving_clock";
|
|
544
544
|
Icon["SharpRegularBarcodeReadTag"] = "sharp_regular_barcode_read_tag";
|
|
@@ -681,6 +681,7 @@ const IconSvg = {
|
|
|
681
681
|
"regular_truck_moving_circle_user": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M72 80c-13.3 0-24 10.7-24 24c0 74.2 0 148.5 0 222.7c9.8-4.3 20.6-6.7 32-6.7c26.2 0 49.4 12.6 64 32c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32c16.2 0 32.5 0 48.7 0c-.5 5.3-.7 10.6-.7 16c0 10.9 1 21.6 2.9 32c-11.6 0-23.3 0-34.9 0c0 44.2-35.8 80-80 80c-26.2 0-49.4-12.6-64-32c-14.6 19.4-37.8 32-64 32c-44.2 0-80-35.8-80-80c0-16 0-32 0-48s0-32 0-48c0-66.7 0-133.3 0-200C0 64.2 32.2 32 72 32c112 0 224 0 336 0c39.8 0 72 32.2 72 72c0 13.3 0 26.7 0 40c16.3 0 32.5 0 48.8 0c16.8 0 32.7 7.5 43.3 20.5c19.6 24 39.3 47.9 58.9 71.9c5.8 7.1 9 16.1 9 25.3c0 1.7 0 3.4 0 5.1c-24.4-34.6-61-60.1-103.5-70.1c-.5-.6-1-1.2-1.5-1.8c-1.5-1.9-3.8-2.9-6.2-2.9c-10.9 0-21.9 0-32.8 0c-5.3 0-10.7 0-16 0c0 .2 0 .5 0 .7c-16.8 1.5-32.9 5.4-48 11.3c0-33.3 0-66.7 0-100c0-13.3-10.7-24-24-24c-112 0-224 0-336 0zM240 400c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32zM80 432c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32zm272-64c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zM496 480c30.2 0 57.5-11.9 77.7-31.3c-6.2-19-24-32.7-45.1-32.7c-21.7 0-43.5 0-65.2 0c-21 0-38.9 13.7-45.1 32.7C438.5 468.1 465.8 480 496 480zm0-96c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48z\"/></svg>",
|
|
682
682
|
"remark": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><g ><path d=\"M15,.93C6.72,.93,0,5.83,0,11.89c0,2.12,.84,4.09,2.27,5.77h-.16c.16,.1,.28,.22,.43,.32,.4,.44,.86,.85,1.35,1.24,3.07,3.75,.06,8.71-3.25,9.84,5.79-1.34,9.31-3.89,10.9-6.53,1.11,.19,2.27,.31,3.46,.31,8.28,0,15-4.91,15-10.96S23.28,.93,15,.93Z\" fill=\"#484f60\"/></g></svg>",
|
|
683
683
|
"resize": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 51 51\"><polygon points=\"1.1 49.9 1.1 30.6 7.8 37.3 37.3 8 30.6 1.3 49.9 1.3 49.9 20.6 43.2 13.9 13.7 43.2 20.5 49.9 1.1 49.9\" fill=\"#4d5050\"/></svg>",
|
|
684
|
+
"service_cart_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M64 24C64 10.7 74.7 0 88 0h45.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H234.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H552c13.3 0 24 10.7 24 24s-10.7 24-24 24H263.7c-34.6 0-64.3-24.6-70.7-58.5l-51.6-271c-.7-3.8-4-6.5-7.9-6.5H88C74.7 48 64 37.3 64 24zM225.6 240H523.2c10.9 0 20.4-7.3 23.2-17.8L584.7 80H195.1l30.5 160zM192 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM24 96h80c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24z\"/></svg>",
|
|
684
685
|
"share_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M503.7 226.2l-176 151.1c-15.38 13.3-39.69 2.545-39.69-18.16V272.1C132.9 274.3 66.06 312.8 111.4 457.8c5.031 16.09-14.41 28.56-28.06 18.62C39.59 444.6 0 383.8 0 322.3c0-152.2 127.4-184.4 288-186.3V56.02c0-20.67 24.28-31.46 39.69-18.16l176 151.1C514.8 199.4 514.8 216.6 503.7 226.2z\"/></svg>",
|
|
685
686
|
"sharp_light_truck_moving_clock": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M32 64l0 240 0 32c13.4-10 30-16 48-16c26.2 0 49.4 12.6 64 32c14.6-19.4 37.8-32 64-32c32.8 0 61 19.7 73.3 48c12.9 0 25.8 0 38.7 0c0 10.9 1 21.6 2.9 32c-11.6 0-23.3 0-34.9 0c0 44.2-35.8 80-80 80c-26.2 0-49.4-12.6-64-32c-14.6 19.4-37.8 32-64 32c-44.2 0-80-35.8-80-80c0-10.7 0-21.3 0-32c0-21.3 0-42.7 0-64C0 224 0 144 0 64C0 53.3 0 42.7 0 32c10.7 0 21.3 0 32 0c138.7 0 277.3 0 416 0c10.7 0 21.3 0 32 0c0 10.7 0 21.3 0 32c0 21.3 0 42.7 0 64c24 0 48 0 72 0c2.4 0 4.7 0 7.1 0c1.6 1.8 3.2 3.5 4.8 5.3c24 26.7 48 53.3 72 80c1.4 1.5 2.7 3.1 4.1 4.6c0 2 0 4.1 0 6.1c0 10.7 0 21.3 0 32c0 3.6 0 7.2 0 10.8c-11.7-16.6-26.2-31.1-42.8-42.8c1.8 0 3.6 0 5.3 0c-19.2-21.3-38.4-42.7-57.6-64c-21.6 0-43.3 0-64.9 0c0 10.9 0 21.8 0 32.7c-11 1-21.7 3-32 5.9c0-44.9 0-89.8 0-134.6c-138.7 0-277.3 0-416 0zM256 400c0-17.1-9.1-33-24-41.6s-33.1-8.6-48 0s-24 24.4-24 41.6s9.1 33 24 41.6s33.1 8.6 48 0s24-24.4 24-41.6zM80 448c17.1 0 33-9.1 41.6-24s8.6-33.1 0-48S97.1 352 80 352s-33 9.1-41.6 24s-8.6 33.1 0 48S62.9 448 80 448zm528-80c0-40-21.3-77-56-97s-77.3-20-112 0s-56 57-56 97s21.3 77 56 97s77.3 20 112 0s56-57 56-97zm-256 0c0-51.4 27.4-99 72-124.7s99.4-25.7 144 0s72 73.3 72 124.7s-27.4 99-72 124.7s-99.4 25.7-144 0S352 419.4 352 368zm160-64l0 48c10.7 0 21.3 0 32 0c5.3 0 10.7 0 16 0c0 10.7 0 21.3 0 32c-5.3 0-10.7 0-16 0c-16 0-32 0-48 0c-5.3 0-10.7 0-16 0c0-5.3 0-10.7 0-16c0-21.3 0-42.7 0-64c0-5.3 0-10.7 0-16c10.7 0 21.3 0 32 0c0 5.3 0 10.7 0 16z\"/></svg>",
|
|
686
687
|
"sharp_regular_barcode_read_tag": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 0L24 0 136 0l24 0c0 16 0 32 0 48c-8 0-16 0-24 0c-29.3 0-58.7 0-88 0c0 29.3 0 58.7 0 88c0 8 0 16 0 24c-16 0-32 0-48 0l0-24L0 24C0 16 0 8 0 0zM144 128l0 256c-16 0-32 0-48 0c0-85.4 0-170.7 0-256c16 0 32 0 48 0zm32 0l32 0c0 85.4 0 170.7 0 256c-10.7 0-21.3 0-32 0c0-85.4 0-170.7 0-256zm272 0l32 0c0 21.3 0 42.7 0 64c-10.7 0-21.3 0-32 0c0-21.3 0-42.7 0-64zm-208 0l48 0c0 85.4 0 170.7 0 256c-16 0-32 0-48 0c0-85.4 0-170.7 0-256zm176 0l0 64c-15.1 0-30.2 0-45.3 0c-.9 .9-1.8 1.8-2.7 2.7c0-22.2 0-44.5 0-66.7c16 0 32 0 48 0zM552 0l24 0c0 8 0 16 0 24c0 37.3 0 74.7 0 112c0 8 0 16 0 24c-16 0-32 0-48 0c0-8 0-16 0-24c0-29.3 0-58.7 0-88c-29.3 0-58.7 0-88 0c-8 0-16 0-24 0c0-16 0-32 0-48l24 0c37.3 0 74.7 0 112 0zM0 512l0-24L0 376l0-24c16 0 32 0 48 0c0 8 0 16 0 24c0 29.3 0 58.7 0 88c29.3 0 58.7 0 88 0c8 0 16 0 24 0c0 16 0 32 0 48l-24 0L24 512c-8 0-16 0-24 0zm440 0l-24 0c0-16 0-32 0-48c.9 0 1.8 0 2.7 0c16 16 32 32 48 48c-8.9 0-17.8 0-26.7 0zM640 384L512 512c-53.3-53.3-106.7-106.7-160-160c0-32 0-64 0-96c10.7-10.7 21.3-21.3 32-32c32 0 64 0 96 0c53.3 53.3 106.7 106.7 160 160zM432 328c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24z\"/></svg>",
|
|
@@ -5204,7 +5205,8 @@ class TransactionConnectorAdapterService {
|
|
|
5204
5205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5205
5206
|
const response = yield this.connector.getServiceTypes();
|
|
5206
5207
|
if (response && response.validationResult && response.validationResult.success) {
|
|
5207
|
-
return this._boFactory.makeBOArrayFromRawBackendDataArray(ServiceType, response.resultObjects);
|
|
5208
|
+
// return this._boFactory.makeBOArrayFromRawBackendDataArray(ServiceType, response.resultObjects) as unknown as ServiceType[];
|
|
5209
|
+
return response.resultObject;
|
|
5208
5210
|
}
|
|
5209
5211
|
else {
|
|
5210
5212
|
this._handleExceptionFromResponse(response);
|
|
@@ -16131,6 +16133,7 @@ class TransactionSearchSalesOrderTileComponent extends TransactionSearchTileBase
|
|
|
16131
16133
|
statusBarGL: this.cfgNames.StatusBarGL,
|
|
16132
16134
|
statusBarGF: this.cfgNames.StatusBarGF
|
|
16133
16135
|
};
|
|
16136
|
+
this.showAvatar = true;
|
|
16134
16137
|
}
|
|
16135
16138
|
}
|
|
16136
16139
|
TransactionSearchSalesOrderTileComponent.decorators = [
|
|
@@ -16140,8 +16143,8 @@ TransactionSearchSalesOrderTileComponent.decorators = [
|
|
|
16140
16143
|
<div class="transaction-tile-wrapper" (click)="onTransactionClick(transaction)">
|
|
16141
16144
|
<div class="tile">
|
|
16142
16145
|
<div class="tile-header">
|
|
16143
|
-
<div class="tile-upper-left">
|
|
16144
|
-
<div class="transaction-tile-avatar">
|
|
16146
|
+
<div class="tile-upper-left" *ngIf="showAvatar">
|
|
16147
|
+
<div class="transaction-tile-avatar" >
|
|
16145
16148
|
<co-avatar [image]="transaction.execImage" [relationId]="transaction.handledBy"></co-avatar>
|
|
16146
16149
|
</div>
|
|
16147
16150
|
</div>
|
|
@@ -16154,7 +16157,7 @@ TransactionSearchSalesOrderTileComponent.decorators = [
|
|
|
16154
16157
|
</div>
|
|
16155
16158
|
<div class="tile-upper-right">
|
|
16156
16159
|
<div class="status-bar-wrapper" (click)="$event.stopPropagation()">
|
|
16157
|
-
<co-transaction-statusbar
|
|
16160
|
+
<co-transaction-statusbar
|
|
16158
16161
|
[screenConfigurationObject]="cfgNames.StatusBar"
|
|
16159
16162
|
[configNames]="statusBarConfigNames"
|
|
16160
16163
|
[transaction]="transaction"></co-transaction-statusbar>
|
|
@@ -16207,7 +16210,10 @@ TransactionSearchSalesOrderTileComponent.decorators = [
|
|
|
16207
16210
|
];
|
|
16208
16211
|
TransactionSearchSalesOrderTileComponent.ctorParameters = () => [
|
|
16209
16212
|
{ type: IconCacheService }
|
|
16210
|
-
];
|
|
16213
|
+
];
|
|
16214
|
+
TransactionSearchSalesOrderTileComponent.propDecorators = {
|
|
16215
|
+
showAvatar: [{ type: Input }]
|
|
16216
|
+
};
|
|
16211
16217
|
|
|
16212
16218
|
class ColorUtils {
|
|
16213
16219
|
static GetRandomColor(h, s, l, a) {
|
|
@@ -21555,7 +21561,7 @@ TransactionQuickAccessSalesQuotationComponent.decorators = [
|
|
|
21555
21561
|
<co-transaction-navigation-button-list
|
|
21556
21562
|
[refTransactions]="getCurrentRefTransactions()"
|
|
21557
21563
|
[showRelationButton]="false"
|
|
21558
|
-
[emptyLabel]="'
|
|
21564
|
+
[emptyLabel]="'NO_SALES_QUOTE_ORDER' | localize"
|
|
21559
21565
|
(transactionClick)="handleSalesOrderNavigation($event)"
|
|
21560
21566
|
></co-transaction-navigation-button-list>
|
|
21561
21567
|
<co-send-method-dialog *ngIf="showSendMethodDialog"
|
|
@@ -32255,6 +32261,7 @@ class TransactionHeaderPopupRelationComponent extends TransactionHeaderPopupBase
|
|
|
32255
32261
|
this.addressType = AddressType;
|
|
32256
32262
|
this.forceReadonly = false;
|
|
32257
32263
|
this.showPrivacy = true;
|
|
32264
|
+
this.showInvoiceAddress = true;
|
|
32258
32265
|
this.inputChangeForSuggestions = new EventEmitter();
|
|
32259
32266
|
this.deliveryAddressNawNr = 0;
|
|
32260
32267
|
this.invoiceAddressNawNr = 0;
|
|
@@ -32422,71 +32429,77 @@ TransactionHeaderPopupRelationComponent.decorators = [
|
|
|
32422
32429
|
<co-form>
|
|
32423
32430
|
<div class="header-relation-content">
|
|
32424
32431
|
<div class="transaction-header-popup-section general">
|
|
32425
|
-
<div class="transaction-header-popup-section-label"
|
|
32432
|
+
<div class="transaction-header-popup-section-label">
|
|
32433
|
+
<span [textContent]="'01'"></span>
|
|
32434
|
+
<span class="label-description" [textContent]="'PERSONAL_DATA' | localize"></span>
|
|
32435
|
+
</div>
|
|
32436
|
+
<div class="service-data-column">
|
|
32426
32437
|
<co-relation-type *ngIf="relationKind === relKind.Customer"
|
|
32427
32438
|
[screenConfigurationObject]="cfgNames.RelationType"
|
|
32428
32439
|
[readonly]="readonly || forceReadonly"
|
|
32429
32440
|
[(relation)]="relation"
|
|
32430
32441
|
></co-relation-type>
|
|
32431
32442
|
<ng-container *ngIf="relationKind === relKind.Customer">
|
|
32432
|
-
|
|
32433
|
-
|
|
32434
|
-
|
|
32435
|
-
|
|
32436
|
-
|
|
32437
|
-
|
|
32443
|
+
<relation-customer-groups
|
|
32444
|
+
[screenConfigurationObject]="cfgNames.RelationCustomerGroup"
|
|
32445
|
+
[readonly]="readonly || forceReadonly"
|
|
32446
|
+
[model]="customerGroup"
|
|
32447
|
+
(modelChange)="handleChangeCustomGroup($event)"
|
|
32448
|
+
></relation-customer-groups>
|
|
32438
32449
|
</ng-container>
|
|
32439
32450
|
<co-relation-general
|
|
32440
|
-
|
|
32441
|
-
|
|
32442
|
-
|
|
32443
|
-
|
|
32444
|
-
|
|
32445
|
-
|
|
32451
|
+
[configNames]="relationGeneralConfigNames"
|
|
32452
|
+
[readonly]="readonly || forceReadonly"
|
|
32453
|
+
[(relation)]="relation"
|
|
32454
|
+
[relationType]="relation.type"
|
|
32455
|
+
[relationKind]="relationKind"
|
|
32456
|
+
(inputChangeForSuggestions)="handleInputChange($event)"
|
|
32446
32457
|
></co-relation-general>
|
|
32447
|
-
|
|
32448
|
-
|
|
32449
|
-
|
|
32450
|
-
|
|
32451
|
-
|
|
32452
|
-
|
|
32453
|
-
|
|
32454
|
-
|
|
32455
|
-
|
|
32456
|
-
|
|
32457
|
-
(selectedNawNrChange)="setIndexDeliveryAddress($event)"
|
|
32458
|
-
></co-relation-addresses>
|
|
32459
|
-
<ng-container *ngIf="relationKind === relKind.Customer">
|
|
32460
|
-
<div class="transaction-header-popup-section-label" [textContent]="'INVOICE_ADDRESS' | localize"></div>
|
|
32461
|
-
<co-input-checkbox [readonly]="readonly || headerReadonly || forceReadonly"
|
|
32462
|
-
[(model)]="invoiceAddressSameAsDeliveryAddress"
|
|
32463
|
-
[label]="'SAME_AS_DELIVERY' | localize"
|
|
32464
|
-
[tooltip]="headerReadonly ? tooltipMessage : ''"
|
|
32465
|
-
(modelChange)="checkSameAddress($event)"
|
|
32466
|
-
></co-input-checkbox>
|
|
32467
|
-
<div class="overview-delivery-invoice-address" *ngIf="!invoiceAddressSameAsDeliveryAddress" @showHideInvoiceAddress>
|
|
32468
|
-
<co-relation-addresses
|
|
32469
|
-
[readonly]="readonly || headerReadonly || forceReadonly"
|
|
32470
|
-
[tooltip]="headerReadonly ? tooltipMessage : ''"
|
|
32471
|
-
[(relation)]="relation"
|
|
32472
|
-
[addresses]="relation.activeAddresses"
|
|
32473
|
-
[type]="addressType.BillingAddress"
|
|
32474
|
-
[selectedNawNr]="invoiceAddressNawNr"
|
|
32475
|
-
(selectedNawNrChange)="setIndexInvoiceAddress($event)"
|
|
32476
|
-
></co-relation-addresses>
|
|
32477
|
-
</div>
|
|
32478
|
-
</ng-container>
|
|
32479
|
-
</div>
|
|
32480
|
-
<div class="transaction-header-popup-section contact">
|
|
32481
|
-
<div class="transaction-header-popup-section-label" [textContent]="'CONTACT_DETAILS' | localize"></div>
|
|
32482
|
-
<co-relation-contact-details
|
|
32458
|
+
<co-relation-addresses
|
|
32459
|
+
[readonly]="readonly || headerReadonly || forceReadonly"
|
|
32460
|
+
[tooltip]="headerReadonly ? tooltipMessage : ''"
|
|
32461
|
+
[(relation)]="relation"
|
|
32462
|
+
[addresses]="relation.activeAddresses"
|
|
32463
|
+
[type]="addressType.DeliveryAddress"
|
|
32464
|
+
[selectedNawNr]="deliveryAddressNawNr"
|
|
32465
|
+
(selectedNawNrChange)="setIndexDeliveryAddress($event)"
|
|
32466
|
+
></co-relation-addresses>
|
|
32467
|
+
<co-relation-contact-details
|
|
32483
32468
|
[configNames]="configNames?.contactDetails"
|
|
32484
32469
|
[readonly]="readonly || forceReadonly"
|
|
32485
32470
|
[(relation)]="relation"
|
|
32486
32471
|
[relationKind]="relationKind"
|
|
32487
32472
|
[showInviteForAccount]="false"
|
|
32488
32473
|
(inputChangeForSuggestions)="inputChangeForSuggestions.emit($event)"
|
|
32489
|
-
|
|
32474
|
+
></co-relation-contact-details>
|
|
32475
|
+
</div>
|
|
32476
|
+
</div>
|
|
32477
|
+
<div *ngIf="showInvoiceAddress" class="transaction-header-popup-section" [screenConfigurationObject]="cfgNames.RelationAddressesHeader" screenConfigNativeElement>
|
|
32478
|
+
<ng-container *ngIf="relationKind === relKind.Customer">
|
|
32479
|
+
<div class="transaction-header-popup-section-label">
|
|
32480
|
+
<span [textContent]="'02'"></span>
|
|
32481
|
+
<span class="label-description" [textContent]="'INVOICE_ADDRESS' | localize"></span>
|
|
32482
|
+
</div>
|
|
32483
|
+
<div class="service-data-column">
|
|
32484
|
+
<co-input-checkbox [readonly]="readonly || headerReadonly || forceReadonly"
|
|
32485
|
+
[(model)]="invoiceAddressSameAsDeliveryAddress"
|
|
32486
|
+
[label]="'SAME_AS_DELIVERY' | localize"
|
|
32487
|
+
[tooltip]="headerReadonly ? tooltipMessage : ''"
|
|
32488
|
+
(modelChange)="checkSameAddress($event)"
|
|
32489
|
+
></co-input-checkbox>
|
|
32490
|
+
<div class="overview-delivery-invoice-address" *ngIf="!invoiceAddressSameAsDeliveryAddress" @showHideInvoiceAddress>
|
|
32491
|
+
<co-relation-addresses
|
|
32492
|
+
[readonly]="readonly || headerReadonly || forceReadonly"
|
|
32493
|
+
[tooltip]="headerReadonly ? tooltipMessage : ''"
|
|
32494
|
+
[(relation)]="relation"
|
|
32495
|
+
[addresses]="relation.activeAddresses"
|
|
32496
|
+
[type]="addressType.BillingAddress"
|
|
32497
|
+
[selectedNawNr]="invoiceAddressNawNr"
|
|
32498
|
+
(selectedNawNrChange)="setIndexInvoiceAddress($event)"
|
|
32499
|
+
></co-relation-addresses>
|
|
32500
|
+
</div>
|
|
32501
|
+
</div>
|
|
32502
|
+
</ng-container>
|
|
32490
32503
|
</div>
|
|
32491
32504
|
</div>
|
|
32492
32505
|
<div class="header-relation-content" *ngIf="showPrivacy">
|
|
@@ -32530,6 +32543,7 @@ TransactionHeaderPopupRelationComponent.propDecorators = {
|
|
|
32530
32543
|
configNames: [{ type: Input }],
|
|
32531
32544
|
forceReadonly: [{ type: Input }],
|
|
32532
32545
|
showPrivacy: [{ type: Input }],
|
|
32546
|
+
showInvoiceAddress: [{ type: Input }],
|
|
32533
32547
|
inputChangeForSuggestions: [{ type: Output }],
|
|
32534
32548
|
navigationItems: [{ type: ViewChild, args: ['navigationItems', { read: ElementRef },] }],
|
|
32535
32549
|
mainItems: [{ type: ViewChild, args: ['mainItems', { read: ElementRef },] }],
|
|
@@ -34991,8 +35005,6 @@ class TransactionHeaderPopupCreateServiceComponent {
|
|
|
34991
35005
|
this.createViaOldTrans = false;
|
|
34992
35006
|
this.showCatalogPopup = false;
|
|
34993
35007
|
this.showTransLinePopup = false;
|
|
34994
|
-
this.salesOrderId = "";
|
|
34995
|
-
this.salesOrderLineNr = "";
|
|
34996
35008
|
this.articleSearchText = "";
|
|
34997
35009
|
this.oldOrderId = "";
|
|
34998
35010
|
this.oldGoodId = "";
|
|
@@ -35016,26 +35028,36 @@ class TransactionHeaderPopupCreateServiceComponent {
|
|
|
35016
35028
|
submit() {
|
|
35017
35029
|
return this.formMasterService.submitSlaves();
|
|
35018
35030
|
}
|
|
35019
|
-
createOrderWithTransactionLineClicked() {
|
|
35031
|
+
createOrderWithTransactionLineClicked(openSearch = true) {
|
|
35020
35032
|
this.createViaTransLine = true;
|
|
35021
35033
|
this.createViaProduct = false;
|
|
35022
35034
|
this.createViaOldTrans = false;
|
|
35035
|
+
if (openSearch) {
|
|
35036
|
+
this.openTransactionPopUp();
|
|
35037
|
+
}
|
|
35023
35038
|
}
|
|
35024
35039
|
createOrderWithArticleClicked() {
|
|
35025
35040
|
this.createViaTransLine = false;
|
|
35026
35041
|
this.createViaProduct = true;
|
|
35027
35042
|
this.createViaOldTrans = false;
|
|
35043
|
+
this.openCatalogPopUp();
|
|
35028
35044
|
}
|
|
35029
35045
|
createOrderFromSLAClicked() {
|
|
35030
35046
|
this.createViaTransLine = false;
|
|
35031
35047
|
this.createViaProduct = false;
|
|
35032
35048
|
this.createViaOldTrans = true;
|
|
35033
35049
|
}
|
|
35034
|
-
searchArticleClicked_handler() {
|
|
35035
|
-
|
|
35050
|
+
/*public searchArticleClicked_handler() {
|
|
35051
|
+
this.catalogParameters.general = this.articleSearchText;
|
|
35052
|
+
this.openPopUp();
|
|
35053
|
+
}*/
|
|
35054
|
+
/*public searchTransactionClicked_handler() {
|
|
35055
|
+
this.openPopUp();
|
|
35056
|
+
}*/
|
|
35057
|
+
openCatalogPopUp() {
|
|
35036
35058
|
this.showCatalogPopup = true;
|
|
35037
35059
|
}
|
|
35038
|
-
|
|
35060
|
+
openTransactionPopUp() {
|
|
35039
35061
|
this.showTransLinePopup = true;
|
|
35040
35062
|
}
|
|
35041
35063
|
handleCatalogArticleClick(article) {
|
|
@@ -35069,13 +35091,20 @@ TransactionHeaderPopupCreateServiceComponent.decorators = [
|
|
|
35069
35091
|
<co-button [label]="'SEARCH_PRODUCT' | localize" (click)="createOrderWithArticleClicked()" [disabled]="forceReadonly"></co-button>
|
|
35070
35092
|
<co-button [label]="'WITHOUT_PRODUCT' | localize" (click)="createOrderFromSLAClicked()" [disabled]="forceReadonly"></co-button>
|
|
35071
35093
|
</div>
|
|
35072
|
-
<div *ngIf="createViaTransLine">
|
|
35094
|
+
<div *ngIf="createViaTransLine" class="create-via-transaction">
|
|
35095
|
+
<!--
|
|
35073
35096
|
<co-input-search [useLeftIcon]="false" [useRightIcon]="true" [label]="'TRANSACTION' | localize" (rightIconClick)="searchTransactionClicked_handler()"></co-input-search>
|
|
35074
|
-
|
|
35075
|
-
|
|
35097
|
+
-->
|
|
35098
|
+
<div class="create-via-transaction-result-display">
|
|
35099
|
+
<co-image-display [model]="existingTransactionline?.articleImageData"></co-image-display>
|
|
35100
|
+
<co-input-textarea [readonly]="true" [model]="existingTransactionline?.goodDescription"></co-input-textarea>
|
|
35101
|
+
<co-input-textarea [readonly]="true" [model]="existingTransactionline?.price | currency: 'EUR'"></co-input-textarea>
|
|
35102
|
+
</div>
|
|
35076
35103
|
</div>
|
|
35077
35104
|
<div *ngIf="createViaProduct" class="create-via-product">
|
|
35105
|
+
<!--
|
|
35078
35106
|
<co-input-search [useLeftIcon]="false" [useRightIcon]="true" [label]="'ARTICLE' | localize" (rightIconClick)="searchArticleClicked_handler()" [(model)]="articleSearchText"></co-input-search>
|
|
35107
|
+
-->
|
|
35079
35108
|
<div class="create-via-product-result-display">
|
|
35080
35109
|
<co-input-textarea [readonly]="true" [model]="chosenArticle?.description"></co-input-textarea>
|
|
35081
35110
|
<co-image-display [model]="chosenArticle?.imageData"></co-image-display>
|
|
@@ -35096,9 +35125,9 @@ TransactionHeaderPopupCreateServiceComponent.decorators = [
|
|
|
35096
35125
|
(articleClicked)="handleCatalogArticleClick($event)"
|
|
35097
35126
|
>
|
|
35098
35127
|
</co-dialog-catalog >
|
|
35099
|
-
|
|
35100
|
-
|
|
35101
|
-
</co-dialog-transaction-search
|
|
35128
|
+
<co-dialog-transaction-search *ngIf="showTransLinePopup"
|
|
35129
|
+
(closeClick)="showTransLinePopup = false">
|
|
35130
|
+
</co-dialog-transaction-search>
|
|
35102
35131
|
</div>
|
|
35103
35132
|
`,
|
|
35104
35133
|
providers: [
|
|
@@ -35495,6 +35524,9 @@ class ServiceWizardQaComponent {
|
|
|
35495
35524
|
onQaResultChange(newVResult) {
|
|
35496
35525
|
this.qaResult.push(newVResult);
|
|
35497
35526
|
}
|
|
35527
|
+
onWizardFinished(wizardFinished) {
|
|
35528
|
+
console.log('wizardFinished', wizardFinished);
|
|
35529
|
+
}
|
|
35498
35530
|
}
|
|
35499
35531
|
ServiceWizardQaComponent.decorators = [
|
|
35500
35532
|
{ type: Component, args: [{
|
|
@@ -35503,6 +35535,7 @@ ServiceWizardQaComponent.decorators = [
|
|
|
35503
35535
|
<co-question-answer-item
|
|
35504
35536
|
[question]="serviceWizardQuestion.question"
|
|
35505
35537
|
[answers]="serviceWizardQuestion.serviceWizardAnswerDTOList"
|
|
35538
|
+
(wizardFinished)="onWizardFinished($event)"
|
|
35506
35539
|
(qaResultChange)="onQaResultChange($event)">
|
|
35507
35540
|
</co-question-answer-item>
|
|
35508
35541
|
`,
|
|
@@ -35516,7 +35549,9 @@ ServiceWizardQaComponent.ctorParameters = () => [
|
|
|
35516
35549
|
class QuestionAnswerComponent {
|
|
35517
35550
|
constructor() {
|
|
35518
35551
|
this.qaResultChange = new EventEmitter();
|
|
35552
|
+
this.wizardFinished = new EventEmitter();
|
|
35519
35553
|
this.questionAnswered = false;
|
|
35554
|
+
this.allQuestionsAnswered = false;
|
|
35520
35555
|
this.qaResult = [];
|
|
35521
35556
|
}
|
|
35522
35557
|
showClass() {
|
|
@@ -35524,9 +35559,6 @@ class QuestionAnswerComponent {
|
|
|
35524
35559
|
}
|
|
35525
35560
|
onSelectAnswer(selectedAnswer) {
|
|
35526
35561
|
this.questionAnswered = true;
|
|
35527
|
-
if (this.selectedAnswer === selectedAnswer.answer) {
|
|
35528
|
-
return;
|
|
35529
|
-
}
|
|
35530
35562
|
this.selectedAnswer = selectedAnswer.answer;
|
|
35531
35563
|
this.qaResult.push({
|
|
35532
35564
|
answerId: selectedAnswer.id,
|
|
@@ -35534,6 +35566,10 @@ class QuestionAnswerComponent {
|
|
|
35534
35566
|
serviceType: selectedAnswer.serviceType
|
|
35535
35567
|
});
|
|
35536
35568
|
this.qaResultChange.emit(this.qaResult[0]);
|
|
35569
|
+
if (!selectedAnswer.goToQuestion) {
|
|
35570
|
+
this.allQuestionsAnswered = true;
|
|
35571
|
+
this.wizardFinished.emit(this.allQuestionsAnswered);
|
|
35572
|
+
}
|
|
35537
35573
|
}
|
|
35538
35574
|
onChangeAnswer(changedAnswer) {
|
|
35539
35575
|
this.questionAnswered = false;
|
|
@@ -35542,6 +35578,9 @@ class QuestionAnswerComponent {
|
|
|
35542
35578
|
onQaResultChange(newVResult) {
|
|
35543
35579
|
this.qaResultChange.emit(newVResult);
|
|
35544
35580
|
}
|
|
35581
|
+
onWizardFinished(wizardFinished) {
|
|
35582
|
+
this.wizardFinished.emit(wizardFinished);
|
|
35583
|
+
}
|
|
35545
35584
|
}
|
|
35546
35585
|
QuestionAnswerComponent.decorators = [
|
|
35547
35586
|
{ type: Component, args: [{
|
|
@@ -35568,6 +35607,7 @@ QuestionAnswerComponent.decorators = [
|
|
|
35568
35607
|
<co-question-answer-item
|
|
35569
35608
|
[question]="answer.goToQuestion.question"
|
|
35570
35609
|
[answers]="answer.goToQuestion.serviceWizardAnswerDTOList"
|
|
35610
|
+
(wizardFinished)="onWizardFinished($event)"
|
|
35571
35611
|
(qaResultChange)="onQaResultChange($event)">
|
|
35572
35612
|
</co-question-answer-item>
|
|
35573
35613
|
</div>
|
|
@@ -35581,6 +35621,7 @@ QuestionAnswerComponent.propDecorators = {
|
|
|
35581
35621
|
question: [{ type: Input }],
|
|
35582
35622
|
answers: [{ type: Input }],
|
|
35583
35623
|
qaResultChange: [{ type: Output }],
|
|
35624
|
+
wizardFinished: [{ type: Output }],
|
|
35584
35625
|
showClass: [{ type: HostBinding, args: ['class.co-question-answer-item',] }]
|
|
35585
35626
|
};
|
|
35586
35627
|
|
|
@@ -35621,6 +35662,628 @@ ServiceWizardQaModule.decorators = [
|
|
|
35621
35662
|
},] }
|
|
35622
35663
|
];
|
|
35623
35664
|
|
|
35665
|
+
class SearchViewModeService {
|
|
35666
|
+
constructor() {
|
|
35667
|
+
this.searchViewModes = SearchViewMode;
|
|
35668
|
+
this.contentViewModes = ContentViewMode;
|
|
35669
|
+
this.activeSearchViewMode = SearchViewMode.FullScreen;
|
|
35670
|
+
this.activeSearchBarViewMode = SearchbarViewMode.Expanded;
|
|
35671
|
+
this.activeContentViewMode = ContentViewMode.Tiles;
|
|
35672
|
+
this.showFilterSidebar = false;
|
|
35673
|
+
}
|
|
35674
|
+
get fullscreen() {
|
|
35675
|
+
return this.activeSearchViewMode === SearchViewMode.FullScreen;
|
|
35676
|
+
}
|
|
35677
|
+
get collapsed() {
|
|
35678
|
+
return this.activeSearchBarViewMode === SearchbarViewMode.Collapsed;
|
|
35679
|
+
}
|
|
35680
|
+
calculateClasses() {
|
|
35681
|
+
return {
|
|
35682
|
+
'fullscreen': this.fullscreen,
|
|
35683
|
+
'sidebar': !this.fullscreen,
|
|
35684
|
+
'collapsed': this.collapsed,
|
|
35685
|
+
'expanded': !this.collapsed,
|
|
35686
|
+
};
|
|
35687
|
+
}
|
|
35688
|
+
toggleFilter() {
|
|
35689
|
+
this.showFilterSidebar = !this.showFilterSidebar;
|
|
35690
|
+
}
|
|
35691
|
+
handleHideFilter() {
|
|
35692
|
+
this.showFilterSidebar = false;
|
|
35693
|
+
}
|
|
35694
|
+
handleResetFilter() {
|
|
35695
|
+
this.showFilterSidebar = false;
|
|
35696
|
+
setTimeout(() => {
|
|
35697
|
+
this.showFilterSidebar = true;
|
|
35698
|
+
}, 10);
|
|
35699
|
+
}
|
|
35700
|
+
onSearchViewResizeClick() {
|
|
35701
|
+
if (this.activeSearchViewMode === this.searchViewModes.SideBar) {
|
|
35702
|
+
this.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
35703
|
+
}
|
|
35704
|
+
else {
|
|
35705
|
+
this.activeContentViewMode = this.contentViewModes.Tiles;
|
|
35706
|
+
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
35707
|
+
}
|
|
35708
|
+
}
|
|
35709
|
+
toggleSearchBar() {
|
|
35710
|
+
if (this.collapsed || !this.fullscreen) {
|
|
35711
|
+
this.expandSearchBar();
|
|
35712
|
+
}
|
|
35713
|
+
else {
|
|
35714
|
+
this.collapseSearchBar();
|
|
35715
|
+
}
|
|
35716
|
+
}
|
|
35717
|
+
collapseSearchBar() {
|
|
35718
|
+
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
35719
|
+
this.activeSearchBarViewMode = SearchbarViewMode.Collapsed;
|
|
35720
|
+
}
|
|
35721
|
+
expandSearchBar() {
|
|
35722
|
+
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
35723
|
+
this.activeSearchBarViewMode = SearchbarViewMode.Expanded;
|
|
35724
|
+
}
|
|
35725
|
+
changeContentViewMode(contentViewMode) {
|
|
35726
|
+
this.activeContentViewMode = contentViewMode;
|
|
35727
|
+
}
|
|
35728
|
+
}
|
|
35729
|
+
SearchViewModeService.ɵprov = i0.ɵɵdefineInjectable({ factory: function SearchViewModeService_Factory() { return new SearchViewModeService(); }, token: SearchViewModeService, providedIn: "root" });
|
|
35730
|
+
SearchViewModeService.decorators = [
|
|
35731
|
+
{ type: Injectable, args: [{
|
|
35732
|
+
providedIn: "root"
|
|
35733
|
+
},] }
|
|
35734
|
+
];
|
|
35735
|
+
SearchViewModeService.ctorParameters = () => [];
|
|
35736
|
+
|
|
35737
|
+
class DialogTransactionSearchComponent {
|
|
35738
|
+
constructor(transactionSearchService, searchViewModeService, iconCacheService) {
|
|
35739
|
+
this.transactionSearchService = transactionSearchService;
|
|
35740
|
+
this.searchViewModeService = searchViewModeService;
|
|
35741
|
+
this.iconCacheService = iconCacheService;
|
|
35742
|
+
this.icons = Icon;
|
|
35743
|
+
this.filterIconClick = new EventEmitter();
|
|
35744
|
+
this.closeClick = new EventEmitter();
|
|
35745
|
+
}
|
|
35746
|
+
showClass() {
|
|
35747
|
+
return true;
|
|
35748
|
+
}
|
|
35749
|
+
ngOnInit() {
|
|
35750
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
35751
|
+
});
|
|
35752
|
+
}
|
|
35753
|
+
ngOnDestroy() {
|
|
35754
|
+
}
|
|
35755
|
+
onFilterButtonClick() {
|
|
35756
|
+
this.searchViewModeService.toggleFilter();
|
|
35757
|
+
}
|
|
35758
|
+
}
|
|
35759
|
+
DialogTransactionSearchComponent.decorators = [
|
|
35760
|
+
{ type: Component, args: [{
|
|
35761
|
+
selector: "co-dialog-transaction-search",
|
|
35762
|
+
template: `
|
|
35763
|
+
<co-dialog (closeClick)="closeClick.emit()">
|
|
35764
|
+
<co-transaction-search-header (filterIconClick)="onFilterButtonClick()"></co-transaction-search-header>
|
|
35765
|
+
<!-- <div class="search-filter-panel narrow-scrollbar"
|
|
35766
|
+
[ngClass]="searchViewModeService.calculateClasses()"
|
|
35767
|
+
*ngIf="searchViewModeService.showFilterSidebar" @showHideFilterSidebar>-->
|
|
35768
|
+
<co-search-filter-panel *ngIf="searchViewModeService.showFilterSidebar"> <!--(resetFilterClick)="onResetFilterClick()"-->
|
|
35769
|
+
<co-transaction-filter></co-transaction-filter>
|
|
35770
|
+
</co-search-filter-panel>
|
|
35771
|
+
<div class="search-content">
|
|
35772
|
+
<ng-container>
|
|
35773
|
+
<div class="transaction-tile" *ngFor="let transaction of transactionSearchService.transactions">
|
|
35774
|
+
<co-transaction-search-sales-line-select-tile
|
|
35775
|
+
[transaction]="transaction">
|
|
35776
|
+
</co-transaction-search-sales-line-select-tile>
|
|
35777
|
+
</div>
|
|
35778
|
+
</ng-container>
|
|
35779
|
+
</div>
|
|
35780
|
+
</co-dialog>
|
|
35781
|
+
`,
|
|
35782
|
+
encapsulation: ViewEncapsulation.None
|
|
35783
|
+
},] }
|
|
35784
|
+
];
|
|
35785
|
+
DialogTransactionSearchComponent.ctorParameters = () => [
|
|
35786
|
+
{ type: TransactionSearchService },
|
|
35787
|
+
{ type: SearchViewModeService },
|
|
35788
|
+
{ type: IconCacheService }
|
|
35789
|
+
];
|
|
35790
|
+
DialogTransactionSearchComponent.propDecorators = {
|
|
35791
|
+
placeholder: [{ type: Input }],
|
|
35792
|
+
filterIconClick: [{ type: Output }],
|
|
35793
|
+
closeClick: [{ type: Output }],
|
|
35794
|
+
showClass: [{ type: HostBinding, args: ["class.co-dialog-transaction-search",] }]
|
|
35795
|
+
};
|
|
35796
|
+
|
|
35797
|
+
class TransactionSearchHeaderComponent {
|
|
35798
|
+
constructor(transactionSearchService, iconCacheService) {
|
|
35799
|
+
this.transactionSearchService = transactionSearchService;
|
|
35800
|
+
this.iconCacheService = iconCacheService;
|
|
35801
|
+
this.icons = Icon;
|
|
35802
|
+
this.filterIconClick = new EventEmitter();
|
|
35803
|
+
}
|
|
35804
|
+
showClass() {
|
|
35805
|
+
return true;
|
|
35806
|
+
}
|
|
35807
|
+
ngOnInit() {
|
|
35808
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
35809
|
+
});
|
|
35810
|
+
}
|
|
35811
|
+
ngOnDestroy() {
|
|
35812
|
+
}
|
|
35813
|
+
}
|
|
35814
|
+
TransactionSearchHeaderComponent.decorators = [
|
|
35815
|
+
{ type: Component, args: [{
|
|
35816
|
+
selector: "co-transaction-search-header",
|
|
35817
|
+
template: `
|
|
35818
|
+
<div class="transaction-search-header-wrapper">
|
|
35819
|
+
<co-input-search class="catalog-search-general"
|
|
35820
|
+
[useRightIcon]="true"
|
|
35821
|
+
[centerLabel]="true"
|
|
35822
|
+
[(model)]="transactionSearchService.searchRequest.general"
|
|
35823
|
+
[placeholder]="placeholder"
|
|
35824
|
+
[initFocus]="true"
|
|
35825
|
+
(search)="transactionSearchService.searchTransactions()"
|
|
35826
|
+
(rightIconClick)="transactionSearchService.searchTransactions()"
|
|
35827
|
+
>
|
|
35828
|
+
</co-input-search>
|
|
35829
|
+
<co-icon class="catalog-search-filter-icon"
|
|
35830
|
+
[iconData]="iconCacheService.getIcon(icons.BarsFilter)"
|
|
35831
|
+
(click)="filterIconClick.emit()">
|
|
35832
|
+
</co-icon>
|
|
35833
|
+
</div>
|
|
35834
|
+
`,
|
|
35835
|
+
encapsulation: ViewEncapsulation.None
|
|
35836
|
+
},] }
|
|
35837
|
+
];
|
|
35838
|
+
TransactionSearchHeaderComponent.ctorParameters = () => [
|
|
35839
|
+
{ type: TransactionSearchService },
|
|
35840
|
+
{ type: IconCacheService }
|
|
35841
|
+
];
|
|
35842
|
+
TransactionSearchHeaderComponent.propDecorators = {
|
|
35843
|
+
placeholder: [{ type: Input }],
|
|
35844
|
+
filterIconClick: [{ type: Output }],
|
|
35845
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-search-header",] }]
|
|
35846
|
+
};
|
|
35847
|
+
|
|
35848
|
+
class TransactionSearchHeaderModule {
|
|
35849
|
+
}
|
|
35850
|
+
TransactionSearchHeaderModule.decorators = [
|
|
35851
|
+
{ type: NgModule, args: [{
|
|
35852
|
+
imports: [
|
|
35853
|
+
InputSearchModule,
|
|
35854
|
+
IconModule
|
|
35855
|
+
],
|
|
35856
|
+
declarations: [
|
|
35857
|
+
TransactionSearchHeaderComponent
|
|
35858
|
+
],
|
|
35859
|
+
exports: [
|
|
35860
|
+
TransactionSearchHeaderComponent
|
|
35861
|
+
]
|
|
35862
|
+
},] }
|
|
35863
|
+
];
|
|
35864
|
+
|
|
35865
|
+
class SearchFilterPanelComponent {
|
|
35866
|
+
constructor(iconCacheService, searchViewModeService) {
|
|
35867
|
+
this.iconCacheService = iconCacheService;
|
|
35868
|
+
this.searchViewModeService = searchViewModeService;
|
|
35869
|
+
this.align = ColumnAlign;
|
|
35870
|
+
this.icon = Icon;
|
|
35871
|
+
this.resetFilterClick = new EventEmitter();
|
|
35872
|
+
}
|
|
35873
|
+
showClass() {
|
|
35874
|
+
return true;
|
|
35875
|
+
}
|
|
35876
|
+
onResetButtonClick() {
|
|
35877
|
+
this.resetFilterClick.emit();
|
|
35878
|
+
}
|
|
35879
|
+
onCloseButtonClick() {
|
|
35880
|
+
this.searchViewModeService.handleHideFilter();
|
|
35881
|
+
}
|
|
35882
|
+
}
|
|
35883
|
+
SearchFilterPanelComponent.decorators = [
|
|
35884
|
+
{ type: Component, args: [{
|
|
35885
|
+
selector: "co-search-filter-panel",
|
|
35886
|
+
template: `
|
|
35887
|
+
<div class="search-filter-panel-wrapper">
|
|
35888
|
+
|
|
35889
|
+
<!--buttons-header-->
|
|
35890
|
+
<div class="search-filter-panel-header-wrapper">
|
|
35891
|
+
<div class="search-filter-panel-header">
|
|
35892
|
+
<span [textContent]="'Filters'"></span>
|
|
35893
|
+
<co-icon class="filter-reset-icon clickable"
|
|
35894
|
+
[iconData]="iconCacheService.getIcon(icon.SyncAlt)"
|
|
35895
|
+
(click)="onResetButtonClick()">
|
|
35896
|
+
</co-icon>
|
|
35897
|
+
</div>
|
|
35898
|
+
<co-icon class="clickable"
|
|
35899
|
+
[iconData]="iconCacheService.getIcon(icon.Cancel)"
|
|
35900
|
+
(click)="onCloseButtonClick()">
|
|
35901
|
+
</co-icon>
|
|
35902
|
+
</div>
|
|
35903
|
+
|
|
35904
|
+
<!--filter-content-->
|
|
35905
|
+
<div class="search-filter-wrapper narrow-scrollbar"
|
|
35906
|
+
[ngClass]="searchViewModeService.calculateClasses()"
|
|
35907
|
+
*ngIf=" searchViewModeService.showFilterSidebar">
|
|
35908
|
+
<ng-content></ng-content>
|
|
35909
|
+
</div>
|
|
35910
|
+
|
|
35911
|
+
</div>
|
|
35912
|
+
`,
|
|
35913
|
+
encapsulation: ViewEncapsulation.None
|
|
35914
|
+
},] }
|
|
35915
|
+
];
|
|
35916
|
+
SearchFilterPanelComponent.ctorParameters = () => [
|
|
35917
|
+
{ type: IconCacheService },
|
|
35918
|
+
{ type: SearchViewModeService }
|
|
35919
|
+
];
|
|
35920
|
+
SearchFilterPanelComponent.propDecorators = {
|
|
35921
|
+
resetFilterClick: [{ type: Output }],
|
|
35922
|
+
showClass: [{ type: HostBinding, args: ["class.co-search-filter-panel",] }]
|
|
35923
|
+
};
|
|
35924
|
+
|
|
35925
|
+
class SearchFilterPanelModule {
|
|
35926
|
+
}
|
|
35927
|
+
SearchFilterPanelModule.decorators = [
|
|
35928
|
+
{ type: NgModule, args: [{
|
|
35929
|
+
imports: [
|
|
35930
|
+
CommonModule,
|
|
35931
|
+
ButtonModule,
|
|
35932
|
+
PipeModule,
|
|
35933
|
+
IconModule
|
|
35934
|
+
],
|
|
35935
|
+
declarations: [
|
|
35936
|
+
SearchFilterPanelComponent
|
|
35937
|
+
],
|
|
35938
|
+
exports: [
|
|
35939
|
+
SearchFilterPanelComponent
|
|
35940
|
+
]
|
|
35941
|
+
},] }
|
|
35942
|
+
];
|
|
35943
|
+
|
|
35944
|
+
class TransactionFilterComponent {
|
|
35945
|
+
constructor(_mappingService, _compFactoryResolver, appRef, injector, searchService) {
|
|
35946
|
+
this._mappingService = _mappingService;
|
|
35947
|
+
this._compFactoryResolver = _compFactoryResolver;
|
|
35948
|
+
this.appRef = appRef;
|
|
35949
|
+
this.injector = injector;
|
|
35950
|
+
this.searchService = searchService;
|
|
35951
|
+
}
|
|
35952
|
+
set container(content) {
|
|
35953
|
+
if (content) {
|
|
35954
|
+
this._transactionFilterContainer = content;
|
|
35955
|
+
this._prepareContent();
|
|
35956
|
+
}
|
|
35957
|
+
}
|
|
35958
|
+
showClass() {
|
|
35959
|
+
return true;
|
|
35960
|
+
}
|
|
35961
|
+
ngOnInit() {
|
|
35962
|
+
this._prepareContent();
|
|
35963
|
+
}
|
|
35964
|
+
ngOnDestroy() {
|
|
35965
|
+
if (this._componentRef) {
|
|
35966
|
+
this._componentRef.destroy();
|
|
35967
|
+
this._componentRef = undefined;
|
|
35968
|
+
}
|
|
35969
|
+
this._transactionFilterContainer = undefined;
|
|
35970
|
+
}
|
|
35971
|
+
_prepareContent() {
|
|
35972
|
+
if (!this.searchService.transactionType || !this._transactionFilterContainer) {
|
|
35973
|
+
return;
|
|
35974
|
+
}
|
|
35975
|
+
const componentClass = this._mappingService.getTransactionFilterComponent(this.searchService.transactionType);
|
|
35976
|
+
if (this._componentRef) {
|
|
35977
|
+
this._componentRef.destroy();
|
|
35978
|
+
this._componentRef = undefined;
|
|
35979
|
+
}
|
|
35980
|
+
if (!componentClass) {
|
|
35981
|
+
return;
|
|
35982
|
+
}
|
|
35983
|
+
this._componentRef = this._compFactoryResolver
|
|
35984
|
+
.resolveComponentFactory(componentClass)
|
|
35985
|
+
.create(this.injector);
|
|
35986
|
+
this.appRef.attachView(this._componentRef.hostView);
|
|
35987
|
+
const domElem = this._componentRef.hostView
|
|
35988
|
+
.rootNodes[0];
|
|
35989
|
+
this._transactionFilterContainer.nativeElement.appendChild(domElem);
|
|
35990
|
+
this._componentRef.onDestroy(() => {
|
|
35991
|
+
this.appRef.detachView(this._componentRef.hostView);
|
|
35992
|
+
});
|
|
35993
|
+
}
|
|
35994
|
+
}
|
|
35995
|
+
TransactionFilterComponent.decorators = [
|
|
35996
|
+
{ type: Component, args: [{
|
|
35997
|
+
selector: "co-transaction-filter",
|
|
35998
|
+
template: `
|
|
35999
|
+
<div #transactionFilter class="transaction-filter-wrapper">
|
|
36000
|
+
</div>
|
|
36001
|
+
`,
|
|
36002
|
+
encapsulation: ViewEncapsulation.None
|
|
36003
|
+
},] }
|
|
36004
|
+
];
|
|
36005
|
+
TransactionFilterComponent.ctorParameters = () => [
|
|
36006
|
+
{ type: TransactionMappingService },
|
|
36007
|
+
{ type: ComponentFactoryResolver },
|
|
36008
|
+
{ type: ApplicationRef },
|
|
36009
|
+
{ type: Injector },
|
|
36010
|
+
{ type: TransactionSearchService }
|
|
36011
|
+
];
|
|
36012
|
+
TransactionFilterComponent.propDecorators = {
|
|
36013
|
+
container: [{ type: ViewChild, args: ['transactionFilter', { read: ElementRef },] }],
|
|
36014
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-filter",] }]
|
|
36015
|
+
};
|
|
36016
|
+
|
|
36017
|
+
class TransactionFilterModule {
|
|
36018
|
+
}
|
|
36019
|
+
TransactionFilterModule.decorators = [
|
|
36020
|
+
{ type: NgModule, args: [{
|
|
36021
|
+
imports: [
|
|
36022
|
+
CommonModule
|
|
36023
|
+
],
|
|
36024
|
+
declarations: [
|
|
36025
|
+
TransactionFilterComponent
|
|
36026
|
+
],
|
|
36027
|
+
exports: [
|
|
36028
|
+
TransactionFilterComponent
|
|
36029
|
+
]
|
|
36030
|
+
},] }
|
|
36031
|
+
];
|
|
36032
|
+
|
|
36033
|
+
class TransactionStatusbarComponent {
|
|
36034
|
+
constructor(_dictionary, screenConfigService) {
|
|
36035
|
+
this._dictionary = _dictionary;
|
|
36036
|
+
this.screenConfigService = screenConfigService;
|
|
36037
|
+
this.showClass = true;
|
|
36038
|
+
}
|
|
36039
|
+
set configNames(value) {
|
|
36040
|
+
this._configNames = value;
|
|
36041
|
+
this.setStatusbarData();
|
|
36042
|
+
}
|
|
36043
|
+
set transaction(value) {
|
|
36044
|
+
if (value) {
|
|
36045
|
+
this._transaction = value;
|
|
36046
|
+
this._total = value.quantityTotal;
|
|
36047
|
+
this.setStatusbarData();
|
|
36048
|
+
}
|
|
36049
|
+
}
|
|
36050
|
+
get transaction() {
|
|
36051
|
+
return this._transaction;
|
|
36052
|
+
}
|
|
36053
|
+
setStatusbarData() {
|
|
36054
|
+
if (!this._configNames || !this._transaction) {
|
|
36055
|
+
return;
|
|
36056
|
+
}
|
|
36057
|
+
if (this._transaction.transactionKind === TransactionKind.PurchaseOrder) {
|
|
36058
|
+
this.setStatusbarDataForPurchaseOrder();
|
|
36059
|
+
}
|
|
36060
|
+
else if (this._transaction.transactionKind === TransactionKind.CashDesk) {
|
|
36061
|
+
this.setStatusbarDataForCashDesk();
|
|
36062
|
+
}
|
|
36063
|
+
else {
|
|
36064
|
+
this.setStatusbardataForSalesOrder();
|
|
36065
|
+
}
|
|
36066
|
+
}
|
|
36067
|
+
setStatusbarDataForCashDesk() {
|
|
36068
|
+
const transaction = this._transaction;
|
|
36069
|
+
this.statusbarData = [];
|
|
36070
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBT).immediatelyVisible()) {
|
|
36071
|
+
this.statusbarData.push(this.getStatusbarLine("ORDERED", transaction.quantityOrdered, transaction.quantityToBeOrdered, transaction.isFullyOrdered)); //Besteld
|
|
36072
|
+
}
|
|
36073
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTG).immediatelyVisible()) {
|
|
36074
|
+
this.statusbarData.push(this.getStatusbarLine("ALLOCATED", transaction.quantityAllocatedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Toegewezen
|
|
36075
|
+
}
|
|
36076
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTP).immediatelyVisible()) {
|
|
36077
|
+
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Te picken
|
|
36078
|
+
}
|
|
36079
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGT).immediatelyVisible()) {
|
|
36080
|
+
this.statusbarData.push(this.getStatusbarLine("PICKED", transaction.quantityPickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Gepickt
|
|
36081
|
+
}
|
|
36082
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGL).immediatelyVisible()) {
|
|
36083
|
+
this.statusbarData.push(this.getStatusbarLine("DELIVERED", transaction.quantityDelivered)); //Geleverd
|
|
36084
|
+
}
|
|
36085
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGF).immediatelyVisible()) {
|
|
36086
|
+
this.statusbarData.push(this.getStatusbarLine("INVOICED", transaction.quantityInvoiced)); //Gefactureerd
|
|
36087
|
+
}
|
|
36088
|
+
}
|
|
36089
|
+
setStatusbardataForSalesOrder() {
|
|
36090
|
+
const transaction = this._transaction;
|
|
36091
|
+
this.statusbarData = [];
|
|
36092
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBT).immediatelyVisible()) {
|
|
36093
|
+
this.statusbarData.push(this.getStatusbarLine("ORDERED", transaction.quantityOrdered, transaction.quantityToBeOrdered, transaction.isFullyOrdered)); //Besteld
|
|
36094
|
+
}
|
|
36095
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTG).immediatelyVisible()) {
|
|
36096
|
+
this.statusbarData.push(this.getStatusbarLine("ALLOCATED", transaction.quantityAllocatedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Toegewezen
|
|
36097
|
+
}
|
|
36098
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarPA).immediatelyVisible()) {
|
|
36099
|
+
this.statusbarData.push(this.getStatusbarLine("PLANNING_REQUESTED", transaction.quantityPlanningRequested)); //Voorkeur aangevraagd
|
|
36100
|
+
}
|
|
36101
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarPV).immediatelyVisible()) {
|
|
36102
|
+
this.statusbarData.push(this.getStatusbarLine("PLANNING_PREFERRED_DATE_ENTERED", transaction.quantityPlanningPreferredDateEntered)); //Voorkeur bekend
|
|
36103
|
+
}
|
|
36104
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTP).immediatelyVisible()) {
|
|
36105
|
+
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Te picken
|
|
36106
|
+
}
|
|
36107
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGT).immediatelyVisible()) {
|
|
36108
|
+
this.statusbarData.push(this.getStatusbarLine("PICKED", transaction.quantityPickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Gepickt
|
|
36109
|
+
}
|
|
36110
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGP).immediatelyVisible()) {
|
|
36111
|
+
this.statusbarData.push(this.getStatusbarLine("PLANNED", transaction.quantityPlanningFinal)); //Gepland
|
|
36112
|
+
}
|
|
36113
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGL).immediatelyVisible()) {
|
|
36114
|
+
this.statusbarData.push(this.getStatusbarLine("DELIVERED", transaction.quantityDelivered)); //Geleverd
|
|
36115
|
+
}
|
|
36116
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGF).immediatelyVisible()) {
|
|
36117
|
+
this.statusbarData.push(this.getStatusbarLine("INVOICED", transaction.quantityInvoiced)); //Gefactureerd
|
|
36118
|
+
}
|
|
36119
|
+
}
|
|
36120
|
+
setStatusbarDataForPurchaseOrder() {
|
|
36121
|
+
const transaction = this._transaction;
|
|
36122
|
+
this.statusbarData = [];
|
|
36123
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarIB).immediatelyVisible()) {
|
|
36124
|
+
this.statusbarData.push(this.getStatusbarLine("CONFIRMED", transaction.quantityPurchaseConfirmed)); //bevestigd
|
|
36125
|
+
}
|
|
36126
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarNT).immediatelyVisible()) {
|
|
36127
|
+
this.statusbarData.push(this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification)); //Transport notificatie
|
|
36128
|
+
}
|
|
36129
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBN).immediatelyVisible()) {
|
|
36130
|
+
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED_NOT_PROCESSED", transaction.quantityReceivedUnProcessed)); // Binnengemeld, niet verwerkt
|
|
36131
|
+
}
|
|
36132
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBG).immediatelyVisible()) {
|
|
36133
|
+
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED", transaction.quantityReceived)); // Binnengemeld
|
|
36134
|
+
}
|
|
36135
|
+
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarFC).immediatelyVisible()) {
|
|
36136
|
+
this.statusbarData.push(this.getStatusbarLine("INVOICE_CHECK", transaction.quantityInvoiceControl)); //Factuur controle
|
|
36137
|
+
}
|
|
36138
|
+
}
|
|
36139
|
+
getStatusbarLine(label, quantity, calculateWith, forceDisplayFullyProcessed) {
|
|
36140
|
+
let percentage;
|
|
36141
|
+
if (forceDisplayFullyProcessed) {
|
|
36142
|
+
percentage = 100;
|
|
36143
|
+
}
|
|
36144
|
+
else {
|
|
36145
|
+
percentage = this.calculatePercentage(quantity, calculateWith === undefined ? this._total : calculateWith);
|
|
36146
|
+
}
|
|
36147
|
+
return { label: this._dictionary.get(label), percentage: percentage };
|
|
36148
|
+
}
|
|
36149
|
+
calculatePercentage(amount, totalAmount) {
|
|
36150
|
+
if (amount === 0 || totalAmount === 0) {
|
|
36151
|
+
return 0;
|
|
36152
|
+
}
|
|
36153
|
+
return Math.floor((amount / totalAmount) * 100);
|
|
36154
|
+
}
|
|
36155
|
+
}
|
|
36156
|
+
TransactionStatusbarComponent.decorators = [
|
|
36157
|
+
{ type: Component, args: [{
|
|
36158
|
+
selector: "co-transaction-statusbar",
|
|
36159
|
+
template: `
|
|
36160
|
+
<co-statusbar [statusbarData]="statusbarData"></co-statusbar>
|
|
36161
|
+
`,
|
|
36162
|
+
providers: [{
|
|
36163
|
+
provide: SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME,
|
|
36164
|
+
useExisting: forwardRef(() => TransactionStatusbarComponent)
|
|
36165
|
+
}
|
|
36166
|
+
],
|
|
36167
|
+
encapsulation: ViewEncapsulation.None
|
|
36168
|
+
},] }
|
|
36169
|
+
];
|
|
36170
|
+
TransactionStatusbarComponent.ctorParameters = () => [
|
|
36171
|
+
{ type: DictionaryService },
|
|
36172
|
+
{ type: TransactionScreenConfigurationService }
|
|
36173
|
+
];
|
|
36174
|
+
TransactionStatusbarComponent.propDecorators = {
|
|
36175
|
+
configNames: [{ type: Input }],
|
|
36176
|
+
transaction: [{ type: Input }],
|
|
36177
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-statusbar",] }],
|
|
36178
|
+
hidden: [{ type: HostBinding, args: ["class.co-transaction-hidden",] }]
|
|
36179
|
+
};
|
|
36180
|
+
|
|
36181
|
+
class TransactionStatusbarModule {
|
|
36182
|
+
}
|
|
36183
|
+
TransactionStatusbarModule.decorators = [
|
|
36184
|
+
{ type: NgModule, args: [{
|
|
36185
|
+
imports: [
|
|
36186
|
+
CommonModule,
|
|
36187
|
+
CoreModule,
|
|
36188
|
+
StatusbarModule
|
|
36189
|
+
],
|
|
36190
|
+
declarations: [
|
|
36191
|
+
TransactionStatusbarComponent
|
|
36192
|
+
],
|
|
36193
|
+
exports: [
|
|
36194
|
+
TransactionStatusbarComponent
|
|
36195
|
+
]
|
|
36196
|
+
},] }
|
|
36197
|
+
];
|
|
36198
|
+
|
|
36199
|
+
class TransactionSearchSalesOrderTileModule {
|
|
36200
|
+
}
|
|
36201
|
+
TransactionSearchSalesOrderTileModule.decorators = [
|
|
36202
|
+
{ type: NgModule, args: [{
|
|
36203
|
+
imports: [
|
|
36204
|
+
CommonModule,
|
|
36205
|
+
CoreModule,
|
|
36206
|
+
AvatarModule,
|
|
36207
|
+
ButtonModule,
|
|
36208
|
+
PipeModule,
|
|
36209
|
+
IconModule,
|
|
36210
|
+
StatusbarModule,
|
|
36211
|
+
TransactionStatusbarModule,
|
|
36212
|
+
InputCheckboxModule,
|
|
36213
|
+
ScreenConfigurationModule,
|
|
36214
|
+
],
|
|
36215
|
+
declarations: [
|
|
36216
|
+
TransactionSearchSalesOrderTileComponent
|
|
36217
|
+
],
|
|
36218
|
+
exports: [
|
|
36219
|
+
TransactionSearchSalesOrderTileComponent
|
|
36220
|
+
]
|
|
36221
|
+
},] }
|
|
36222
|
+
];
|
|
36223
|
+
|
|
36224
|
+
class TransactionSearchSalesLineSelectTileComponent extends TransactionSearchTileBaseComponent {
|
|
36225
|
+
constructor(iconCacheService) {
|
|
36226
|
+
super(iconCacheService);
|
|
36227
|
+
this.iconCacheService = iconCacheService;
|
|
36228
|
+
}
|
|
36229
|
+
}
|
|
36230
|
+
TransactionSearchSalesLineSelectTileComponent.decorators = [
|
|
36231
|
+
{ type: Component, args: [{
|
|
36232
|
+
selector: "co-transaction-search-sales-line-select-tile",
|
|
36233
|
+
template: `
|
|
36234
|
+
<div class="co-transaction-search-tile">
|
|
36235
|
+
<co-transaction-search-sales-order-tile [transaction]="transaction" [showAvatar]="false">
|
|
36236
|
+
</co-transaction-search-sales-order-tile>
|
|
36237
|
+
</div>
|
|
36238
|
+
`,
|
|
36239
|
+
encapsulation: ViewEncapsulation.None
|
|
36240
|
+
},] }
|
|
36241
|
+
];
|
|
36242
|
+
TransactionSearchSalesLineSelectTileComponent.ctorParameters = () => [
|
|
36243
|
+
{ type: IconCacheService }
|
|
36244
|
+
];
|
|
36245
|
+
|
|
36246
|
+
class TransactionSearchSalesLineSelectTileModule {
|
|
36247
|
+
}
|
|
36248
|
+
TransactionSearchSalesLineSelectTileModule.decorators = [
|
|
36249
|
+
{ type: NgModule, args: [{
|
|
36250
|
+
imports: [
|
|
36251
|
+
TransactionSearchSalesOrderTileModule
|
|
36252
|
+
],
|
|
36253
|
+
declarations: [
|
|
36254
|
+
TransactionSearchSalesLineSelectTileComponent
|
|
36255
|
+
],
|
|
36256
|
+
exports: [
|
|
36257
|
+
TransactionSearchSalesLineSelectTileComponent
|
|
36258
|
+
]
|
|
36259
|
+
},] }
|
|
36260
|
+
];
|
|
36261
|
+
|
|
36262
|
+
class DialogTransactionSearchModule {
|
|
36263
|
+
}
|
|
36264
|
+
DialogTransactionSearchModule.decorators = [
|
|
36265
|
+
{ type: NgModule, args: [{
|
|
36266
|
+
imports: [
|
|
36267
|
+
CoDialogModule,
|
|
36268
|
+
DialogHeaderSearchModule,
|
|
36269
|
+
InputSearchModule,
|
|
36270
|
+
IconModule,
|
|
36271
|
+
TransactionSearchHeaderModule,
|
|
36272
|
+
CommonModule,
|
|
36273
|
+
SearchFilterPanelModule,
|
|
36274
|
+
TransactionFilterModule,
|
|
36275
|
+
TransactionSearchSalesOrderTileModule,
|
|
36276
|
+
TransactionSearchSalesLineSelectTileModule
|
|
36277
|
+
],
|
|
36278
|
+
declarations: [
|
|
36279
|
+
DialogTransactionSearchComponent
|
|
36280
|
+
],
|
|
36281
|
+
exports: [
|
|
36282
|
+
DialogTransactionSearchComponent
|
|
36283
|
+
]
|
|
36284
|
+
},] }
|
|
36285
|
+
];
|
|
36286
|
+
|
|
35624
36287
|
class TransactionHeaderPopupModule {
|
|
35625
36288
|
}
|
|
35626
36289
|
TransactionHeaderPopupModule.decorators = [
|
|
@@ -35679,7 +36342,8 @@ TransactionHeaderPopupModule.decorators = [
|
|
|
35679
36342
|
DialogCatalogModule,
|
|
35680
36343
|
InputSearchModule,
|
|
35681
36344
|
ServiceWizardQaModule,
|
|
35682
|
-
DialogHeaderSearchModule
|
|
36345
|
+
DialogHeaderSearchModule,
|
|
36346
|
+
DialogTransactionSearchModule
|
|
35683
36347
|
],
|
|
35684
36348
|
declarations: [
|
|
35685
36349
|
TransactionHeaderPopupComponent,
|
|
@@ -40194,78 +40858,6 @@ DeliveryPlanningComponent.propDecorators = {
|
|
|
40194
40858
|
showClass: [{ type: HostBinding, args: ["class.co-delivery-planning",] }]
|
|
40195
40859
|
};
|
|
40196
40860
|
|
|
40197
|
-
class SearchViewModeService {
|
|
40198
|
-
constructor() {
|
|
40199
|
-
this.searchViewModes = SearchViewMode;
|
|
40200
|
-
this.contentViewModes = ContentViewMode;
|
|
40201
|
-
this.activeSearchViewMode = SearchViewMode.FullScreen;
|
|
40202
|
-
this.activeSearchBarViewMode = SearchbarViewMode.Expanded;
|
|
40203
|
-
this.activeContentViewMode = ContentViewMode.Tiles;
|
|
40204
|
-
this.showFilterSidebar = false;
|
|
40205
|
-
}
|
|
40206
|
-
get fullscreen() {
|
|
40207
|
-
return this.activeSearchViewMode === SearchViewMode.FullScreen;
|
|
40208
|
-
}
|
|
40209
|
-
get collapsed() {
|
|
40210
|
-
return this.activeSearchBarViewMode === SearchbarViewMode.Collapsed;
|
|
40211
|
-
}
|
|
40212
|
-
calculateClasses() {
|
|
40213
|
-
return {
|
|
40214
|
-
'fullscreen': this.fullscreen,
|
|
40215
|
-
'sidebar': !this.fullscreen,
|
|
40216
|
-
'collapsed': this.collapsed,
|
|
40217
|
-
'expanded': !this.collapsed,
|
|
40218
|
-
};
|
|
40219
|
-
}
|
|
40220
|
-
toggleFilter() {
|
|
40221
|
-
this.showFilterSidebar = !this.showFilterSidebar;
|
|
40222
|
-
}
|
|
40223
|
-
handleHideFilter() {
|
|
40224
|
-
this.showFilterSidebar = false;
|
|
40225
|
-
}
|
|
40226
|
-
handleResetFilter() {
|
|
40227
|
-
this.showFilterSidebar = false;
|
|
40228
|
-
setTimeout(() => {
|
|
40229
|
-
this.showFilterSidebar = true;
|
|
40230
|
-
}, 10);
|
|
40231
|
-
}
|
|
40232
|
-
onSearchViewResizeClick() {
|
|
40233
|
-
if (this.activeSearchViewMode === this.searchViewModes.SideBar) {
|
|
40234
|
-
this.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
40235
|
-
}
|
|
40236
|
-
else {
|
|
40237
|
-
this.activeContentViewMode = this.contentViewModes.Tiles;
|
|
40238
|
-
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
40239
|
-
}
|
|
40240
|
-
}
|
|
40241
|
-
toggleSearchBar() {
|
|
40242
|
-
if (this.collapsed || !this.fullscreen) {
|
|
40243
|
-
this.expandSearchBar();
|
|
40244
|
-
}
|
|
40245
|
-
else {
|
|
40246
|
-
this.collapseSearchBar();
|
|
40247
|
-
}
|
|
40248
|
-
}
|
|
40249
|
-
collapseSearchBar() {
|
|
40250
|
-
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
40251
|
-
this.activeSearchBarViewMode = SearchbarViewMode.Collapsed;
|
|
40252
|
-
}
|
|
40253
|
-
expandSearchBar() {
|
|
40254
|
-
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
40255
|
-
this.activeSearchBarViewMode = SearchbarViewMode.Expanded;
|
|
40256
|
-
}
|
|
40257
|
-
changeContentViewMode(contentViewMode) {
|
|
40258
|
-
this.activeContentViewMode = contentViewMode;
|
|
40259
|
-
}
|
|
40260
|
-
}
|
|
40261
|
-
SearchViewModeService.ɵprov = i0.ɵɵdefineInjectable({ factory: function SearchViewModeService_Factory() { return new SearchViewModeService(); }, token: SearchViewModeService, providedIn: "root" });
|
|
40262
|
-
SearchViewModeService.decorators = [
|
|
40263
|
-
{ type: Injectable, args: [{
|
|
40264
|
-
providedIn: "root"
|
|
40265
|
-
},] }
|
|
40266
|
-
];
|
|
40267
|
-
SearchViewModeService.ctorParameters = () => [];
|
|
40268
|
-
|
|
40269
40861
|
class DeliveryPlanningMainComponent {
|
|
40270
40862
|
constructor(_deliveryPlanningService, _viewModeService, _transaction) {
|
|
40271
40863
|
this._deliveryPlanningService = _deliveryPlanningService;
|
|
@@ -41343,85 +41935,6 @@ DeliveryPlanningOverviewModule.decorators = [
|
|
|
41343
41935
|
},] }
|
|
41344
41936
|
];
|
|
41345
41937
|
|
|
41346
|
-
class SearchFilterPanelComponent {
|
|
41347
|
-
constructor(iconCacheService, searchViewModeService) {
|
|
41348
|
-
this.iconCacheService = iconCacheService;
|
|
41349
|
-
this.searchViewModeService = searchViewModeService;
|
|
41350
|
-
this.align = ColumnAlign;
|
|
41351
|
-
this.icon = Icon;
|
|
41352
|
-
this.resetFilterClick = new EventEmitter();
|
|
41353
|
-
}
|
|
41354
|
-
showClass() {
|
|
41355
|
-
return true;
|
|
41356
|
-
}
|
|
41357
|
-
onResetButtonClick() {
|
|
41358
|
-
this.resetFilterClick.emit();
|
|
41359
|
-
}
|
|
41360
|
-
onCloseButtonClick() {
|
|
41361
|
-
this.searchViewModeService.handleHideFilter();
|
|
41362
|
-
}
|
|
41363
|
-
}
|
|
41364
|
-
SearchFilterPanelComponent.decorators = [
|
|
41365
|
-
{ type: Component, args: [{
|
|
41366
|
-
selector: "co-search-filter-panel",
|
|
41367
|
-
template: `
|
|
41368
|
-
<div class="search-filter-panel-wrapper">
|
|
41369
|
-
|
|
41370
|
-
<!--buttons-header-->
|
|
41371
|
-
<div class="search-filter-panel-header-wrapper">
|
|
41372
|
-
<div class="search-filter-panel-header">
|
|
41373
|
-
<span [textContent]="'Filters'"></span>
|
|
41374
|
-
<co-icon class="filter-reset-icon clickable"
|
|
41375
|
-
[iconData]="iconCacheService.getIcon(icon.SyncAlt)"
|
|
41376
|
-
(click)="onResetButtonClick()">
|
|
41377
|
-
</co-icon>
|
|
41378
|
-
</div>
|
|
41379
|
-
<co-icon class="clickable"
|
|
41380
|
-
[iconData]="iconCacheService.getIcon(icon.Cancel)"
|
|
41381
|
-
(click)="onCloseButtonClick()">
|
|
41382
|
-
</co-icon>
|
|
41383
|
-
</div>
|
|
41384
|
-
|
|
41385
|
-
<!--filter-content-->
|
|
41386
|
-
<div class="search-filter-wrapper narrow-scrollbar"
|
|
41387
|
-
[ngClass]="searchViewModeService.calculateClasses()"
|
|
41388
|
-
*ngIf=" searchViewModeService.showFilterSidebar">
|
|
41389
|
-
<ng-content></ng-content>
|
|
41390
|
-
</div>
|
|
41391
|
-
|
|
41392
|
-
</div>
|
|
41393
|
-
`,
|
|
41394
|
-
encapsulation: ViewEncapsulation.None
|
|
41395
|
-
},] }
|
|
41396
|
-
];
|
|
41397
|
-
SearchFilterPanelComponent.ctorParameters = () => [
|
|
41398
|
-
{ type: IconCacheService },
|
|
41399
|
-
{ type: SearchViewModeService }
|
|
41400
|
-
];
|
|
41401
|
-
SearchFilterPanelComponent.propDecorators = {
|
|
41402
|
-
resetFilterClick: [{ type: Output }],
|
|
41403
|
-
showClass: [{ type: HostBinding, args: ["class.co-search-filter-panel",] }]
|
|
41404
|
-
};
|
|
41405
|
-
|
|
41406
|
-
class SearchFilterPanelModule {
|
|
41407
|
-
}
|
|
41408
|
-
SearchFilterPanelModule.decorators = [
|
|
41409
|
-
{ type: NgModule, args: [{
|
|
41410
|
-
imports: [
|
|
41411
|
-
CommonModule,
|
|
41412
|
-
ButtonModule,
|
|
41413
|
-
PipeModule,
|
|
41414
|
-
IconModule
|
|
41415
|
-
],
|
|
41416
|
-
declarations: [
|
|
41417
|
-
SearchFilterPanelComponent
|
|
41418
|
-
],
|
|
41419
|
-
exports: [
|
|
41420
|
-
SearchFilterPanelComponent
|
|
41421
|
-
]
|
|
41422
|
-
},] }
|
|
41423
|
-
];
|
|
41424
|
-
|
|
41425
41938
|
class SearchHeaderButtonsComponent {
|
|
41426
41939
|
constructor(iconCacheService, _dictionary, searchViewModeService) {
|
|
41427
41940
|
this.iconCacheService = iconCacheService;
|
|
@@ -41654,95 +42167,6 @@ SearchFeatureModule.decorators = [
|
|
|
41654
42167
|
},] }
|
|
41655
42168
|
];
|
|
41656
42169
|
|
|
41657
|
-
class TransactionFilterComponent {
|
|
41658
|
-
constructor(_mappingService, _compFactoryResolver, appRef, injector, searchService) {
|
|
41659
|
-
this._mappingService = _mappingService;
|
|
41660
|
-
this._compFactoryResolver = _compFactoryResolver;
|
|
41661
|
-
this.appRef = appRef;
|
|
41662
|
-
this.injector = injector;
|
|
41663
|
-
this.searchService = searchService;
|
|
41664
|
-
}
|
|
41665
|
-
set container(content) {
|
|
41666
|
-
if (content) {
|
|
41667
|
-
this._transactionFilterContainer = content;
|
|
41668
|
-
this._prepareContent();
|
|
41669
|
-
}
|
|
41670
|
-
}
|
|
41671
|
-
showClass() {
|
|
41672
|
-
return true;
|
|
41673
|
-
}
|
|
41674
|
-
ngOnInit() {
|
|
41675
|
-
this._prepareContent();
|
|
41676
|
-
}
|
|
41677
|
-
ngOnDestroy() {
|
|
41678
|
-
if (this._componentRef) {
|
|
41679
|
-
this._componentRef.destroy();
|
|
41680
|
-
this._componentRef = undefined;
|
|
41681
|
-
}
|
|
41682
|
-
this._transactionFilterContainer = undefined;
|
|
41683
|
-
}
|
|
41684
|
-
_prepareContent() {
|
|
41685
|
-
if (!this.searchService.transactionType || !this._transactionFilterContainer) {
|
|
41686
|
-
return;
|
|
41687
|
-
}
|
|
41688
|
-
const componentClass = this._mappingService.getTransactionFilterComponent(this.searchService.transactionType);
|
|
41689
|
-
if (this._componentRef) {
|
|
41690
|
-
this._componentRef.destroy();
|
|
41691
|
-
this._componentRef = undefined;
|
|
41692
|
-
}
|
|
41693
|
-
if (!componentClass) {
|
|
41694
|
-
return;
|
|
41695
|
-
}
|
|
41696
|
-
this._componentRef = this._compFactoryResolver
|
|
41697
|
-
.resolveComponentFactory(componentClass)
|
|
41698
|
-
.create(this.injector);
|
|
41699
|
-
this.appRef.attachView(this._componentRef.hostView);
|
|
41700
|
-
const domElem = this._componentRef.hostView
|
|
41701
|
-
.rootNodes[0];
|
|
41702
|
-
this._transactionFilterContainer.nativeElement.appendChild(domElem);
|
|
41703
|
-
this._componentRef.onDestroy(() => {
|
|
41704
|
-
this.appRef.detachView(this._componentRef.hostView);
|
|
41705
|
-
});
|
|
41706
|
-
}
|
|
41707
|
-
}
|
|
41708
|
-
TransactionFilterComponent.decorators = [
|
|
41709
|
-
{ type: Component, args: [{
|
|
41710
|
-
selector: "co-transaction-filter",
|
|
41711
|
-
template: `
|
|
41712
|
-
<div #transactionFilter class="transaction-filter-wrapper">
|
|
41713
|
-
</div>
|
|
41714
|
-
`,
|
|
41715
|
-
encapsulation: ViewEncapsulation.None
|
|
41716
|
-
},] }
|
|
41717
|
-
];
|
|
41718
|
-
TransactionFilterComponent.ctorParameters = () => [
|
|
41719
|
-
{ type: TransactionMappingService },
|
|
41720
|
-
{ type: ComponentFactoryResolver },
|
|
41721
|
-
{ type: ApplicationRef },
|
|
41722
|
-
{ type: Injector },
|
|
41723
|
-
{ type: TransactionSearchService }
|
|
41724
|
-
];
|
|
41725
|
-
TransactionFilterComponent.propDecorators = {
|
|
41726
|
-
container: [{ type: ViewChild, args: ['transactionFilter', { read: ElementRef },] }],
|
|
41727
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-filter",] }]
|
|
41728
|
-
};
|
|
41729
|
-
|
|
41730
|
-
class TransactionFilterModule {
|
|
41731
|
-
}
|
|
41732
|
-
TransactionFilterModule.decorators = [
|
|
41733
|
-
{ type: NgModule, args: [{
|
|
41734
|
-
imports: [
|
|
41735
|
-
CommonModule
|
|
41736
|
-
],
|
|
41737
|
-
declarations: [
|
|
41738
|
-
TransactionFilterComponent
|
|
41739
|
-
],
|
|
41740
|
-
exports: [
|
|
41741
|
-
TransactionFilterComponent
|
|
41742
|
-
]
|
|
41743
|
-
},] }
|
|
41744
|
-
];
|
|
41745
|
-
|
|
41746
42170
|
class TransactionFilterItemComponent {
|
|
41747
42171
|
constructor(searchService) {
|
|
41748
42172
|
this.searchService = searchService;
|
|
@@ -43665,172 +44089,6 @@ TransactionSearchGridModule.decorators = [
|
|
|
43665
44089
|
},] }
|
|
43666
44090
|
];
|
|
43667
44091
|
|
|
43668
|
-
class TransactionStatusbarComponent {
|
|
43669
|
-
constructor(_dictionary, screenConfigService) {
|
|
43670
|
-
this._dictionary = _dictionary;
|
|
43671
|
-
this.screenConfigService = screenConfigService;
|
|
43672
|
-
this.showClass = true;
|
|
43673
|
-
}
|
|
43674
|
-
set configNames(value) {
|
|
43675
|
-
this._configNames = value;
|
|
43676
|
-
this.setStatusbarData();
|
|
43677
|
-
}
|
|
43678
|
-
set transaction(value) {
|
|
43679
|
-
if (value) {
|
|
43680
|
-
this._transaction = value;
|
|
43681
|
-
this._total = value.quantityTotal;
|
|
43682
|
-
this.setStatusbarData();
|
|
43683
|
-
}
|
|
43684
|
-
}
|
|
43685
|
-
get transaction() {
|
|
43686
|
-
return this._transaction;
|
|
43687
|
-
}
|
|
43688
|
-
setStatusbarData() {
|
|
43689
|
-
if (!this._configNames || !this._transaction) {
|
|
43690
|
-
return;
|
|
43691
|
-
}
|
|
43692
|
-
if (this._transaction.transactionKind === TransactionKind.PurchaseOrder) {
|
|
43693
|
-
this.setStatusbarDataForPurchaseOrder();
|
|
43694
|
-
}
|
|
43695
|
-
else if (this._transaction.transactionKind === TransactionKind.CashDesk) {
|
|
43696
|
-
this.setStatusbarDataForCashDesk();
|
|
43697
|
-
}
|
|
43698
|
-
else {
|
|
43699
|
-
this.setStatusbardataForSalesOrder();
|
|
43700
|
-
}
|
|
43701
|
-
}
|
|
43702
|
-
setStatusbarDataForCashDesk() {
|
|
43703
|
-
const transaction = this._transaction;
|
|
43704
|
-
this.statusbarData = [];
|
|
43705
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBT).immediatelyVisible()) {
|
|
43706
|
-
this.statusbarData.push(this.getStatusbarLine("ORDERED", transaction.quantityOrdered, transaction.quantityToBeOrdered, transaction.isFullyOrdered)); //Besteld
|
|
43707
|
-
}
|
|
43708
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTG).immediatelyVisible()) {
|
|
43709
|
-
this.statusbarData.push(this.getStatusbarLine("ALLOCATED", transaction.quantityAllocatedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Toegewezen
|
|
43710
|
-
}
|
|
43711
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTP).immediatelyVisible()) {
|
|
43712
|
-
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Te picken
|
|
43713
|
-
}
|
|
43714
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGT).immediatelyVisible()) {
|
|
43715
|
-
this.statusbarData.push(this.getStatusbarLine("PICKED", transaction.quantityPickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Gepickt
|
|
43716
|
-
}
|
|
43717
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGL).immediatelyVisible()) {
|
|
43718
|
-
this.statusbarData.push(this.getStatusbarLine("DELIVERED", transaction.quantityDelivered)); //Geleverd
|
|
43719
|
-
}
|
|
43720
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGF).immediatelyVisible()) {
|
|
43721
|
-
this.statusbarData.push(this.getStatusbarLine("INVOICED", transaction.quantityInvoiced)); //Gefactureerd
|
|
43722
|
-
}
|
|
43723
|
-
}
|
|
43724
|
-
setStatusbardataForSalesOrder() {
|
|
43725
|
-
const transaction = this._transaction;
|
|
43726
|
-
this.statusbarData = [];
|
|
43727
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBT).immediatelyVisible()) {
|
|
43728
|
-
this.statusbarData.push(this.getStatusbarLine("ORDERED", transaction.quantityOrdered, transaction.quantityToBeOrdered, transaction.isFullyOrdered)); //Besteld
|
|
43729
|
-
}
|
|
43730
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTG).immediatelyVisible()) {
|
|
43731
|
-
this.statusbarData.push(this.getStatusbarLine("ALLOCATED", transaction.quantityAllocatedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Toegewezen
|
|
43732
|
-
}
|
|
43733
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarPA).immediatelyVisible()) {
|
|
43734
|
-
this.statusbarData.push(this.getStatusbarLine("PLANNING_REQUESTED", transaction.quantityPlanningRequested)); //Voorkeur aangevraagd
|
|
43735
|
-
}
|
|
43736
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarPV).immediatelyVisible()) {
|
|
43737
|
-
this.statusbarData.push(this.getStatusbarLine("PLANNING_PREFERRED_DATE_ENTERED", transaction.quantityPlanningPreferredDateEntered)); //Voorkeur bekend
|
|
43738
|
-
}
|
|
43739
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTP).immediatelyVisible()) {
|
|
43740
|
-
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Te picken
|
|
43741
|
-
}
|
|
43742
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGT).immediatelyVisible()) {
|
|
43743
|
-
this.statusbarData.push(this.getStatusbarLine("PICKED", transaction.quantityPickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Gepickt
|
|
43744
|
-
}
|
|
43745
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGP).immediatelyVisible()) {
|
|
43746
|
-
this.statusbarData.push(this.getStatusbarLine("PLANNED", transaction.quantityPlanningFinal)); //Gepland
|
|
43747
|
-
}
|
|
43748
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGL).immediatelyVisible()) {
|
|
43749
|
-
this.statusbarData.push(this.getStatusbarLine("DELIVERED", transaction.quantityDelivered)); //Geleverd
|
|
43750
|
-
}
|
|
43751
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGF).immediatelyVisible()) {
|
|
43752
|
-
this.statusbarData.push(this.getStatusbarLine("INVOICED", transaction.quantityInvoiced)); //Gefactureerd
|
|
43753
|
-
}
|
|
43754
|
-
}
|
|
43755
|
-
setStatusbarDataForPurchaseOrder() {
|
|
43756
|
-
const transaction = this._transaction;
|
|
43757
|
-
this.statusbarData = [];
|
|
43758
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarIB).immediatelyVisible()) {
|
|
43759
|
-
this.statusbarData.push(this.getStatusbarLine("CONFIRMED", transaction.quantityPurchaseConfirmed)); //bevestigd
|
|
43760
|
-
}
|
|
43761
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarNT).immediatelyVisible()) {
|
|
43762
|
-
this.statusbarData.push(this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification)); //Transport notificatie
|
|
43763
|
-
}
|
|
43764
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBN).immediatelyVisible()) {
|
|
43765
|
-
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED_NOT_PROCESSED", transaction.quantityReceivedUnProcessed)); // Binnengemeld, niet verwerkt
|
|
43766
|
-
}
|
|
43767
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBG).immediatelyVisible()) {
|
|
43768
|
-
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED", transaction.quantityReceived)); // Binnengemeld
|
|
43769
|
-
}
|
|
43770
|
-
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarFC).immediatelyVisible()) {
|
|
43771
|
-
this.statusbarData.push(this.getStatusbarLine("INVOICE_CHECK", transaction.quantityInvoiceControl)); //Factuur controle
|
|
43772
|
-
}
|
|
43773
|
-
}
|
|
43774
|
-
getStatusbarLine(label, quantity, calculateWith, forceDisplayFullyProcessed) {
|
|
43775
|
-
let percentage;
|
|
43776
|
-
if (forceDisplayFullyProcessed) {
|
|
43777
|
-
percentage = 100;
|
|
43778
|
-
}
|
|
43779
|
-
else {
|
|
43780
|
-
percentage = this.calculatePercentage(quantity, calculateWith === undefined ? this._total : calculateWith);
|
|
43781
|
-
}
|
|
43782
|
-
return { label: this._dictionary.get(label), percentage: percentage };
|
|
43783
|
-
}
|
|
43784
|
-
calculatePercentage(amount, totalAmount) {
|
|
43785
|
-
if (amount === 0 || totalAmount === 0) {
|
|
43786
|
-
return 0;
|
|
43787
|
-
}
|
|
43788
|
-
return Math.floor((amount / totalAmount) * 100);
|
|
43789
|
-
}
|
|
43790
|
-
}
|
|
43791
|
-
TransactionStatusbarComponent.decorators = [
|
|
43792
|
-
{ type: Component, args: [{
|
|
43793
|
-
selector: "co-transaction-statusbar",
|
|
43794
|
-
template: `
|
|
43795
|
-
<co-statusbar [statusbarData]="statusbarData"></co-statusbar>
|
|
43796
|
-
`,
|
|
43797
|
-
providers: [{
|
|
43798
|
-
provide: SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME,
|
|
43799
|
-
useExisting: forwardRef(() => TransactionStatusbarComponent)
|
|
43800
|
-
}
|
|
43801
|
-
],
|
|
43802
|
-
encapsulation: ViewEncapsulation.None
|
|
43803
|
-
},] }
|
|
43804
|
-
];
|
|
43805
|
-
TransactionStatusbarComponent.ctorParameters = () => [
|
|
43806
|
-
{ type: DictionaryService },
|
|
43807
|
-
{ type: TransactionScreenConfigurationService }
|
|
43808
|
-
];
|
|
43809
|
-
TransactionStatusbarComponent.propDecorators = {
|
|
43810
|
-
configNames: [{ type: Input }],
|
|
43811
|
-
transaction: [{ type: Input }],
|
|
43812
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-statusbar",] }],
|
|
43813
|
-
hidden: [{ type: HostBinding, args: ["class.co-transaction-hidden",] }]
|
|
43814
|
-
};
|
|
43815
|
-
|
|
43816
|
-
class TransactionStatusbarModule {
|
|
43817
|
-
}
|
|
43818
|
-
TransactionStatusbarModule.decorators = [
|
|
43819
|
-
{ type: NgModule, args: [{
|
|
43820
|
-
imports: [
|
|
43821
|
-
CommonModule,
|
|
43822
|
-
CoreModule,
|
|
43823
|
-
StatusbarModule
|
|
43824
|
-
],
|
|
43825
|
-
declarations: [
|
|
43826
|
-
TransactionStatusbarComponent
|
|
43827
|
-
],
|
|
43828
|
-
exports: [
|
|
43829
|
-
TransactionStatusbarComponent
|
|
43830
|
-
]
|
|
43831
|
-
},] }
|
|
43832
|
-
];
|
|
43833
|
-
|
|
43834
44092
|
class TransactionSearchPurchaseOrderTileModule {
|
|
43835
44093
|
}
|
|
43836
44094
|
TransactionSearchPurchaseOrderTileModule.decorators = [
|
|
@@ -43853,31 +44111,6 @@ TransactionSearchPurchaseOrderTileModule.decorators = [
|
|
|
43853
44111
|
},] }
|
|
43854
44112
|
];
|
|
43855
44113
|
|
|
43856
|
-
class TransactionSearchSalesOrderTileModule {
|
|
43857
|
-
}
|
|
43858
|
-
TransactionSearchSalesOrderTileModule.decorators = [
|
|
43859
|
-
{ type: NgModule, args: [{
|
|
43860
|
-
imports: [
|
|
43861
|
-
CommonModule,
|
|
43862
|
-
CoreModule,
|
|
43863
|
-
AvatarModule,
|
|
43864
|
-
ButtonModule,
|
|
43865
|
-
PipeModule,
|
|
43866
|
-
IconModule,
|
|
43867
|
-
StatusbarModule,
|
|
43868
|
-
TransactionStatusbarModule,
|
|
43869
|
-
InputCheckboxModule,
|
|
43870
|
-
ScreenConfigurationModule,
|
|
43871
|
-
],
|
|
43872
|
-
declarations: [
|
|
43873
|
-
TransactionSearchSalesOrderTileComponent
|
|
43874
|
-
],
|
|
43875
|
-
exports: [
|
|
43876
|
-
TransactionSearchSalesOrderTileComponent
|
|
43877
|
-
]
|
|
43878
|
-
},] }
|
|
43879
|
-
];
|
|
43880
|
-
|
|
43881
44114
|
class TransactionSearchTileComponent {
|
|
43882
44115
|
constructor(_mappingService, _compFactoryResolver, appRef, injector, searchService) {
|
|
43883
44116
|
this._mappingService = _mappingService;
|
|
@@ -48720,15 +48953,7 @@ TransactionServiceOverviewComponent.decorators = [
|
|
|
48720
48953
|
<co-activity-list [activities]="activities"></co-activity-list>
|
|
48721
48954
|
<co-component-activity-list [table]="TableName.Transactions" [key]="transactionInfo.id.toString()" (refreshRequested)="refreshRequested()" >
|
|
48722
48955
|
</co-component-activity-list>
|
|
48723
|
-
|
|
48724
|
-
<div class="task-button-wrapper">
|
|
48725
|
-
<co-button [iconData]="iconCacheService.getIcon(icons.ListRegular)"></co-button>
|
|
48726
|
-
<co-button [iconData]="iconCacheService.getIcon(icons.Remark)"></co-button>
|
|
48727
|
-
<co-button [iconData]="iconCacheService.getIcon(icons.WorkInProgressCircleLarge)"></co-button>
|
|
48728
|
-
</div>
|
|
48729
48956
|
</div>
|
|
48730
|
-
|
|
48731
|
-
|
|
48732
48957
|
</div>
|
|
48733
48958
|
`,
|
|
48734
48959
|
encapsulation: ViewEncapsulation.None
|
|
@@ -48918,9 +49143,13 @@ class TransactionCashRegisterPaymentDialogComponent extends TransactionPaymentBa
|
|
|
48918
49143
|
const response = yield this.transactionService.saveTransaction();
|
|
48919
49144
|
if (response && response.isSuccess) {
|
|
48920
49145
|
this.transId = response.transactionInfo.id;
|
|
49146
|
+
yield _super.ngOnInit.call(this);
|
|
49147
|
+
this.transactionSaved = true;
|
|
49148
|
+
}
|
|
49149
|
+
else {
|
|
49150
|
+
this.transactionSaved = false;
|
|
49151
|
+
this.handleCloseDialog();
|
|
48921
49152
|
}
|
|
48922
|
-
yield _super.ngOnInit.call(this);
|
|
48923
|
-
this.transactionSaved = true;
|
|
48924
49153
|
});
|
|
48925
49154
|
}
|
|
48926
49155
|
changePaymentMethodClicked() {
|
|
@@ -51550,6 +51779,7 @@ class TransactionCreateWizardComponent {
|
|
|
51550
51779
|
this.relationService = relationService;
|
|
51551
51780
|
this.transactionScreenConfigurationService = transactionScreenConfigurationService;
|
|
51552
51781
|
this.transKind = TransactionKind;
|
|
51782
|
+
this.Icon = Icon;
|
|
51553
51783
|
this.transactionType = TransactionKind.SalesOrder;
|
|
51554
51784
|
this.transactionFinished = new EventEmitter();
|
|
51555
51785
|
this._externallyProvidedTransaction = null;
|
|
@@ -51585,7 +51815,7 @@ class TransactionCreateWizardComponent {
|
|
|
51585
51815
|
let valid = false;
|
|
51586
51816
|
if (!this.createService.currentTransaction.transactionInfo.uuid) {
|
|
51587
51817
|
if (this.transactionSection.createViaTransLine) {
|
|
51588
|
-
this.stepTransactionSection.completed = yield this.createService.createServiceOrderWithTransactionLine(Number(this.transactionSection.
|
|
51818
|
+
this.stepTransactionSection.completed = yield this.createService.createServiceOrderWithTransactionLine(Number(this.transactionSection.existingTransactionId), Number(this.transactionSection.existingTransactionline.lineNr));
|
|
51589
51819
|
}
|
|
51590
51820
|
else if (this.transactionSection.createViaProduct) {
|
|
51591
51821
|
valid = yield this._validateForArticleTransaction();
|
|
@@ -51642,10 +51872,10 @@ class TransactionCreateWizardComponent {
|
|
|
51642
51872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
51643
51873
|
if (this._externallyProvidedTransaction && !isNaN(this._externallyProvidedLineNr)) {
|
|
51644
51874
|
this.createService.relation = yield this.relationService.getCustomerFullObject(parseInt(this._externallyProvidedTransaction.transactionInfo.relation.relationNr));
|
|
51645
|
-
|
|
51646
|
-
this.transactionSection.createOrderWithTransactionLineClicked();
|
|
51647
|
-
this.transactionSection.
|
|
51648
|
-
this.transactionSection.
|
|
51875
|
+
this.stepper.openToIndex(2);
|
|
51876
|
+
this.transactionSection.createOrderWithTransactionLineClicked(false);
|
|
51877
|
+
this.transactionSection.existingTransactionId = this._externallyProvidedTransaction.transactionInfo.id;
|
|
51878
|
+
this.transactionSection.existingTransactionline = this._externallyProvidedTransaction.transactionLines.find(l => l.lineNr === this._externallyProvidedLineNr);
|
|
51649
51879
|
}
|
|
51650
51880
|
});
|
|
51651
51881
|
}
|
|
@@ -51654,10 +51884,14 @@ TransactionCreateWizardComponent.decorators = [
|
|
|
51654
51884
|
{ type: Component, args: [{
|
|
51655
51885
|
selector: "co-transaction-create-wizard",
|
|
51656
51886
|
template: `
|
|
51657
|
-
<co-simple-vertical-stepper #stepper [title]="'CREATE_SERVICE' | localize">
|
|
51887
|
+
<co-simple-vertical-stepper #stepper [titleIcon]="Icon.ServiceCartRegular" [title]="'CREATE_SERVICE' | localize">
|
|
51658
51888
|
<co-stepper-step #stepRelationSection [index]="1" [label]="'PERSONAL_DATA' | localize" (validateStep)="handleRelationValidation()">
|
|
51659
|
-
<co-transaction-header-popup-relation #relationSection
|
|
51660
|
-
|
|
51889
|
+
<co-transaction-header-popup-relation #relationSection
|
|
51890
|
+
*ngIf="stepRelationSection.show"
|
|
51891
|
+
class="category-content"
|
|
51892
|
+
[(relation)]="createService.relation"
|
|
51893
|
+
[forceReadonly]="(createService.currentTransaction.transactionInfo.uuid !== undefined)"
|
|
51894
|
+
[showInvoiceAddress]="false" [showPrivacy]="false"
|
|
51661
51895
|
></co-transaction-header-popup-relation>
|
|
51662
51896
|
</co-stepper-step>
|
|
51663
51897
|
<co-stepper-step #stepTransactionSection [index]="2" [label]="'HOW_TO_CREATE_SERVICE' | localize" (validateStep)="handleTransactionValidation()">
|
|
@@ -52486,12 +52720,24 @@ CheckoutSimpleModule.decorators = [
|
|
|
52486
52720
|
];
|
|
52487
52721
|
|
|
52488
52722
|
class SimpleVerticalStepperComponent extends StepperBaseComponent {
|
|
52723
|
+
constructor() {
|
|
52724
|
+
super(...arguments);
|
|
52725
|
+
this.Icon = Icon;
|
|
52726
|
+
}
|
|
52489
52727
|
showClass() {
|
|
52490
52728
|
return true;
|
|
52491
52729
|
}
|
|
52492
52730
|
continueRequested() {
|
|
52493
52731
|
this.validateCurrentStep();
|
|
52494
52732
|
}
|
|
52733
|
+
//Beware this method bypasses verification of steps! Please only use it if you are certain that is appropriate.
|
|
52734
|
+
openToIndex(idx) {
|
|
52735
|
+
let counter = 0;
|
|
52736
|
+
while (counter <= (idx - 1)) {
|
|
52737
|
+
this.stepChildren[counter].show = true;
|
|
52738
|
+
counter++;
|
|
52739
|
+
}
|
|
52740
|
+
}
|
|
52495
52741
|
validateCurrentStep(nextStep) {
|
|
52496
52742
|
this.stepChildren[this.activeStep].onComplete = (complete) => {
|
|
52497
52743
|
if (complete) {
|
|
@@ -52525,8 +52771,11 @@ SimpleVerticalStepperComponent.decorators = [
|
|
|
52525
52771
|
</div>
|
|
52526
52772
|
<ng-container [ngTemplateOutlet]="buttonTemplate"></ng-container>
|
|
52527
52773
|
<ng-template #buttonTemplate>
|
|
52528
|
-
|
|
52529
|
-
|
|
52774
|
+
<div class="stepper-button-wrapper">
|
|
52775
|
+
<co-button class="save-button"
|
|
52776
|
+
[iconData]="iconCacheService.getIcon(icons.CheckDuotone)"
|
|
52777
|
+
(click)="continueRequested()"></co-button>
|
|
52778
|
+
</div>
|
|
52530
52779
|
</ng-template>
|
|
52531
52780
|
`,
|
|
52532
52781
|
providers: [{
|
|
@@ -52549,7 +52798,8 @@ SimpleVerticalStepperModule.decorators = [
|
|
|
52549
52798
|
IconModule,
|
|
52550
52799
|
PipeModule,
|
|
52551
52800
|
CommonModule,
|
|
52552
|
-
DefaultOkCancelButtonsModule
|
|
52801
|
+
DefaultOkCancelButtonsModule,
|
|
52802
|
+
ButtonModule
|
|
52553
52803
|
],
|
|
52554
52804
|
declarations: [
|
|
52555
52805
|
SimpleVerticalStepperComponent
|
|
@@ -52575,7 +52825,8 @@ TransactionCreateWizardModule.decorators = [
|
|
|
52575
52825
|
InputTextModule,
|
|
52576
52826
|
InputTextareaModule,
|
|
52577
52827
|
SimpleVerticalStepperModule,
|
|
52578
|
-
StepperStepModule
|
|
52828
|
+
StepperStepModule,
|
|
52829
|
+
DialogTransactionSearchModule
|
|
52579
52830
|
],
|
|
52580
52831
|
declarations: [
|
|
52581
52832
|
TransactionCreateWizardComponent
|
|
@@ -52651,5 +52902,5 @@ SharedConnectorService.ctorParameters = () => [
|
|
|
52651
52902
|
* Generated bundle index. Do not edit.
|
|
52652
52903
|
*/
|
|
52653
52904
|
|
|
52654
|
-
export { AddProductComponent, AddProductModule, CheckoutComponent, CheckoutModule, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningViewModes, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, CheckoutModuleService as ɵa, CheckoutScreenConfigurationService as ɵb, WarehouseModule as ɵba, WarehouseComponent as ɵbb, ToastModule as ɵbc, ToastComponent as ɵbd, ImageDisplayComponent as ɵbe, IconComponent as ɵbf, CustomerGroupsComponent as ɵbg, CustomerLanguagesComponent as ɵbh, StockStatusIndicatorComponent as ɵbi, LazyRenderMasterDirective as ɵbj, LazyRenderDirective as ɵbk, RelationAddressModule as ɵbl, RelationAddressComponent as ɵbm, RelationBaseComponent as ɵbn, RelationAddressSelectModule as ɵbo, RelationAddressTileModule as ɵbp, TileModule as ɵbq, TileComponent as ɵbr, RelationAddressTileComponent as ɵbs, RelationAddressSelectComponent as ɵbt, StepperModule as ɵbu, StepperComponent as ɵbv, StepperBaseComponent as ɵbw, StepperStepComponent as ɵbx, TransactionLineModule as ɵby, TransactionTextLineModule as ɵbz, DictionaryService as ɵc, TransactionTextLineComponent as ɵca, TransactionBaseComponent as ɵcb, TransactionImageService as ɵcc, OrderLineSetService as ɵcd, TransactionOverviewLineModule as ɵce, TransactionArticleTextModule as ɵcf, TransactionLineImageAndDescriptionModule as ɵcg, TransactionLineDescriptionModule as ɵch, TransactionLineDescriptionComponent as ɵci, TransactionInputFieldBaseComponent as ɵcj, TransactionLineImageAndDescriptionComponent as ɵck, TransactionArticleTextComponent as ɵcl, TransactionArticleTextOverviewModule as ɵcm, TransactionArticleTextOverviewComponent as ɵcn, TransactionLineActionButtonsModule as ɵco, TransactionLineActionButtonsComponent as ɵcp, TransactionLineActionButtonsPopupComponent as ɵcq, EditableLabelModule as ɵcr, EditableLabelComponent as ɵcs, TransactionLinePriceModule as ɵct, TransactionLinePriceComponent as ɵcu, TransactionBaseLineModule as ɵcv, TransactionBaseLineComponent as ɵcw, TransactionLineCommissionButtonModule as ɵcx, DialogTransactionLineCommissionCodeModule as ɵcy, TransactionLineCommissionCodeModule as ɵcz, CacheField as ɵd, TransactionLineCheckboxModule as ɵda, TransactionLineCheckboxListComponent as ɵdb, TransactionLineCommissionCodeComponent as ɵdc, TransactionFilterPopupBaseComponent as ɵdd, DialogHeaderSearchModule as ɵde, DialogHeaderSearchComponent as ɵdf, DialogTransactionLineCommissionCodeComponent as ɵdg, DialogTransactionBaseComponent as ɵdh, TransactionButtonModule as ɵdi, TransactionButtonComponent as ɵdj, TransactionLineCommissionButtonComponent as ɵdk, TransactionLineWarehouseButtonModule as ɵdl, DialogTransactionLineWarehouseModule as ɵdm, TransactionLineWarehouseModule as ɵdn, TransactionLineWarehouseComponent as ɵdo, DialogTransactionLineWarehouseComponent as ɵdp, TransactionLineWarehouseButtonComponent as ɵdq, TransactionLineDeliveryButtonModule as ɵdr, DialogTransactionLineDeliveryMethodModule as ɵds, TransactionLineDeliveryMethodModule as ɵdt, TransactionLineDeliveryMethodComponent as ɵdu, DialogTransactionLineDeliveryMethodComponent as ɵdv, TransactionLineDeliveryButtonComponent as ɵdw, TransactionLineDeliveryDateButtonModule as ɵdx, TransactionDateSelectModule as ɵdy, TransactionDateSelectComponent as ɵdz, ErrorService as ɵe, TransactionLineDeliveryDateButtonComponent as ɵea, DialogTransactionLineVatModule as ɵeb, TransactionLineVatModule as ɵec, TransactionLineVatComponent as ɵed, DialogTransactionLineVatComponent as ɵee, DialogTransactionLineDiscountModule as ɵef, TransactionLinePriceListModule as ɵeg, TransactionLinePriceListComponent as ɵeh, TransactionLineDiscountPercentageModule as ɵei, TransactionLineDiscountPercentageComponent as ɵej, TransactionLineDiscountAmountModule as ɵek, TransactionLineDiscountAmountComponent as ɵel, TransactionLineQuantumDiscountModule as ɵem, TransactionLineQuantumDiscountComponent as ɵen, TransactionLineSpecialDiscountModule as ɵeo, TransactionLineSpecialDiscountComponent as ɵep, DialogTransactionLinePriceListModule as ɵeq, DialogTransactionLinePriceListComponent as ɵer, DialogTransactionLineDiscountComponent as ɵes, TransactionLineAmountModule as ɵet, TransactionLineAmountComponent as ɵeu, TransactionLineVatButtonModule as ɵev, TransactionLineVatButtonComponent as ɵew, TransactionLineDiscountButtonModule as ɵex, TransactionLineDiscountButtonComponent as ɵey, TransactionLineDeliveryDateModule as ɵez, DialogService as ɵf, TransactionLineDeliveryDateComponent as ɵfa, TransactionMarginInfoLineModule as ɵfb, TransactionMarginInfoLineComponent as ɵfc, TransactionPlanningLineModule as ɵfd, TransactionPlanningLineComponent as ɵfe, DeliveryPlanningService as ɵff, TransactionOverviewLineComponent as ɵfg, TransactionPurchaseLineModule as ɵfh, TransactionLineSupplierButtonModule as ɵfi, TransactionLineSupplierModule as ɵfj, TransactionLineSupplierComponent as ɵfk, DialogTransactionLineSupplierModule as ɵfl, DialogTransactionLineSupplierComponent as ɵfm, TransactionLineSupplierButtonComponent as ɵfn, TransactionNavigationButtonModule as ɵfo, TransactionNavigationButtonComponent as ɵfp, TransactionLineDropShipmentButtonModule as ɵfq, TransactionLineDropShipmentButtonComponent as ɵfr, TransactionNavigationButtonListModule as ɵfs, TransactionNavigationButtonListComponent as ɵft, TransactionLineConfirmedDeliveryDateButtonModule as ɵfu, TransactionLineConfirmedDeliveryDateButtonComponent as ɵfv, TransactionPurchaseLineComponent as ɵfw, TransactionPurchaseLineBaseComponent as ɵfx, TransactionGoodsAllocationLineModule as ɵfy, TransactionLineWarehouseLocationButtonModule as ɵfz, DynamicComponentService as ɵg, DialogTransactionLineWarehouseLocationModule as ɵga, TransactionLineWarehouseLocationModule as ɵgb, TransactionLineWarehouseLocationComponent as ɵgc, ArticleService as ɵgd, DialogTransactionLineWarehouseLocationComponent as ɵge, TransactionLineWarehouseLocationButtonComponent as ɵgf, TransactionGoodsAllocationLineComponent as ɵgg, TransactionOrderDeliveryLineModule as ɵgh, TransactionOrderDeliveryLineComponent as ɵgi, TransactionOrderDeliveryLineBaseComponent as ɵgj, TransactionInvoiceLineModule as ɵgk, TransactionInvoiceLineComponent as ɵgl, TransactionInvoiceLineBaseComponent as ɵgm, TransactionPickedLineModule as ɵgn, TransactionPickedLineComponent as ɵgo, TransactionToBePickedLineModule as ɵgp, TransactionToBePickedLineComponent as ɵgq, TransactionPurchaseOverviewLineModule as ɵgr, TransactionPurchaseOverviewLineComponent as ɵgs, TransactionReceiveGoodsLineModule as ɵgt, TransactionPrintPackageStickerModule as ɵgu, TransactionPrintPackageStickerComponent as ɵgv, TransactionQuickAccessSendMethodBaseComponent as ɵgw, TransactionReceiveGoodsLineComponent as ɵgx, TransactionReceiveGoodsLineBaseComponent as ɵgy, TransactionPurchaseOrderLineModule as ɵgz, ArticleConnectorService as ɵh, TransactionPurchasePortalLineGrossOrderPriceModule as ɵha, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵhb, TransactionPurchasePortalLineNetOrderPriceModule as ɵhc, TransactionPurchasePortalLineNetOrderPriceComponent as ɵhd, TransactionPurchasePortalLineDeliveryDateModule as ɵhe, TransactionPurchasePortalLineDeliveryDateComponent as ɵhf, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhg, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhh, TransactionLineSupplierDeliveryDateButtonModule as ɵhi, TransactionLineSupplierDeliveryDateButtonComponent as ɵhj, TransactionLineConfirmedPriceModule as ɵhk, TransactionLineConfirmedPriceComponent as ɵhl, TransactionPurchaseOrderLineComponent as ɵhm, TransactionPurchaseOrderLineBaseComponent as ɵhn, TransactionCashRegisterOrderLineModule as ɵho, TransactionCashRegisterOrderLineComponent as ɵhp, TransactionSalesOrderQuotationLineModule as ɵhq, TransactionSalesOrderQuotationLineComponent as ɵhr, TransactionLineComponent as ɵhs, TransactionMappingService as ɵht, TransactionLinesBaseComponent as ɵhu, DialogTransactionHeaderDiscountModule as ɵhv, TransactionHeaderDiscountPercentageModule as ɵhw, TransactionHeaderDiscountPercentageComponent as ɵhx, TransactionHeaderDiscountAmountModule as ɵhy, TransactionHeaderDiscountAmountComponent as ɵhz, PendingReasonService as ɵi, TransactionHeaderDiscountTransactionTotalModule as ɵia, TransactionHeaderDiscountTransactionTotalComponent as ɵib, DialogTransactionHeaderDiscountComponent as ɵic, AvatarModule as ɵid, AvatarComponent as ɵie, DeliveryTypeTileModule as ɵif, DeliveryTypeTileComponent as ɵig, PaymentModule as ɵih, PaymentTileModule as ɵii, PaymentTileComponent as ɵij, PaymentQrCodeModule as ɵik, PaymentQrCodeComponent as ɵil, DepositPaymentModule as ɵim, DepositPaymentComponent as ɵin, PaymentToPayModule as ɵio, PaymentToPayComponent as ɵip, PaymentComponent as ɵiq, TransactionPaymentBaseComponent as ɵir, RelationTypeModule as ɵis, RelationTypeComponent as ɵit, RelationGeneralModule as ɵiu, RelationContactDetailsModule as ɵiv, RelationContactDetailsComponent as ɵiw, RelationGeneralComponent as ɵix, RelationAddressesModule as ɵiy, RelationAddressesComponent as ɵiz, TransactionBaseService as ɵj, RelationPreferencesModule as ɵja, RelationPreferencesComponent as ɵjb, TransactionHeaderBlockModule as ɵjc, TransactionHeaderBlockComponent as ɵjd, TransactionHeaderDeliveryDateModule as ɵje, TransactionHeaderDeliveryDateComponent as ɵjf, TransactionHeaderDeliveryOptionsModule as ɵjg, TransactionHeaderDeliveryOptionsComponent as ɵjh, TransactionHeaderRemarksModule as ɵji, TransactionHeaderRemarksComponent as ɵjj, TransactionHeaderReferenceModule as ɵjk, TransactionHeaderReferenceComponent as ɵjl, TransactionHeaderRelationReferenceModule as ɵjm, TransactionHeaderRelationReferenceComponent as ɵjn, TransactionHeaderDeliveryMethodModule as ɵjo, TransactionHeaderDeliveryMethodComponent as ɵjp, TransactionHeaderPreferredDeliveryDateModule as ɵjq, TransactionHeaderPreferredDeliveryDateComponent as ɵjr, DialogTransactionHeaderDeliveryMethodModule as ɵjs, DialogTransactionHeaderDeliveryMethodComponent as ɵjt, TransactionHeaderPopupModule as ɵju, TransactionFilterCategoriesModule as ɵjv, TransactionFilterCategoriesComponent as ɵjw, TransactionHeaderBranchModule as ɵjx, TransactionHeaderBranchComponent as ɵjy, TransactionHeaderSalesPersonModule as ɵjz, CoreModule as ɵk, TransactionHeaderSalesPersonComponent as ɵka, TransactionHeaderAdministrativeRelationModule as ɵkb, TransactionHeaderAdministrativeRelationComponent as ɵkc, TransactionHeaderPriceKindModule as ɵkd, TransactionHeaderPriceKindComponent as ɵke, TransactionHeaderCurrencyModule as ɵkf, TransactionHeaderCurrencyComponent as ɵkg, TransactionHeaderPaymentConditionModule as ɵkh, TransactionHeaderPaymentConditionComponent as ɵki, TransactionHeaderHoldCodesModule as ɵkj, TransactionHeaderHoldCodesComponent as ɵkk, TransactionHeaderMarketingModule as ɵkl, TransactionHeaderMarketingComponent as ɵkm, TransactionHeaderDeliveryMethodButtonModule as ɵkn, TransactionHeaderDeliveryMethodButtonComponent as ɵko, TransactionHeaderDefinitiveModule as ɵkp, TransactionHeaderDefinitiveComponent as ɵkq, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵkr, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵks, TransactionHeaderDepositPercentageModule as ɵkt, TransactionHeaderDepositPercentageComponent as ɵku, TransactionHeaderDepositAmountModule as ɵkv, TransactionHeaderDepositAmountComponent as ɵkw, TransactionHeaderPaymentButtonModule as ɵkx, TransactionHeaderPaymentButtonComponent as ɵky, TransactionHeaderDivideEvenlyModule as ɵkz, ConfirmationDialogModule as ɵl, TransactionHeaderDivideEvenlyComponent as ɵla, TransactionHeaderAmountToSettleModule as ɵlb, TransactionHeaderAmountToSettleComponent as ɵlc, TransactionHeaderScoringChanceModule as ɵld, TransactionHeaderScoringChanceComponent as ɵle, TransactionHeaderRetailStadiumModule as ɵlf, TransactionHeaderRetailStadiumComponent as ɵlg, TransactionHeaderScoringDateModule as ɵlh, TransactionHeaderScoringDateComponent as ɵli, TransactionHeaderPartialDeliveryModule as ɵlj, TransactionHeaderPartialDeliveryComponent as ɵlk, TransactionHeaderAutoRecalculateDepositModule as ɵll, TransactionHeaderAutoRecalculateDepositComponent as ɵlm, TransactionHeaderUseDepositRuleModule as ɵln, TransactionHeaderUseDepositRuleComponent as ɵlo, TransactionHeaderProjectCodeModule as ɵlp, TransactionHeaderProjectCodeComponent as ɵlq, DialogCatalogModule as ɵlr, DialogCatalogComponent as ɵls, ServiceWizardQaModule as ɵlt, QuestionAnswerModule as ɵlu, QuestionAnswerComponent as ɵlv, ServiceWizardQaComponent as ɵlw, TransactionHeaderPopupComponent as ɵlx, TransactionHeaderPopupRelationComponent as ɵly, TransactionHeaderPopupBaseComponent as ɵlz, PipeModule as ɵm, RelationSuggestionsService as ɵma, TransactionHeaderPopupOrderComponent as ɵmb, TransactionHeaderPopupDeliveryComponent as ɵmc, TransactionHeaderPopupPaymentComponent as ɵmd, CashOnDeliveryModalComponent as ɵme, TransactionHeaderPopupCreateServiceComponent as ɵmf, TransactionHeaderPopupServiceWizardComponent as ɵmg, TransactionHeaderPopupServiceFieldsComponent as ɵmh, RelationSuggestionsListModule as ɵmi, RelationSuggestionsListItemModule as ɵmj, RelationSuggestionsListItemComponent as ɵmk, RelationSuggestionsListComponent as ɵml, SuggestionsSidebarModule as ɵmm, SuggestionsSidebarComponent as ɵmn, StepperStepModule as ɵmo, CheckoutOverviewRelationEditComponent as ɵmp, CheckoutOverviewDeliveryEditComponent as ɵmq, CheckoutOverviewPaymentComponent as ɵmr, TransactionInternalModule as ɵms, TransactionHeaderPaymentModule as ɵmt, TransactionHeaderRemainingAmountModule as ɵmu, TransactionHeaderRemainingAmountComponent as ɵmv, TransactionHeaderPaymentComponent as ɵmw, TransactionLabeledWarehouseLocationButtonModule as ɵmx, TransactionLabeledWarehouseLocationButtonComponent as ɵmy, TransactionQuickAccessOverviewModule as ɵmz, AppendPipe as ɵn, TransactionSendDocumentsModule as ɵna, TransactionSendDocumentsComponent as ɵnb, DigitalSignatureModule as ɵnc, DigitalSignatureComponent as ɵnd, TransactionQuickAccessOverviewComponent as ɵne, TransactionQuickAccessOrderDeliveryModule as ɵnf, TransactionButtonBarModule as ɵng, AnimatedCheckboxModule as ɵnh, AnimatedCheckboxComponent as ɵni, TransactionButtonBarComponent as ɵnj, TransactionButtonBarButtonComponent as ɵnk, TransactionButtonBarButtonBaseComponent as ɵnl, TransactionSalesPurchaseButtonBarButtonComponent as ɵnm, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵnn, TransactionSalesAllocationButtonBarButtonComponent as ɵno, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵnp, TransactionSalesDeliveryButtonBarButtonComponent as ɵnq, TransactionSalesInvoiceButtonBarButtonComponent as ɵnr, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵns, TransactionSalesPickingButtonBarButtonComponent as ɵnt, TransactionSalesOverviewButtonBarButtonComponent as ɵnu, TransactionServiceServiceButtonBarButtonComponent as ɵnv, TransactionSalesPlanningButtonBarButtonComponent as ɵnw, TransactionUndoDeliveryModule as ɵnx, TransactionUndoDeliveryComponent as ɵny, TransactionQuickAccessOrderDeliveryComponent as ɵnz, DeliveryTimePipe as ɵo, TransactionQuickAccessOrderPurchaseModule as ɵoa, TransactionQuickAccessOrderPurchaseComponent as ɵob, TransactionQuickAccessGoodsAllocationModule as ɵoc, TransactionQuickAccessGoodsAllocationComponent as ɵod, TransactionQuickAccessPurchaseOrderOverviewModule as ɵoe, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵof, TransactionQuickAccessInvoiceModule as ɵog, TransactionQuickAccessInvoiceComponent as ɵoh, TransactionQuickAccessToBePickedModule as ɵoi, TransactionQuickAccessToBePickedComponent as ɵoj, TransactionQuickAccessPickedModule as ɵok, TransactionQuickAccessPickedComponent as ɵol, TransactionQuickAccessSalesQuotationModule as ɵom, TransactionQuickAccessSalesQuotationComponent as ɵon, TransactionCreationService as ɵoo, TransactionQuickAccessPlanningModule as ɵop, TransactionLineSidePanelPlanningModule as ɵoq, TransactionHistoryGridModule as ɵor, TransactionHistoryGridStatusModule as ɵos, TransactionHistoryGridStatusComponent as ɵot, TransactionHistoryGridComponent as ɵou, TransactionReceivingGoodsHistoryModule as ɵov, TransactionReceivingGoodsHistoryComponent as ɵow, TransactionLineSidePanelDefaultModule as ɵox, TransactionLineQuantityModule as ɵoy, TransactionLineQuantityComponent as ɵoz, DateDurationPipe as ɵp, TransactionLineReferenceModule as ɵpa, TransactionLineReferenceComponent as ɵpb, TransactionLineSidePanelDefaultComponent as ɵpc, TransactionAvailableStockGridModule as ɵpd, TransactionAvailableStockGridComponent as ɵpe, TransactionLinePurchaseReceiveGoodsModule as ɵpf, TransactionLinePurchaseReceiveGoodsComponent as ɵpg, TransactionLinePurchaseConfirmationModule as ɵph, DefaultOkCancelButtonsModule as ɵpi, DefaultOkCancelButtonsComponent as ɵpj, TransactionLabeledPriceInputModule as ɵpk, TransactionLabeledPriceInputComponent as ɵpl, PurchaseConfirmationLinesModule as ɵpm, TransactionLinesPopupModule as ɵpn, TransactionLinesPopupComponent as ɵpo, PurchaseConfirmationLinesComponent as ɵpp, TransactionLinePurchaseConfirmationComponent as ɵpq, DeliveryPlanningMainModule as ɵpr, DeliveryPlanningModeSelectionModule as ɵps, DeliveryPlanningModeSelectionComponent as ɵpt, DeliveryPlanningSelectionModule as ɵpu, DeliveryPlanningSelectionComponent as ɵpv, DeliveryPlanningOverviewModule as ɵpw, DeliveryPlanningOverviewTileModule as ɵpx, DeliveryPlanningOverviewTileLineModule as ɵpy, DeliveryPlanningOverviewTileLineComponent as ɵpz, LocalizePipe as ɵq, DeliveryPlanningTileStatusModule as ɵqa, DeliveryPlanningTileStatusComponent as ɵqb, DeliveryPlanningOverviewShortLineModule as ɵqc, DeliveryPlanningOverviewShortLineComponent as ɵqd, DeliveryPlanningOverviewTileComponent as ɵqe, DeliveryPlanningOverviewComponent as ɵqf, DeliveryPlanningOverviewPopupComponent as ɵqg, TransactionSearchSalesOrderTileModule as ɵqh, TransactionSearchSalesOrderTileComponent as ɵqi, TransactionSearchTileBaseComponent as ɵqj, TransactionSearchPurchaseOrderTileModule as ɵqk, TransactionSearchPurchaseOrderTileComponent as ɵql, TransactionSearchSalesOrderGridModule as ɵqm, TransactionSearchSalesOrderGridComponent as ɵqn, TransactionSearchGridBaseComponent as ɵqo, TransactionSearchPurchaseOrderGridModule as ɵqp, TransactionSearchPurchaseOrderGridComponent as ɵqq, TransactionSearchSalesQuotationGridModule as ɵqr, TransactionSearchSalesQuotationGridComponent as ɵqs, TransactionSearchPosGridModule as ɵqt, TransactionSearchPosGridComponent as ɵqu, TransactionSearchSalesQuotationTileModule as ɵqv, TransactionSearchSalesQuotationTileComponent as ɵqw, TransactionSearchPosOrderTileModule as ɵqx, TransactionSearchPosOrderTileComponent as ɵqy, TransactionSearchGridModule as ɵqz, CoCurrencyPipe as ɵr, TransactionSearchGridComponent as ɵra, TransactionSearchTileModule as ɵrb, TransactionSearchTileComponent as ɵrc, TransactionSalesOrderFilterModule as ɵrd, TransactionSalesOrderFilterContentOrderModule as ɵre, TransactionFilterItemModule as ɵrf, TransactionFilterItemComponent as ɵrg, TransactionSalesOrderFilterContentOrderComponent as ɵrh, TransactionFilterContentBaseComponent as ɵri, TransactionSalesOrderFilterContentLogisticsModule as ɵrj, TransactionFilterHistoricStateModule as ɵrk, TransactionFilterHistoricStateComponent as ɵrl, TransactionSalesOrderFilterContentLogisticsComponent as ɵrm, TransactionSalesOrderFilterContentArticleModule as ɵrn, TransactionSalesOrderFilterContentArticleComponent as ɵro, TransactionSalesOrderFilterComponent as ɵrp, TransactionFilterBaseComponent as ɵrq, TransactionPurchaseOrderFilterModule as ɵrr, TransactionPurchaseOrderFilterContentOrderModule as ɵrs, TransactionPurchaseOrderFilterContentOrderComponent as ɵrt, TransactionPurchaseOrderFilterContentLogisticsModule as ɵru, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵrv, TransactionPurchaseOrderFilterContentArticleModule as ɵrw, TransactionPurchaseOrderFilterContentArticleComponent as ɵrx, TransactionPurchaseOrderFilterComponent as ɵry, TransactionSalesQuotationFilterModule as ɵrz, SafeStylePipe as ɵs, TransactionSalesQuotationFilterContentOrderModule as ɵsa, TransactionSalesQuotationFilterContentOrderComponent as ɵsb, TransactionSalesQuotationFilterContentLogisticsModule as ɵsc, TransactionSalesQuotationFilterContentLogisticsComponent as ɵsd, TransactionSalesQuotationFilterContentArticleModule as ɵse, TransactionSalesQuotationFilterContentArticleComponent as ɵsf, TransactionSalesQuotationFilterComponent as ɵsg, TransactionCashDeskFilterModule as ɵsh, TransactionCashDeskFilterContentArticleModule as ɵsi, TransactionCashDeskFilterContentArticleComponent as ɵsj, TransactionCashDeskFilterContentLogisticsModule as ɵsk, TransactionCashDeskFilterContentLogisticsComponent as ɵsl, TransactionCashDeskFilterContentOrderModule as ɵsm, TransactionCashDeskFilterContentOrderComponent as ɵsn, TransactionCashDeskFilterComponent as ɵso, SearchFeatureModule as ɵsp, SearchHeaderButtonsModule as ɵsq, SearchHeaderButtonsComponent as ɵsr, SearchViewModeService as ɵss, SearchFilterPanelModule as ɵst, SearchFilterPanelComponent as ɵsu, SearchComponent as ɵsv, DeliveryPlanningMainComponent as ɵsw, DeliveryPlanningPlanOrderListComponent as ɵsx, DeliveryPlanningPlanOrderListTileComponent as ɵsy, TransactionLineSidePanelPlanningComponent as ɵsz, SafeHtmlPipe as ɵt, TransactionQuickAccessPlanningComponent as ɵta, TransactionQuickAccessPlanningPopupComponent as ɵtb, TransactionCardModule as ɵtc, TransactionCardPurchaseOverviewModule as ɵtd, TransactionCardHeaderModule as ɵte, TransactionCardHeaderComponent as ɵtf, TransactionCardFooterModule as ɵtg, TransactionCardFooterComponent as ɵth, TransactionCardPurchaseOverviewComponent as ɵti, TransactionCardSalesOverviewModule as ɵtj, TransactionCardSalesOverviewComponent as ɵtk, TransactionCardReceiveGoodsModule as ɵtl, TransactionCardReceiveGoodsComponent as ɵtm, TransactionCardInvoiceModule as ɵtn, TransactionCardInvoiceComponent as ɵto, TransactionCardOrderDeliveryModule as ɵtp, TransactionCardOrderDeliveryComponent as ɵtq, TransactionCardPurchaseModule as ɵtr, TransactionCardPurchaseComponent as ɵts, TransactionCardGoodsAllocationModule as ɵtt, TransactionCardGoodsAllocationComponent as ɵtu, TransactionCardToBePickedModule as ɵtv, TransactionCardToBePickedComponent as ɵtw, TransactionCardPickedModule as ɵtx, TransactionCardPickedComponent as ɵty, TransactionCardPurchaseConfirmationModule as ɵtz, PrependPipe as ɵu, TransactionBaseCardModule as ɵua, TransactionBaseCardComponent as ɵub, TransactionCardPurchaseConfirmationComponent as ɵuc, TransactionCardPlanningModule as ɵud, TransactionCardPlanningComponent as ɵue, TransactionCardMarginModule as ɵuf, TransactionCardMarginComponent as ɵug, TransactionCardComponent as ɵuh, TransactionLineSidePanelModule as ɵui, TransactionLineSidePanelPurchaseModule as ɵuj, TransactionLineSidePanelPurchaseComponent as ɵuk, TransactionLineSidePanelSalesModule as ɵul, TransactionAllocateGoodsHistoryModule as ɵum, TransactionAllocateGoodsHistoryComponent as ɵun, TransactionLineSalesAllocationModule as ɵuo, TransactionLineSalesAllocationComponent as ɵup, TransactionLineSalesDeliveryModule as ɵuq, TransactionLineDeliveryHistoryModule as ɵur, TransactionLineDeliveryHistoryComponent as ɵus, TransactionLineSalesDeliveryComponent as ɵut, TransactionLineSalesInvoiceModule as ɵuu, TransactionLineInvoiceHistoryModule as ɵuv, TransactionLineInvoiceHistoryComponent as ɵuw, TransactionLineSalesInvoiceComponent as ɵux, TransactionLineSidePanelToBePickedModule as ɵuy, TransactionPickingHistoryModule as ɵuz, ConfirmationDialogComponent as ɵv, TransactionPickingHistoryComponent as ɵva, TransactionLineSidePanelToBePickedComponent as ɵvb, TransactionLineSidePanelPickedModule as ɵvc, TransactionLineSidePanelPickedComponent as ɵvd, TransactionLineSidePanelSalesComponent as ɵve, TransactionLineSidePanelComponent as ɵvf, TransactionCopyOrderModule as ɵvg, DefaultConfirmCancelButtonsModule as ɵvh, DefaultConfirmCancelButtonsComponent as ɵvi, TransactionCopyOrderComponent as ɵvj, TransactionLinesSidePanelModule as ɵvk, TransactionLinesSidePanelCashDeskModule as ɵvl, TransactionCashRegisterPaymentDialogModule as ɵvm, TransactionCashRegisterPaymentPinModule as ɵvn, TransactionCashRegisterPaymentButtonsModule as ɵvo, TransactionCashRegisterPaymentButtonsComponent as ɵvp, TransactionCashRegisterPaymentPinComponent as ɵvq, TransactionCashRegisterPaymentCashModule as ɵvr, RegisteredPaymentModule as ɵvs, RegisteredPaymentComponent as ɵvt, TransactionCashRegisterPaymentCashComponent as ɵvu, TransactionCashRegisterPaymentDoneModule as ɵvv, TransactionCashRegisterPaymentDoneComponent as ɵvw, TransactionCashRegisterPaymentMethodModule as ɵvx, TransactionCashRegisterPaymentMethodComponent as ɵvy, TransactionCashRegisterPaymentQrCodeModule as ɵvz, DialogBaseComponent as ɵw, TransactionCashRegisterPaymentQrCodeComponent as ɵwa, TransactionCashRegisterPaymentDialogComponent as ɵwb, TransactionCashRegisterOrderExpenseDialogModule as ɵwc, TransactionCashRegisterOrderExpenseDialogComponent as ɵwd, TransactionLinesSidePanelCashDeskComponent as ɵwe, TransactionLinesSidePanelServiceOrderModule as ɵwf, TransactionLinesSidePanelServiceOrderComponent as ɵwg, TransactionLinesSidePanelComponent as ɵwh, TransactionServiceOverviewModule as ɵwi, TransactionServiceOverviewComponent as ɵwj, TransactionCardsModule as ɵwk, TransactionCardsComponent as ɵwl, TransactionMarginBlockComponent as ɵwm, TransactionMarginLineComponent as ɵwn, ClickBlockModule as ɵwo, ClickBlockComponent as ɵwp, TransactionInternalComponent as ɵwq, TransactionGridModule as ɵwr, TransactionLinesGridModule as ɵws, TransactionBaseGridModule as ɵwt, TransactionBaseGridComponent as ɵwu, TransactionGridBaseComponent as ɵwv, DialogTransactionLineWarehouseCcModule as ɵww, DialogTransactionLineWarehouseCcComponent as ɵwx, DialogDirectSellComponent as ɵwy, DialogTransactionHeaderBranchModule as ɵwz, IconCacheService as ɵx, DialogTransactionHeaderBranchComponent as ɵxa, TransactionLinesGridComponent as ɵxb, TransactionOrderConfirmationGridModule as ɵxc, TransactionOrderConfirmationGridComponent as ɵxd, TransactionGridComponent as ɵxe, TransactionCashRegisterOrderReceiptDialogModule as ɵxf, TransactionCashRegisterOrderReceiptDialogComponent as ɵxg, TransactionTagComponent as ɵxh, CheckoutSimpleModule as ɵxi, CheckoutSimpleComponent as ɵxj, CheckoutSimpleOverviewRelationEditComponent as ɵxk, CheckoutSimpleOverviewDeliveryEditComponent as ɵxl, CheckoutSimpleOverviewPaymentComponent as ɵxm, SimpleVerticalStepperModule as ɵxn, SimpleVerticalStepperComponent as ɵxo, TransactionCreateService as ɵxp, CharacteristicAnswerModule as ɵy, CharacteristicAnswerComponent as ɵz };
|
|
52905
|
+
export { AddProductComponent, AddProductModule, CheckoutComponent, CheckoutModule, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningViewModes, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, CheckoutModuleService as ɵa, CheckoutScreenConfigurationService as ɵb, WarehouseModule as ɵba, WarehouseComponent as ɵbb, ToastModule as ɵbc, ToastComponent as ɵbd, ImageDisplayComponent as ɵbe, IconComponent as ɵbf, CustomerGroupsComponent as ɵbg, CustomerLanguagesComponent as ɵbh, StockStatusIndicatorComponent as ɵbi, LazyRenderMasterDirective as ɵbj, LazyRenderDirective as ɵbk, RelationAddressModule as ɵbl, RelationAddressComponent as ɵbm, RelationBaseComponent as ɵbn, RelationAddressSelectModule as ɵbo, RelationAddressTileModule as ɵbp, TileModule as ɵbq, TileComponent as ɵbr, RelationAddressTileComponent as ɵbs, RelationAddressSelectComponent as ɵbt, StepperModule as ɵbu, StepperComponent as ɵbv, StepperBaseComponent as ɵbw, StepperStepComponent as ɵbx, TransactionLineModule as ɵby, TransactionTextLineModule as ɵbz, DictionaryService as ɵc, TransactionTextLineComponent as ɵca, TransactionBaseComponent as ɵcb, TransactionImageService as ɵcc, OrderLineSetService as ɵcd, TransactionOverviewLineModule as ɵce, TransactionArticleTextModule as ɵcf, TransactionLineImageAndDescriptionModule as ɵcg, TransactionLineDescriptionModule as ɵch, TransactionLineDescriptionComponent as ɵci, TransactionInputFieldBaseComponent as ɵcj, TransactionLineImageAndDescriptionComponent as ɵck, TransactionArticleTextComponent as ɵcl, TransactionArticleTextOverviewModule as ɵcm, TransactionArticleTextOverviewComponent as ɵcn, TransactionLineActionButtonsModule as ɵco, TransactionLineActionButtonsComponent as ɵcp, TransactionLineActionButtonsPopupComponent as ɵcq, EditableLabelModule as ɵcr, EditableLabelComponent as ɵcs, TransactionLinePriceModule as ɵct, TransactionLinePriceComponent as ɵcu, TransactionBaseLineModule as ɵcv, TransactionBaseLineComponent as ɵcw, TransactionLineCommissionButtonModule as ɵcx, DialogTransactionLineCommissionCodeModule as ɵcy, TransactionLineCommissionCodeModule as ɵcz, CacheField as ɵd, TransactionLineCheckboxModule as ɵda, TransactionLineCheckboxListComponent as ɵdb, TransactionLineCommissionCodeComponent as ɵdc, TransactionFilterPopupBaseComponent as ɵdd, DialogHeaderSearchModule as ɵde, DialogHeaderSearchComponent as ɵdf, DialogTransactionLineCommissionCodeComponent as ɵdg, DialogTransactionBaseComponent as ɵdh, TransactionButtonModule as ɵdi, TransactionButtonComponent as ɵdj, TransactionLineCommissionButtonComponent as ɵdk, TransactionLineWarehouseButtonModule as ɵdl, DialogTransactionLineWarehouseModule as ɵdm, TransactionLineWarehouseModule as ɵdn, TransactionLineWarehouseComponent as ɵdo, DialogTransactionLineWarehouseComponent as ɵdp, TransactionLineWarehouseButtonComponent as ɵdq, TransactionLineDeliveryButtonModule as ɵdr, DialogTransactionLineDeliveryMethodModule as ɵds, TransactionLineDeliveryMethodModule as ɵdt, TransactionLineDeliveryMethodComponent as ɵdu, DialogTransactionLineDeliveryMethodComponent as ɵdv, TransactionLineDeliveryButtonComponent as ɵdw, TransactionLineDeliveryDateButtonModule as ɵdx, TransactionDateSelectModule as ɵdy, TransactionDateSelectComponent as ɵdz, ErrorService as ɵe, TransactionLineDeliveryDateButtonComponent as ɵea, DialogTransactionLineVatModule as ɵeb, TransactionLineVatModule as ɵec, TransactionLineVatComponent as ɵed, DialogTransactionLineVatComponent as ɵee, DialogTransactionLineDiscountModule as ɵef, TransactionLinePriceListModule as ɵeg, TransactionLinePriceListComponent as ɵeh, TransactionLineDiscountPercentageModule as ɵei, TransactionLineDiscountPercentageComponent as ɵej, TransactionLineDiscountAmountModule as ɵek, TransactionLineDiscountAmountComponent as ɵel, TransactionLineQuantumDiscountModule as ɵem, TransactionLineQuantumDiscountComponent as ɵen, TransactionLineSpecialDiscountModule as ɵeo, TransactionLineSpecialDiscountComponent as ɵep, DialogTransactionLinePriceListModule as ɵeq, DialogTransactionLinePriceListComponent as ɵer, DialogTransactionLineDiscountComponent as ɵes, TransactionLineAmountModule as ɵet, TransactionLineAmountComponent as ɵeu, TransactionLineVatButtonModule as ɵev, TransactionLineVatButtonComponent as ɵew, TransactionLineDiscountButtonModule as ɵex, TransactionLineDiscountButtonComponent as ɵey, TransactionLineDeliveryDateModule as ɵez, DialogService as ɵf, TransactionLineDeliveryDateComponent as ɵfa, TransactionMarginInfoLineModule as ɵfb, TransactionMarginInfoLineComponent as ɵfc, TransactionPlanningLineModule as ɵfd, TransactionPlanningLineComponent as ɵfe, DeliveryPlanningService as ɵff, TransactionOverviewLineComponent as ɵfg, TransactionPurchaseLineModule as ɵfh, TransactionLineSupplierButtonModule as ɵfi, TransactionLineSupplierModule as ɵfj, TransactionLineSupplierComponent as ɵfk, DialogTransactionLineSupplierModule as ɵfl, DialogTransactionLineSupplierComponent as ɵfm, TransactionLineSupplierButtonComponent as ɵfn, TransactionNavigationButtonModule as ɵfo, TransactionNavigationButtonComponent as ɵfp, TransactionLineDropShipmentButtonModule as ɵfq, TransactionLineDropShipmentButtonComponent as ɵfr, TransactionNavigationButtonListModule as ɵfs, TransactionNavigationButtonListComponent as ɵft, TransactionLineConfirmedDeliveryDateButtonModule as ɵfu, TransactionLineConfirmedDeliveryDateButtonComponent as ɵfv, TransactionPurchaseLineComponent as ɵfw, TransactionPurchaseLineBaseComponent as ɵfx, TransactionGoodsAllocationLineModule as ɵfy, TransactionLineWarehouseLocationButtonModule as ɵfz, DynamicComponentService as ɵg, DialogTransactionLineWarehouseLocationModule as ɵga, TransactionLineWarehouseLocationModule as ɵgb, TransactionLineWarehouseLocationComponent as ɵgc, ArticleService as ɵgd, DialogTransactionLineWarehouseLocationComponent as ɵge, TransactionLineWarehouseLocationButtonComponent as ɵgf, TransactionGoodsAllocationLineComponent as ɵgg, TransactionOrderDeliveryLineModule as ɵgh, TransactionOrderDeliveryLineComponent as ɵgi, TransactionOrderDeliveryLineBaseComponent as ɵgj, TransactionInvoiceLineModule as ɵgk, TransactionInvoiceLineComponent as ɵgl, TransactionInvoiceLineBaseComponent as ɵgm, TransactionPickedLineModule as ɵgn, TransactionPickedLineComponent as ɵgo, TransactionToBePickedLineModule as ɵgp, TransactionToBePickedLineComponent as ɵgq, TransactionPurchaseOverviewLineModule as ɵgr, TransactionPurchaseOverviewLineComponent as ɵgs, TransactionReceiveGoodsLineModule as ɵgt, TransactionPrintPackageStickerModule as ɵgu, TransactionPrintPackageStickerComponent as ɵgv, TransactionQuickAccessSendMethodBaseComponent as ɵgw, TransactionReceiveGoodsLineComponent as ɵgx, TransactionReceiveGoodsLineBaseComponent as ɵgy, TransactionPurchaseOrderLineModule as ɵgz, ArticleConnectorService as ɵh, TransactionPurchasePortalLineGrossOrderPriceModule as ɵha, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵhb, TransactionPurchasePortalLineNetOrderPriceModule as ɵhc, TransactionPurchasePortalLineNetOrderPriceComponent as ɵhd, TransactionPurchasePortalLineDeliveryDateModule as ɵhe, TransactionPurchasePortalLineDeliveryDateComponent as ɵhf, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhg, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhh, TransactionLineSupplierDeliveryDateButtonModule as ɵhi, TransactionLineSupplierDeliveryDateButtonComponent as ɵhj, TransactionLineConfirmedPriceModule as ɵhk, TransactionLineConfirmedPriceComponent as ɵhl, TransactionPurchaseOrderLineComponent as ɵhm, TransactionPurchaseOrderLineBaseComponent as ɵhn, TransactionCashRegisterOrderLineModule as ɵho, TransactionCashRegisterOrderLineComponent as ɵhp, TransactionSalesOrderQuotationLineModule as ɵhq, TransactionSalesOrderQuotationLineComponent as ɵhr, TransactionLineComponent as ɵhs, TransactionMappingService as ɵht, TransactionLinesBaseComponent as ɵhu, DialogTransactionHeaderDiscountModule as ɵhv, TransactionHeaderDiscountPercentageModule as ɵhw, TransactionHeaderDiscountPercentageComponent as ɵhx, TransactionHeaderDiscountAmountModule as ɵhy, TransactionHeaderDiscountAmountComponent as ɵhz, PendingReasonService as ɵi, TransactionHeaderDiscountTransactionTotalModule as ɵia, TransactionHeaderDiscountTransactionTotalComponent as ɵib, DialogTransactionHeaderDiscountComponent as ɵic, AvatarModule as ɵid, AvatarComponent as ɵie, DeliveryTypeTileModule as ɵif, DeliveryTypeTileComponent as ɵig, PaymentModule as ɵih, PaymentTileModule as ɵii, PaymentTileComponent as ɵij, PaymentQrCodeModule as ɵik, PaymentQrCodeComponent as ɵil, DepositPaymentModule as ɵim, DepositPaymentComponent as ɵin, PaymentToPayModule as ɵio, PaymentToPayComponent as ɵip, PaymentComponent as ɵiq, TransactionPaymentBaseComponent as ɵir, RelationTypeModule as ɵis, RelationTypeComponent as ɵit, RelationGeneralModule as ɵiu, RelationContactDetailsModule as ɵiv, RelationContactDetailsComponent as ɵiw, RelationGeneralComponent as ɵix, RelationAddressesModule as ɵiy, RelationAddressesComponent as ɵiz, TransactionBaseService as ɵj, RelationPreferencesModule as ɵja, RelationPreferencesComponent as ɵjb, TransactionHeaderBlockModule as ɵjc, TransactionHeaderBlockComponent as ɵjd, TransactionHeaderDeliveryDateModule as ɵje, TransactionHeaderDeliveryDateComponent as ɵjf, TransactionHeaderDeliveryOptionsModule as ɵjg, TransactionHeaderDeliveryOptionsComponent as ɵjh, TransactionHeaderRemarksModule as ɵji, TransactionHeaderRemarksComponent as ɵjj, TransactionHeaderReferenceModule as ɵjk, TransactionHeaderReferenceComponent as ɵjl, TransactionHeaderRelationReferenceModule as ɵjm, TransactionHeaderRelationReferenceComponent as ɵjn, TransactionHeaderDeliveryMethodModule as ɵjo, TransactionHeaderDeliveryMethodComponent as ɵjp, TransactionHeaderPreferredDeliveryDateModule as ɵjq, TransactionHeaderPreferredDeliveryDateComponent as ɵjr, DialogTransactionHeaderDeliveryMethodModule as ɵjs, DialogTransactionHeaderDeliveryMethodComponent as ɵjt, TransactionHeaderPopupModule as ɵju, TransactionFilterCategoriesModule as ɵjv, TransactionFilterCategoriesComponent as ɵjw, TransactionHeaderBranchModule as ɵjx, TransactionHeaderBranchComponent as ɵjy, TransactionHeaderSalesPersonModule as ɵjz, CoreModule as ɵk, TransactionHeaderSalesPersonComponent as ɵka, TransactionHeaderAdministrativeRelationModule as ɵkb, TransactionHeaderAdministrativeRelationComponent as ɵkc, TransactionHeaderPriceKindModule as ɵkd, TransactionHeaderPriceKindComponent as ɵke, TransactionHeaderCurrencyModule as ɵkf, TransactionHeaderCurrencyComponent as ɵkg, TransactionHeaderPaymentConditionModule as ɵkh, TransactionHeaderPaymentConditionComponent as ɵki, TransactionHeaderHoldCodesModule as ɵkj, TransactionHeaderHoldCodesComponent as ɵkk, TransactionHeaderMarketingModule as ɵkl, TransactionHeaderMarketingComponent as ɵkm, TransactionHeaderDeliveryMethodButtonModule as ɵkn, TransactionHeaderDeliveryMethodButtonComponent as ɵko, TransactionHeaderDefinitiveModule as ɵkp, TransactionHeaderDefinitiveComponent as ɵkq, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵkr, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵks, TransactionHeaderDepositPercentageModule as ɵkt, TransactionHeaderDepositPercentageComponent as ɵku, TransactionHeaderDepositAmountModule as ɵkv, TransactionHeaderDepositAmountComponent as ɵkw, TransactionHeaderPaymentButtonModule as ɵkx, TransactionHeaderPaymentButtonComponent as ɵky, TransactionHeaderDivideEvenlyModule as ɵkz, ConfirmationDialogModule as ɵl, TransactionHeaderDivideEvenlyComponent as ɵla, TransactionHeaderAmountToSettleModule as ɵlb, TransactionHeaderAmountToSettleComponent as ɵlc, TransactionHeaderScoringChanceModule as ɵld, TransactionHeaderScoringChanceComponent as ɵle, TransactionHeaderRetailStadiumModule as ɵlf, TransactionHeaderRetailStadiumComponent as ɵlg, TransactionHeaderScoringDateModule as ɵlh, TransactionHeaderScoringDateComponent as ɵli, TransactionHeaderPartialDeliveryModule as ɵlj, TransactionHeaderPartialDeliveryComponent as ɵlk, TransactionHeaderAutoRecalculateDepositModule as ɵll, TransactionHeaderAutoRecalculateDepositComponent as ɵlm, TransactionHeaderUseDepositRuleModule as ɵln, TransactionHeaderUseDepositRuleComponent as ɵlo, TransactionHeaderProjectCodeModule as ɵlp, TransactionHeaderProjectCodeComponent as ɵlq, DialogCatalogModule as ɵlr, DialogCatalogComponent as ɵls, ServiceWizardQaModule as ɵlt, QuestionAnswerModule as ɵlu, QuestionAnswerComponent as ɵlv, ServiceWizardQaComponent as ɵlw, DialogTransactionSearchModule as ɵlx, TransactionSearchHeaderModule as ɵly, TransactionSearchHeaderComponent as ɵlz, PipeModule as ɵm, SearchFilterPanelModule as ɵma, SearchFilterPanelComponent as ɵmb, SearchViewModeService as ɵmc, TransactionSearchSalesOrderTileModule as ɵmd, TransactionSearchSalesOrderTileComponent as ɵme, TransactionSearchTileBaseComponent as ɵmf, TransactionSearchSalesLineSelectTileModule as ɵmg, TransactionSearchSalesLineSelectTileComponent as ɵmh, DialogTransactionSearchComponent as ɵmi, TransactionHeaderPopupComponent as ɵmj, TransactionHeaderPopupRelationComponent as ɵmk, TransactionHeaderPopupBaseComponent as ɵml, RelationSuggestionsService as ɵmm, TransactionHeaderPopupOrderComponent as ɵmn, TransactionHeaderPopupDeliveryComponent as ɵmo, TransactionHeaderPopupPaymentComponent as ɵmp, CashOnDeliveryModalComponent as ɵmq, TransactionHeaderPopupCreateServiceComponent as ɵmr, TransactionHeaderPopupServiceWizardComponent as ɵms, TransactionHeaderPopupServiceFieldsComponent as ɵmt, RelationSuggestionsListModule as ɵmu, RelationSuggestionsListItemModule as ɵmv, RelationSuggestionsListItemComponent as ɵmw, RelationSuggestionsListComponent as ɵmx, SuggestionsSidebarModule as ɵmy, SuggestionsSidebarComponent as ɵmz, AppendPipe as ɵn, StepperStepModule as ɵna, CheckoutOverviewRelationEditComponent as ɵnb, CheckoutOverviewDeliveryEditComponent as ɵnc, CheckoutOverviewPaymentComponent as ɵnd, TransactionInternalModule as ɵne, TransactionHeaderPaymentModule as ɵnf, TransactionHeaderRemainingAmountModule as ɵng, TransactionHeaderRemainingAmountComponent as ɵnh, TransactionHeaderPaymentComponent as ɵni, TransactionLabeledWarehouseLocationButtonModule as ɵnj, TransactionLabeledWarehouseLocationButtonComponent as ɵnk, TransactionQuickAccessOverviewModule as ɵnl, TransactionSendDocumentsModule as ɵnm, TransactionSendDocumentsComponent as ɵnn, DigitalSignatureModule as ɵno, DigitalSignatureComponent as ɵnp, TransactionQuickAccessOverviewComponent as ɵnq, TransactionQuickAccessOrderDeliveryModule as ɵnr, TransactionButtonBarModule as ɵns, AnimatedCheckboxModule as ɵnt, AnimatedCheckboxComponent as ɵnu, TransactionButtonBarComponent as ɵnv, TransactionButtonBarButtonComponent as ɵnw, TransactionButtonBarButtonBaseComponent as ɵnx, TransactionSalesPurchaseButtonBarButtonComponent as ɵny, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵnz, DeliveryTimePipe as ɵo, TransactionSalesAllocationButtonBarButtonComponent as ɵoa, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵob, TransactionSalesDeliveryButtonBarButtonComponent as ɵoc, TransactionSalesInvoiceButtonBarButtonComponent as ɵod, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵoe, TransactionSalesPickingButtonBarButtonComponent as ɵof, TransactionSalesOverviewButtonBarButtonComponent as ɵog, TransactionServiceServiceButtonBarButtonComponent as ɵoh, TransactionSalesPlanningButtonBarButtonComponent as ɵoi, TransactionUndoDeliveryModule as ɵoj, TransactionUndoDeliveryComponent as ɵok, TransactionQuickAccessOrderDeliveryComponent as ɵol, TransactionQuickAccessOrderPurchaseModule as ɵom, TransactionQuickAccessOrderPurchaseComponent as ɵon, TransactionQuickAccessGoodsAllocationModule as ɵoo, TransactionQuickAccessGoodsAllocationComponent as ɵop, TransactionQuickAccessPurchaseOrderOverviewModule as ɵoq, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵor, TransactionQuickAccessInvoiceModule as ɵos, TransactionQuickAccessInvoiceComponent as ɵot, TransactionQuickAccessToBePickedModule as ɵou, TransactionQuickAccessToBePickedComponent as ɵov, TransactionQuickAccessPickedModule as ɵow, TransactionQuickAccessPickedComponent as ɵox, TransactionQuickAccessSalesQuotationModule as ɵoy, TransactionQuickAccessSalesQuotationComponent as ɵoz, DateDurationPipe as ɵp, TransactionCreationService as ɵpa, TransactionQuickAccessPlanningModule as ɵpb, TransactionLineSidePanelPlanningModule as ɵpc, TransactionHistoryGridModule as ɵpd, TransactionHistoryGridStatusModule as ɵpe, TransactionHistoryGridStatusComponent as ɵpf, TransactionHistoryGridComponent as ɵpg, TransactionReceivingGoodsHistoryModule as ɵph, TransactionReceivingGoodsHistoryComponent as ɵpi, TransactionLineSidePanelDefaultModule as ɵpj, TransactionLineQuantityModule as ɵpk, TransactionLineQuantityComponent as ɵpl, TransactionLineReferenceModule as ɵpm, TransactionLineReferenceComponent as ɵpn, TransactionLineSidePanelDefaultComponent as ɵpo, TransactionAvailableStockGridModule as ɵpp, TransactionAvailableStockGridComponent as ɵpq, TransactionLinePurchaseReceiveGoodsModule as ɵpr, TransactionLinePurchaseReceiveGoodsComponent as ɵps, TransactionLinePurchaseConfirmationModule as ɵpt, DefaultOkCancelButtonsModule as ɵpu, DefaultOkCancelButtonsComponent as ɵpv, TransactionLabeledPriceInputModule as ɵpw, TransactionLabeledPriceInputComponent as ɵpx, PurchaseConfirmationLinesModule as ɵpy, TransactionLinesPopupModule as ɵpz, LocalizePipe as ɵq, TransactionLinesPopupComponent as ɵqa, PurchaseConfirmationLinesComponent as ɵqb, TransactionLinePurchaseConfirmationComponent as ɵqc, DeliveryPlanningMainModule as ɵqd, DeliveryPlanningModeSelectionModule as ɵqe, DeliveryPlanningModeSelectionComponent as ɵqf, DeliveryPlanningSelectionModule as ɵqg, DeliveryPlanningSelectionComponent as ɵqh, DeliveryPlanningOverviewModule as ɵqi, DeliveryPlanningOverviewTileModule as ɵqj, DeliveryPlanningOverviewTileLineModule as ɵqk, DeliveryPlanningOverviewTileLineComponent as ɵql, DeliveryPlanningTileStatusModule as ɵqm, DeliveryPlanningTileStatusComponent as ɵqn, DeliveryPlanningOverviewShortLineModule as ɵqo, DeliveryPlanningOverviewShortLineComponent as ɵqp, DeliveryPlanningOverviewTileComponent as ɵqq, DeliveryPlanningOverviewComponent as ɵqr, DeliveryPlanningOverviewPopupComponent as ɵqs, TransactionSearchPurchaseOrderTileModule as ɵqt, TransactionSearchPurchaseOrderTileComponent as ɵqu, TransactionSearchSalesOrderGridModule as ɵqv, TransactionSearchSalesOrderGridComponent as ɵqw, TransactionSearchGridBaseComponent as ɵqx, TransactionSearchPurchaseOrderGridModule as ɵqy, TransactionSearchPurchaseOrderGridComponent as ɵqz, CoCurrencyPipe as ɵr, TransactionSearchSalesQuotationGridModule as ɵra, TransactionSearchSalesQuotationGridComponent as ɵrb, TransactionSearchPosGridModule as ɵrc, TransactionSearchPosGridComponent as ɵrd, TransactionSearchSalesQuotationTileModule as ɵre, TransactionSearchSalesQuotationTileComponent as ɵrf, TransactionSearchPosOrderTileModule as ɵrg, TransactionSearchPosOrderTileComponent as ɵrh, TransactionSearchGridModule as ɵri, TransactionSearchGridComponent as ɵrj, TransactionSearchTileModule as ɵrk, TransactionSearchTileComponent as ɵrl, TransactionSalesOrderFilterModule as ɵrm, TransactionSalesOrderFilterContentOrderModule as ɵrn, TransactionFilterItemModule as ɵro, TransactionFilterItemComponent as ɵrp, TransactionSalesOrderFilterContentOrderComponent as ɵrq, TransactionFilterContentBaseComponent as ɵrr, TransactionSalesOrderFilterContentLogisticsModule as ɵrs, TransactionFilterHistoricStateModule as ɵrt, TransactionFilterHistoricStateComponent as ɵru, TransactionSalesOrderFilterContentLogisticsComponent as ɵrv, TransactionSalesOrderFilterContentArticleModule as ɵrw, TransactionSalesOrderFilterContentArticleComponent as ɵrx, TransactionSalesOrderFilterComponent as ɵry, TransactionFilterBaseComponent as ɵrz, SafeStylePipe as ɵs, TransactionPurchaseOrderFilterModule as ɵsa, TransactionPurchaseOrderFilterContentOrderModule as ɵsb, TransactionPurchaseOrderFilterContentOrderComponent as ɵsc, TransactionPurchaseOrderFilterContentLogisticsModule as ɵsd, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵse, TransactionPurchaseOrderFilterContentArticleModule as ɵsf, TransactionPurchaseOrderFilterContentArticleComponent as ɵsg, TransactionPurchaseOrderFilterComponent as ɵsh, TransactionSalesQuotationFilterModule as ɵsi, TransactionSalesQuotationFilterContentOrderModule as ɵsj, TransactionSalesQuotationFilterContentOrderComponent as ɵsk, TransactionSalesQuotationFilterContentLogisticsModule as ɵsl, TransactionSalesQuotationFilterContentLogisticsComponent as ɵsm, TransactionSalesQuotationFilterContentArticleModule as ɵsn, TransactionSalesQuotationFilterContentArticleComponent as ɵso, TransactionSalesQuotationFilterComponent as ɵsp, TransactionCashDeskFilterModule as ɵsq, TransactionCashDeskFilterContentArticleModule as ɵsr, TransactionCashDeskFilterContentArticleComponent as ɵss, TransactionCashDeskFilterContentLogisticsModule as ɵst, TransactionCashDeskFilterContentLogisticsComponent as ɵsu, TransactionCashDeskFilterContentOrderModule as ɵsv, TransactionCashDeskFilterContentOrderComponent as ɵsw, TransactionCashDeskFilterComponent as ɵsx, SearchFeatureModule as ɵsy, SearchHeaderButtonsModule as ɵsz, SafeHtmlPipe as ɵt, SearchHeaderButtonsComponent as ɵta, SearchComponent as ɵtb, DeliveryPlanningMainComponent as ɵtc, DeliveryPlanningPlanOrderListComponent as ɵtd, DeliveryPlanningPlanOrderListTileComponent as ɵte, TransactionLineSidePanelPlanningComponent as ɵtf, TransactionQuickAccessPlanningComponent as ɵtg, TransactionQuickAccessPlanningPopupComponent as ɵth, TransactionCardModule as ɵti, TransactionCardPurchaseOverviewModule as ɵtj, TransactionCardHeaderModule as ɵtk, TransactionCardHeaderComponent as ɵtl, TransactionCardFooterModule as ɵtm, TransactionCardFooterComponent as ɵtn, TransactionCardPurchaseOverviewComponent as ɵto, TransactionCardSalesOverviewModule as ɵtp, TransactionCardSalesOverviewComponent as ɵtq, TransactionCardReceiveGoodsModule as ɵtr, TransactionCardReceiveGoodsComponent as ɵts, TransactionCardInvoiceModule as ɵtt, TransactionCardInvoiceComponent as ɵtu, TransactionCardOrderDeliveryModule as ɵtv, TransactionCardOrderDeliveryComponent as ɵtw, TransactionCardPurchaseModule as ɵtx, TransactionCardPurchaseComponent as ɵty, TransactionCardGoodsAllocationModule as ɵtz, PrependPipe as ɵu, TransactionCardGoodsAllocationComponent as ɵua, TransactionCardToBePickedModule as ɵub, TransactionCardToBePickedComponent as ɵuc, TransactionCardPickedModule as ɵud, TransactionCardPickedComponent as ɵue, TransactionCardPurchaseConfirmationModule as ɵuf, TransactionBaseCardModule as ɵug, TransactionBaseCardComponent as ɵuh, TransactionCardPurchaseConfirmationComponent as ɵui, TransactionCardPlanningModule as ɵuj, TransactionCardPlanningComponent as ɵuk, TransactionCardMarginModule as ɵul, TransactionCardMarginComponent as ɵum, TransactionCardComponent as ɵun, TransactionLineSidePanelModule as ɵuo, TransactionLineSidePanelPurchaseModule as ɵup, TransactionLineSidePanelPurchaseComponent as ɵuq, TransactionLineSidePanelSalesModule as ɵur, TransactionAllocateGoodsHistoryModule as ɵus, TransactionAllocateGoodsHistoryComponent as ɵut, TransactionLineSalesAllocationModule as ɵuu, TransactionLineSalesAllocationComponent as ɵuv, TransactionLineSalesDeliveryModule as ɵuw, TransactionLineDeliveryHistoryModule as ɵux, TransactionLineDeliveryHistoryComponent as ɵuy, TransactionLineSalesDeliveryComponent as ɵuz, ConfirmationDialogComponent as ɵv, TransactionLineSalesInvoiceModule as ɵva, TransactionLineInvoiceHistoryModule as ɵvb, TransactionLineInvoiceHistoryComponent as ɵvc, TransactionLineSalesInvoiceComponent as ɵvd, TransactionLineSidePanelToBePickedModule as ɵve, TransactionPickingHistoryModule as ɵvf, TransactionPickingHistoryComponent as ɵvg, TransactionLineSidePanelToBePickedComponent as ɵvh, TransactionLineSidePanelPickedModule as ɵvi, TransactionLineSidePanelPickedComponent as ɵvj, TransactionLineSidePanelSalesComponent as ɵvk, TransactionLineSidePanelComponent as ɵvl, TransactionCopyOrderModule as ɵvm, DefaultConfirmCancelButtonsModule as ɵvn, DefaultConfirmCancelButtonsComponent as ɵvo, TransactionCopyOrderComponent as ɵvp, TransactionLinesSidePanelModule as ɵvq, TransactionLinesSidePanelCashDeskModule as ɵvr, TransactionCashRegisterPaymentDialogModule as ɵvs, TransactionCashRegisterPaymentPinModule as ɵvt, TransactionCashRegisterPaymentButtonsModule as ɵvu, TransactionCashRegisterPaymentButtonsComponent as ɵvv, TransactionCashRegisterPaymentPinComponent as ɵvw, TransactionCashRegisterPaymentCashModule as ɵvx, RegisteredPaymentModule as ɵvy, RegisteredPaymentComponent as ɵvz, DialogBaseComponent as ɵw, TransactionCashRegisterPaymentCashComponent as ɵwa, TransactionCashRegisterPaymentDoneModule as ɵwb, TransactionCashRegisterPaymentDoneComponent as ɵwc, TransactionCashRegisterPaymentMethodModule as ɵwd, TransactionCashRegisterPaymentMethodComponent as ɵwe, TransactionCashRegisterPaymentQrCodeModule as ɵwf, TransactionCashRegisterPaymentQrCodeComponent as ɵwg, TransactionCashRegisterPaymentDialogComponent as ɵwh, TransactionCashRegisterOrderExpenseDialogModule as ɵwi, TransactionCashRegisterOrderExpenseDialogComponent as ɵwj, TransactionLinesSidePanelCashDeskComponent as ɵwk, TransactionLinesSidePanelServiceOrderModule as ɵwl, TransactionLinesSidePanelServiceOrderComponent as ɵwm, TransactionLinesSidePanelComponent as ɵwn, TransactionServiceOverviewModule as ɵwo, TransactionServiceOverviewComponent as ɵwp, TransactionCardsModule as ɵwq, TransactionCardsComponent as ɵwr, TransactionMarginBlockComponent as ɵws, TransactionMarginLineComponent as ɵwt, ClickBlockModule as ɵwu, ClickBlockComponent as ɵwv, TransactionInternalComponent as ɵww, TransactionGridModule as ɵwx, TransactionLinesGridModule as ɵwy, TransactionBaseGridModule as ɵwz, IconCacheService as ɵx, TransactionBaseGridComponent as ɵxa, TransactionGridBaseComponent as ɵxb, DialogTransactionLineWarehouseCcModule as ɵxc, DialogTransactionLineWarehouseCcComponent as ɵxd, DialogDirectSellComponent as ɵxe, DialogTransactionHeaderBranchModule as ɵxf, DialogTransactionHeaderBranchComponent as ɵxg, TransactionLinesGridComponent as ɵxh, TransactionOrderConfirmationGridModule as ɵxi, TransactionOrderConfirmationGridComponent as ɵxj, TransactionGridComponent as ɵxk, TransactionCashRegisterOrderReceiptDialogModule as ɵxl, TransactionCashRegisterOrderReceiptDialogComponent as ɵxm, TransactionTagComponent as ɵxn, CheckoutSimpleModule as ɵxo, CheckoutSimpleComponent as ɵxp, CheckoutSimpleOverviewRelationEditComponent as ɵxq, CheckoutSimpleOverviewDeliveryEditComponent as ɵxr, CheckoutSimpleOverviewPaymentComponent as ɵxs, SimpleVerticalStepperModule as ɵxt, SimpleVerticalStepperComponent as ɵxu, TransactionCreateService as ɵxv, CharacteristicAnswerModule as ɵy, CharacteristicAnswerComponent as ɵz };
|
|
52655
52906
|
//# sourceMappingURL=colijnit-transaction.js.map
|