@colijnit/transaction 12.1.69 → 12.1.71
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 +1611 -655
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +107 -106
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +108 -107
- package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +2 -2
- package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +1 -3
- package/esm2015/lib/component/confirmation-dialog/confirmation-dialog.component.js +3 -3
- package/esm2015/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.js +3 -3
- package/esm2015/lib/component/core/base/components/warehouse/warehouse.component.js +3 -3
- package/esm2015/lib/component/core/base/transaction-base.component.js +28 -25
- package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.js +9 -7
- package/esm2015/lib/component/dialog/dialog-header-search/dialog-header-search.component.js +2 -2
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.component.js +2 -2
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.js +3 -3
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.js +3 -3
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.component.js +2 -2
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.js +3 -3
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.component.js +2 -2
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.component.js +2 -2
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.js +2 -2
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.component.js +2 -2
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +4 -4
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.js +2 -2
- package/esm2015/lib/component/discount/discount.component.js +2 -2
- package/esm2015/lib/component/quick-send-button/quick-send-button.component.js +22 -88
- package/esm2015/lib/component/quick-send-button/quick-send-button.module.js +4 -4
- package/esm2015/lib/component/relation/relation-addresses/relation-addresses.component.js +3 -3
- package/esm2015/lib/component/relation/relation-general/relation-general.component.js +13 -5
- package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.component.js +2 -2
- package/esm2015/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.js +2 -2
- package/esm2015/lib/component/transaction/transaction.component.js +2 -5
- package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +5 -5
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +2 -2
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +3 -3
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +11 -20
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.js +2 -2
- package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.js +3 -3
- package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.js +2 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.js +14 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.js +6 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +3 -1
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.module.js +2 -4
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.js +13 -9
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.js +3 -3
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +57 -13
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.js +6 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.js +80 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.js +23 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.js +110 -0
- package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.js +12 -10
- package/esm2015/lib/component/transaction-search/transaction-search.component.js +2 -2
- package/esm2015/lib/enum/icon.enum.js +10 -1
- package/esm2015/lib/model/icon-svg.js +13 -4
- package/esm2015/lib/service/article-connector.service.js +1 -1
- package/esm2015/lib/service/icon-cache.service.js +1 -1
- package/esm2015/lib/service/pending-reason.service.js +7 -7
- package/esm2015/lib/service/transaction-connector-adapter.service.js +271 -33
- package/esm2015/lib/service/transaction-connector.service.js +106 -11
- package/esm2015/lib/service/transaction-mapping.service.js +3 -1
- package/esm2015/lib/service/transaction.service.js +157 -12
- package/fesm2015/colijnit-transaction.js +1049 -441
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +0 -2
- package/lib/component/core/base/transaction-base.component.d.ts +4 -0
- package/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.d.ts +3 -3
- package/lib/component/loader/style/_layout.scss +4 -0
- package/lib/component/quick-send-button/quick-send-button.component.d.ts +8 -24
- package/lib/component/quick-send-button/style/_layout.scss +34 -29
- package/lib/component/quick-send-button/style/_material-definition.scss +11 -2
- package/lib/component/transaction-header/transaction-header/style/_layout.scss +1 -1
- package/lib/component/transaction-header/transaction-header/style/_material-definition.scss +2 -0
- package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +1 -4
- package/lib/component/transaction-line/transaction-line/style/_layout.scss +10 -4
- package/lib/component/transaction-line-image-and-description/style/_layout.scss +1 -1
- package/lib/component/transaction-line-image-and-description/style/_material-definition.scss +2 -5
- package/lib/component/transaction-lines/style/_layout.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.d.ts +7 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/style/material.scss +0 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.d.ts +2 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-overview/style/_layout.scss +6 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.d.ts +19 -7
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_layout.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_material-definition.scss +0 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_theme.scss +4 -0
- package/lib/component/{transaction-send-button-dialog → transaction-quick-access/transaction-quick-access-purchase-order-overview}/style/material.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.d.ts +23 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.d.ts +2 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.d.ts +43 -0
- package/lib/component/transaction-search/style/_material-definition.scss +13 -7
- package/lib/component/transaction-search/style/_theme.scss +8 -0
- package/lib/component/transaction-search/transaction-search-header/style/_layout.scss +30 -6
- package/lib/enum/icon.enum.d.ts +10 -1
- package/lib/service/icon-cache.service.d.ts +1 -1
- package/lib/service/pending-reason.service.d.ts +2 -2
- package/lib/service/transaction-connector-adapter.service.d.ts +36 -4
- package/lib/service/transaction-connector.service.d.ts +36 -4
- package/lib/service/transaction.service.d.ts +40 -1
- package/lib/style/_variables.scss +0 -6
- package/lib/style/transaction-globals.scss +42 -42
- package/package.json +9 -9
- package/esm2015/lib/component/transaction-send-button-dialog/transaction-send-button-dialog.component.js +0 -75
- package/esm2015/lib/component/transaction-send-button-dialog/transaction-send-button-dialog.module.js +0 -25
- package/lib/component/transaction-send-button-dialog/style/_layout.scss +0 -47
- package/lib/component/transaction-send-button-dialog/style/_material-definition.scss +0 -13
- package/lib/component/transaction-send-button-dialog/style/_theme.scss +0 -24
- package/lib/component/transaction-send-button-dialog/transaction-send-button-dialog.component.d.ts +0 -16
- package/lib/component/transaction-send-button-dialog/transaction-send-button-dialog.module.d.ts +0 -2
|
@@ -47,6 +47,9 @@ import { Sharedapi } from '@colijnit/sharedapi/build/sharedapi';
|
|
|
47
47
|
import { AvailableStock } from '@colijnit/transactionapi/build/model/available-stock.bo';
|
|
48
48
|
import { GoodsAllocationStatus } from '@colijnit/transactionapi/build/model/goods-allocation-status.bo';
|
|
49
49
|
import { GoodsAllocationStatusWithHistory } from '@colijnit/transactionapi/build/model/goods-allocation-status-with-history.bo';
|
|
50
|
+
import { ReportLayoutSelectionEmail } from '@colijnit/mainapi/build/model/report-layout-selection-email.bo';
|
|
51
|
+
import { ReportLayoutSelectionPrint } from '@colijnit/mainapi/build/model/report-layout-selection-print.bo';
|
|
52
|
+
import { PurchaseAdviceLine } from '@colijnit/transactionapi/build/model/purchase-advice-line.bo';
|
|
50
53
|
import { ResolveLinePendingReasonRequest } from '@colijnit/transactionapi/build/model/resolve-pending-reason-request.bo';
|
|
51
54
|
import { Articles } from '@colijnit/articleapi/build/articles';
|
|
52
55
|
import { StockLocation } from '@colijnit/articleapi/build/model/stock-location.bo';
|
|
@@ -56,7 +59,7 @@ import { MainArticle } from '@colijnit/articleapi/build/model/main-article.bo';
|
|
|
56
59
|
import { ResolveHeaderPendingReasonRequest } from '@colijnit/transactionapi/build/model/resolve-header-pending-reason-request.bo';
|
|
57
60
|
import { DocDeliveryBatch } from '@colijnit/transactionapi/build/model/doc-delivery-batch.bo';
|
|
58
61
|
import * as i4 from '@colijnit/sharedcomponents';
|
|
59
|
-
import { SharedService as SharedService$1, KeyPadModule, StatusbarModule, SendMethodDialogModule } from '@colijnit/sharedcomponents';
|
|
62
|
+
import { SharedService as SharedService$1, sendMethodsWithIcon, KeyPadModule, StatusbarModule, SendMethodDialogModule } from '@colijnit/sharedcomponents';
|
|
60
63
|
import { CustomerFullObject } from '@colijnit/relationapi/build/model/customer-full-object.bo';
|
|
61
64
|
import { RelationStatus } from '@colijnit/articleapi/build/enum/relation-status.enum';
|
|
62
65
|
import { RelationKind } from '@colijnit/articleapi/build/enum/relation-kind.enum';
|
|
@@ -65,16 +68,16 @@ import { SupplierFullObject } from '@colijnit/relationapi/build/model/supplier-f
|
|
|
65
68
|
import { RelationListObject } from '@colijnit/relationapi/build/model/relation-list-object.bo';
|
|
66
69
|
import { BranchLov } from '@colijnit/relationapi/build/model/branch-lov.bo';
|
|
67
70
|
import { TransactionKind } from '@colijnit/transactionapi/build/enum/transaction-kind.enum';
|
|
71
|
+
import { CreateTransactionRequest } from '@colijnit/transactionapi/build/model/create-transaction-request';
|
|
68
72
|
import { FormMasterService, CoDialogModule, ButtonModule, CollapsibleModule, InputCheckboxModule, InputTextModule, InputComboBoxModule, FormModule, InputRadioButtonModule, IconModule, InputTextComponent, InputListboxModule, DropDownModule, InputSearchModule, ColumnAlign, SimpleGridColumnDirective, ObserveVisibilityModule, ColorSequenceService, PriceDisplayPipeModule, InputDatePickerModule, Carousel3dModule, CarouselModule, FilterPipeModule, InputDatePickerComponent, InputTextareaComponent, InputTextareaModule, InputNumberPickerModule, CoDialogPromptModule, MultiSelectListModule, PopupModule, CoSidebarModule, CoGridModule, CoRichTextEditorModule, SimpleGridModule, GridToolbarButtonModule, InputDateRangePickerModule, ClickoutsideModule, CheckmarkOverlayModule, CoOrientation, CoDirection, FilterItemModule, PaginationModule, PaginationBarModule, IconCollapseHandleModule } from '@colijnit/corecomponents_v12';
|
|
69
73
|
import { FlexModule } from '@angular/flex-layout';
|
|
70
74
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
71
|
-
import { RelationKind as RelationKind$1 } from '@colijnit/relationapi/build/enum/relation-kind.enum';
|
|
72
75
|
import { AddressType } from '@colijnit/relationapi/build/enum/address-type.enum';
|
|
73
76
|
import { CommonModule, DatePipe } from '@angular/common';
|
|
74
77
|
import { DateUtils } from '@colijnit/ioneconnector/build/utils/date-utils';
|
|
75
78
|
import { NumberUtils } from '@colijnit/ioneconnector/build/utils/number-utils';
|
|
76
79
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
77
|
-
import { NULL_RELATION_OBJECT } from '@colijnit/relationapi/build/model/nul-relation-object';
|
|
80
|
+
import { NULL_RELATION_OBJECT, NULL_CUSTOMER_FULL_OBJECT } from '@colijnit/relationapi/build/model/nul-relation-object';
|
|
78
81
|
import { Address } from '@colijnit/relationapi/build/model/address.bo';
|
|
79
82
|
import { isNill } from '@colijnit/ioneconnector/build/utils/function/is-nill.function';
|
|
80
83
|
import { TransactionTotal } from '@colijnit/transactionapi/build/model/transaction-total.bo';
|
|
@@ -86,9 +89,17 @@ import { PagingParameters } from '@colijnit/ioneconnector/build/model/paging-par
|
|
|
86
89
|
import { GetPurchaseOrderConfirmation } from '@colijnit/transactionapi/build/model/get-purchase-order-confirmation';
|
|
87
90
|
import { ReceiveGoodsForPurchaseOrderRequest } from '@colijnit/transactionapi/build/model/receive-goods-for-purchase-order-request.bo';
|
|
88
91
|
import { PurchaseOrderLineReceiptDetails } from '@colijnit/transactionapi/build/model/purchase-order-line-receipt-details.bo';
|
|
92
|
+
import { EmailOrderConfirmationRequest } from '@colijnit/mainapi/build/model/email-order-confirmation-request';
|
|
93
|
+
import { PrintOrderConfirmationRequest } from '@colijnit/mainapi/build/model/print-order-confirmation-request';
|
|
94
|
+
import { PdfOrderConfirmationRequest } from '@colijnit/mainapi/build/model/pdf-order-confirmation-request';
|
|
95
|
+
import { CommunicationType } from '@colijnit/relationapi/build/enum/communication-type.enum';
|
|
96
|
+
import { SendMethodType } from '@colijnit/mainapi/build/enum/send-method-type.enum';
|
|
89
97
|
import { StockStatus } from '@colijnit/transactionapi/build/enum/refcode/stock-status.enum';
|
|
90
98
|
import { AllocateGoodsForSalesOrderRequest } from '@colijnit/transactionapi/build/model/allocate-goods-for-sales-order-request';
|
|
91
99
|
import { SalesOrderLineAllocationDetails } from '@colijnit/transactionapi/build/model/sales-order-line-allocation-details';
|
|
100
|
+
import { EmailPurchaseOrderRequest } from '@colijnit/mainapi/build/model/email-purchase-order-request';
|
|
101
|
+
import { PrintPurchaseOrderRequest } from '@colijnit/mainapi/build/model/print-purchase-order-request';
|
|
102
|
+
import { PdfPurchaseOrderRequest } from '@colijnit/mainapi/build/model/pdf-purchase-order-request';
|
|
92
103
|
import { RelationRequest } from '@colijnit/relationapi/build/model/relation-request';
|
|
93
104
|
import { CoDocument } from '@colijnit/sharedapi/build/model/co-document.bo';
|
|
94
105
|
import { ValidationResult } from '@colijnit/ioneconnector/build/model/validation-result';
|
|
@@ -97,10 +108,10 @@ import { RelationNameKind } from '@colijnit/relationapi/build/enum/relation-name
|
|
|
97
108
|
import { GenderType } from '@colijnit/relationapi/build/enum/gender-type.enum';
|
|
98
109
|
import { FunctionUtils } from '@colijnit/ioneconnector/build/utils/function-utils';
|
|
99
110
|
import { ContactOption } from '@colijnit/relationapi/build/model/contact-option.bo';
|
|
100
|
-
import { CommunicationType } from '@colijnit/relationapi/build/enum/communication-type.enum';
|
|
101
111
|
import { BusinessObjectUtils } from '@colijnit/ioneconnector/build/utils/business-object-utils';
|
|
102
112
|
import { ScrollingModule } from '@angular/cdk/scrolling';
|
|
103
113
|
import { RelationSmallObject } from '@colijnit/relationapi/build/model/relation-small-object.bo';
|
|
114
|
+
import { RelationKind as RelationKind$1 } from '@colijnit/relationapi/build/enum/relation-kind.enum';
|
|
104
115
|
import { ReceiveGoodsForPurchaseOrderCorrectionRequest } from '@colijnit/transactionapi/build/model/receive-goods-for-purchase-order-correction-request.bo';
|
|
105
116
|
import { PurchaseOrderLineReceiptCorrectionDetails } from '@colijnit/transactionapi/build/model/purchase-order-line-receipt-correction-details.bo';
|
|
106
117
|
import { GetPurchasePortalLine } from '@colijnit/transactionapi/build/model/get-purchase-portal-line';
|
|
@@ -109,9 +120,6 @@ import { AllocateGoodsForSalesOrderCorrectionRequest } from '@colijnit/transacti
|
|
|
109
120
|
import { SalesOrderLineAllocationCorrectionDetails } from '@colijnit/transactionapi/build/model/sales-order-line-allocation-correction-details';
|
|
110
121
|
import { IoneCatalogModule } from '@colijnit/catalog';
|
|
111
122
|
import { GoodsReceiptStatus } from '@colijnit/transactionapi/build/model/goods-receipt-status.bo';
|
|
112
|
-
import { EmailOrderConfirmation } from '@colijnit/sharedapi/build/model/report/email-order-confirmation';
|
|
113
|
-
import { PrintOrderConfirmation } from '@colijnit/sharedapi/build/model/report/print-order-confirmation';
|
|
114
|
-
import { PdfOrderConfirmation } from '@colijnit/sharedapi/build/model/report/pdf-order-confirmation';
|
|
115
123
|
import { ArticleExtendedRequest } from '@colijnit/articleapi/build/model/article-extended-request';
|
|
116
124
|
import { QuantityInHistoricState } from '@colijnit/transactionapi/build/enum/quantity-in-historic-state.enum';
|
|
117
125
|
|
|
@@ -1370,7 +1378,11 @@ var Icon;
|
|
|
1370
1378
|
Icon["EditPencil"] = "edit_pencil";
|
|
1371
1379
|
Icon["EllipsisLight"] = "ellipsis_light";
|
|
1372
1380
|
Icon["EllipsisVerticalSolid"] = "ellipsis_vertical_solid";
|
|
1381
|
+
Icon["ExpandSolid"] = "expand_solid";
|
|
1373
1382
|
Icon["FileCircleInfoSolid"] = "file_circle_info_solid";
|
|
1383
|
+
Icon["FileExportRegular"] = "file_export_regular";
|
|
1384
|
+
Icon["FileExportSolid"] = "file_export_solid";
|
|
1385
|
+
Icon["FilePdfRegular"] = "file_pdf_regular";
|
|
1374
1386
|
Icon["FilePdfSolid"] = "file_pdf_solid";
|
|
1375
1387
|
Icon["GearSolid"] = "gear_solid";
|
|
1376
1388
|
Icon["GripDotsVerticalSolid"] = "grip_dots_vertical_solid";
|
|
@@ -1387,11 +1399,15 @@ var Icon;
|
|
|
1387
1399
|
Icon["MasterDetail"] = "master_detail";
|
|
1388
1400
|
Icon["MemoCircleCheckSolid"] = "memo_circle_check_solid";
|
|
1389
1401
|
Icon["Menu"] = "menu";
|
|
1402
|
+
Icon["MessageSmsRegular"] = "message_sms_regular";
|
|
1403
|
+
Icon["MessageSmsSolid"] = "message_sms_solid";
|
|
1390
1404
|
Icon["ObjectIntersectSolid"] = "object_intersect_solid";
|
|
1391
1405
|
Icon["PalletBoxesSolid"] = "pallet_boxes_solid";
|
|
1406
|
+
Icon["Pdf"] = "pdf";
|
|
1392
1407
|
Icon["PercentSolid"] = "percent_solid";
|
|
1393
1408
|
Icon["PlusRound"] = "plus_round";
|
|
1394
1409
|
Icon["PlusSimple"] = "plus_simple";
|
|
1410
|
+
Icon["PrintRegular"] = "print_regular";
|
|
1395
1411
|
Icon["PrintSolid"] = "print_solid";
|
|
1396
1412
|
Icon["Purchase"] = "purchase";
|
|
1397
1413
|
Icon["Resize"] = "resize";
|
|
@@ -1420,6 +1436,7 @@ var Icon;
|
|
|
1420
1436
|
Icon["Txt"] = "txt";
|
|
1421
1437
|
Icon["Unlock"] = "unlock";
|
|
1422
1438
|
Icon["Warehouse"] = "warehouse";
|
|
1439
|
+
Icon["XSolid"] = "x_solid";
|
|
1423
1440
|
})(Icon || (Icon = {}));
|
|
1424
1441
|
|
|
1425
1442
|
/** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
|
|
@@ -1444,8 +1461,12 @@ const IconSvg = {
|
|
|
1444
1461
|
"edit_pencil": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><polygon points=\"12.54 38.16 12 37.62 14.85 29.64 20.52 35.31 12.54 38.16\" fill=\"#484f60\"/><rect x=\"16.33\" y=\"20.52\" width=\"17.99\" height=\"8.64\" transform=\"translate(-10.15 25.18) rotate(-45)\" fill=\"#484f60\"/><path d=\"M37.54,18.73,36,20.32l-6.11-6.1,1.59-1.59a1.55,1.55,0,0,1,2.2,0l3.91,3.9A1.55,1.55,0,0,1,37.54,18.73Z\" fill=\"#484f60\"/></svg>",
|
|
1445
1462
|
"ellipsis_light": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M352 256C352 238.3 366.3 224 384 224C401.7 224 416 238.3 416 256C416 273.7 401.7 288 384 288C366.3 288 352 273.7 352 256zM192 256C192 238.3 206.3 224 224 224C241.7 224 256 238.3 256 256C256 273.7 241.7 288 224 288C206.3 288 192 273.7 192 256zM96 256C96 273.7 81.67 288 64 288C46.33 288 32 273.7 32 256C32 238.3 46.33 224 64 224C81.67 224 96 238.3 96 256z\"/></svg>",
|
|
1446
1463
|
"ellipsis_vertical_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 128 512\"><path d=\"M64 360c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56zm0-160c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56zM120 96c0 30.9-25.1 56-56 56S8 126.9 8 96S33.1 40 64 40s56 25.1 56 56z\"/></svg>",
|
|
1464
|
+
"expand_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M32 32C14.3 32 0 46.3 0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V96h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V352zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v64c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32H320zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V352z\"/></svg>",
|
|
1447
1465
|
"file_circle_info_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M0 64C0 28.65 28.65 0 64 0H224V128C224 145.7 238.3 160 256 160H384V198.6C310.1 219.5 256 287.4 256 368C256 427.1 285.1 479.3 329.7 511.3C326.6 511.7 323.3 512 320 512H64C28.65 512 0 483.3 0 448V64zM256 128V0L384 128H256zM288 368C288 288.5 352.5 224 432 224C511.5 224 576 288.5 576 368C576 447.5 511.5 512 432 512C352.5 512 288 447.5 288 368zM432 320C445.3 320 456 309.3 456 296C456 282.7 445.3 272 432 272C418.7 272 408 282.7 408 296C408 309.3 418.7 320 432 320zM416 384L416 432C407.2 432 400 439.2 400 448C400 456.8 407.2 464 416 464H448C456.8 464 464 456.8 464 448C464 439.2 456.8 432 448 432V368C448 359.2 440.8 352 432 352H416C407.2 352 400 359.2 400 368C400 376.8 407.2 384 416 384z\"/></svg>",
|
|
1448
|
-
"
|
|
1466
|
+
"file_export_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M568.1 303l-80-80c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94L494.1 296H216C202.8 296 192 306.8 192 320s10.75 24 24 24h278.1l-39.03 39.03C450.3 387.7 448 393.8 448 400s2.344 12.28 7.031 16.97c9.375 9.375 24.56 9.375 33.94 0l80-80C578.3 327.6 578.3 312.4 568.1 303zM360 384c-13.25 0-24 10.74-24 24V448c0 8.836-7.164 16-16 16H64.02c-8.836 0-16-7.164-16-16L48 64.13c0-8.836 7.164-16 16-16h160L224 128c0 17.67 14.33 32 32 32h79.1v72c0 13.25 10.74 24 23.1 24S384 245.3 384 232V138.6c0-16.98-6.742-33.26-18.75-45.26l-74.63-74.64C278.6 6.742 262.3 0 245.4 0H63.1C28.65 0-.002 28.66 0 64l.0065 384c.002 35.34 28.65 64 64 64H320c35.2 0 64-28.8 64-64v-40C384 394.7 373.3 384 360 384z\"/></svg>",
|
|
1467
|
+
"file_export_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M32 64C32 28.7 60.7 0 96 0H256V128c0 17.7 14.3 32 32 32H416V288H248c-13.3 0-24 10.7-24 24s10.7 24 24 24H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V64zM416 336V288H526.1l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39H416zm0-208H288V0L416 128z\"/></svg>",
|
|
1468
|
+
"file_pdf_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M320 464C328.8 464 336 456.8 336 448V416H384V448C384 483.3 355.3 512 320 512H64C28.65 512 0 483.3 0 448V416H48V448C48 456.8 55.16 464 64 464H320zM256 160C238.3 160 224 145.7 224 128V48H64C55.16 48 48 55.16 48 64V192H0V64C0 28.65 28.65 0 64 0H229.5C246.5 0 262.7 6.743 274.7 18.75L365.3 109.3C377.3 121.3 384 137.5 384 154.5V192H336V160H256zM88 224C118.9 224 144 249.1 144 280C144 310.9 118.9 336 88 336H80V368C80 376.8 72.84 384 64 384C55.16 384 48 376.8 48 368V240C48 231.2 55.16 224 64 224H88zM112 280C112 266.7 101.3 256 88 256H80V304H88C101.3 304 112 293.3 112 280zM160 240C160 231.2 167.2 224 176 224H200C226.5 224 248 245.5 248 272V336C248 362.5 226.5 384 200 384H176C167.2 384 160 376.8 160 368V240zM192 352H200C208.8 352 216 344.8 216 336V272C216 263.2 208.8 256 200 256H192V352zM336 224C344.8 224 352 231.2 352 240C352 248.8 344.8 256 336 256H304V288H336C344.8 288 352 295.2 352 304C352 312.8 344.8 320 336 320H304V368C304 376.8 296.8 384 288 384C279.2 384 272 376.8 272 368V240C272 231.2 279.2 224 288 224H336z\"/></svg>",
|
|
1469
|
+
"file_pdf_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 224H88c30.9 0 56 25.1 56 56s-25.1 56-56 56H80v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V320 240c0-8.8 7.2-16 16-16zm24 80c13.3 0 24-10.7 24-24s-10.7-24-24-24H80v48h8zm72-64c0-8.8 7.2-16 16-16h24c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H176c-8.8 0-16-7.2-16-16V240zm32 112h8c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16h-8v96zm96-128h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H304v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H304v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V304 240c0-8.8 7.2-16 16-16z\"/></svg>",
|
|
1449
1470
|
"gear_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M200 0H312l17.2 78.4c15.8 6.5 30.6 15.1 44 25.4l76.5-24.4 56 97-59.4 54.1c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l59.4 54.1-56 97-76.5-24.4c-13.4 10.3-28.2 18.9-44 25.4L312 512H200l-17.2-78.4c-15.8-6.5-30.6-15.1-44-25.4L62.3 432.5l-56-97 59.4-54.1C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L6.3 176.5l56-97 76.5 24.4c13.4-10.3 28.2-18.9 44-25.4L200 0zm56 336c44.2 0 80-35.8 80-80s-35.8-80-80-80s-80 35.8-80 80s35.8 80 80 80z\"/></svg>",
|
|
1450
1471
|
"grip_dots_vertical_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M48 144c26.5 0 48-21.5 48-48s-21.5-48-48-48S0 69.5 0 96s21.5 48 48 48zm0 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48zM96 416c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM208 144c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48zm48 112c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM208 464c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48z\"/></svg>",
|
|
1451
1472
|
"ideal_logo": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 306.1 269.8\" style=\"enable-background:new 0 0 306.1 269.8;\" ><style type=\"text/css\">.st0{fill:#FFFFFF;}.st1{fill:#CC0066;}</style><g><g><path class=\"st0\" d=\"M0,20v229.8c0,11,9,20,20,20h137.3c103.8,0,148.8-58.1,148.8-135.2C306.1,57.9,261.1,0,157.3,0H20C9,0,0,9,0,20z\"/><path class=\"st1\" d=\"M91.9,56.4v169.8h73.9c67.1,0,96.2-37.9,96.2-91.5c0-51.3-29.1-91.1-96.2-91.1h-61.1C97.6,43.6,91.9,49.4,91.9,56.4z\"/><g><g><path d=\"M157.3,251.5H37.9c-10.6,0-19.2-8.6-19.2-19.2V37.6c0-10.6,8.6-19.2,19.2-19.2h119.4c113.3,0,130.2,72.9,130.2,116.3C287.5,210,241.2,251.5,157.3,251.5z M37.9,24.8c-7.1,0-12.8,5.7-12.8,12.8v194.7c0,7.1,5.7,12.8,12.8,12.8h119.4c79.8,0,123.8-39.2,123.8-110.4c0-95.6-77.6-109.9-123.8-109.9H37.9z\"/></g></g></g><g><path class=\"st0\" d=\"M117.9,111.8c2.6,0,5,0.4,7.3,1.2c2.3,0.8,4.2,2.1,5.9,3.7c1.6,1.7,2.9,3.8,3.9,6.2c0.9,2.5,1.4,5.4,1.4,8.8c0,3-0.4,5.7-1.1,8.2c-0.8,2.5-1.9,4.7-3.4,6.5c-1.5,1.8-3.4,3.2-5.7,4.3c-2.3,1-5,1.6-8.1,1.6h-17.5v-40.6H117.9z M117.3,144.9c1.3,0,2.5-0.2,3.8-0.6c1.2-0.4,2.3-1.1,3.2-2.1c0.9-1,1.7-2.2,2.3-3.8c0.6-1.6,0.9-3.4,0.9-5.7c0-2-0.2-3.9-0.6-5.5c-0.4-1.6-1.1-3.1-2-4.2s-2.1-2.1-3.6-2.7c-1.5-0.6-3.3-0.9-5.5-0.9h-6.4v25.6H117.3z\"/><path class=\"st0\" d=\"M172.5,111.8v7.5h-21.4v8.7h19.7v6.9h-19.7v9.9H173v7.5h-30.8v-40.6H172.5z\"/><path class=\"st0\" d=\"M203.1,111.8l15.2,40.6H209l-3.1-9h-15.2l-3.2,9h-9l15.3-40.6H203.1z M203.6,136.7l-5.1-14.9h-0.1l-5.3,14.9H203.6z\"/><path class=\"st0\" d=\"M232.8,111.8v33.1h19.8v7.5h-28.7v-40.6H232.8z\"/></g><g><circle cx=\"58.5\" cy=\"132.1\" r=\"18.7\"/></g><path d=\"M72.6,226.2L72.6,226.2c-15.7,0-28.3-12.7-28.3-28.3v-22.1c0-7.8,6.3-14.2,14.2-14.2h0c7.8,0,14.2,6.3,14.2,14.2V226.2z\"/></g></svg>",
|
|
@@ -1461,11 +1482,15 @@ const IconSvg = {
|
|
|
1461
1482
|
"master_detail": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"22\" y=\"32.17\" width=\"18\" height=\"4\" transform=\"translate(62 68.33) rotate(180)\" fill=\"#484f60\"/><rect x=\"22\" y=\"26.17\" width=\"18\" height=\"4\" transform=\"translate(62 56.33) rotate(180)\" fill=\"#484f60\"/><rect x=\"22\" y=\"20.17\" width=\"18\" height=\"4\" transform=\"translate(62 44.33) rotate(180)\" fill=\"#484f60\"/><rect x=\"22\" y=\"14.17\" width=\"18\" height=\"4\" transform=\"translate(62 32.33) rotate(180)\" fill=\"#484f60\"/><rect x=\"10\" y=\"14.17\" width=\"10\" height=\"22\" transform=\"translate(30 50.33) rotate(180)\" fill=\"#484f60\"/></svg>",
|
|
1462
1483
|
"memo_circle_check_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 368C288 288.5 352.5 224 432 224C511.5 224 576 288.5 576 368C576 447.5 511.5 512 432 512C352.5 512 288 447.5 288 368zM499.3 347.3C505.6 341.1 505.6 330.9 499.3 324.7C493.1 318.4 482.9 318.4 476.7 324.7L416 385.4L387.3 356.7C381.1 350.4 370.9 350.4 364.7 356.7C358.4 362.9 358.4 373.1 364.7 379.3L404.7 419.3C410.9 425.6 421.1 425.6 427.3 419.3L499.3 347.3zM320 0C355.3 0 384 28.65 384 64V198.6C310.1 219.5 256 287.4 256 368C256 427.1 285.1 479.3 329.7 511.3C326.6 511.7 323.3 512 320 512H64C28.65 512 0 483.3 0 448V64C0 28.65 28.65 0 64 0H320zM80 128C71.16 128 64 135.2 64 144C64 152.8 71.16 160 80 160H304C312.8 160 320 152.8 320 144C320 135.2 312.8 128 304 128H80zM80 256H240C248.8 256 256 248.8 256 240C256 231.2 248.8 224 240 224H80C71.16 224 64 231.2 64 240C64 248.8 71.16 256 80 256zM80 352H176C184.8 352 192 344.8 192 336C192 327.2 184.8 320 176 320H80C71.16 320 64 327.2 64 336C64 344.8 71.16 352 80 352z\"/></svg>",
|
|
1463
1484
|
"menu": "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"><svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z\" /></svg>",
|
|
1485
|
+
"message_sms_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448-.0004H64c-35.25 0-64 28.75-64 63.1v287.1c0 35.25 28.75 63.1 64 63.1h96v83.98c0 9.836 11.02 15.55 19.12 9.7L304 415.1H448c35.25 0 64-28.75 64-63.1V63.1C512 28.75 483.3-.0004 448-.0004zM464 352c0 8.75-7.25 16-16 16h-160l-80 60v-60H64c-8.75 0-16-7.25-16-16V64c0-8.75 7.25-16 16-16h384c8.75 0 16 7.25 16 16V352zM124.4 192.6C113.6 189.5 103.2 187.2 104.2 181.5c.7813-4.5 10.28-6.562 21.5-4.906c4.156 .6562 8.75 2.094 13.09 3.594c8.375 2.906 17.47-1.562 20.34-9.906c2.875-8.344-1.562-17.47-9.906-20.34C143.1 147.8 136.5 145.9 130.6 145c-30.69-4.812-53.94 7.719-58 31.09c-5.656 33.03 26.5 42.47 38.63 46c13.72 3.947 25.62 6.432 24.56 12.34C135 239 125.7 241.1 114.3 239.4C107.9 238.4 100.4 235.4 93.38 232.9c-8.375-2.969-16 1.875-18.97 10.19S77.19 261.1 85.5 264.1C92.81 266.8 101.1 269.8 109.4 271C113.7 271.7 117.9 272 121.1 272c24.28 0 41.94-12.03 45.38-32.13C173.1 206.5 141.4 197.5 124.4 192.6zM396.4 192.6C385.6 189.5 375.2 187.2 376.2 181.5c.7813-4.5 10.31-6.562 21.5-4.906c4.156 .6562 8.75 2.094 13.09 3.594c8.406 2.906 17.47-1.562 20.34-9.906c2.875-8.344-1.562-17.47-9.906-20.34c-6.156-2.125-12.69-4.062-18.59-4.969c-30.75-4.812-53.97 7.719-58 31.09c-5.656 33.03 26.5 42.47 38.63 46c13.72 3.947 25.62 6.432 24.56 12.34c-.7813 4.562-10.12 6.656-21.56 4.938c-6.342-.9883-13.9-3.939-20.88-6.438c-8.375-2.969-16 1.875-18.97 10.19s2.781 17.97 11.09 20.97c7.312 2.656 15.62 5.656 23.88 6.906C385.7 271.7 389.9 272 393.1 272c24.28 0 41.94-12.03 45.38-32.13C445.1 206.5 413.4 197.5 396.4 192.6zM309.1 144.8c-6.469-2.062-13.72 .0625-17.88 5.594L256 197.3L220.8 150.4C216.7 144.9 209.4 142.7 202.9 144.8C196.4 147 192 153.1 192 160v96c0 8.844 7.156 16 16 16S224 264.8 224 256V208l19.19 25.59c6.062 8.062 19.56 8.062 25.62 0L288 208V256c0 8.844 7.156 16 16 16S320 264.8 320 256V160C320 153.1 315.6 147 309.1 144.8z\"/></svg>",
|
|
1486
|
+
"message_sms_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L185.6 508.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V416H64c-35.3 0-64-28.7-64-64V64zm202.9 80.8C196.4 147 192 153.1 192 160v96c0 8.8 7.2 16 16 16s16-7.2 16-16V208l19.2 25.6c3 4 7.8 6.4 12.8 6.4s9.8-2.4 12.8-6.4L288 208v48c0 8.8 7.2 16 16 16s16-7.2 16-16V160c0-6.9-4.4-13-10.9-15.2s-13.7 .1-17.9 5.6L256 197.3l-35.2-46.9c-4.1-5.5-11.3-7.8-17.9-5.6zm173.1 38c0-1.1 .2-1.6 .4-1.9c.3-.4 .9-1.2 2.4-2c3.1-1.8 8-3 12.9-2.9c6.1 .1 12.9 1.4 20.1 3.4c8.5 2.3 17.3-2.8 19.6-11.3s-2.8-17.3-11.3-19.6c-8.2-2.2-17.9-4.3-27.9-4.4c-9.3-.1-20.4 1.9-29.7 7.4c-9.9 5.9-18.6 16.4-18.5 31.6c.1 14.7 8.8 24 17.7 29.4c7.6 4.6 17.1 7.4 24.3 9.6l1.2 .4c8.5 2.6 14.2 4.5 18 6.9c2.7 1.7 2.7 2.4 2.7 3.1l0 .2c0 1.6-.3 2.3-.6 2.7c-.3 .5-.9 1.2-2.1 2c-2.8 1.7-7.5 2.9-12.8 2.8c-7-.2-13.5-2.4-22.6-5.5l0 0 0 0c-1.5-.5-3.2-1.1-4.9-1.6c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2c1.2 .4 2.6 .9 4 1.4l0 0 0 0c8.8 3 20.4 7 32.6 7.4c9.8 .3 21.2-1.6 30.7-7.6c10.2-6.4 18-17.3 17.8-32.3c-.2-14.7-8.5-24.2-17.6-29.9c-8-5-17.9-8-25.2-10.2l-.6-.2c-8.6-2.6-14.4-4.4-18.2-6.8c-1.6-1-2.1-1.6-2.2-1.7c0-.1 0-.2 0-.4zm-272 0c0-1.1 .2-1.6 .4-1.9c.3-.4 .9-1.2 2.4-2c3.1-1.8 8-3 12.9-2.9c6.6 .1 16.7 1.6 23.3 3.4c8.5 2.3 17.3-2.8 19.6-11.3s-2.8-17.3-11.3-19.6c-8.8-2.4-21.6-4.3-31.1-4.4c-9.3-.1-20.4 1.9-29.7 7.4C80.6 157.3 72 167.8 72 183c.1 14.7 8.8 24 17.7 29.4c7.6 4.6 17.1 7.4 24.3 9.6l0 0 1.2 .4c8.5 2.6 14.2 4.5 18 6.9c2.7 1.7 2.7 2.4 2.7 3.1l0 .2c0 1.6-.3 2.3-.6 2.7c-.3 .5-.9 1.2-2.1 2c-2.8 1.7-7.5 2.9-12.8 2.8c-7.2-.2-14.2-2.6-23.7-5.8l0 0 0 0c-1.3-.4-2.7-.9-4.1-1.4c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2c1.1 .4 2.4 .8 3.6 1.2l0 0 0 0c9 3.1 20.9 7.2 33.2 7.6c9.8 .3 21.2-1.6 30.7-7.6c10.2-6.4 18-17.3 17.8-32.3c-.2-14.7-8.5-24.2-17.6-29.9c-8-5-17.9-8-25.2-10.2l-.6-.2c-8.6-2.6-14.4-4.4-18.3-6.8c-1.6-1-2.1-1.6-2.2-1.7c0-.1 0-.2 0-.4z\"/></svg>",
|
|
1464
1487
|
"object_intersect_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 64v96H224c-35.3 0-64 28.7-64 64v64H64V64H288zM64 352h96v96c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64H352V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V288c0 35.3 28.7 64 64 64zM448 224V448H224V352h64c35.3 0 64-28.7 64-64V224h96z\"/></svg>",
|
|
1465
1488
|
"pallet_boxes_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M96 255.1L288 256c17.6 0 32-14.4 32-32V31.1c0-17.6-14.4-31.1-32-31.1L96 0c-17.6 0-32 14.4-32 32V224C64 241.6 78.4 255.1 96 255.1zM416 255.1h128c17.6 0 32-14.4 32-31.1v-128c0-17.6-14.4-32-32-32h-128c-17.6 0-32 14.4-32 32v128C384 241.6 398.4 255.1 416 255.1zM624 384c8.75 0 16-7.25 16-16v-32c0-8.75-7.25-16-16-16h-608C7.25 320 0 327.3 0 336v32C0 376.8 7.25 384 16 384H64v64H16C7.25 448 0 455.3 0 464v32C0 504.8 7.25 512 16 512h608c8.75 0 16-7.25 16-16v-32c0-8.75-7.25-16-16-16H576v-64H624zM288 448H128v-64h160V448zM512 448h-160v-64h160V448z\"/></svg>",
|
|
1489
|
+
"pdf": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M31.42,40.17H13.88c-2.16,0-2.72-.56-2.72-2.72V12.88c0-2.15.56-2.71,2.72-2.71h11.6l8.66,8.88v3.43H32.8V19.6l-7.88-8.09h-11c-1.38,0-1.38,0-1.38,1.37V37.45c0,1.37,0,1.37,1.38,1.37H31.42c1.38,0,1.38,0,1.38-1.37V35h1.34v2.43C34.14,39.61,33.58,40.17,31.42,40.17Z\" fill=\"#484f60\"/><path d=\"M27.83,26.63v4.24h1a3.57,3.57,0,0,0,.78-.06,1.22,1.22,0,0,0,.52-.26,1.44,1.44,0,0,0,.34-.62,4.13,4.13,0,0,0,.13-1.18,3.79,3.79,0,0,0-.13-1.14,1.51,1.51,0,0,0-.37-.62,1.14,1.14,0,0,0-.6-.3,5.93,5.93,0,0,0-1.06-.06Z\" fill=\"#484f60\"/><path d=\"M21.86,26.63v1.82h.71a3.57,3.57,0,0,0,1-.1A.88.88,0,0,0,24,28a.84.84,0,0,0,.14-.5.8.8,0,0,0-.2-.57.88.88,0,0,0-.52-.29,6.36,6.36,0,0,0-.93,0Z\" fill=\"#484f60\"/><path d=\"M19.14,24.27v9h19.7v-9Zm6.12,4.24a1.68,1.68,0,0,1-.54.63,1.9,1.9,0,0,1-.67.3,6.57,6.57,0,0,1-1.34.1h-.85V32H20.57V25.54h2.07a7.75,7.75,0,0,1,1.54.1,1.73,1.73,0,0,1,.93.63,2,2,0,0,1,.37,1.25A2,2,0,0,1,25.26,28.51Zm6.45,1.66A2.91,2.91,0,0,1,31,31.31a2.28,2.28,0,0,1-.91.51A4,4,0,0,1,29,32H26.54V25.54H28.9a4.21,4.21,0,0,1,1.22.13,2.08,2.08,0,0,1,1,.59,2.79,2.79,0,0,1,.61,1,4.76,4.76,0,0,1,.21,1.52A4.19,4.19,0,0,1,31.71,30.17Zm5.7-3.54h-3.1v1.52H37v1.08H34.31V32H33V25.54h4.39Z\" fill=\"#484f60\"/><path d=\"M25.2,10.84v6.44c0,1.78.27,2,2,2h6.23Z\" fill=\"#484f60\"/></svg>",
|
|
1466
1490
|
"percent_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128c0-35.3-28.7-64-64-64S0 92.7 0 128s28.7 64 64 64s64-28.7 64-64zM384 384c0-35.3-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z\"/></svg>",
|
|
1467
1491
|
"plus_round": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"-288 379 35 35\" enable-background=\"new -288 379 35 35\" ><path fill=\"#29363E\" d=\"M-270.5,381.5c-8.3,0-15,6.7-15,15c0,8.3,6.7,15,15,15s15-6.7,15-15C-255.5,388.2-262.2,381.5-270.5,381.5z M-261.1,397.3c0,0.9-0.7,1.6-1.6,1.6h-5.5v5.5c0,0.9-0.7,1.6-1.6,1.6h-1.6c-0.9,0-1.6-0.7-1.6-1.6v-5.5h-5.5c-0.9,0-1.6-0.7-1.6-1.6v-1.6c0-0.9,0.7-1.6,1.6-1.6h5.5v-5.5c0-0.9,0.7-1.6,1.6-1.6h1.6c0.9,0,1.6,0.7,1.6,1.6v5.5h5.5c0.9,0,1.6,0.7,1.6,1.6V397.3z\"/></svg>",
|
|
1468
1492
|
"plus_simple": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><g ><g ><path d=\"M13.86,27c-.32,0-.58-.26-.58-.57v-9.72H3.58c-.32,0-.58-.26-.58-.57v-2.29c0-.31,.26-.57,.58-.57H13.29V3.57c0-.31,.26-.57,.58-.57h2.28c.31,0,.57,.26,.57,.57V13.29h9.72c.31,0,.57,.26,.57,.57v2.29c0,.31-.26,.57-.57,.57h-9.72v9.72c0,.31-.26,.57-.57,.57h-2.28Z\" fill=\"#484f60\"/></g></g><g /></svg>",
|
|
1493
|
+
"print_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M111.1 48h254.1L400 81.94V160H448V81.94c0-12.73-5.057-24.94-14.06-33.94l-33.94-33.94C391 5.057 378.8 0 366.1 0H111.1C85.49 0 64.01 21.48 64 47.98l.002 82.28c-.002 0 .002 0 0 0L64 160h48.01L111.1 48zM440 192H72C32.3 192 0 224.3 0 264v112c0 13.25 10.75 24 24 24H80V480c0 17.67 14.33 32 32 32h288c17.67 0 32-14.33 32-32v-80h56c13.25 0 24-10.75 24-24v-112C512 224.3 479.7 192 440 192zM384 464H128v-96h256V464zM464 352h-32c0-17.67-14.33-32-32-32h-288c-17.67 0-32 14.33-32 32h-32V264c0-13.23 10.77-24 24-24h368c13.23 0 24 10.77 24 24V352z\"/></svg>",
|
|
1469
1494
|
"print_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 192H64C28.65 192 0 220.7 0 256v96c0 17.67 14.33 32 32 32h32v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h32c17.67 0 32-14.33 32-32V256C512 220.7 483.3 192 448 192zM384 448H128v-96h256V448zM432 296c-13.25 0-24-10.75-24-24c0-13.27 10.75-24 24-24s24 10.73 24 24C456 285.3 445.3 296 432 296zM128 64h229.5L384 90.51V160h64V77.25c0-8.484-3.375-16.62-9.375-22.62l-45.25-45.25C387.4 3.375 379.2 0 370.8 0H96C78.34 0 64 14.33 64 32v128h64V64z\"/></svg>",
|
|
1470
1495
|
"purchase": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><g opacity=\"0.75\"><polygon points=\"33.34 25.04 27.34 28.52 33.35 31.97 39.34 28.49 33.34 25.04\" fill=\"#484f60\"/><polygon points=\"33.99 33.08 39.99 29.6 40 36.53 34.01 40.01 33.99 33.08\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"26.72 36.55 26.71 29.63 32.71 33.08 32.72 40.01 26.72 36.55\" fill=\"#484f60\" opacity=\"0.25\"/><polygon points=\"12.78 28.54 18.79 32 24.78 28.52 18.77 25.07 12.78 28.54\" fill=\"#484f60\"/><polygon points=\"19.43 33.1 25.42 29.63 25.44 36.56 19.44 40.03 19.43 33.1\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"12.15 36.58 12.14 29.65 18.15 33.11 18.16 40.04 12.15 36.58\" fill=\"#484f60\" opacity=\"0.25\"/><polygon points=\"32.04 15.89 26.03 12.44 22.09 14.73 27.52 14.73 24.03 18.21 26.05 19.37 32.04 15.89\" fill=\"#484f60\"/><polygon points=\"32.68 17 26.69 20.48 26.7 27.41 32.7 23.93 32.68 17\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"23.1 19.15 19.41 22.83 19.41 23.95 25.42 27.41 25.41 20.48 23.1 19.15\" fill=\"#484f60\" opacity=\"0.25\"/></g><polygon points=\"19.03 16.34 19.03 10.3 14.61 10.3 14.61 16.34 14.61 16.34 10 16.34 16.82 23.16 23.64 16.34 19.03 16.34\" fill=\"#484f60\"/></svg>",
|
|
1471
1496
|
"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>",
|
|
@@ -1473,7 +1498,7 @@ const IconSvg = {
|
|
|
1473
1498
|
"shelves_light": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 0C615.2 0 608 7.162 608 16V160H32V16C32 7.162 24.84 0 16 0S0 7.162 0 16v480C0 504.8 7.164 512 16 512S32 504.8 32 496V448h576v48c0 8.836 7.164 16 16 16s16-7.164 16-16v-480C640 7.162 632.8 0 624 0zM608 416H32V192h576V416zM384 128h64c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v64C352 113.7 366.3 128 384 128zM384 32h64v64h-64V32zM288 384h64c17.67 0 32-14.33 32-32V288c0-17.67-14.33-32-32-32H288C270.3 256 256 270.3 256 288v64C256 369.7 270.3 384 288 384zM288 288h64v64H288V288zM128 384h64c17.67 0 32-14.33 32-32V288c0-17.67-14.33-32-32-32H128C110.3 256 96 270.3 96 288v64C96 369.7 110.3 384 128 384zM128 288h64v64H128V288z\"/></svg>",
|
|
1474
1499
|
"shelves_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 0c-17.6 0-32 14.4-32 31.1V160H64V31.1C64 14.4 49.6 0 32 0S0 14.4 0 31.1v480h64v-32h512v32h64v-480C640 14.4 625.6 0 608 0zM576 416H64V224h512V416zM368 128h96C472.8 128 480 120.8 480 112v-96C480 7.25 472.8 0 464 0h-96C359.2 0 352 7.25 352 16v96C352 120.8 359.2 128 368 128zM112 384h96C216.8 384 224 376.8 224 368v-96C224 263.2 216.8 256 208 256h-96C103.2 256 96 263.2 96 272v96C96 376.8 103.2 384 112 384zM272 384h96c8.75 0 16-7.25 16-16v-96C384 263.2 376.8 256 368 256h-96C263.2 256 256 263.2 256 272v96C256 376.8 263.2 384 272 384z\"/></svg>",
|
|
1475
1500
|
"side_panel": "<svg width=\"47px\" height=\"43px\" viewBox=\"0 0 47 43\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><defs><image width=\"47\" height=\"43\" xlink:href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAArCAYAAADottG6AAAABHNCSVQICAgIfAhkiAAAAHtJREFUWIXt18EJwCAQAEENKSNv60gVgVQYSBWpw3f6OHvQx3Kw8xcX0QNrRERJaqMDVhhPMZ5iPMV4ivEU4ynGU/bZhb3/5Xm/pc3v6yytHdPrq58RiPEUHywl9bUxnuKDpaS+NsZTUsennjapT95RSTGeYjzFeErq+AEBrixGEVJ5mAAAAABJRU5ErkJggg==\" /></defs><use xlink:href=\"#img_1\" fill=\"#FFFFFF\" stroke=\"none\" /></svg>",
|
|
1476
|
-
"slide_in": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0
|
|
1501
|
+
"slide_in": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><g ><g><path d=\"M2,2.17H28V28.17H2V2.17Zm24.76,1.24H3.24V26.93H26.76V3.4Z\" fill=\"#484f60\"/><polygon points=\"23.71 13.42 18.41 13.42 18.41 10.43 14.12 14.72 18.41 19.01 18.41 16.02 23.71 16.02 23.71 13.42\" fill=\"#484f60\"/><rect x=\"2\" y=\"2.17\" width=\"9\" height=\"26\" fill=\"#484f60\"/></g></g></svg>",
|
|
1477
1502
|
"square_full": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 48v416h-416v-416H464zM512 0H0v512h512V0z\"/></svg>",
|
|
1478
1503
|
"square_full_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 0h512v512H0V0z\"/></svg>",
|
|
1479
1504
|
"sync_alt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"/></svg>",
|
|
@@ -1493,7 +1518,8 @@ const IconSvg = {
|
|
|
1493
1518
|
"truck_moving_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M64 32C28.7 32 0 60.7 0 96V304v80 16c0 44.2 35.8 80 80 80c26.2 0 49.4-12.6 64-32c14.6 19.4 37.8 32 64 32c44.2 0 80-35.8 80-80c0-5.5-.6-10.8-1.6-16H416h33.6c-1 5.2-1.6 10.5-1.6 16c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H608c17.7 0 32-14.3 32-32V288 272 261.7c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5H480V96c0-35.3-28.7-64-64-64H64zM585 256H480V192h48.8c2.4 0 4.7 1.1 6.2 2.9L585 256zM528 432c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32zM240 400c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32zM80 432c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z\"/></svg>",
|
|
1494
1519
|
"txt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M31.42,40.17H13.87c-2.15,0-2.71-.56-2.71-2.72V12.88c0-2.15.56-2.71,2.71-2.71H25.48l8.66,8.88v3.43H32.8V19.6l-7.88-8.09H13.87c-1.37,0-1.37,0-1.37,1.37V37.45c0,1.37,0,1.37,1.37,1.37H31.42c1.38,0,1.38,0,1.38-1.37V35h1.34v2.43C34.14,39.61,33.58,40.17,31.42,40.17Z\" fill=\"#484f60\"/><path d=\"M25.2,10.84v6.44c0,1.78.27,2,2,2h6.23Z\" fill=\"#484f60\"/><path d=\"M19.14,24.27v9h19.7v-9Zm6.68,2.36h-1.9V32h-1.3V26.63h-1.9V25.54h5.1ZM30.4,32,29,29.74,27.55,32H26l2.19-3.34-2-3.07h1.52L29,27.6l1.26-2.06h1.5l-2,3.12L32,32Zm6.86-5.32h-1.9V32H34.07V26.63H32.16V25.54h5.1Z\" fill=\"#484f60\"/></svg>",
|
|
1495
1520
|
"unlock": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M32.65,21.67H17.35c-2.81,0-3.06,2.29-3.06,5.12v8.09c0,2.83.25,5.12,3.06,5.12h15.3c2.81,0,3.06-2.29,3.06-5.12V26.79C35.71,24,35.46,21.67,32.65,21.67ZM20.22,37.49l2.61-6.32a3.82,3.82,0,1,1,4.35,0l2.6,6.32Z\" fill=\"#484f60\"/><path d=\"M35.51,16.64c0-3.6-2-4.07-4.51-4.07h0c-2.49,0-4.51.47-4.51,4.07v3h-2.7v-3C23.79,11.62,27,10,31,10h0c4,0,7.21,1.62,7.21,6.64Z\" fill=\"#484f60\"/></svg>",
|
|
1496
|
-
"warehouse": "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"><svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 19H8V21H6V19M12 3L2 8V21H4V13H20V21H22V8L12 3M8 11H4V9H8V11M14 11H10V9H14V11M20 11H16V9H20V11M6 15H8V17H6V15M10 15H12V17H10V15M10 19H12V21H10V19M14 19H16V21H14V19Z\" /></svg>"
|
|
1521
|
+
"warehouse": "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"><svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 19H8V21H6V19M12 3L2 8V21H4V13H20V21H22V8L12 3M8 11H4V9H8V11M14 11H10V9H14V11M20 11H16V9H20V11M6 15H8V17H6V15M10 15H12V17H10V15M10 19H12V21H10V19M14 19H16V21H14V19Z\" /></svg>",
|
|
1522
|
+
"x_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z\"/></svg>"
|
|
1497
1523
|
};
|
|
1498
1524
|
|
|
1499
1525
|
class IconCacheService {
|
|
@@ -1575,10 +1601,10 @@ ConfirmationDialogComponent.decorators = [
|
|
|
1575
1601
|
</div>
|
|
1576
1602
|
</co-dialog>
|
|
1577
1603
|
<ng-template #headerTemplate>
|
|
1578
|
-
<div class="co-
|
|
1604
|
+
<div class="co-dialog-header-title" [textContent]="title | localize"></div>
|
|
1579
1605
|
</ng-template>
|
|
1580
1606
|
<ng-template #footerTemplate>
|
|
1581
|
-
<div class="co-
|
|
1607
|
+
<div class="co-dialog-footer-button-wrapper">
|
|
1582
1608
|
<ng-container *ngIf="type === ptype.Confirmation">
|
|
1583
1609
|
<co-button [label]="'YES' | localize" (click)="handleYesClick($event)"></co-button>
|
|
1584
1610
|
<co-button [label]="'NO' | localize" (click)="handleNoClick($event)"></co-button>
|
|
@@ -1661,10 +1687,10 @@ CharacteristicAnswerComponent.decorators = [
|
|
|
1661
1687
|
</ng-container>
|
|
1662
1688
|
</co-dialog>
|
|
1663
1689
|
<ng-template #headerTemplate>
|
|
1664
|
-
<div class="co-
|
|
1690
|
+
<div class="co-dialog-header-title" [textContent]="title"></div>
|
|
1665
1691
|
</ng-template>
|
|
1666
1692
|
<ng-template #footerTemplate>
|
|
1667
|
-
<div class="co-
|
|
1693
|
+
<div class="co-dialog-footer-button-wrapper">
|
|
1668
1694
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
1669
1695
|
</div>
|
|
1670
1696
|
</ng-template>
|
|
@@ -1787,7 +1813,7 @@ DialogTransactionLineWarehouseComponent.decorators = [
|
|
|
1787
1813
|
<co-dialog-header-search [title]="'WAREHOUSE'" (search)="handleSearch($event)"></co-dialog-header-search>
|
|
1788
1814
|
</ng-template>
|
|
1789
1815
|
<ng-template #footerTemplate>
|
|
1790
|
-
<div class="co-
|
|
1816
|
+
<div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
|
|
1791
1817
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
1792
1818
|
</div>
|
|
1793
1819
|
</ng-template>
|
|
@@ -1818,10 +1844,10 @@ DialogTransactionLineCommissionCodeComponent.decorators = [
|
|
|
1818
1844
|
(valueChange)="handleValueChange($event)"></co-transaction-line-commission-code>
|
|
1819
1845
|
</co-dialog>
|
|
1820
1846
|
<ng-template #dialogHeader>
|
|
1821
|
-
<div class="co-
|
|
1847
|
+
<div class="co-dialog-header-title" [textContent]="'COMMISSION_CODE' | localize"></div>
|
|
1822
1848
|
</ng-template>
|
|
1823
1849
|
<ng-template #footerTemplate>
|
|
1824
|
-
<div class="co-
|
|
1850
|
+
<div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
|
|
1825
1851
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
1826
1852
|
</div>
|
|
1827
1853
|
</ng-template>
|
|
@@ -1930,7 +1956,7 @@ DialogTransactionLineWarehouseLocationComponent.decorators = [
|
|
|
1930
1956
|
<co-dialog-header-search [title]="'LOCATION'" (search)="handleSearch($event)"></co-dialog-header-search>
|
|
1931
1957
|
</ng-template>
|
|
1932
1958
|
<ng-template #footerTemplate>
|
|
1933
|
-
<div class="co-
|
|
1959
|
+
<div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
|
|
1934
1960
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
1935
1961
|
</div>
|
|
1936
1962
|
</ng-template>
|
|
@@ -1978,7 +2004,7 @@ DialogTransactionLineWarehouseCcComponent.decorators = [
|
|
|
1978
2004
|
selector: "co-dialog-transaction-line-warehouse-cc",
|
|
1979
2005
|
template: `
|
|
1980
2006
|
<co-dialog
|
|
1981
|
-
[customCssClass]="'co-
|
|
2007
|
+
[customCssClass]="'co-small-toolbar'"
|
|
1982
2008
|
[headerTemplate]="dialogHeader"
|
|
1983
2009
|
[footerTemplate]="footerTemplate"
|
|
1984
2010
|
(closeClick)="handleDialogClose()">
|
|
@@ -2003,10 +2029,10 @@ DialogTransactionLineWarehouseCcComponent.decorators = [
|
|
|
2003
2029
|
</div>
|
|
2004
2030
|
</co-dialog>
|
|
2005
2031
|
<ng-template #dialogHeader>
|
|
2006
|
-
<div class="co-
|
|
2032
|
+
<div class="co-dialog-header-title" [textContent]="'COMMISSION_CODE_WAREHOUSE_SELECTION' | localize"></div>
|
|
2007
2033
|
</ng-template>
|
|
2008
2034
|
<ng-template #footerTemplate>
|
|
2009
|
-
<div class="co-
|
|
2035
|
+
<div class="co-dialog-footer-button-wrapper">
|
|
2010
2036
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
2011
2037
|
</div>
|
|
2012
2038
|
</ng-template>
|
|
@@ -2611,6 +2637,81 @@ class TransactionConnectorAdapterService {
|
|
|
2611
2637
|
});
|
|
2612
2638
|
});
|
|
2613
2639
|
}
|
|
2640
|
+
createSalesOrder(request) {
|
|
2641
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2642
|
+
return new Promise((resolve, reject) => {
|
|
2643
|
+
return this.connector.createSalesOrder(request).then((result) => {
|
|
2644
|
+
if (result.validationResult && result.validationResult.success) {
|
|
2645
|
+
resolve(this._boFactory.makeWithRawBackendData(TransactionInfoResponse, result.resultObject));
|
|
2646
|
+
}
|
|
2647
|
+
else {
|
|
2648
|
+
this._handleExceptionFromResponse(result);
|
|
2649
|
+
reject(null);
|
|
2650
|
+
}
|
|
2651
|
+
});
|
|
2652
|
+
});
|
|
2653
|
+
});
|
|
2654
|
+
}
|
|
2655
|
+
createCashRegisterOrder(request) {
|
|
2656
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2657
|
+
return new Promise((resolve, reject) => {
|
|
2658
|
+
return this.connector.createCashRegisterOrder(request).then((result) => {
|
|
2659
|
+
if (result.validationResult && result.validationResult.success) {
|
|
2660
|
+
resolve(this._boFactory.makeWithRawBackendData(TransactionInfoResponse, result.resultObject));
|
|
2661
|
+
}
|
|
2662
|
+
else {
|
|
2663
|
+
this._handleExceptionFromResponse(result);
|
|
2664
|
+
reject(null);
|
|
2665
|
+
}
|
|
2666
|
+
});
|
|
2667
|
+
});
|
|
2668
|
+
});
|
|
2669
|
+
}
|
|
2670
|
+
createPurchaseOrder(request) {
|
|
2671
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2672
|
+
return new Promise((resolve, reject) => {
|
|
2673
|
+
return this.connector.createPurchaseOrder(request).then((result) => {
|
|
2674
|
+
if (result.validationResult && result.validationResult.success) {
|
|
2675
|
+
resolve(this._boFactory.makeWithRawBackendData(TransactionInfoResponse, result.resultObject));
|
|
2676
|
+
}
|
|
2677
|
+
else {
|
|
2678
|
+
this._handleExceptionFromResponse(result);
|
|
2679
|
+
reject(null);
|
|
2680
|
+
}
|
|
2681
|
+
});
|
|
2682
|
+
});
|
|
2683
|
+
});
|
|
2684
|
+
}
|
|
2685
|
+
createServiceOrder(request) {
|
|
2686
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2687
|
+
return new Promise((resolve, reject) => {
|
|
2688
|
+
return this.connector.createServiceOrder(request).then((result) => {
|
|
2689
|
+
if (result.validationResult && result.validationResult.success) {
|
|
2690
|
+
resolve(this._boFactory.makeWithRawBackendData(TransactionInfoResponse, result.resultObject));
|
|
2691
|
+
}
|
|
2692
|
+
else {
|
|
2693
|
+
this._handleExceptionFromResponse(result);
|
|
2694
|
+
reject(null);
|
|
2695
|
+
}
|
|
2696
|
+
});
|
|
2697
|
+
});
|
|
2698
|
+
});
|
|
2699
|
+
}
|
|
2700
|
+
createSalesQuotation(request) {
|
|
2701
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2702
|
+
return new Promise((resolve, reject) => {
|
|
2703
|
+
return this.connector.createSalesQuotation(request).then((result) => {
|
|
2704
|
+
if (result.validationResult && result.validationResult.success) {
|
|
2705
|
+
resolve(this._boFactory.makeWithRawBackendData(TransactionInfoResponse, result.resultObject));
|
|
2706
|
+
}
|
|
2707
|
+
else {
|
|
2708
|
+
this._handleExceptionFromResponse(result);
|
|
2709
|
+
reject(null);
|
|
2710
|
+
}
|
|
2711
|
+
});
|
|
2712
|
+
});
|
|
2713
|
+
});
|
|
2714
|
+
}
|
|
2614
2715
|
saveTransaction(uuid) {
|
|
2615
2716
|
return new Promise((resolve, reject) => {
|
|
2616
2717
|
return this.connector.saveTransaction(uuid).then((result) => {
|
|
@@ -3521,38 +3622,6 @@ class TransactionConnectorAdapterService {
|
|
|
3521
3622
|
});
|
|
3522
3623
|
});
|
|
3523
3624
|
}
|
|
3524
|
-
getPurchaseOrderEmailLayouts(transactionUUID) {
|
|
3525
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3526
|
-
return new Promise((resolve, reject) => {
|
|
3527
|
-
return this.connector.getPurchaseOrderEmailLayouts(transactionUUID).then((result) => {
|
|
3528
|
-
if (result.validationResult && result.validationResult.success) {
|
|
3529
|
-
if (result.resultObject) {
|
|
3530
|
-
resolve(result.resultObject);
|
|
3531
|
-
}
|
|
3532
|
-
}
|
|
3533
|
-
else {
|
|
3534
|
-
reject(result.validationMessagesAsString);
|
|
3535
|
-
}
|
|
3536
|
-
});
|
|
3537
|
-
});
|
|
3538
|
-
});
|
|
3539
|
-
}
|
|
3540
|
-
emailOrderConfirmation(emailOrderConfirmation) {
|
|
3541
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
3542
|
-
return new Promise((resolve, reject) => {
|
|
3543
|
-
return this.connector.emailOrderConfirmation(emailOrderConfirmation).then((result) => {
|
|
3544
|
-
if (result.validationResult && result.validationResult.success) {
|
|
3545
|
-
if (result.resultObject) {
|
|
3546
|
-
resolve(result.resultObject);
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
else {
|
|
3550
|
-
reject(result.validationMessagesAsString);
|
|
3551
|
-
}
|
|
3552
|
-
});
|
|
3553
|
-
});
|
|
3554
|
-
});
|
|
3555
|
-
}
|
|
3556
3625
|
getStockStickerTemplates(data) {
|
|
3557
3626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3558
3627
|
return new Promise((resolve, reject) => {
|
|
@@ -3656,6 +3725,198 @@ class TransactionConnectorAdapterService {
|
|
|
3656
3725
|
}
|
|
3657
3726
|
});
|
|
3658
3727
|
}
|
|
3728
|
+
getOrderConfirmationEmailLayouts(transactionUUID) {
|
|
3729
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3730
|
+
const response = yield this.connector.getOrderConfirmationEmailLayouts(transactionUUID);
|
|
3731
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3732
|
+
return this._boFactory.makeBOArrayFromRawBackendDataArray(ReportLayoutSelectionEmail, response.resultObject);
|
|
3733
|
+
}
|
|
3734
|
+
else {
|
|
3735
|
+
this._handleExceptionFromResponse(response);
|
|
3736
|
+
return null;
|
|
3737
|
+
}
|
|
3738
|
+
});
|
|
3739
|
+
}
|
|
3740
|
+
getOrderConfirmationPrintLayouts(transactionUUID) {
|
|
3741
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3742
|
+
const response = yield this.connector.getOrderConfirmationPrintLayouts(transactionUUID);
|
|
3743
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3744
|
+
return this._boFactory.makeBOArrayFromRawBackendDataArray(ReportLayoutSelectionPrint, response.resultObject);
|
|
3745
|
+
}
|
|
3746
|
+
else {
|
|
3747
|
+
this._handleExceptionFromResponse(response);
|
|
3748
|
+
return null;
|
|
3749
|
+
}
|
|
3750
|
+
});
|
|
3751
|
+
}
|
|
3752
|
+
getOrderConfirmationDefaultSendMethod(relationId) {
|
|
3753
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3754
|
+
const response = yield this.connector.getOrderConfirmationDefaultSendMethod(relationId);
|
|
3755
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3756
|
+
return response.resultObject;
|
|
3757
|
+
}
|
|
3758
|
+
else {
|
|
3759
|
+
this._handleExceptionFromResponse(response);
|
|
3760
|
+
return null;
|
|
3761
|
+
}
|
|
3762
|
+
});
|
|
3763
|
+
}
|
|
3764
|
+
printOrderConfirmation(request) {
|
|
3765
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3766
|
+
const response = yield this.connector.printOrderConfirmation(request);
|
|
3767
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3768
|
+
return response.resultObject;
|
|
3769
|
+
}
|
|
3770
|
+
else {
|
|
3771
|
+
this._handleExceptionFromResponse(response);
|
|
3772
|
+
return null;
|
|
3773
|
+
}
|
|
3774
|
+
});
|
|
3775
|
+
}
|
|
3776
|
+
emailOrderConfirmation(request) {
|
|
3777
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3778
|
+
const response = yield this.connector.emailOrderConfirmation(request);
|
|
3779
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3780
|
+
return response.resultObject;
|
|
3781
|
+
}
|
|
3782
|
+
else {
|
|
3783
|
+
this._handleExceptionFromResponse(response);
|
|
3784
|
+
return null;
|
|
3785
|
+
}
|
|
3786
|
+
});
|
|
3787
|
+
}
|
|
3788
|
+
pdfOrderConfirmation(request) {
|
|
3789
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3790
|
+
const response = yield this.connector.pdfOrderConfirmation(request);
|
|
3791
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3792
|
+
return response.resultObject;
|
|
3793
|
+
}
|
|
3794
|
+
else {
|
|
3795
|
+
this._handleExceptionFromResponse(response);
|
|
3796
|
+
return null;
|
|
3797
|
+
}
|
|
3798
|
+
});
|
|
3799
|
+
}
|
|
3800
|
+
printPurchaseOrder(request) {
|
|
3801
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3802
|
+
const response = yield this.connector.printPurchaseOrder(request);
|
|
3803
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3804
|
+
return response.resultObject;
|
|
3805
|
+
}
|
|
3806
|
+
else {
|
|
3807
|
+
this._handleExceptionFromResponse(response);
|
|
3808
|
+
return null;
|
|
3809
|
+
}
|
|
3810
|
+
});
|
|
3811
|
+
}
|
|
3812
|
+
emailPurchaseOrder(request) {
|
|
3813
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3814
|
+
const response = yield this.connector.emailPurchaseOrder(request);
|
|
3815
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3816
|
+
return response.resultObject;
|
|
3817
|
+
}
|
|
3818
|
+
else {
|
|
3819
|
+
this._handleExceptionFromResponse(response);
|
|
3820
|
+
return null;
|
|
3821
|
+
}
|
|
3822
|
+
});
|
|
3823
|
+
}
|
|
3824
|
+
pdfPurchaseOrder(request) {
|
|
3825
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3826
|
+
const response = yield this.connector.pdfPurchaseOrder(request);
|
|
3827
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3828
|
+
return response.resultObject;
|
|
3829
|
+
}
|
|
3830
|
+
else {
|
|
3831
|
+
this._handleExceptionFromResponse(response);
|
|
3832
|
+
return null;
|
|
3833
|
+
}
|
|
3834
|
+
});
|
|
3835
|
+
}
|
|
3836
|
+
getPurchaseOrderEmailLayouts(transactionUUID) {
|
|
3837
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3838
|
+
const response = yield this.connector.getPurchaseOrderEmailLayouts(transactionUUID);
|
|
3839
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3840
|
+
return this._boFactory.makeBOArrayFromRawBackendDataArray(ReportLayoutSelectionEmail, response.resultObject);
|
|
3841
|
+
}
|
|
3842
|
+
else {
|
|
3843
|
+
this._handleExceptionFromResponse(response);
|
|
3844
|
+
return null;
|
|
3845
|
+
}
|
|
3846
|
+
});
|
|
3847
|
+
}
|
|
3848
|
+
getPurchaseOrderPrintLayouts(transactionUUID) {
|
|
3849
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3850
|
+
const response = yield this.connector.getPurchaseOrderPrintLayouts(transactionUUID);
|
|
3851
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3852
|
+
return this._boFactory.makeBOArrayFromRawBackendDataArray(ReportLayoutSelectionPrint, response.resultObject);
|
|
3853
|
+
}
|
|
3854
|
+
else {
|
|
3855
|
+
this._handleExceptionFromResponse(response);
|
|
3856
|
+
return null;
|
|
3857
|
+
}
|
|
3858
|
+
});
|
|
3859
|
+
}
|
|
3860
|
+
getDefaultEmailAddressListForOrderConfirmation(transactionUUID) {
|
|
3861
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3862
|
+
const response = yield this.connector.getDefaultEmailAddressListForOrderConfirmation(transactionUUID);
|
|
3863
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3864
|
+
return response.resultObject;
|
|
3865
|
+
}
|
|
3866
|
+
else {
|
|
3867
|
+
this._handleExceptionFromResponse(response);
|
|
3868
|
+
return null;
|
|
3869
|
+
}
|
|
3870
|
+
});
|
|
3871
|
+
}
|
|
3872
|
+
getPurchaseOrderDefaultSendMethod(relationId) {
|
|
3873
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3874
|
+
const response = yield this.connector.getPurchaseOrderDefaultSendMethod(relationId);
|
|
3875
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3876
|
+
return response.resultObject;
|
|
3877
|
+
}
|
|
3878
|
+
else {
|
|
3879
|
+
this._handleExceptionFromResponse(response);
|
|
3880
|
+
return null;
|
|
3881
|
+
}
|
|
3882
|
+
});
|
|
3883
|
+
}
|
|
3884
|
+
generateAndSendPurchaseOrdersForSalesOrder(transactionId) {
|
|
3885
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3886
|
+
const response = yield this.connector.generateAndSendPurchaseOrdersForSalesOrder(transactionId);
|
|
3887
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3888
|
+
return response.resultObject;
|
|
3889
|
+
}
|
|
3890
|
+
else {
|
|
3891
|
+
this._handleExceptionFromResponse(response);
|
|
3892
|
+
return null;
|
|
3893
|
+
}
|
|
3894
|
+
});
|
|
3895
|
+
}
|
|
3896
|
+
getPurchaseAdviceLines(filters, goodId) {
|
|
3897
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3898
|
+
const response = yield this.connector.getPurchaseAdviceLines(filters, goodId);
|
|
3899
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3900
|
+
return this._boFactory.makeBOArrayFromRawBackendDataArray(PurchaseAdviceLine, response.resultObject);
|
|
3901
|
+
}
|
|
3902
|
+
else {
|
|
3903
|
+
this._handleExceptionFromResponse(response);
|
|
3904
|
+
return null;
|
|
3905
|
+
}
|
|
3906
|
+
});
|
|
3907
|
+
}
|
|
3908
|
+
generateAndSendPurchaseOrders(purchaseAdviceLines) {
|
|
3909
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3910
|
+
const response = yield this.connector.generateAndSendPurchaseOrders(purchaseAdviceLines);
|
|
3911
|
+
if (response && response.validationResult && response.validationResult.success) {
|
|
3912
|
+
return true;
|
|
3913
|
+
}
|
|
3914
|
+
else {
|
|
3915
|
+
this._handleExceptionFromResponse(response);
|
|
3916
|
+
return null;
|
|
3917
|
+
}
|
|
3918
|
+
});
|
|
3919
|
+
}
|
|
3659
3920
|
_handleExceptionFromResponse(result) {
|
|
3660
3921
|
this._errorService.showValidationError(result);
|
|
3661
3922
|
}
|
|
@@ -3759,6 +4020,31 @@ class TransactionConnectorService {
|
|
|
3759
4020
|
createTransaction(kind, branchNr) {
|
|
3760
4021
|
return this._adapterService.createTransaction(kind, branchNr);
|
|
3761
4022
|
}
|
|
4023
|
+
createSalesOrder(request) {
|
|
4024
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4025
|
+
return this._adapterService.createSalesOrder(request);
|
|
4026
|
+
});
|
|
4027
|
+
}
|
|
4028
|
+
createCashRegisterOrder(request) {
|
|
4029
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4030
|
+
return this._adapterService.createCashRegisterOrder(request);
|
|
4031
|
+
});
|
|
4032
|
+
}
|
|
4033
|
+
createPurchaseOrder(request) {
|
|
4034
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4035
|
+
return this._adapterService.createPurchaseOrder(request);
|
|
4036
|
+
});
|
|
4037
|
+
}
|
|
4038
|
+
createServiceOrder(request) {
|
|
4039
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4040
|
+
return this._adapterService.createServiceOrder(request);
|
|
4041
|
+
});
|
|
4042
|
+
}
|
|
4043
|
+
createSalesQuotation(request) {
|
|
4044
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4045
|
+
return this._adapterService.createSalesQuotation(request);
|
|
4046
|
+
});
|
|
4047
|
+
}
|
|
3762
4048
|
getArticleBoundTextLinesOfArticleLine(articleLineUuid) {
|
|
3763
4049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3764
4050
|
return this._adapterService.getArticleBoundTextLinesOfArticleLine(articleLineUuid);
|
|
@@ -4180,49 +4466,119 @@ class TransactionConnectorService {
|
|
|
4180
4466
|
generateCommissionOrders(transId, onlyGenerateForDirectSellSuppliers) {
|
|
4181
4467
|
return this._adapterService.generateCommissionOrders(transId, onlyGenerateForDirectSellSuppliers);
|
|
4182
4468
|
}
|
|
4183
|
-
getDeliveryOrderStatus(transId, lineId) {
|
|
4469
|
+
getDeliveryOrderStatus(transId, lineId) {
|
|
4470
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4471
|
+
return this._adapterService.getDeliveryOrderStatus(transId, lineId);
|
|
4472
|
+
});
|
|
4473
|
+
}
|
|
4474
|
+
getStockStickerTemplates(data) {
|
|
4475
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4476
|
+
return yield this._adapterService.getStockStickerTemplates(data);
|
|
4477
|
+
});
|
|
4478
|
+
}
|
|
4479
|
+
getAvailableStockGroupedByWLBSByTransIdLineNr(transId, lineNr) {
|
|
4480
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4481
|
+
return yield this._adapterService.getAvailableStockGroupedByWLBSByTransIdLineNr(transId, lineNr);
|
|
4482
|
+
});
|
|
4483
|
+
}
|
|
4484
|
+
allocateGoodsForSalesOrder(request) {
|
|
4485
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4486
|
+
return yield this._adapterService.allocateGoodsForSalesOrder(request);
|
|
4487
|
+
});
|
|
4488
|
+
}
|
|
4489
|
+
allocateGoodsForSalesOrderCorrection(request) {
|
|
4490
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4491
|
+
return yield this._adapterService.allocateGoodsForSalesOrderCorrection(request);
|
|
4492
|
+
});
|
|
4493
|
+
}
|
|
4494
|
+
getGoodsAllocationStatus(transId, lineNr) {
|
|
4495
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4496
|
+
return yield this._adapterService.getGoodsAllocationStatus(transId, lineNr);
|
|
4497
|
+
});
|
|
4498
|
+
}
|
|
4499
|
+
getGoodsAllocationStatusWithHistory(transId, lineNr) {
|
|
4500
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4501
|
+
return yield this._adapterService.getGoodsAllocationStatusWithHistory(transId, lineNr);
|
|
4502
|
+
});
|
|
4503
|
+
}
|
|
4504
|
+
getOrderConfirmationEmailLayouts(transactionUUID) {
|
|
4505
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4506
|
+
return yield this._adapterService.getOrderConfirmationEmailLayouts(transactionUUID);
|
|
4507
|
+
});
|
|
4508
|
+
}
|
|
4509
|
+
getOrderConfirmationPrintLayouts(transactionUUID) {
|
|
4510
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4511
|
+
return yield this._adapterService.getOrderConfirmationPrintLayouts(transactionUUID);
|
|
4512
|
+
});
|
|
4513
|
+
}
|
|
4514
|
+
getOrderConfirmationDefaultSendMethod(relationId) {
|
|
4515
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4516
|
+
return yield this._adapterService.getOrderConfirmationDefaultSendMethod(relationId);
|
|
4517
|
+
});
|
|
4518
|
+
}
|
|
4519
|
+
getDefaultEmailAddressListForOrderConfirmation(transactionUUID) {
|
|
4520
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4521
|
+
return yield this._adapterService.getDefaultEmailAddressListForOrderConfirmation(transactionUUID);
|
|
4522
|
+
});
|
|
4523
|
+
}
|
|
4524
|
+
printOrderConfirmation(request) {
|
|
4525
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4526
|
+
return yield this._adapterService.printOrderConfirmation(request);
|
|
4527
|
+
});
|
|
4528
|
+
}
|
|
4529
|
+
emailOrderConfirmation(request) {
|
|
4530
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4531
|
+
return yield this._adapterService.emailOrderConfirmation(request);
|
|
4532
|
+
});
|
|
4533
|
+
}
|
|
4534
|
+
pdfOrderConfirmation(request) {
|
|
4535
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4536
|
+
return yield this._adapterService.pdfOrderConfirmation(request);
|
|
4537
|
+
});
|
|
4538
|
+
}
|
|
4539
|
+
printPurchaseOrder(request) {
|
|
4184
4540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4185
|
-
return this._adapterService.
|
|
4541
|
+
return yield this._adapterService.printPurchaseOrder(request);
|
|
4186
4542
|
});
|
|
4187
4543
|
}
|
|
4188
|
-
|
|
4544
|
+
emailPurchaseOrder(request) {
|
|
4189
4545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4190
|
-
return yield this._adapterService.
|
|
4546
|
+
return yield this._adapterService.emailPurchaseOrder(request);
|
|
4191
4547
|
});
|
|
4192
4548
|
}
|
|
4193
|
-
|
|
4549
|
+
pdfPurchaseOrder(request) {
|
|
4194
4550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4195
|
-
return yield this._adapterService.
|
|
4551
|
+
return yield this._adapterService.pdfPurchaseOrder(request);
|
|
4196
4552
|
});
|
|
4197
4553
|
}
|
|
4198
|
-
|
|
4554
|
+
getPurchaseOrderEmailLayouts(transactionUUID) {
|
|
4199
4555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4200
|
-
return yield this._adapterService.
|
|
4556
|
+
return yield this._adapterService.getPurchaseOrderEmailLayouts(transactionUUID);
|
|
4201
4557
|
});
|
|
4202
4558
|
}
|
|
4203
|
-
|
|
4559
|
+
getPurchaseOrderPrintLayouts(transactionUUID) {
|
|
4204
4560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4205
|
-
return yield this._adapterService.
|
|
4561
|
+
return yield this._adapterService.getPurchaseOrderPrintLayouts(transactionUUID);
|
|
4206
4562
|
});
|
|
4207
4563
|
}
|
|
4208
|
-
|
|
4564
|
+
getPurchaseOrderDefaultSendMethod(relationId) {
|
|
4209
4565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4210
|
-
return yield this._adapterService.
|
|
4566
|
+
return yield this._adapterService.getPurchaseOrderDefaultSendMethod(relationId);
|
|
4211
4567
|
});
|
|
4212
4568
|
}
|
|
4213
|
-
|
|
4569
|
+
generateAndSendPurchaseOrdersForSalesOrder(transactionId) {
|
|
4214
4570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4215
|
-
return yield this._adapterService.
|
|
4571
|
+
return yield this._adapterService.generateAndSendPurchaseOrdersForSalesOrder(transactionId);
|
|
4216
4572
|
});
|
|
4217
4573
|
}
|
|
4218
|
-
|
|
4574
|
+
getPurchaseAdviceLines(filters, goodId) {
|
|
4219
4575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4220
|
-
return yield this._adapterService.
|
|
4576
|
+
return yield this._adapterService.getPurchaseAdviceLines(filters, goodId);
|
|
4221
4577
|
});
|
|
4222
4578
|
}
|
|
4223
|
-
|
|
4579
|
+
generateAndSendPurchaseOrders(purchaseAdviceLines) {
|
|
4224
4580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4225
|
-
return yield this._adapterService.
|
|
4581
|
+
return yield this._adapterService.generateAndSendPurchaseOrders(purchaseAdviceLines);
|
|
4226
4582
|
});
|
|
4227
4583
|
}
|
|
4228
4584
|
}
|
|
@@ -4542,9 +4898,9 @@ RelationConnectorService.ctorParameters = () => [
|
|
|
4542
4898
|
];
|
|
4543
4899
|
|
|
4544
4900
|
class PendingReasonService {
|
|
4545
|
-
constructor(
|
|
4546
|
-
this.dialogService = dialogService;
|
|
4901
|
+
constructor(options, dialogService, connector, sharedService, articleConnector, dictionaryService, transactionEventService, relationConnector) {
|
|
4547
4902
|
this.options = options;
|
|
4903
|
+
this.dialogService = dialogService;
|
|
4548
4904
|
this.connector = connector;
|
|
4549
4905
|
this.sharedService = sharedService;
|
|
4550
4906
|
this.articleConnector = articleConnector;
|
|
@@ -4797,15 +5153,15 @@ class PendingReasonService {
|
|
|
4797
5153
|
}
|
|
4798
5154
|
}
|
|
4799
5155
|
}
|
|
4800
|
-
PendingReasonService.ɵprov = i0.ɵɵdefineInjectable({ factory: function PendingReasonService_Factory() { return new PendingReasonService(i0.ɵɵinject(
|
|
5156
|
+
PendingReasonService.ɵprov = i0.ɵɵdefineInjectable({ factory: function PendingReasonService_Factory() { return new PendingReasonService(i0.ɵɵinject(OptionsService), i0.ɵɵinject(DialogService), i0.ɵɵinject(TransactionConnectorService), i0.ɵɵinject(i4.SharedService), i0.ɵɵinject(ArticleConnectorService), i0.ɵɵinject(DictionaryService), i0.ɵɵinject(TransactionEventService), i0.ɵɵinject(RelationConnectorService)); }, token: PendingReasonService, providedIn: "root" });
|
|
4801
5157
|
PendingReasonService.decorators = [
|
|
4802
5158
|
{ type: Injectable, args: [{
|
|
4803
5159
|
providedIn: "root"
|
|
4804
5160
|
},] }
|
|
4805
5161
|
];
|
|
4806
5162
|
PendingReasonService.ctorParameters = () => [
|
|
4807
|
-
{ type: DialogService },
|
|
4808
5163
|
{ type: OptionsService },
|
|
5164
|
+
{ type: DialogService },
|
|
4809
5165
|
{ type: TransactionConnectorService },
|
|
4810
5166
|
{ type: SharedService$1 },
|
|
4811
5167
|
{ type: ArticleConnectorService },
|
|
@@ -4815,6 +5171,25 @@ PendingReasonService.ctorParameters = () => [
|
|
|
4815
5171
|
];
|
|
4816
5172
|
|
|
4817
5173
|
class TransactionService extends PendingReasonService {
|
|
5174
|
+
constructor() {
|
|
5175
|
+
super(...arguments);
|
|
5176
|
+
this._createTransactionMethods = new Map([
|
|
5177
|
+
[TransactionKind.SalesOrder, (request) => this.createSalesOrder(request)],
|
|
5178
|
+
[TransactionKind.PurchaseOrder, (request) => this.createPurchaseOrder(request)]
|
|
5179
|
+
]);
|
|
5180
|
+
this._relationKindFromTransactionKind = new Map([
|
|
5181
|
+
[TransactionKind.SalesOrder, RelationKind.Customer],
|
|
5182
|
+
[TransactionKind.PurchaseOrder, RelationKind.Supplier]
|
|
5183
|
+
]);
|
|
5184
|
+
}
|
|
5185
|
+
getRelationKindFromTransactionKind() {
|
|
5186
|
+
if (this._relationKindFromTransactionKind.has(this.transactionKind)) {
|
|
5187
|
+
return this._relationKindFromTransactionKind.get(this.transactionKind);
|
|
5188
|
+
}
|
|
5189
|
+
else {
|
|
5190
|
+
return RelationKind.Customer;
|
|
5191
|
+
}
|
|
5192
|
+
}
|
|
4818
5193
|
pendingLineOperationStatus(lineOperationStatuses) {
|
|
4819
5194
|
const status = lineOperationStatuses.find(line => line.pendingReasonType !== PendingReasonType.NONE
|
|
4820
5195
|
&& line.pendingReasonType !== PendingReasonType.NON_CRITICAL_DISCONTINUATION);
|
|
@@ -5117,16 +5492,52 @@ class TransactionService extends PendingReasonService {
|
|
|
5117
5492
|
getArticleBoundTextLinesOfArticleLine(articleLineUuid) {
|
|
5118
5493
|
return this.connector.getArticleBoundTextLinesOfArticleLine(articleLineUuid);
|
|
5119
5494
|
}
|
|
5120
|
-
|
|
5495
|
+
createSalesOrder(request) {
|
|
5121
5496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5122
|
-
return new Promise((resolve
|
|
5123
|
-
this.connector.
|
|
5497
|
+
return new Promise((resolve) => {
|
|
5498
|
+
this.connector.createSalesOrder(request).then((response) => {
|
|
5499
|
+
this.rememberCurrentTransaction(response);
|
|
5500
|
+
resolve(true);
|
|
5501
|
+
});
|
|
5502
|
+
});
|
|
5503
|
+
});
|
|
5504
|
+
}
|
|
5505
|
+
createCashRegisterOrder(request) {
|
|
5506
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5507
|
+
return new Promise((resolve) => {
|
|
5508
|
+
this.connector.createCashRegisterOrder(request).then((response) => {
|
|
5509
|
+
this.rememberCurrentTransaction(response);
|
|
5510
|
+
resolve(true);
|
|
5511
|
+
});
|
|
5512
|
+
});
|
|
5513
|
+
});
|
|
5514
|
+
}
|
|
5515
|
+
createPurchaseOrder(request) {
|
|
5516
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5517
|
+
return new Promise((resolve) => {
|
|
5518
|
+
this.connector.createPurchaseOrder(request).then((response) => {
|
|
5519
|
+
this.rememberCurrentTransaction(response);
|
|
5520
|
+
resolve(true);
|
|
5521
|
+
});
|
|
5522
|
+
});
|
|
5523
|
+
});
|
|
5524
|
+
}
|
|
5525
|
+
createServiceOrder(request) {
|
|
5526
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5527
|
+
return new Promise((resolve) => {
|
|
5528
|
+
this.connector.createServiceOrder(request).then((response) => {
|
|
5529
|
+
this.rememberCurrentTransaction(response);
|
|
5530
|
+
resolve(true);
|
|
5531
|
+
});
|
|
5532
|
+
});
|
|
5533
|
+
});
|
|
5534
|
+
}
|
|
5535
|
+
createSalesQuotation(request) {
|
|
5536
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5537
|
+
return new Promise((resolve) => {
|
|
5538
|
+
this.connector.createSalesQuotation(request).then((response) => {
|
|
5124
5539
|
this.rememberCurrentTransaction(response);
|
|
5125
5540
|
resolve(true);
|
|
5126
|
-
}, (error) => {
|
|
5127
|
-
reject(error);
|
|
5128
|
-
}).catch((reason) => {
|
|
5129
|
-
reject(false);
|
|
5130
5541
|
});
|
|
5131
5542
|
});
|
|
5132
5543
|
});
|
|
@@ -5467,6 +5878,86 @@ class TransactionService extends PendingReasonService {
|
|
|
5467
5878
|
return yield this.connector.getGoodsAllocationStatusWithHistory(transId, lineNr);
|
|
5468
5879
|
});
|
|
5469
5880
|
}
|
|
5881
|
+
getOrderConfirmationEmailLayouts(transactionUUID) {
|
|
5882
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5883
|
+
return yield this.connector.getOrderConfirmationEmailLayouts(transactionUUID);
|
|
5884
|
+
});
|
|
5885
|
+
}
|
|
5886
|
+
getOrderConfirmationPrintLayouts(transactionUUID) {
|
|
5887
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5888
|
+
return yield this.connector.getOrderConfirmationPrintLayouts(transactionUUID);
|
|
5889
|
+
});
|
|
5890
|
+
}
|
|
5891
|
+
getOrderConfirmationDefaultSendMethod(relationId) {
|
|
5892
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5893
|
+
return yield this.connector.getOrderConfirmationDefaultSendMethod(relationId);
|
|
5894
|
+
});
|
|
5895
|
+
}
|
|
5896
|
+
getDefaultEmailAddressListForOrderConfirmation(transactionUUID) {
|
|
5897
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5898
|
+
return yield this.connector.getDefaultEmailAddressListForOrderConfirmation(transactionUUID);
|
|
5899
|
+
});
|
|
5900
|
+
}
|
|
5901
|
+
printOrderConfirmation(request) {
|
|
5902
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5903
|
+
return yield this.connector.printOrderConfirmation(request);
|
|
5904
|
+
});
|
|
5905
|
+
}
|
|
5906
|
+
emailOrderConfirmation(request) {
|
|
5907
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5908
|
+
return yield this.connector.emailOrderConfirmation(request);
|
|
5909
|
+
});
|
|
5910
|
+
}
|
|
5911
|
+
pdfOrderConfirmation(request) {
|
|
5912
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5913
|
+
return yield this.connector.pdfOrderConfirmation(request);
|
|
5914
|
+
});
|
|
5915
|
+
}
|
|
5916
|
+
printPurchaseOrder(request) {
|
|
5917
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5918
|
+
return yield this.connector.printPurchaseOrder(request);
|
|
5919
|
+
});
|
|
5920
|
+
}
|
|
5921
|
+
emailPurchaseOrder(request) {
|
|
5922
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5923
|
+
return yield this.connector.emailPurchaseOrder(request);
|
|
5924
|
+
});
|
|
5925
|
+
}
|
|
5926
|
+
pdfPurchaseOrder(request) {
|
|
5927
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5928
|
+
return yield this.connector.pdfPurchaseOrder(request);
|
|
5929
|
+
});
|
|
5930
|
+
}
|
|
5931
|
+
getPurchaseOrderEmailLayouts(transactionUUID) {
|
|
5932
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5933
|
+
return yield this.connector.getPurchaseOrderEmailLayouts(transactionUUID);
|
|
5934
|
+
});
|
|
5935
|
+
}
|
|
5936
|
+
getPurchaseOrderPrintLayouts(transactionUUID) {
|
|
5937
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5938
|
+
return yield this.connector.getPurchaseOrderPrintLayouts(transactionUUID);
|
|
5939
|
+
});
|
|
5940
|
+
}
|
|
5941
|
+
getPurchaseOrderDefaultSendMethod(relationId) {
|
|
5942
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5943
|
+
return yield this.connector.getPurchaseOrderDefaultSendMethod(relationId);
|
|
5944
|
+
});
|
|
5945
|
+
}
|
|
5946
|
+
generateAndSendPurchaseOrdersForSalesOrder(transactionId) {
|
|
5947
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5948
|
+
return yield this.connector.generateAndSendPurchaseOrdersForSalesOrder(transactionId);
|
|
5949
|
+
});
|
|
5950
|
+
}
|
|
5951
|
+
getPurchaseAdviceLines(filters, goodId) {
|
|
5952
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5953
|
+
return yield this.connector.getPurchaseAdviceLines(filters, goodId);
|
|
5954
|
+
});
|
|
5955
|
+
}
|
|
5956
|
+
generateAndSendPurchaseOrders(purchaseAdviceLines) {
|
|
5957
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5958
|
+
return yield this.connector.generateAndSendPurchaseOrders(purchaseAdviceLines);
|
|
5959
|
+
});
|
|
5960
|
+
}
|
|
5470
5961
|
// private _cleanRelationBeforeSave(): void {
|
|
5471
5962
|
// ArrayUtils.RemoveElementsByFilter(this.currentTransaction.transactionInfo.relation.contactOptions, ((item: ContactOption) => {
|
|
5472
5963
|
// return isNill(item.value);
|
|
@@ -5475,14 +5966,21 @@ class TransactionService extends PendingReasonService {
|
|
|
5475
5966
|
_checkAndCreateTransaction() {
|
|
5476
5967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5477
5968
|
if (!this.currentTransaction || !this.currentTransaction.transactionInfo || !this.currentTransaction.transactionInfo.transactionNr) {
|
|
5478
|
-
|
|
5969
|
+
const createMethod = this._createTransactionMethods.get(this.transactionKind);
|
|
5970
|
+
if (createMethod) {
|
|
5971
|
+
const request = new CreateTransactionRequest();
|
|
5972
|
+
// todo fix this
|
|
5973
|
+
request.branchNr = "1";
|
|
5974
|
+
return createMethod.call(this, request);
|
|
5975
|
+
}
|
|
5976
|
+
else {
|
|
5479
5977
|
throwError("Failed to create transaction");
|
|
5480
5978
|
}
|
|
5481
5979
|
}
|
|
5482
5980
|
});
|
|
5483
5981
|
}
|
|
5484
5982
|
}
|
|
5485
|
-
TransactionService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TransactionService_Factory() { return new TransactionService(i0.ɵɵinject(
|
|
5983
|
+
TransactionService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TransactionService_Factory() { return new TransactionService(i0.ɵɵinject(OptionsService), i0.ɵɵinject(DialogService), i0.ɵɵinject(TransactionConnectorService), i0.ɵɵinject(i4.SharedService), i0.ɵɵinject(ArticleConnectorService), i0.ɵɵinject(DictionaryService), i0.ɵɵinject(TransactionEventService), i0.ɵɵinject(RelationConnectorService)); }, token: TransactionService, providedIn: "root" });
|
|
5486
5984
|
TransactionService.decorators = [
|
|
5487
5985
|
{ type: Injectable, args: [{
|
|
5488
5986
|
providedIn: "root"
|
|
@@ -5660,7 +6158,6 @@ class CheckoutOverviewRelationEditComponent {
|
|
|
5660
6158
|
constructor(_formMaster, service) {
|
|
5661
6159
|
this._formMaster = _formMaster;
|
|
5662
6160
|
this.service = service;
|
|
5663
|
-
this.relationKind = RelationKind$1;
|
|
5664
6161
|
this.icons = Icon;
|
|
5665
6162
|
this.addressType = AddressType;
|
|
5666
6163
|
this.validSubmit = new EventEmitter();
|
|
@@ -6708,10 +7205,10 @@ WarehouseComponent.decorators = [
|
|
|
6708
7205
|
</div>
|
|
6709
7206
|
</co-dialog>
|
|
6710
7207
|
<ng-template #headerTemplate>
|
|
6711
|
-
<div class="co-
|
|
7208
|
+
<div class="co-dialog-header-title" [textContent]="'WAREHOUSE' | localize"></div>
|
|
6712
7209
|
</ng-template>
|
|
6713
7210
|
<ng-template #footerTemplate>
|
|
6714
|
-
<div class="co-
|
|
7211
|
+
<div class="co-dialog-footer-button-wrapper">
|
|
6715
7212
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
6716
7213
|
</div>
|
|
6717
7214
|
</ng-template>
|
|
@@ -7737,7 +8234,7 @@ DialogTransactionHeaderDiscountComponent.decorators = [
|
|
|
7737
8234
|
selector: "co-dialog-transaction-header-discount",
|
|
7738
8235
|
template: `
|
|
7739
8236
|
<co-dialog [headerTemplate]="dialogHeader" (closeClick)="handleClose(buttonType.Ok)">
|
|
7740
|
-
<div class="transaction-discount-wrapper co-
|
|
8237
|
+
<div class="transaction-discount-wrapper co-small-toolbar">
|
|
7741
8238
|
<div class="two-column-grid">
|
|
7742
8239
|
<co-transaction-header-discount-percentage [transactionInfo]="transactionInfo" [transactionTotal]="transactionTotal"></co-transaction-header-discount-percentage>
|
|
7743
8240
|
<co-transaction-header-discount-amount [transactionInfo]="transactionInfo" [transactionTotal]="transactionTotal"></co-transaction-header-discount-amount>
|
|
@@ -7778,7 +8275,7 @@ DialogTransactionHeaderDiscountComponent.decorators = [
|
|
|
7778
8275
|
</div>
|
|
7779
8276
|
</co-dialog>
|
|
7780
8277
|
<ng-template #dialogHeader>
|
|
7781
|
-
<div class="co-
|
|
8278
|
+
<div class="co-dialog-header-title" [textContent]="'DISCOUNT_PRICE_INFORMATION' | localize"></div>
|
|
7782
8279
|
</ng-template>
|
|
7783
8280
|
`,
|
|
7784
8281
|
encapsulation: ViewEncapsulation.None
|
|
@@ -8502,7 +8999,7 @@ TransactionArticleTextComponent.decorators = [
|
|
|
8502
8999
|
</co-dialog>
|
|
8503
9000
|
|
|
8504
9001
|
<ng-template #headerTemplate>
|
|
8505
|
-
<span class="co-
|
|
9002
|
+
<span class="co-dialog-header-title" [textContent]="header"></span>
|
|
8506
9003
|
</ng-template>
|
|
8507
9004
|
<ng-template #footerTemplate>
|
|
8508
9005
|
<div class="co-transaction-dialog-footer-button-wrapper">
|
|
@@ -9209,34 +9706,12 @@ class TransactionBaseComponent {
|
|
|
9209
9706
|
constructor(service) {
|
|
9210
9707
|
this.service = service;
|
|
9211
9708
|
this.relationKind = RelationKind;
|
|
9212
|
-
// @Input()
|
|
9213
|
-
// public set relationId(value: number) {
|
|
9214
|
-
// if (value !== undefined) {
|
|
9215
|
-
// this._relationId = value;
|
|
9216
|
-
// }
|
|
9217
|
-
// }
|
|
9218
|
-
//
|
|
9219
|
-
// public get relationId(): number {
|
|
9220
|
-
// return this._relationId;
|
|
9221
|
-
// }
|
|
9222
|
-
//
|
|
9223
|
-
// @Input()
|
|
9224
|
-
// public relationType: string;
|
|
9225
|
-
//
|
|
9226
|
-
// @Input()
|
|
9227
|
-
// public set relation(value: RelationAnyType) {
|
|
9228
|
-
// if (value) {
|
|
9229
|
-
// this._relation = value;
|
|
9230
|
-
// }
|
|
9231
|
-
// }
|
|
9232
|
-
//
|
|
9233
|
-
// public get relation(): RelationAnyType {
|
|
9234
|
-
// return this._relation;
|
|
9235
|
-
// }
|
|
9236
9709
|
this.expanded = true;
|
|
9237
9710
|
this.isService = false;
|
|
9238
9711
|
this.lineOperationStatuses = [];
|
|
9239
9712
|
this.transactionLines = [];
|
|
9713
|
+
// private _relationId: number;
|
|
9714
|
+
this._relation = NULL_CUSTOMER_FULL_OBJECT;
|
|
9240
9715
|
}
|
|
9241
9716
|
set transaction(value) {
|
|
9242
9717
|
this._transaction = value;
|
|
@@ -9262,6 +9737,29 @@ class TransactionBaseComponent {
|
|
|
9262
9737
|
get transaction() {
|
|
9263
9738
|
return this._transaction;
|
|
9264
9739
|
}
|
|
9740
|
+
// @Input()
|
|
9741
|
+
// public set relationId(value: number) {
|
|
9742
|
+
// if (value !== undefined) {
|
|
9743
|
+
// this._relationId = value;
|
|
9744
|
+
// }
|
|
9745
|
+
// }
|
|
9746
|
+
//
|
|
9747
|
+
// public get relationId(): number {
|
|
9748
|
+
// return this._relationId;
|
|
9749
|
+
// }
|
|
9750
|
+
//
|
|
9751
|
+
// @Input()
|
|
9752
|
+
// public relationType: string;
|
|
9753
|
+
//
|
|
9754
|
+
set relation(value) {
|
|
9755
|
+
if (value) {
|
|
9756
|
+
this._relation = value;
|
|
9757
|
+
this.relationSet();
|
|
9758
|
+
}
|
|
9759
|
+
}
|
|
9760
|
+
get relation() {
|
|
9761
|
+
return this._relation;
|
|
9762
|
+
}
|
|
9265
9763
|
ngAfterViewInit() {
|
|
9266
9764
|
// this._retrieveRelation();
|
|
9267
9765
|
}
|
|
@@ -9297,6 +9795,7 @@ TransactionBaseComponent.ctorParameters = () => [
|
|
|
9297
9795
|
];
|
|
9298
9796
|
TransactionBaseComponent.propDecorators = {
|
|
9299
9797
|
transaction: [{ type: Input }],
|
|
9798
|
+
relation: [{ type: Input }],
|
|
9300
9799
|
expanded: [{ type: Input }]
|
|
9301
9800
|
};
|
|
9302
9801
|
|
|
@@ -9482,12 +9981,115 @@ TransactionQuickAccessReceivedGoodsComponent.propDecorators = {
|
|
|
9482
9981
|
showClass: [{ type: HostBinding, args: ["class.co-transaction-quick-access-received-goods",] }]
|
|
9483
9982
|
};
|
|
9484
9983
|
|
|
9485
|
-
class
|
|
9486
|
-
constructor(
|
|
9984
|
+
class TransactionQuickAccessSendMethodBaseComponent extends TransactionBaseComponent {
|
|
9985
|
+
constructor(service) {
|
|
9487
9986
|
super(service);
|
|
9488
|
-
this.iconService = iconService;
|
|
9489
9987
|
this.service = service;
|
|
9490
9988
|
this.icons = Icon;
|
|
9989
|
+
this.sendMethodType = SendMethodType;
|
|
9990
|
+
this.emailLayouts = [];
|
|
9991
|
+
this.printLayouts = [];
|
|
9992
|
+
this.emailAddresses = [];
|
|
9993
|
+
this.showSendMethodDialog = false;
|
|
9994
|
+
this.sendMethods = sendMethodsWithIcon;
|
|
9995
|
+
this.showLoader = false;
|
|
9996
|
+
}
|
|
9997
|
+
ngOnInit() {
|
|
9998
|
+
this._getDefaultSendMethod();
|
|
9999
|
+
this._getEmailLayouts();
|
|
10000
|
+
this._getPrintLayouts();
|
|
10001
|
+
}
|
|
10002
|
+
transactionSet() {
|
|
10003
|
+
this.reportDocumentEmailRequest.transId = this.transactionInfo.id;
|
|
10004
|
+
this.reportDocumentPrintRequest.transId = this.transactionInfo.id;
|
|
10005
|
+
this.reportDocumentPdfRequest.transId = this.transactionInfo.id;
|
|
10006
|
+
}
|
|
10007
|
+
relationSet() {
|
|
10008
|
+
this.emailAddresses.length = 0;
|
|
10009
|
+
const emailContactOptions = this.relation.contactOptions.filter(co => co.type === CommunicationType.Email);
|
|
10010
|
+
const defaultEmailContactOption = emailContactOptions.find(co => co.lowestSequence);
|
|
10011
|
+
this.emailAddresses = emailContactOptions.map(e => e.value);
|
|
10012
|
+
this.getDefaultEmailAddressList().then((addresses) => {
|
|
10013
|
+
if (addresses && addresses.length > 0) {
|
|
10014
|
+
this.reportDocumentEmailRequest.toAddresses = addresses.join(';');
|
|
10015
|
+
this.emailAddresses.push(...addresses);
|
|
10016
|
+
}
|
|
10017
|
+
else {
|
|
10018
|
+
this.reportDocumentEmailRequest.toAddresses = defaultEmailContactOption ? defaultEmailContactOption.value : '';
|
|
10019
|
+
}
|
|
10020
|
+
});
|
|
10021
|
+
}
|
|
10022
|
+
handleSendMethodOkClick(method) {
|
|
10023
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10024
|
+
this.showSendMethodDialog = false;
|
|
10025
|
+
yield this.handleSend(method);
|
|
10026
|
+
this._setDefaultMethod(method);
|
|
10027
|
+
});
|
|
10028
|
+
}
|
|
10029
|
+
handleSend(method) {
|
|
10030
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10031
|
+
this.showLoader = true;
|
|
10032
|
+
switch (method) {
|
|
10033
|
+
case SendMethodType.Print:
|
|
10034
|
+
yield this.printDocument(this.reportDocumentPrintRequest);
|
|
10035
|
+
this.showLoader = false;
|
|
10036
|
+
break;
|
|
10037
|
+
case SendMethodType.Email:
|
|
10038
|
+
yield this.emailDocument(this.reportDocumentEmailRequest);
|
|
10039
|
+
this.showLoader = false;
|
|
10040
|
+
break;
|
|
10041
|
+
}
|
|
10042
|
+
});
|
|
10043
|
+
}
|
|
10044
|
+
_getDefaultSendMethod() {
|
|
10045
|
+
this.getDefaultSendMethod().then((method) => {
|
|
10046
|
+
this._setDefaultMethod(method.toString());
|
|
10047
|
+
});
|
|
10048
|
+
}
|
|
10049
|
+
_setDefaultMethod(method) {
|
|
10050
|
+
const sendMethod = this.sendMethods.find(sm => sm.code === method);
|
|
10051
|
+
if (sendMethod) {
|
|
10052
|
+
this.defaultSendMethod = sendMethod.code;
|
|
10053
|
+
this.defaultSendMethodIcon = sendMethod.icon;
|
|
10054
|
+
}
|
|
10055
|
+
}
|
|
10056
|
+
_getEmailLayouts() {
|
|
10057
|
+
this.getEmailLayouts().then((layouts) => {
|
|
10058
|
+
this.emailLayouts = layouts;
|
|
10059
|
+
if (this.emailLayouts && this.emailLayouts.length > 0) {
|
|
10060
|
+
const defaultLayout = this.emailLayouts.find(e => e.isDefault);
|
|
10061
|
+
if (defaultLayout) {
|
|
10062
|
+
this.reportDocumentEmailRequest.reportId = defaultLayout.reportId;
|
|
10063
|
+
}
|
|
10064
|
+
}
|
|
10065
|
+
});
|
|
10066
|
+
}
|
|
10067
|
+
_getPrintLayouts() {
|
|
10068
|
+
this.getPrintLayouts().then((layouts) => {
|
|
10069
|
+
this.printLayouts = layouts;
|
|
10070
|
+
if (this.printLayouts && this.printLayouts.length > 0) {
|
|
10071
|
+
const defaultLayout = this.printLayouts.find(p => p.isDefault);
|
|
10072
|
+
if (defaultLayout) {
|
|
10073
|
+
this.reportDocumentPrintRequest.reportId = defaultLayout.reportId;
|
|
10074
|
+
}
|
|
10075
|
+
}
|
|
10076
|
+
});
|
|
10077
|
+
}
|
|
10078
|
+
}
|
|
10079
|
+
TransactionQuickAccessSendMethodBaseComponent.decorators = [
|
|
10080
|
+
{ type: Directive }
|
|
10081
|
+
];
|
|
10082
|
+
TransactionQuickAccessSendMethodBaseComponent.ctorParameters = () => [
|
|
10083
|
+
{ type: TransactionService }
|
|
10084
|
+
];
|
|
10085
|
+
|
|
10086
|
+
class TransactionQuickAccessOverviewComponent extends TransactionQuickAccessSendMethodBaseComponent {
|
|
10087
|
+
constructor(service) {
|
|
10088
|
+
super(service);
|
|
10089
|
+
this.service = service;
|
|
10090
|
+
this.reportDocumentEmailRequest = new EmailOrderConfirmationRequest();
|
|
10091
|
+
this.reportDocumentPrintRequest = new PrintOrderConfirmationRequest();
|
|
10092
|
+
this.reportDocumentPdfRequest = new PdfOrderConfirmationRequest();
|
|
9491
10093
|
this.catalogOptions = {
|
|
9492
10094
|
searchOnStart: true,
|
|
9493
10095
|
showAddToCart: false,
|
|
@@ -9524,6 +10126,32 @@ class TransactionQuickAccessOverviewComponent extends TransactionBaseComponent {
|
|
|
9524
10126
|
this.catalogParameters.publicationCode = 71; // todo: fix this?
|
|
9525
10127
|
this.showCatalog = true;
|
|
9526
10128
|
}
|
|
10129
|
+
emailDocument(request) {
|
|
10130
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10131
|
+
yield this.service.emailOrderConfirmation(request);
|
|
10132
|
+
});
|
|
10133
|
+
}
|
|
10134
|
+
getDefaultEmailAddressList() {
|
|
10135
|
+
return this.service.getDefaultEmailAddressListForOrderConfirmation(this.transactionInfo.uuid);
|
|
10136
|
+
}
|
|
10137
|
+
getEmailLayouts() {
|
|
10138
|
+
return this.service.getOrderConfirmationEmailLayouts(this.transactionInfo.uuid);
|
|
10139
|
+
}
|
|
10140
|
+
getPrintLayouts() {
|
|
10141
|
+
return this.service.getOrderConfirmationPrintLayouts(this.transactionInfo.uuid);
|
|
10142
|
+
}
|
|
10143
|
+
pdfDocument(request) {
|
|
10144
|
+
}
|
|
10145
|
+
printDocument(request) {
|
|
10146
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10147
|
+
yield this.service.printOrderConfirmation(request);
|
|
10148
|
+
});
|
|
10149
|
+
}
|
|
10150
|
+
getDefaultSendMethod() {
|
|
10151
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10152
|
+
return this.service.getOrderConfirmationDefaultSendMethod(this.transactionInfo.relation.relationId);
|
|
10153
|
+
});
|
|
10154
|
+
}
|
|
9527
10155
|
}
|
|
9528
10156
|
TransactionQuickAccessOverviewComponent.decorators = [
|
|
9529
10157
|
{ type: Component, args: [{
|
|
@@ -9534,12 +10162,15 @@ TransactionQuickAccessOverviewComponent.decorators = [
|
|
|
9534
10162
|
[placeholder]="'SEARCH_ADD_ARTICLE' | localize"
|
|
9535
10163
|
[centerLabel]="true"
|
|
9536
10164
|
[useLeftIcon]="true"
|
|
9537
|
-
[leftIconData]="iconService.getIcon(icons.CartShoppingSolid)"
|
|
9538
10165
|
[useRightIcon]="true"
|
|
9539
|
-
(leftIconClick)="handleAddArticle($event)"
|
|
9540
|
-
(rightIconClick)="handleSearchCatalog($event)"
|
|
9541
10166
|
(search)="handleSearch($event)"
|
|
9542
10167
|
></co-input-search>
|
|
10168
|
+
<co-quick-send-button
|
|
10169
|
+
[defaultMethodIcon]="defaultSendMethodIcon"
|
|
10170
|
+
[showLoader]="showLoader"
|
|
10171
|
+
(sendIconClicked)="handleSend(defaultSendMethod)"
|
|
10172
|
+
(openSendMethodDialog)="showSendMethodDialog = true"
|
|
10173
|
+
></co-quick-send-button>
|
|
9543
10174
|
<co-dialog-catalog *ngIf="showCatalog"
|
|
9544
10175
|
[options]="catalogOptions"
|
|
9545
10176
|
[parameters]="catalogParameters"
|
|
@@ -9548,12 +10179,25 @@ TransactionQuickAccessOverviewComponent.decorators = [
|
|
|
9548
10179
|
(articleClicked)="handleCatalogArticleClick($event)"
|
|
9549
10180
|
>
|
|
9550
10181
|
</co-dialog-catalog>
|
|
9551
|
-
|
|
10182
|
+
<co-send-method-dialog *ngIf="showSendMethodDialog"
|
|
10183
|
+
[headerTitle]="'Verzendmethode'"
|
|
10184
|
+
[defaultSendMethod]="defaultSendMethod"
|
|
10185
|
+
[visibleMethods]="[sendMethodType.Print, sendMethodType.Email]"
|
|
10186
|
+
[emailAddresses]="emailAddresses"
|
|
10187
|
+
[emailLayouts]="emailLayouts"
|
|
10188
|
+
[printLayouts]="printLayouts"
|
|
10189
|
+
[isDocSignEnabled]="true"
|
|
10190
|
+
[(reportingDocumentEmailRequest)]="reportDocumentEmailRequest"
|
|
10191
|
+
[(reportingDocumentPrintRequest)]="reportDocumentPrintRequest"
|
|
10192
|
+
[(reportingDocumentPdfRequest)]="reportDocumentPdfRequest"
|
|
10193
|
+
(closeClick)="showSendMethodDialog = false"
|
|
10194
|
+
(okClick)="handleSendMethodOkClick($event)"
|
|
10195
|
+
></co-send-method-dialog>
|
|
10196
|
+
`,
|
|
9552
10197
|
encapsulation: ViewEncapsulation.None
|
|
9553
10198
|
},] }
|
|
9554
10199
|
];
|
|
9555
10200
|
TransactionQuickAccessOverviewComponent.ctorParameters = () => [
|
|
9556
|
-
{ type: IconCacheService },
|
|
9557
10201
|
{ type: TransactionService }
|
|
9558
10202
|
];
|
|
9559
10203
|
TransactionQuickAccessOverviewComponent.propDecorators = {
|
|
@@ -10058,11 +10702,11 @@ TransactionOverviewLineComponent.decorators = [
|
|
|
10058
10702
|
<div class="column1">
|
|
10059
10703
|
<co-transaction-line-commission-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-commission-button>
|
|
10060
10704
|
<co-transaction-line-warehouse-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-warehouse-button>
|
|
10061
|
-
<co-transaction-line-
|
|
10705
|
+
<co-transaction-line-statusbar [transaction]="line" [transactionKind]="transactionKind"></co-transaction-line-statusbar>
|
|
10062
10706
|
</div>
|
|
10063
10707
|
<div class="column2">
|
|
10064
10708
|
<co-transaction-line-delivery-button [transactionLine]="line" [transactionInfo]="service.currentTransaction.transactionInfo"></co-transaction-line-delivery-button>
|
|
10065
|
-
<co-transaction-line-
|
|
10709
|
+
<co-transaction-line-delivery-date-button [transactionLine]="line" class="two-column"></co-transaction-line-delivery-date-button>
|
|
10066
10710
|
</div>
|
|
10067
10711
|
</div>
|
|
10068
10712
|
<div class="transaction-line-section">
|
|
@@ -10290,7 +10934,9 @@ TransactionQuickAccessOrderDeliveryComponent.decorators = [
|
|
|
10290
10934
|
></co-input-checkbox>
|
|
10291
10935
|
</div>
|
|
10292
10936
|
<div class="send-button-wrapper" [class.hidden]="!allowDelivery">
|
|
10937
|
+
<!--
|
|
10293
10938
|
<co-transaction-send-button-dialog></co-transaction-send-button-dialog>
|
|
10939
|
+
-->
|
|
10294
10940
|
</div>
|
|
10295
10941
|
</div>
|
|
10296
10942
|
`,
|
|
@@ -10510,6 +11156,7 @@ class TransactionQuickAccessOrderPurchaseComponent extends TransactionBaseCompon
|
|
|
10510
11156
|
this.service = service;
|
|
10511
11157
|
this._transactionEventService = _transactionEventService;
|
|
10512
11158
|
this.icons = Icon;
|
|
11159
|
+
this.showLoader = false;
|
|
10513
11160
|
}
|
|
10514
11161
|
showClass() {
|
|
10515
11162
|
return true;
|
|
@@ -10517,8 +11164,11 @@ class TransactionQuickAccessOrderPurchaseComponent extends TransactionBaseCompon
|
|
|
10517
11164
|
handleSelectAllLines(value) {
|
|
10518
11165
|
this._transactionEventService.selectAllSalesOrderLinesForPurchase.next(value);
|
|
10519
11166
|
}
|
|
10520
|
-
|
|
10521
|
-
this.
|
|
11167
|
+
handleSend(event) {
|
|
11168
|
+
this.showLoader = true;
|
|
11169
|
+
this.service.generateAndSendPurchaseOrdersForSalesOrder(this.transactionInfo.id).then(() => {
|
|
11170
|
+
this.showLoader = false;
|
|
11171
|
+
});
|
|
10522
11172
|
}
|
|
10523
11173
|
}
|
|
10524
11174
|
TransactionQuickAccessOrderPurchaseComponent.decorators = [
|
|
@@ -10532,12 +11182,12 @@ TransactionQuickAccessOrderPurchaseComponent.decorators = [
|
|
|
10532
11182
|
(modelChange)="handleSelectAllLines($event)"
|
|
10533
11183
|
></co-input-checkbox>
|
|
10534
11184
|
</div>
|
|
10535
|
-
<
|
|
10536
|
-
|
|
10537
|
-
|
|
10538
|
-
|
|
10539
|
-
|
|
10540
|
-
|
|
11185
|
+
<co-quick-send-button
|
|
11186
|
+
[showSendMethodIcon]="false"
|
|
11187
|
+
[showSendMethodDialogIcon]="false"
|
|
11188
|
+
[showLoader]="showLoader"
|
|
11189
|
+
(sendIconClicked)="handleSend($event)"
|
|
11190
|
+
></co-quick-send-button>
|
|
10541
11191
|
</div>
|
|
10542
11192
|
`,
|
|
10543
11193
|
encapsulation: ViewEncapsulation.None
|
|
@@ -10807,34 +11457,107 @@ class TransactionQuickAccessGoodsAllocationComponent extends TransactionBaseComp
|
|
|
10807
11457
|
});
|
|
10808
11458
|
}
|
|
10809
11459
|
}
|
|
10810
|
-
TransactionQuickAccessGoodsAllocationComponent.decorators = [
|
|
11460
|
+
TransactionQuickAccessGoodsAllocationComponent.decorators = [
|
|
11461
|
+
{ type: Component, args: [{
|
|
11462
|
+
selector: "co-transaction-quick-access-goods-allocation",
|
|
11463
|
+
template: `
|
|
11464
|
+
<div class="quick-access-content-wrapper">
|
|
11465
|
+
<div class="select-all-wrapper">
|
|
11466
|
+
<co-input-checkbox
|
|
11467
|
+
[label]="'SELECT_ALL_LINES' | localize"
|
|
11468
|
+
(modelChange)="handleSelectAllLines($event)"
|
|
11469
|
+
></co-input-checkbox>
|
|
11470
|
+
</div>
|
|
11471
|
+
<div class="button-wrapper" (click)="handleCommitEvent()">
|
|
11472
|
+
<co-checkmark-overlay [successful]="resultSuccessful" [visible]="awaitingResult"></co-checkmark-overlay>
|
|
11473
|
+
<co-icon class="button-icon" [iconData]="iconService.getIcon(icons.GearSolid)" [class.hidden]="!iconVisible"></co-icon>
|
|
11474
|
+
</div>
|
|
11475
|
+
</div>
|
|
11476
|
+
`,
|
|
11477
|
+
encapsulation: ViewEncapsulation.None
|
|
11478
|
+
},] }
|
|
11479
|
+
];
|
|
11480
|
+
TransactionQuickAccessGoodsAllocationComponent.ctorParameters = () => [
|
|
11481
|
+
{ type: IconCacheService },
|
|
11482
|
+
{ type: TransactionService },
|
|
11483
|
+
{ type: TransactionEventService },
|
|
11484
|
+
{ type: TransactionAllocateGoodsService }
|
|
11485
|
+
];
|
|
11486
|
+
TransactionQuickAccessGoodsAllocationComponent.propDecorators = {
|
|
11487
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-quick-access-goods-allocation",] }]
|
|
11488
|
+
};
|
|
11489
|
+
|
|
11490
|
+
class TransactionQuickAccessPurchaseOrderOverviewComponent extends TransactionQuickAccessSendMethodBaseComponent {
|
|
11491
|
+
constructor(service) {
|
|
11492
|
+
super(service);
|
|
11493
|
+
this.service = service;
|
|
11494
|
+
this.reportDocumentEmailRequest = new EmailPurchaseOrderRequest();
|
|
11495
|
+
this.reportDocumentPrintRequest = new PrintPurchaseOrderRequest();
|
|
11496
|
+
this.reportDocumentPdfRequest = new PdfPurchaseOrderRequest();
|
|
11497
|
+
}
|
|
11498
|
+
showClass() {
|
|
11499
|
+
return true;
|
|
11500
|
+
}
|
|
11501
|
+
emailDocument(request) {
|
|
11502
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
11503
|
+
yield this.service.emailPurchaseOrder(request);
|
|
11504
|
+
});
|
|
11505
|
+
}
|
|
11506
|
+
getDefaultEmailAddressList() {
|
|
11507
|
+
return Promise.resolve([]);
|
|
11508
|
+
}
|
|
11509
|
+
getEmailLayouts() {
|
|
11510
|
+
return this.service.getPurchaseOrderEmailLayouts(this.transactionInfo.uuid);
|
|
11511
|
+
}
|
|
11512
|
+
getPrintLayouts() {
|
|
11513
|
+
return this.service.getPurchaseOrderPrintLayouts(this.transactionInfo.uuid);
|
|
11514
|
+
}
|
|
11515
|
+
pdfDocument(request) {
|
|
11516
|
+
}
|
|
11517
|
+
printDocument(request) {
|
|
11518
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
11519
|
+
yield this.service.printPurchaseOrder(request);
|
|
11520
|
+
});
|
|
11521
|
+
}
|
|
11522
|
+
getDefaultSendMethod() {
|
|
11523
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
11524
|
+
return this.service.getPurchaseOrderDefaultSendMethod(this.transactionInfo.relation.relationId);
|
|
11525
|
+
});
|
|
11526
|
+
}
|
|
11527
|
+
}
|
|
11528
|
+
TransactionQuickAccessPurchaseOrderOverviewComponent.decorators = [
|
|
10811
11529
|
{ type: Component, args: [{
|
|
10812
|
-
selector: "co-transaction-quick-access-
|
|
11530
|
+
selector: "co-transaction-quick-access-purchase-order-overview",
|
|
10813
11531
|
template: `
|
|
10814
|
-
<
|
|
10815
|
-
|
|
10816
|
-
|
|
10817
|
-
|
|
10818
|
-
|
|
10819
|
-
|
|
10820
|
-
|
|
10821
|
-
|
|
10822
|
-
|
|
10823
|
-
|
|
10824
|
-
|
|
10825
|
-
|
|
10826
|
-
|
|
11532
|
+
<co-quick-send-button
|
|
11533
|
+
[defaultMethodIcon]="defaultSendMethodIcon"
|
|
11534
|
+
[showLoader]="showLoader"
|
|
11535
|
+
(sendIconClicked)="handleSend(defaultSendMethod)"
|
|
11536
|
+
(openSendMethodDialog)="showSendMethodDialog = true"
|
|
11537
|
+
></co-quick-send-button>
|
|
11538
|
+
<co-send-method-dialog *ngIf="showSendMethodDialog"
|
|
11539
|
+
[headerTitle]="'Verzendmethode'"
|
|
11540
|
+
[defaultSendMethod]="defaultSendMethod"
|
|
11541
|
+
[visibleMethods]="[sendMethodType.Print, sendMethodType.Email]"
|
|
11542
|
+
[emailAddresses]="emailAddresses"
|
|
11543
|
+
[emailLayouts]="emailLayouts"
|
|
11544
|
+
[printLayouts]="printLayouts"
|
|
11545
|
+
[isDocSignEnabled]="true"
|
|
11546
|
+
[(reportingDocumentEmailRequest)]="reportDocumentEmailRequest"
|
|
11547
|
+
[(reportingDocumentPrintRequest)]="reportDocumentPrintRequest"
|
|
11548
|
+
[(reportingDocumentPdfRequest)]="reportDocumentPdfRequest"
|
|
11549
|
+
(closeClick)="showSendMethodDialog = false"
|
|
11550
|
+
(okClick)="handleSendMethodOkClick($event)"
|
|
11551
|
+
></co-send-method-dialog>
|
|
11552
|
+
`,
|
|
10827
11553
|
encapsulation: ViewEncapsulation.None
|
|
10828
11554
|
},] }
|
|
10829
11555
|
];
|
|
10830
|
-
|
|
10831
|
-
{ type:
|
|
10832
|
-
{ type: TransactionService },
|
|
10833
|
-
{ type: TransactionEventService },
|
|
10834
|
-
{ type: TransactionAllocateGoodsService }
|
|
11556
|
+
TransactionQuickAccessPurchaseOrderOverviewComponent.ctorParameters = () => [
|
|
11557
|
+
{ type: TransactionService }
|
|
10835
11558
|
];
|
|
10836
|
-
|
|
10837
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-quick-access-
|
|
11559
|
+
TransactionQuickAccessPurchaseOrderOverviewComponent.propDecorators = {
|
|
11560
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-quick-access-purchase-order-overview",] }]
|
|
10838
11561
|
};
|
|
10839
11562
|
|
|
10840
11563
|
class TransactionMappingService {
|
|
@@ -10859,6 +11582,7 @@ class TransactionMappingService {
|
|
|
10859
11582
|
]],
|
|
10860
11583
|
]);
|
|
10861
11584
|
this._quickAccessComponent = new Map([
|
|
11585
|
+
[{ type: TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOverview }, TransactionQuickAccessPurchaseOrderOverviewComponent],
|
|
10862
11586
|
[{ type: TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderOrderConfirmation }, TransactionQuickAccessOrderConfirmationComponent],
|
|
10863
11587
|
[{ type: TransactionKind.PurchaseOrder, category: TransactionTypeCategory.PurchaseOrderReceivedGoods }, TransactionQuickAccessReceivedGoodsComponent],
|
|
10864
11588
|
[{ type: TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderOverview }, TransactionQuickAccessOverviewComponent],
|
|
@@ -12490,16 +13214,23 @@ class RelationGeneralComponent extends RelationBaseComponent {
|
|
|
12490
13214
|
this.hideSidebar();
|
|
12491
13215
|
return;
|
|
12492
13216
|
}
|
|
12493
|
-
const relationRequest =
|
|
12494
|
-
relationRequest.relationType = this.
|
|
13217
|
+
const relationRequest = new RelationRequest();
|
|
13218
|
+
relationRequest.relationType = this._service.getRelationKindFromTransactionKind();
|
|
12495
13219
|
if (firstName) {
|
|
12496
13220
|
relationRequest.firstName = firstName;
|
|
12497
13221
|
}
|
|
12498
13222
|
if (secondName) {
|
|
12499
13223
|
relationRequest.familyName = secondName;
|
|
12500
13224
|
}
|
|
12501
|
-
this.
|
|
12502
|
-
|
|
13225
|
+
this._relationService.getRelationListObjects(relationRequest).then((relations) => {
|
|
13226
|
+
this.relationSuggestions = relations;
|
|
13227
|
+
if (relations && relations.length > 0) {
|
|
13228
|
+
this.showSidebar();
|
|
13229
|
+
}
|
|
13230
|
+
else {
|
|
13231
|
+
this.hideSidebar();
|
|
13232
|
+
}
|
|
13233
|
+
});
|
|
12503
13234
|
});
|
|
12504
13235
|
}
|
|
12505
13236
|
}
|
|
@@ -12797,10 +13528,10 @@ RelationAddressesComponent.decorators = [
|
|
|
12797
13528
|
></co-relation-address>
|
|
12798
13529
|
</co-form>
|
|
12799
13530
|
<ng-template #templateHeader>
|
|
12800
|
-
<div class="co-
|
|
13531
|
+
<div class="co-dialog-header-title" [textContent]="'NEW_ADDRESS' | localize"></div>
|
|
12801
13532
|
</ng-template>
|
|
12802
13533
|
<ng-template #templateFooter>
|
|
12803
|
-
<div class="co-
|
|
13534
|
+
<div class="co-dialog-footer-button-wrapper">
|
|
12804
13535
|
<co-button [label]="'OK' | localize" (click)="submitForm()"></co-button>
|
|
12805
13536
|
</div>
|
|
12806
13537
|
</ng-template>
|
|
@@ -13088,7 +13819,7 @@ CheckoutOverviewPaymentComponent.decorators = [
|
|
|
13088
13819
|
</div>
|
|
13089
13820
|
<co-payment
|
|
13090
13821
|
[transactionUuid]="transaction.transactionInfo.uuid"
|
|
13091
|
-
[amount]="transaction.transactionInfo.toDownPayAmount"
|
|
13822
|
+
[amount]="transaction.transactionInfo.toDownPayAmount || transaction.transactionTotal.netAmount"
|
|
13092
13823
|
[currencyId]="transaction.transactionInfo.currencyId"
|
|
13093
13824
|
(payed)="handlePayed()"
|
|
13094
13825
|
></co-payment>
|
|
@@ -13184,7 +13915,7 @@ TransactionHeaderDeliveryComponent.decorators = [
|
|
|
13184
13915
|
</ng-template>
|
|
13185
13916
|
<co-dialog *ngIf="showDialog" [headerTemplate]="headerTemplate" (closeClick)="showDialog = false">
|
|
13186
13917
|
<ng-template #headerTemplate>
|
|
13187
|
-
<div class="co-
|
|
13918
|
+
<div class="co-dialog-header-title" [textContent]="'DELIVERY_INFORMATION' | localize"></div>
|
|
13188
13919
|
<co-transaction-header-block class="in-dialog"
|
|
13189
13920
|
[headerBlockTemplate]="headerBlock"
|
|
13190
13921
|
[firstBlockTemplate]="firstBlock"
|
|
@@ -13785,7 +14516,7 @@ TransactionLineCheckboxListComponent.decorators = [
|
|
|
13785
14516
|
{ type: Component, args: [{
|
|
13786
14517
|
selector: "co-transaction-line-checkbox-list",
|
|
13787
14518
|
template: `
|
|
13788
|
-
<cdk-virtual-scroll-viewport [itemSize]="itemHeight" class="virtual-scroll-container co-
|
|
14519
|
+
<cdk-virtual-scroll-viewport [itemSize]="itemHeight" class="virtual-scroll-container co-small-toolbar">
|
|
13789
14520
|
<div *cdkVirtualFor="let row of collection" #scrollingItem class="virtual-scroll-item" (click)="handleChecked($event, row)">
|
|
13790
14521
|
<div class="checkbox-wrapper">
|
|
13791
14522
|
<co-input-checkbox
|
|
@@ -13974,7 +14705,7 @@ DialogTransactionHeaderDeliveryMethodComponent.decorators = [
|
|
|
13974
14705
|
<co-dialog-header-search [title]="'DELIVERY_METHOD'" (search)="handleSearch($event)"></co-dialog-header-search>
|
|
13975
14706
|
</ng-template>
|
|
13976
14707
|
<ng-template #footerTemplate>
|
|
13977
|
-
<div class="co-
|
|
14708
|
+
<div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
|
|
13978
14709
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
13979
14710
|
</div>
|
|
13980
14711
|
</ng-template>
|
|
@@ -14009,7 +14740,7 @@ DialogHeaderSearchComponent.decorators = [
|
|
|
14009
14740
|
selector: "co-dialog-header-search",
|
|
14010
14741
|
template: `
|
|
14011
14742
|
<div class="dialog-header-search-wrapper">
|
|
14012
|
-
<div class="co-
|
|
14743
|
+
<div class="co-dialog-header-title" [textContent]="title | localize"></div>
|
|
14013
14744
|
<co-input-search [placeholder]="searchPlaceholder | localize" [centerLabel]="true" (modelChange)="handleSearch($event)"></co-input-search>
|
|
14014
14745
|
</div>
|
|
14015
14746
|
`,
|
|
@@ -14111,7 +14842,7 @@ TransactionHeaderDeliveryOptionsComponent.decorators = [
|
|
|
14111
14842
|
selector: "co-transaction-header-delivery-options",
|
|
14112
14843
|
template: `
|
|
14113
14844
|
<co-input-listbox
|
|
14114
|
-
[customCssClass]="'co-
|
|
14845
|
+
[customCssClass]="'co-small-toolbar'"
|
|
14115
14846
|
[placeholder]="'DELIVERY_OPTIONS' | localize"
|
|
14116
14847
|
[readonly]="readonly"
|
|
14117
14848
|
[collection]="deliveryOptionsFromMethod"
|
|
@@ -15090,14 +15821,11 @@ TransactionComponent.decorators = [
|
|
|
15090
15821
|
|
|
15091
15822
|
<div class="transaction-lines-header">
|
|
15092
15823
|
<co-transaction-quick-access *ngIf="showQuickAccess" class="transaction-lines-header-item"
|
|
15824
|
+
[relation]="relation"
|
|
15093
15825
|
[transaction]="transaction"
|
|
15094
15826
|
[activeCategory]="activeCategory"
|
|
15095
15827
|
></co-transaction-quick-access>
|
|
15096
15828
|
|
|
15097
|
-
<co-quick-send-button class="quick-send-button" [transaction]="transaction">
|
|
15098
|
-
|
|
15099
|
-
</co-quick-send-button>
|
|
15100
|
-
|
|
15101
15829
|
<co-transaction-button-bar *ngIf="showButtonBar" class="transaction-lines-header-item"
|
|
15102
15830
|
[transactionType]="transaction.transactionInfo.transactionKind"
|
|
15103
15831
|
[selectedCategory]="activeCategory"
|
|
@@ -15174,7 +15902,7 @@ class TransactionHeaderComponent {
|
|
|
15174
15902
|
constructor() {
|
|
15175
15903
|
this.icons = Icon;
|
|
15176
15904
|
this.relation = new CustomerFullObject();
|
|
15177
|
-
this.isPurchaseOrder =
|
|
15905
|
+
this.isPurchaseOrder = true;
|
|
15178
15906
|
this._transaction = new TransactionInfoResponse();
|
|
15179
15907
|
}
|
|
15180
15908
|
set transaction(value) {
|
|
@@ -15197,10 +15925,10 @@ TransactionHeaderComponent.decorators = [
|
|
|
15197
15925
|
<div class="transaction-header-wrapper">
|
|
15198
15926
|
<co-carousel>
|
|
15199
15927
|
<co-transaction-header-relation #carouselItem [relation]="relation"></co-transaction-header-relation>
|
|
15200
|
-
<div class="transaction-header-divider" *ngIf="!isPurchaseOrder"> </div>
|
|
15201
|
-
<co-transaction-header-order *ngIf="!isPurchaseOrder" #carouselItem [transaction]="transaction"></co-transaction-header-order>
|
|
15202
15928
|
<div class="transaction-header-divider"> </div>
|
|
15203
|
-
<co-transaction-header-
|
|
15929
|
+
<co-transaction-header-order #carouselItem [transaction]="transaction"></co-transaction-header-order>
|
|
15930
|
+
<div class="transaction-header-divider" *ngIf="!isPurchaseOrder"> </div>
|
|
15931
|
+
<co-transaction-header-payment *ngIf="!isPurchaseOrder" #carouselItem [transaction]="transaction"></co-transaction-header-payment>
|
|
15204
15932
|
<div class="transaction-header-divider"> </div>
|
|
15205
15933
|
<co-transaction-header-delivery #carouselItem [transaction]="transaction"></co-transaction-header-delivery>
|
|
15206
15934
|
</co-carousel>
|
|
@@ -15231,24 +15959,17 @@ class TransactionHeaderRelationComponent extends TransactionBaseComponent {
|
|
|
15231
15959
|
this.categories = [this._dictionary.get('CLIENT_DATA'), this._dictionary.get('PRIVACY_PREFERENCES')];
|
|
15232
15960
|
this.relationType = RelationKind$1.Customer;
|
|
15233
15961
|
this.readonly = false;
|
|
15234
|
-
this._relation = new CustomerFullObject();
|
|
15235
15962
|
this._boFactory = new BusinessObjectFactory();
|
|
15236
15963
|
}
|
|
15237
|
-
set relation(value) {
|
|
15238
|
-
if (value) {
|
|
15239
|
-
this._relation = value;
|
|
15240
|
-
this.relationType = this._relation.relationType;
|
|
15241
|
-
if (this.relationType === RelationKind$1.Customer) {
|
|
15242
|
-
this.customerGroup = this.relation.customerGroup;
|
|
15243
|
-
}
|
|
15244
|
-
}
|
|
15245
|
-
}
|
|
15246
|
-
get relation() {
|
|
15247
|
-
return this._relation;
|
|
15248
|
-
}
|
|
15249
15964
|
showClass() {
|
|
15250
15965
|
return true;
|
|
15251
15966
|
}
|
|
15967
|
+
relationSet() {
|
|
15968
|
+
this.relationType = this.relation.relationType;
|
|
15969
|
+
if (this.relationType === RelationKind$1.Customer) {
|
|
15970
|
+
this.customerGroup = this.relation.customerGroup;
|
|
15971
|
+
}
|
|
15972
|
+
}
|
|
15252
15973
|
setIndexDeliveryAddress(nawNr) {
|
|
15253
15974
|
const address = this.relation.addresses.find(a => a.nawNr === nawNr);
|
|
15254
15975
|
if (address) {
|
|
@@ -15346,10 +16067,10 @@ TransactionHeaderRelationComponent.decorators = [
|
|
|
15346
16067
|
<div class="header-relation-email" [textContent]="relation.primaryEmail"></div>
|
|
15347
16068
|
<div class="header-relation-phone" [textContent]="relation.primaryPhoneOrMobileNumber"></div>
|
|
15348
16069
|
</ng-template>
|
|
15349
|
-
<co-dialog class="transaction-header-relation-dialog" [customCssClass]="'co-
|
|
16070
|
+
<co-dialog class="transaction-header-relation-dialog" [customCssClass]="'co-small-toolbar'" *ngIf="showDialog"
|
|
15350
16071
|
[headerTemplate]="dialogHeader" [footerTemplate]="dialogFooter" (closeClick)="showDialog = false">
|
|
15351
16072
|
<ng-template #dialogHeader>
|
|
15352
|
-
<div class="co-
|
|
16073
|
+
<div class="co-dialog-header-title" [textContent]="'CLIENT_INFORMATION' | localize"></div>
|
|
15353
16074
|
<co-transaction-header-block
|
|
15354
16075
|
[headerBlockTemplate]="headerBlock"
|
|
15355
16076
|
[firstBlockTemplate]="firstBlock"
|
|
@@ -15405,7 +16126,7 @@ TransactionHeaderRelationComponent.decorators = [
|
|
|
15405
16126
|
</div>
|
|
15406
16127
|
</co-form>
|
|
15407
16128
|
<ng-template #dialogFooter>
|
|
15408
|
-
<div class="co-
|
|
16129
|
+
<div class="co-dialog-footer-button-wrapper">
|
|
15409
16130
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
15410
16131
|
</div>
|
|
15411
16132
|
</ng-template>
|
|
@@ -15436,7 +16157,6 @@ TransactionHeaderRelationComponent.propDecorators = {
|
|
|
15436
16157
|
navigationItems: [{ type: ViewChild, args: ['navigationItems', { read: ElementRef },] }],
|
|
15437
16158
|
mainItems: [{ type: ViewChild, args: ['mainItems', { read: ElementRef },] }],
|
|
15438
16159
|
preferenceItems: [{ type: ViewChild, args: ['preferenceItems', { read: ElementRef },] }],
|
|
15439
|
-
relation: [{ type: Input }],
|
|
15440
16160
|
showClass: [{ type: HostBinding, args: ["class.co-transaction-header-relation",] }]
|
|
15441
16161
|
};
|
|
15442
16162
|
|
|
@@ -15691,7 +16411,7 @@ TransactionHeaderPaymentComponent.decorators = [
|
|
|
15691
16411
|
</ng-template>
|
|
15692
16412
|
<co-dialog class="transaction-header-payment-dialog" [headerTemplate]="headerTemplate" *ngIf="showDialog" (closeClick)="showDialog = false">
|
|
15693
16413
|
<ng-template #headerTemplate>
|
|
15694
|
-
<div class="co-
|
|
16414
|
+
<div class="co-dialog-header-title" [textContent]="'PAYMENT_INFORMATION' | localize"></div>
|
|
15695
16415
|
<co-transaction-header-block
|
|
15696
16416
|
[headerBlockTemplate]="headerBlock"
|
|
15697
16417
|
[firstBlockTemplate]="firstBlock"
|
|
@@ -15706,7 +16426,7 @@ TransactionHeaderPaymentComponent.decorators = [
|
|
|
15706
16426
|
<span [textContent]="'NOG_NIET_GEIMPLEMENTEERD'"></span>
|
|
15707
16427
|
</div>
|
|
15708
16428
|
</co-dialog>
|
|
15709
|
-
<co-dialog class="payment-dialog" [customCssClass]="'co-
|
|
16429
|
+
<co-dialog class="payment-dialog" [customCssClass]="'co-small-toolbar'" *ngIf="showPaymentDialog"
|
|
15710
16430
|
[modal]="true"
|
|
15711
16431
|
(closeClick)="showPaymentDialog = false"
|
|
15712
16432
|
>
|
|
@@ -19021,7 +19741,7 @@ TransactionArticleTextOverviewComponent.decorators = [
|
|
|
19021
19741
|
</div>
|
|
19022
19742
|
</div>
|
|
19023
19743
|
</co-dialog>
|
|
19024
|
-
<ng-template #headerTemplate><span class="co-
|
|
19744
|
+
<ng-template #headerTemplate><span class="co-dialog-header-title" [textContent]="header"></span></ng-template>
|
|
19025
19745
|
<ng-template #footerTemplate>
|
|
19026
19746
|
<div class="co-transaction-dialog-footer-button-wrapper">
|
|
19027
19747
|
<co-button [label]="'OK' | localize" (click)="onOkClick($event)"></co-button>
|
|
@@ -19185,7 +19905,7 @@ DialogTransactionLineDeliveryMethodComponent.decorators = [
|
|
|
19185
19905
|
<co-dialog-header-search [title]="'DELIVERY_METHOD'" (search)="handleSearch($event)"></co-dialog-header-search>
|
|
19186
19906
|
</ng-template>
|
|
19187
19907
|
<ng-template #footerTemplate>
|
|
19188
|
-
<div class="co-
|
|
19908
|
+
<div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
|
|
19189
19909
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
19190
19910
|
</div>
|
|
19191
19911
|
</ng-template>
|
|
@@ -19241,7 +19961,7 @@ DialogTransactionLineVatComponent.decorators = [
|
|
|
19241
19961
|
<co-dialog-header-search [title]="'VAT'" (search)="handleSearch($event)"></co-dialog-header-search>
|
|
19242
19962
|
</ng-template>
|
|
19243
19963
|
<ng-template #footerTemplate>
|
|
19244
|
-
<div class="co-
|
|
19964
|
+
<div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
|
|
19245
19965
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
19246
19966
|
</div>
|
|
19247
19967
|
</ng-template>
|
|
@@ -19309,7 +20029,7 @@ DialogTransactionLineDiscountComponent.decorators = [
|
|
|
19309
20029
|
selector: "co-dialog-transaction-line-discount",
|
|
19310
20030
|
template: `
|
|
19311
20031
|
<co-dialog [headerTemplate]="dialogHeader" (closeClick)="handleClose(buttonType.Ok)">
|
|
19312
|
-
<div class="transaction-line-discount-wrapper co-
|
|
20032
|
+
<div class="transaction-line-discount-wrapper co-small-toolbar">
|
|
19313
20033
|
<div class="two-column-grid">
|
|
19314
20034
|
<co-transaction-line-line-discount [transactionLine]="transactionLine"></co-transaction-line-line-discount>
|
|
19315
20035
|
<co-transaction-line-discount-amount [transactionLine]="transactionLine"></co-transaction-line-discount-amount>
|
|
@@ -19343,7 +20063,7 @@ DialogTransactionLineDiscountComponent.decorators = [
|
|
|
19343
20063
|
</div>
|
|
19344
20064
|
</co-dialog>
|
|
19345
20065
|
<ng-template #dialogHeader>
|
|
19346
|
-
<div class="co-
|
|
20066
|
+
<div class="co-dialog-header-title" [textContent]="'DISCOUNT_PRICE_INFORMATION' | localize"></div>
|
|
19347
20067
|
<div class="transaction-line-button full-width" (click)="openThePriceListDialog()">
|
|
19348
20068
|
<span class="co-transaction-overflow-ellipsis" [textContent]="transactionLine.priceListDescription"></span>
|
|
19349
20069
|
</div>
|
|
@@ -19386,7 +20106,7 @@ DialogTransactionLinePriceListComponent.decorators = [
|
|
|
19386
20106
|
<co-dialog-header-search [title]="'PRICE_LIST'" (search)="handleSearch($event)"></co-dialog-header-search>
|
|
19387
20107
|
</ng-template>
|
|
19388
20108
|
<ng-template #footerTemplate>
|
|
19389
|
-
<div class="co-
|
|
20109
|
+
<div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
|
|
19390
20110
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
19391
20111
|
</div>
|
|
19392
20112
|
</ng-template>
|
|
@@ -19594,7 +20314,7 @@ DiscountComponent.decorators = [
|
|
|
19594
20314
|
</co-form>
|
|
19595
20315
|
</co-dialog>
|
|
19596
20316
|
<ng-template #headerTemplate>
|
|
19597
|
-
<div class="co-
|
|
20317
|
+
<div class="co-dialog-header-title" [textContent]="discountHeader | localize"></div>
|
|
19598
20318
|
</ng-template>
|
|
19599
20319
|
<ng-template #footerTemplate>
|
|
19600
20320
|
<div fxLayout="row" fxLayoutGap="10px" fxLayoutAlign="end">
|
|
@@ -19658,11 +20378,21 @@ class TransactionQuickAccessComponent {
|
|
|
19658
20378
|
get activeCategory() {
|
|
19659
20379
|
return this._activeCategory;
|
|
19660
20380
|
}
|
|
20381
|
+
set relation(value) {
|
|
20382
|
+
this._relation = value;
|
|
20383
|
+
this._prepareContent();
|
|
20384
|
+
}
|
|
20385
|
+
get relation() {
|
|
20386
|
+
return this._relation;
|
|
20387
|
+
}
|
|
19661
20388
|
showClass() {
|
|
19662
20389
|
return true;
|
|
19663
20390
|
}
|
|
20391
|
+
ngOnInit() {
|
|
20392
|
+
this._prepareContent();
|
|
20393
|
+
}
|
|
19664
20394
|
_prepareContent() {
|
|
19665
|
-
if (!this.transactionType || !this._activeCategory || !this.quickAccessContainer) {
|
|
20395
|
+
if (!this.transactionType || !this._activeCategory || !this._relation || !this.quickAccessContainer) {
|
|
19666
20396
|
return;
|
|
19667
20397
|
}
|
|
19668
20398
|
const componentClass = this._mappingService.getQuickAccessComponent(this.transactionType, this.activeCategory);
|
|
@@ -19676,6 +20406,7 @@ class TransactionQuickAccessComponent {
|
|
|
19676
20406
|
.resolveComponentFactory(componentClass)
|
|
19677
20407
|
.create(this.injector);
|
|
19678
20408
|
this._componentRef.instance.transaction = this.transaction;
|
|
20409
|
+
this._componentRef.instance.relation = this.relation;
|
|
19679
20410
|
this.appRef.attachView(this._componentRef.hostView);
|
|
19680
20411
|
const domElem = this._componentRef.hostView
|
|
19681
20412
|
.rootNodes[0];
|
|
@@ -19705,9 +20436,77 @@ TransactionQuickAccessComponent.propDecorators = {
|
|
|
19705
20436
|
quickAccessContainer: [{ type: ViewChild, args: ['quickAccessContent', { read: ElementRef },] }],
|
|
19706
20437
|
transaction: [{ type: Input }],
|
|
19707
20438
|
activeCategory: [{ type: Input }],
|
|
20439
|
+
relation: [{ type: Input }],
|
|
19708
20440
|
showClass: [{ type: HostBinding, args: ["class.co-transaction-quick-access",] }]
|
|
19709
20441
|
};
|
|
19710
20442
|
|
|
20443
|
+
class QuickSendButtonComponent {
|
|
20444
|
+
constructor(iconCacheService) {
|
|
20445
|
+
this.iconCacheService = iconCacheService;
|
|
20446
|
+
this.icons = Icon;
|
|
20447
|
+
this.showSendMethodIcon = true;
|
|
20448
|
+
this.showSendMethodDialogIcon = true;
|
|
20449
|
+
this.showLoader = false;
|
|
20450
|
+
this.openSendMethodDialog = new EventEmitter();
|
|
20451
|
+
this.sendIconClicked = new EventEmitter();
|
|
20452
|
+
}
|
|
20453
|
+
showClass() {
|
|
20454
|
+
return true;
|
|
20455
|
+
}
|
|
20456
|
+
}
|
|
20457
|
+
QuickSendButtonComponent.decorators = [
|
|
20458
|
+
{ type: Component, args: [{
|
|
20459
|
+
selector: "co-quick-send-button",
|
|
20460
|
+
template: `
|
|
20461
|
+
<div class="icons-wrapper" [class.disabled]="showLoader" [class.no-dialog]="!showSendMethodDialogIcon">
|
|
20462
|
+
<co-loader *ngIf="showLoader"></co-loader>
|
|
20463
|
+
<div class="icon-wrapper-flat-left" (click)="sendIconClicked.emit($event)">
|
|
20464
|
+
<co-icon [iconData]="iconCacheService.getIcon(icons.ShareSolid)" class="icon-send"></co-icon>
|
|
20465
|
+
<co-icon *ngIf="showSendMethodIcon" class="icon-method"
|
|
20466
|
+
[iconData]="iconCacheService.getIcon(defaultMethodIcon ? defaultMethodIcon : icons.AtSolid)"></co-icon>
|
|
20467
|
+
</div>
|
|
20468
|
+
<div class="icons-spacer" *ngIf="showSendMethodDialogIcon"></div>
|
|
20469
|
+
<div class="icon-wrapper-flat-right" *ngIf="showSendMethodDialogIcon" (click)="openSendMethodDialog.emit($event)">
|
|
20470
|
+
<co-icon [iconData]="iconCacheService.getIcon(icons.EllipsisVerticalSolid)"></co-icon>
|
|
20471
|
+
</div>
|
|
20472
|
+
</div>
|
|
20473
|
+
`,
|
|
20474
|
+
encapsulation: ViewEncapsulation.None
|
|
20475
|
+
},] }
|
|
20476
|
+
];
|
|
20477
|
+
QuickSendButtonComponent.ctorParameters = () => [
|
|
20478
|
+
{ type: IconCacheService }
|
|
20479
|
+
];
|
|
20480
|
+
QuickSendButtonComponent.propDecorators = {
|
|
20481
|
+
defaultMethodIcon: [{ type: Input }],
|
|
20482
|
+
showSendMethodIcon: [{ type: Input }],
|
|
20483
|
+
showSendMethodDialogIcon: [{ type: Input }],
|
|
20484
|
+
showLoader: [{ type: Input }],
|
|
20485
|
+
showClass: [{ type: HostBinding, args: ["class.co-quick-send-button",] }],
|
|
20486
|
+
openSendMethodDialog: [{ type: Output }],
|
|
20487
|
+
sendIconClicked: [{ type: Output }]
|
|
20488
|
+
};
|
|
20489
|
+
|
|
20490
|
+
class QuickSendButtonModule {
|
|
20491
|
+
}
|
|
20492
|
+
QuickSendButtonModule.decorators = [
|
|
20493
|
+
{ type: NgModule, args: [{
|
|
20494
|
+
imports: [
|
|
20495
|
+
CommonModule,
|
|
20496
|
+
CoreModule,
|
|
20497
|
+
IconModule,
|
|
20498
|
+
PipeModule,
|
|
20499
|
+
LoaderModule
|
|
20500
|
+
],
|
|
20501
|
+
declarations: [
|
|
20502
|
+
QuickSendButtonComponent
|
|
20503
|
+
],
|
|
20504
|
+
exports: [
|
|
20505
|
+
QuickSendButtonComponent
|
|
20506
|
+
],
|
|
20507
|
+
},] }
|
|
20508
|
+
];
|
|
20509
|
+
|
|
19711
20510
|
class TransactionQuickAccessOrderConfirmationModule {
|
|
19712
20511
|
}
|
|
19713
20512
|
TransactionQuickAccessOrderConfirmationModule.decorators = [
|
|
@@ -19717,7 +20516,9 @@ TransactionQuickAccessOrderConfirmationModule.decorators = [
|
|
|
19717
20516
|
InputDatePickerModule,
|
|
19718
20517
|
InputTextModule,
|
|
19719
20518
|
InputCheckboxModule,
|
|
19720
|
-
PipeModule
|
|
20519
|
+
PipeModule,
|
|
20520
|
+
SendMethodDialogModule,
|
|
20521
|
+
QuickSendButtonModule
|
|
19721
20522
|
],
|
|
19722
20523
|
declarations: [
|
|
19723
20524
|
TransactionQuickAccessOrderConfirmationComponent
|
|
@@ -19751,8 +20552,8 @@ TransactionQuickAccessReceivedGoodsModule.decorators = [
|
|
|
19751
20552
|
];
|
|
19752
20553
|
|
|
19753
20554
|
class DialogCatalogComponent {
|
|
19754
|
-
constructor(
|
|
19755
|
-
this.
|
|
20555
|
+
constructor(_transactionService) {
|
|
20556
|
+
this._transactionService = _transactionService;
|
|
19756
20557
|
this.showNavigation = true;
|
|
19757
20558
|
this.closeClick = new EventEmitter();
|
|
19758
20559
|
this.articleClicked = new EventEmitter();
|
|
@@ -19761,8 +20562,10 @@ class DialogCatalogComponent {
|
|
|
19761
20562
|
return true;
|
|
19762
20563
|
}
|
|
19763
20564
|
ngOnInit() {
|
|
19764
|
-
this.catalogSettings = this.
|
|
19765
|
-
this.catalogSettings
|
|
20565
|
+
this.catalogSettings = this._transactionService.options.options;
|
|
20566
|
+
if (this.catalogSettings) {
|
|
20567
|
+
this.catalogSettings.options = this.options;
|
|
20568
|
+
}
|
|
19766
20569
|
}
|
|
19767
20570
|
}
|
|
19768
20571
|
DialogCatalogComponent.decorators = [
|
|
@@ -19782,7 +20585,7 @@ DialogCatalogComponent.decorators = [
|
|
|
19782
20585
|
},] }
|
|
19783
20586
|
];
|
|
19784
20587
|
DialogCatalogComponent.ctorParameters = () => [
|
|
19785
|
-
{ type:
|
|
20588
|
+
{ type: TransactionService }
|
|
19786
20589
|
];
|
|
19787
20590
|
DialogCatalogComponent.propDecorators = {
|
|
19788
20591
|
options: [{ type: Input }],
|
|
@@ -19820,7 +20623,9 @@ TransactionQuickAccessOverviewModule.decorators = [
|
|
|
19820
20623
|
InputSearchModule,
|
|
19821
20624
|
PipeModule,
|
|
19822
20625
|
DialogCatalogModule,
|
|
19823
|
-
IoneCatalogModule
|
|
20626
|
+
IoneCatalogModule,
|
|
20627
|
+
QuickSendButtonModule,
|
|
20628
|
+
SendMethodDialogModule
|
|
19824
20629
|
],
|
|
19825
20630
|
declarations: [
|
|
19826
20631
|
TransactionQuickAccessOverviewComponent
|
|
@@ -19831,96 +20636,6 @@ TransactionQuickAccessOverviewModule.decorators = [
|
|
|
19831
20636
|
},] }
|
|
19832
20637
|
];
|
|
19833
20638
|
|
|
19834
|
-
class TransactionSendButtonDialogComponent {
|
|
19835
|
-
constructor(iconService) {
|
|
19836
|
-
this.iconService = iconService;
|
|
19837
|
-
this.icons = Icon;
|
|
19838
|
-
this.label = 'SEND';
|
|
19839
|
-
this.showSendIcon = true;
|
|
19840
|
-
this.showHoverIcon = true;
|
|
19841
|
-
this.sendButtonClick = new EventEmitter();
|
|
19842
|
-
// @HostListener("mouseenter", ["$event"])
|
|
19843
|
-
// public mouseEnter(event: MouseEvent) {
|
|
19844
|
-
// this.showOpenDialogIcon = true;
|
|
19845
|
-
// }
|
|
19846
|
-
//
|
|
19847
|
-
// @HostListener("mouseleave", ["$event"])
|
|
19848
|
-
// public mouseLeave(event: MouseEvent) {
|
|
19849
|
-
// this.showOpenDialogIcon = false;
|
|
19850
|
-
// }
|
|
19851
|
-
this.showDialog = false;
|
|
19852
|
-
this.showOpenDialogIcon = false;
|
|
19853
|
-
}
|
|
19854
|
-
showClass() {
|
|
19855
|
-
return true;
|
|
19856
|
-
}
|
|
19857
|
-
openDialog() {
|
|
19858
|
-
this.showDialog = !this.showDialog;
|
|
19859
|
-
}
|
|
19860
|
-
}
|
|
19861
|
-
TransactionSendButtonDialogComponent.decorators = [
|
|
19862
|
-
{ type: Component, args: [{
|
|
19863
|
-
selector: "co-transaction-send-button-dialog",
|
|
19864
|
-
template: `
|
|
19865
|
-
<div class="transaction-send-button-content-wrapper" (mouseenter)="showOpenDialogIcon = true" (mouseleave)="showOpenDialogIcon = false">
|
|
19866
|
-
<div class="transaction-send-button-wrapper" (click)="sendButtonClick.emit($event)">
|
|
19867
|
-
<div class="transaction-send-button-icon-wrapper">
|
|
19868
|
-
<co-icon class="button-icon" [iconData]="iconService.getIcon(icons.ShareSolid)"></co-icon>
|
|
19869
|
-
<co-icon *ngIf="showSendIcon" class="button-icon send-type-icon" [iconData]="iconService.getIcon(icons.AtSolid)"></co-icon>
|
|
19870
|
-
</div>
|
|
19871
|
-
<span class="button-title" [textContent]="label | localize"></span>
|
|
19872
|
-
</div>
|
|
19873
|
-
<div class="transaction-send-button-hover-icon-wrapper" *ngIf="showHoverIcon">
|
|
19874
|
-
<co-icon *ngIf="showOpenDialogIcon" class="hover-icon" @showHideHoverIcon
|
|
19875
|
-
[iconData]="iconService.getIcon(icons.EllipsisVerticalSolid)" (click)="openDialog()">
|
|
19876
|
-
</co-icon>
|
|
19877
|
-
</div>
|
|
19878
|
-
</div>
|
|
19879
|
-
<ione-send-method-dialog
|
|
19880
|
-
[showDialog]="showDialog"
|
|
19881
|
-
></ione-send-method-dialog>
|
|
19882
|
-
`,
|
|
19883
|
-
animations: [
|
|
19884
|
-
trigger("showHideHoverIcon", [
|
|
19885
|
-
state("void", style({ width: 0, opacity: 0 })),
|
|
19886
|
-
state("*", style({ width: "*", opacity: 1 })),
|
|
19887
|
-
transition("void => *", animate("200ms ease-in-out")),
|
|
19888
|
-
transition("* => void", animate("200ms ease-out"))
|
|
19889
|
-
])
|
|
19890
|
-
],
|
|
19891
|
-
encapsulation: ViewEncapsulation.None
|
|
19892
|
-
},] }
|
|
19893
|
-
];
|
|
19894
|
-
TransactionSendButtonDialogComponent.ctorParameters = () => [
|
|
19895
|
-
{ type: IconCacheService }
|
|
19896
|
-
];
|
|
19897
|
-
TransactionSendButtonDialogComponent.propDecorators = {
|
|
19898
|
-
label: [{ type: Input }],
|
|
19899
|
-
showSendIcon: [{ type: Input }],
|
|
19900
|
-
showHoverIcon: [{ type: Input }],
|
|
19901
|
-
sendButtonClick: [{ type: Output }],
|
|
19902
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-send-button-dialog",] }]
|
|
19903
|
-
};
|
|
19904
|
-
|
|
19905
|
-
class TransactionSendButtonDialogModule {
|
|
19906
|
-
}
|
|
19907
|
-
TransactionSendButtonDialogModule.decorators = [
|
|
19908
|
-
{ type: NgModule, args: [{
|
|
19909
|
-
imports: [
|
|
19910
|
-
CommonModule,
|
|
19911
|
-
IconModule,
|
|
19912
|
-
PipeModule,
|
|
19913
|
-
SendMethodDialogModule
|
|
19914
|
-
],
|
|
19915
|
-
declarations: [
|
|
19916
|
-
TransactionSendButtonDialogComponent
|
|
19917
|
-
],
|
|
19918
|
-
exports: [
|
|
19919
|
-
TransactionSendButtonDialogComponent
|
|
19920
|
-
]
|
|
19921
|
-
},] }
|
|
19922
|
-
];
|
|
19923
|
-
|
|
19924
20639
|
class TransactionQuickAccessOrderDeliveryModule {
|
|
19925
20640
|
}
|
|
19926
20641
|
TransactionQuickAccessOrderDeliveryModule.decorators = [
|
|
@@ -19931,8 +20646,7 @@ TransactionQuickAccessOrderDeliveryModule.decorators = [
|
|
|
19931
20646
|
IconModule,
|
|
19932
20647
|
PipeModule,
|
|
19933
20648
|
InputCheckboxModule,
|
|
19934
|
-
SendMethodDialogModule
|
|
19935
|
-
TransactionSendButtonDialogModule
|
|
20649
|
+
SendMethodDialogModule
|
|
19936
20650
|
],
|
|
19937
20651
|
declarations: [
|
|
19938
20652
|
TransactionQuickAccessOrderDeliveryComponent
|
|
@@ -19953,7 +20667,7 @@ TransactionQuickAccessOrderPurchaseModule.decorators = [
|
|
|
19953
20667
|
IconModule,
|
|
19954
20668
|
PipeModule,
|
|
19955
20669
|
SendMethodDialogModule,
|
|
19956
|
-
|
|
20670
|
+
QuickSendButtonModule
|
|
19957
20671
|
],
|
|
19958
20672
|
declarations: [
|
|
19959
20673
|
TransactionQuickAccessOrderPurchaseComponent
|
|
@@ -19984,6 +20698,24 @@ TransactionQuickAccessGoodsAllocationModule.decorators = [
|
|
|
19984
20698
|
},] }
|
|
19985
20699
|
];
|
|
19986
20700
|
|
|
20701
|
+
class TransactionQuickAccessPurchaseOrderOverviewModule {
|
|
20702
|
+
}
|
|
20703
|
+
TransactionQuickAccessPurchaseOrderOverviewModule.decorators = [
|
|
20704
|
+
{ type: NgModule, args: [{
|
|
20705
|
+
imports: [
|
|
20706
|
+
CommonModule,
|
|
20707
|
+
QuickSendButtonModule,
|
|
20708
|
+
SendMethodDialogModule
|
|
20709
|
+
],
|
|
20710
|
+
declarations: [
|
|
20711
|
+
TransactionQuickAccessPurchaseOrderOverviewComponent
|
|
20712
|
+
],
|
|
20713
|
+
exports: [
|
|
20714
|
+
TransactionQuickAccessPurchaseOrderOverviewComponent
|
|
20715
|
+
]
|
|
20716
|
+
},] }
|
|
20717
|
+
];
|
|
20718
|
+
|
|
19987
20719
|
class TransactionQuickAccessModule {
|
|
19988
20720
|
}
|
|
19989
20721
|
TransactionQuickAccessModule.decorators = [
|
|
@@ -20000,7 +20732,8 @@ TransactionQuickAccessModule.decorators = [
|
|
|
20000
20732
|
TransactionQuickAccessOverviewModule,
|
|
20001
20733
|
TransactionQuickAccessOrderDeliveryModule,
|
|
20002
20734
|
TransactionQuickAccessOrderPurchaseModule,
|
|
20003
|
-
TransactionQuickAccessGoodsAllocationModule
|
|
20735
|
+
TransactionQuickAccessGoodsAllocationModule,
|
|
20736
|
+
TransactionQuickAccessPurchaseOrderOverviewModule
|
|
20004
20737
|
],
|
|
20005
20738
|
declarations: [
|
|
20006
20739
|
TransactionQuickAccessComponent
|
|
@@ -21251,7 +21984,7 @@ DialogTransactionLineSupplierComponent.decorators = [
|
|
|
21251
21984
|
<co-dialog-header-search [title]="'SUPPLIER'" (search)="handleSearch($event)"></co-dialog-header-search>
|
|
21252
21985
|
</ng-template>
|
|
21253
21986
|
<ng-template #footerTemplate>
|
|
21254
|
-
<div class="co-
|
|
21987
|
+
<div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
|
|
21255
21988
|
<co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
|
|
21256
21989
|
</div>
|
|
21257
21990
|
</ng-template>
|
|
@@ -21335,133 +22068,6 @@ TransactionPurchaseLineModule.decorators = [
|
|
|
21335
22068
|
},] }
|
|
21336
22069
|
];
|
|
21337
22070
|
|
|
21338
|
-
class QuickSendButtonComponent {
|
|
21339
|
-
constructor(iconCacheService, _sharedConnectorService, _transactionConnectorService) {
|
|
21340
|
-
this.iconCacheService = iconCacheService;
|
|
21341
|
-
this._sharedConnectorService = _sharedConnectorService;
|
|
21342
|
-
this._transactionConnectorService = _transactionConnectorService;
|
|
21343
|
-
this.icons = Icon;
|
|
21344
|
-
this.isSendIconClicked = false;
|
|
21345
|
-
this.isDotsClicked = false;
|
|
21346
|
-
this.emailLayouts = [];
|
|
21347
|
-
}
|
|
21348
|
-
showClass() {
|
|
21349
|
-
return true;
|
|
21350
|
-
}
|
|
21351
|
-
sendIconClicked() {
|
|
21352
|
-
this.isSendIconClicked = true;
|
|
21353
|
-
}
|
|
21354
|
-
dotsClicked() {
|
|
21355
|
-
this.isDotsClicked = !this.isDotsClicked;
|
|
21356
|
-
}
|
|
21357
|
-
quickSend(data) {
|
|
21358
|
-
if (this.emailSelected) {
|
|
21359
|
-
const emailReport = new EmailOrderConfirmation();
|
|
21360
|
-
emailReport.transId = this.transaction.transactionInfo.transactionNr;
|
|
21361
|
-
this._sharedConnectorService.connector.emailReport(emailReport);
|
|
21362
|
-
}
|
|
21363
|
-
if (this.printSelected) {
|
|
21364
|
-
const printReport = new PrintOrderConfirmation();
|
|
21365
|
-
printReport.transId = this.transaction.transactionInfo.transactionNr;
|
|
21366
|
-
this._sharedConnectorService.connector.printReport(printReport);
|
|
21367
|
-
}
|
|
21368
|
-
if (this.pdfSelected) {
|
|
21369
|
-
const pdfReport = new PdfOrderConfirmation();
|
|
21370
|
-
pdfReport.transId = this.transaction.transactionInfo.transactionNr;
|
|
21371
|
-
this._sharedConnectorService.connector.pdfReport(pdfReport);
|
|
21372
|
-
}
|
|
21373
|
-
if (this.xmlSelected) {
|
|
21374
|
-
return;
|
|
21375
|
-
}
|
|
21376
|
-
}
|
|
21377
|
-
getEmailLayouts() {
|
|
21378
|
-
// this.getEmailAdresses();
|
|
21379
|
-
if (this.emailLayouts.length < 1) {
|
|
21380
|
-
this._transactionConnectorService.getPurchaseOrderEmailLayouts(this.transaction.transactionInfo.uuid).then(result => {
|
|
21381
|
-
this.emailLayouts = result;
|
|
21382
|
-
});
|
|
21383
|
-
}
|
|
21384
|
-
}
|
|
21385
|
-
setSendParams(data) {
|
|
21386
|
-
this.sendParams = data;
|
|
21387
|
-
}
|
|
21388
|
-
getPrintTemplates() {
|
|
21389
|
-
if (!this.printTemplates) {
|
|
21390
|
-
const data = new StockStickersPrintLayouts();
|
|
21391
|
-
this._transactionConnectorService.getStockStickerTemplates(data).then((templates) => {
|
|
21392
|
-
this.printTemplates = templates;
|
|
21393
|
-
});
|
|
21394
|
-
}
|
|
21395
|
-
}
|
|
21396
|
-
sendOrderConfirmationEmail() {
|
|
21397
|
-
let data = new EmailOrderConfirmation();
|
|
21398
|
-
data.toAddresses = "lars-vdv@colijn-it.nl";
|
|
21399
|
-
data.reportId = this.sendParams.reportId;
|
|
21400
|
-
this._transactionConnectorService.emailOrderConfirmation(data);
|
|
21401
|
-
}
|
|
21402
|
-
}
|
|
21403
|
-
QuickSendButtonComponent.decorators = [
|
|
21404
|
-
{ type: Component, args: [{
|
|
21405
|
-
selector: "co-quick-send-button",
|
|
21406
|
-
template: `
|
|
21407
|
-
<div class="icons-wrapper">
|
|
21408
|
-
<div class="icon-wrapper-flat-left" (click)="sendIconClicked()">
|
|
21409
|
-
<co-icon [iconData]="iconCacheService.getIcon(icons.ShareSolid)" class="icon-send"></co-icon>
|
|
21410
|
-
<co-icon [iconData]="iconCacheService.getIcon(icons.AtSolid)" class="icon-method"></co-icon>
|
|
21411
|
-
</div>
|
|
21412
|
-
<div class="icons-spacer"></div>
|
|
21413
|
-
<div class="icon-wrapper-flat-right" (click)="dotsClicked()">
|
|
21414
|
-
<co-icon [iconData]="iconCacheService.getIcon(icons.EllipsisVerticalSolid)"></co-icon>
|
|
21415
|
-
</div>
|
|
21416
|
-
</div>
|
|
21417
|
-
|
|
21418
|
-
<ione-send-method-dialog
|
|
21419
|
-
[showDialog]="isDotsClicked"
|
|
21420
|
-
(printButtonClicked)="quickSend($event)"
|
|
21421
|
-
[transactionUUID]="transaction.transactionInfo.uuid"
|
|
21422
|
-
[headerTitle]="'Verzendmethode'"
|
|
21423
|
-
(emailLayoutClicked)="getEmailLayouts()"
|
|
21424
|
-
[emailLayouts]="emailLayouts"
|
|
21425
|
-
(printTemplatesClicked)="getPrintTemplates()"
|
|
21426
|
-
[printLayouts]="printTemplates"
|
|
21427
|
-
(printLayoutParams)="setSendParams($event)"
|
|
21428
|
-
[isDocSignEnabled]="true"
|
|
21429
|
-
(sendEmailClicked)="sendOrderConfirmationEmail()"
|
|
21430
|
-
></ione-send-method-dialog>
|
|
21431
|
-
`,
|
|
21432
|
-
encapsulation: ViewEncapsulation.None
|
|
21433
|
-
},] }
|
|
21434
|
-
];
|
|
21435
|
-
QuickSendButtonComponent.ctorParameters = () => [
|
|
21436
|
-
{ type: IconCacheService },
|
|
21437
|
-
{ type: SharedConnectorService },
|
|
21438
|
-
{ type: TransactionConnectorService }
|
|
21439
|
-
];
|
|
21440
|
-
QuickSendButtonComponent.propDecorators = {
|
|
21441
|
-
showClass: [{ type: HostBinding, args: ["class.co-quick-send-button",] }],
|
|
21442
|
-
transaction: [{ type: Input }]
|
|
21443
|
-
};
|
|
21444
|
-
|
|
21445
|
-
class QuickSendButtonModule {
|
|
21446
|
-
}
|
|
21447
|
-
QuickSendButtonModule.decorators = [
|
|
21448
|
-
{ type: NgModule, args: [{
|
|
21449
|
-
imports: [
|
|
21450
|
-
CommonModule,
|
|
21451
|
-
CoreModule,
|
|
21452
|
-
IconModule,
|
|
21453
|
-
SendMethodDialogModule,
|
|
21454
|
-
PipeModule
|
|
21455
|
-
],
|
|
21456
|
-
declarations: [
|
|
21457
|
-
QuickSendButtonComponent
|
|
21458
|
-
],
|
|
21459
|
-
exports: [
|
|
21460
|
-
QuickSendButtonComponent
|
|
21461
|
-
],
|
|
21462
|
-
},] }
|
|
21463
|
-
];
|
|
21464
|
-
|
|
21465
22071
|
class TransactionGoodsAllocationLineModule {
|
|
21466
22072
|
}
|
|
21467
22073
|
TransactionGoodsAllocationLineModule.decorators = [
|
|
@@ -21639,7 +22245,7 @@ TransactionSearchComponent.decorators = [
|
|
|
21639
22245
|
(closeButtonClick)="transactionSearchService.handleHideFilter()"
|
|
21640
22246
|
(resetFilterClick)="transactionSearchService.handleResetFilter()"></co-transaction-filter>
|
|
21641
22247
|
</div>
|
|
21642
|
-
<div class="transaction-search-result-wrapper co-
|
|
22248
|
+
<div class="transaction-search-result-wrapper co-small-toolbar"
|
|
21643
22249
|
[class.fullscreen]="transactionSearchService.fullscreen"
|
|
21644
22250
|
[class.sidebar]="!transactionSearchService.fullscreen"
|
|
21645
22251
|
[class.collapsed]="transactionSearchService.collapsed"
|
|
@@ -22983,8 +23589,8 @@ class TransactionSearchHeaderComponent {
|
|
|
22983
23589
|
this.contentViewModes = ContentViewMode;
|
|
22984
23590
|
this.searchViewModes = SearchViewMode;
|
|
22985
23591
|
this.iconSlideIn = this.iconCacheService.getIcon(this.icon.SlideIn);
|
|
22986
|
-
this.iconResize = this.iconCacheService.getIcon(this.icon.
|
|
22987
|
-
this.iconCancel = this.iconCacheService.getIcon(this.icon.
|
|
23592
|
+
this.iconResize = this.iconCacheService.getIcon(this.icon.ExpandSolid);
|
|
23593
|
+
this.iconCancel = this.iconCacheService.getIcon(this.icon.XSolid);
|
|
22988
23594
|
this.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
22989
23595
|
this.activeContentViewMode = this.contentViewModes.Tiles;
|
|
22990
23596
|
this.viewModeChange = new EventEmitter();
|
|
@@ -23023,8 +23629,11 @@ TransactionSearchHeaderComponent.decorators = [
|
|
|
23023
23629
|
<div class="upper-header">
|
|
23024
23630
|
<div class="header-buttons-wrapper">
|
|
23025
23631
|
<div class="close-search-button-wrapper button-wrapper" *ngIf="!fullscreen" [ngClass]="fullscreen ? 'fullscreen' : 'sidebar'" >
|
|
23632
|
+
<co-button [iconData]="iconResize"
|
|
23633
|
+
class="toggle-sidebar-button transparent"
|
|
23634
|
+
(click)="onResizeClick()"></co-button>
|
|
23026
23635
|
<co-button [iconData]="iconCancel"
|
|
23027
|
-
class="toggle-sidebar-button
|
|
23636
|
+
class="toggle-sidebar-button transparent"
|
|
23028
23637
|
(click)="onCloseClick()">
|
|
23029
23638
|
</co-button>
|
|
23030
23639
|
</div>
|
|
@@ -23032,8 +23641,8 @@ TransactionSearchHeaderComponent.decorators = [
|
|
|
23032
23641
|
</div>
|
|
23033
23642
|
<div class="header-searchbar-wrapper">
|
|
23034
23643
|
<div class="header-searchbar-title" [textContent]="label | localize" *ngIf="fullscreen" @showHideLabel></div>
|
|
23035
|
-
<co-
|
|
23036
|
-
(click)="handleAddTransactionClick()"></co-
|
|
23644
|
+
<co-button class="transaction-add-button transparent" [iconData]="iconCacheService.getIcon(icon.PlusSimple)"
|
|
23645
|
+
(click)="handleAddTransactionClick()"></co-button>
|
|
23037
23646
|
<co-input-search class="transaction-search-general"
|
|
23038
23647
|
[ngClass]="fullscreen ? 'fullscreen' : 'sidebar'"
|
|
23039
23648
|
[centerLabel]="true"
|
|
@@ -23041,14 +23650,13 @@ TransactionSearchHeaderComponent.decorators = [
|
|
|
23041
23650
|
[placeholder]="searchPlaceholder | localize"
|
|
23042
23651
|
[initFocus]="true"
|
|
23043
23652
|
(search)="searchService.searchTransactions()"></co-input-search>
|
|
23044
|
-
<div class="header-search-bar-button-wrapper">
|
|
23653
|
+
<div class="header-search-bar-button-wrapper button-wrapper">
|
|
23045
23654
|
<co-button class="transaction-search-filter-button"
|
|
23046
23655
|
[iconData]="iconCacheService.getIcon(icon.BarsFilter)"
|
|
23047
23656
|
(click)="filterButtonClick.emit()">
|
|
23048
23657
|
</co-button>
|
|
23049
|
-
<co-button [iconData]="
|
|
23050
|
-
|
|
23051
|
-
class="toggle-sidebar-button transparent"
|
|
23658
|
+
<co-button *ngIf="fullscreen" [iconData]="iconSlideIn"
|
|
23659
|
+
class="toggle-sidebar-button transparent fullscreen"
|
|
23052
23660
|
(click)="onResizeClick()"></co-button>
|
|
23053
23661
|
</div>
|
|
23054
23662
|
</div>
|
|
@@ -24236,5 +24844,5 @@ TransactionLineGridModule.decorators = [
|
|
|
24236
24844
|
* Generated bundle index. Do not edit.
|
|
24237
24845
|
*/
|
|
24238
24846
|
|
|
24239
|
-
export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, RelationService, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionSearchComponent, TransactionSearchModule, TransactionSearchService, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTotalsComponent, TransactionTotalsModule, PendingReasonService as ɵa, DialogService as ɵb, ConfirmationDialogComponent as ɵba, DialogBaseComponent as ɵbb, IconCacheService as ɵbc, CharacteristicAnswerModule as ɵbd, CharacteristicAnswerComponent as ɵbe, WarehouseModule as ɵbf, WarehouseComponent as ɵbg, ImageDisplayComponent as ɵbh, IconComponent as ɵbi, CustomerGroupsComponent as ɵbj, StockStatusIndicatorComponent as ɵbk, LazyRenderMasterDirective as ɵbl, LazyRenderDirective as ɵbm, RelationAddressModule as ɵbn, RelationAddressComponent as ɵbo, RelationBaseComponent as ɵbp, RelationAddressSelectModule as ɵbq, RelationAddressTileModule as ɵbr, TileModule as ɵbs, TileComponent as ɵbt, RelationAddressTileComponent as ɵbu, RelationAddressSelectComponent as ɵbv, StepperModule as ɵbw, StepperComponent as ɵbx, StepperStepComponent as ɵby, TransactionLineModule as ɵbz, DynamicComponentService as ɵc, TransactionLineComponent as ɵca, TransactionMappingService as ɵcb, TransactionArticleTextModule as ɵcc, TransactionLineImageAndDescriptionModule as ɵcd, TransactionLineDescriptionModule as ɵce, TransactionLineDescriptionComponent as ɵcf, TransactionLineBaseComponent as ɵcg, TransactionLineImageAndDescriptionComponent as ɵch, TransactionImageService as ɵci, TransactionArticleTextComponent as ɵcj, TransactionReceiveGoodsService as ɵck, DialogTransactionHeaderDiscountModule as ɵcl, TransactionHeaderDiscountPercentageModule as ɵcm, TransactionHeaderDiscountPercentageComponent as ɵcn, TransactionHeaderBaseComponent as ɵco, TransactionHeaderFilterPopupBaseComponent as ɵcp, TransactionHeaderDiscountAmountModule as ɵcq, TransactionHeaderDiscountAmountComponent as ɵcr, TransactionHeaderDiscountTransactionTotalModule as ɵcs, TransactionHeaderDiscountTransactionTotalComponent as ɵct, DialogTransactionHeaderDiscountComponent as ɵcu, DialogTransactionHeaderBaseComponent as ɵcv, AvatarModule as ɵcw, AvatarComponent as ɵcx, SharedService as ɵcy, SharedConnectorService as ɵcz, OptionsService as ɵd, DeliveryTypeTileModule as ɵda, DeliveryTypeTileComponent as ɵdb, PaymentModule as ɵdc, PaymentTileModule as ɵdd, PaymentTileComponent as ɵde, PaymentQrCodeModule as ɵdf, PaymentQrCodeComponent as ɵdg, DownPaymentModule as ɵdh, DownPaymentComponent as ɵdi, PaymentService as ɵdj, PaymentComponent as ɵdk, RelationTypeModule as ɵdl, RelationTypeComponent as ɵdm, RelationGeneralModule as ɵdn, RelationSuggestionsListModule as ɵdo, RelationSuggestionsListItemModule as ɵdp, RelationSuggestionsListItemComponent as ɵdq, RelationSuggestionsListComponent as ɵdr, RelationGeneralComponent as ɵds, RelationAddressesModule as ɵdt, RelationAddressesComponent as ɵdu, RelationContactDetailsModule as ɵdv, RelationContactDetailsComponent as ɵdw, RelationPreferencesModule as ɵdx, RelationPreferencesComponent as ɵdy, TransactionHeaderBlockModule as ɵdz, DictionaryService as ɵe, TransactionHeaderBlockComponent as ɵea, TransactionHeaderDeliveryDateModule as ɵeb, TransactionHeaderDeliveryDateComponent as ɵec, TransactionHeaderDeliveryOptionsModule as ɵed, TransactionHeaderDeliveryOptionsComponent as ɵee, TransactionHeaderRemarksModule as ɵef, TransactionHeaderRemarksComponent as ɵeg, TransactionHeaderReferenceModule as ɵeh, TransactionHeaderReferenceComponent as ɵei, TransactionHeaderRelationReferenceModule as ɵej, TransactionHeaderRelationReferenceComponent as ɵek, TransactionHeaderDeliveryMethodModule as ɵel, TransactionLineCheckboxModule as ɵem, TransactionLineCheckboxListComponent as ɵen, TransactionHeaderDeliveryMethodComponent as ɵeo, TransactionHeaderPreferredDeliveryDateModule as ɵep, TransactionHeaderPreferredDeliveryDateComponent as ɵeq, DialogTransactionHeaderDeliveryMethodModule as ɵer, DialogHeaderSearchModule as ɵes, DialogHeaderSearchComponent as ɵet, DialogTransactionHeaderDeliveryMethodComponent as ɵeu, TransactionHeaderPartialDeliveryModule as ɵev, TransactionHeaderPartialDeliveryComponent as ɵew, TransactionBaseComponent as ɵex, TransactionHeaderDownpaymentPercentageModule as ɵey, TransactionHeaderDownpaymentPercentageComponent as ɵez, TransactionConnectorService as ɵf, TransactionHeaderDownpaymentAmountModule as ɵfa, TransactionHeaderDownpaymentAmountComponent as ɵfb, TransactionHeaderDefinitiveModule as ɵfc, TransactionHeaderDefinitiveComponent as ɵfd, TransactionHeaderBranchModule as ɵfe, TransactionHeaderBranchComponent as ɵff, TransactionHeaderAdministrativeRelationModule as ɵfg, TransactionHeaderAdministrativeRelationComponent as ɵfh, TransactionHeaderMarketingModule as ɵfi, TransactionHeaderMarketingComponent as ɵfj, CheckoutOverviewRelationEditComponent as ɵfk, CheckoutOverviewDeliveryEditComponent as ɵfl, CheckoutOverviewDeliveryAddressComponent as ɵfm, CheckoutOverviewPaymentComponent as ɵfn, CheckoutLoginComponent as ɵfo, TransactionFilterCategoriesModule as ɵfp, TransactionFilterCategoriesComponent as ɵfq, TransactionHeaderPaymentModule as ɵfr, TransactionHeaderPaymentComponent as ɵfs, TransactionLinesGridModule as ɵft, TransactionBaseGridModule as ɵfu, TransactionLineSidePanelModule as ɵfv, TransactionLineSidePanelDefaultModule as ɵfw, TransactionLinePriceListModule as ɵfx, TransactionLinePriceListComponent as ɵfy, TransactionFilterPopupBaseComponent as ɵfz, TransactionConnectorAdapterService as ɵg, TransactionLineVatModule as ɵga, TransactionLineVatComponent as ɵgb, TransactionLineQuantityModule as ɵgc, TransactionLineQuantityComponent as ɵgd, TransactionLineLineDiscountModule as ɵge, TransactionLineLineDiscountComponent as ɵgf, TransactionLineDeliveryMethodModule as ɵgg, TransactionLineDeliveryMethodComponent as ɵgh, TransactionLineDeliveryDateModule as ɵgi, TransactionLineDeliveryDateComponent as ɵgj, TransactionLineReferenceModule as ɵgk, TransactionLineReferenceComponent as ɵgl, TransactionLineCommissionCodeModule as ɵgm, TransactionLineCommissionCodeComponent as ɵgn, TransactionLineWarehouseModule as ɵgo, TransactionLineWarehouseComponent as ɵgp, TransactionLineDiscountAmountModule as ɵgq, TransactionLineDiscountAmountComponent as ɵgr, TransactionLineQuantumDiscountModule as ɵgs, TransactionLineQuantumDiscountComponent as ɵgt, TransactionLineSpecialDiscountModule as ɵgu, TransactionLineSpecialDiscountComponent as ɵgv, TransactionLineSupplierModule as ɵgw, TransactionLineSupplierComponent as ɵgx, TransactionLinePriceModule as ɵgy, TransactionLinePriceComponent as ɵgz, SelectMultipleCacheService as ɵh, TransactionLineSidePanelDefaultComponent as ɵha, TransactionReceivingGoodsHistoryModule as ɵhb, TransactionHistoryGridModule as ɵhc, TransactionHistoryGridStatusModule as ɵhd, TransactionHistoryGridStatusComponent as ɵhe, TransactionHistoryGridComponent as ɵhf, TransactionReceivingGoodsHistoryComponent as ɵhg, TransactionButtonBarModule as ɵhh, AnimatedCheckboxModule as ɵhi, AnimatedCheckboxComponent as ɵhj, TransactionButtonBarComponent as ɵhk, TransactionButtonBarButtonComponent as ɵhl, TransactionButtonBarButtonBaseComponent as ɵhm, TransactionSalesPurchaseButtonBarButtonComponent as ɵhn, TransactionLineSidePanelPurchaseModule as ɵho, DefaultOkCancelButtonsModule as ɵhp, DefaultOkCancelButtonsComponent as ɵhq, TransactionAvailableStockGridModule as ɵhr, TransactionAvailableStockGridComponent as ɵhs, TransactionSidePanelEditRequestDetailsModule as ɵht, TransactionLineWarehouseLocationButtonModule as ɵhu, TransactionLineWarehouseLocationButtonComponent as ɵhv, TransactionSidePanelEditRequestDetailsComponent as ɵhw, AllocationRequestComponent as ɵhx, ReceiveGoodsRequestComponent as ɵhy, ArticleService as ɵhz, BusinessObjectCacheManagerService as ɵi, TransactionLineSidePanelPurchaseComponent as ɵia, TransactionLineSidePanelSalesModule as ɵib, TransactionAllocateGoodsHistoryModule as ɵic, TransactionAllocateGoodsHistoryComponent as ɵid, TransactionLineSidePanelSalesComponent as ɵie, TransactionLineSidePanelComponent as ɵif, DynamicBaseComponent as ɵig, TransactionLineActionButtonsModule as ɵih, TransactionArticleTextOverviewModule as ɵii, TransactionArticleTextOverviewComponent as ɵij, TransactionLineActionButtonsComponent as ɵik, TransactionBaseGridComponent as ɵil, TransactionGridBaseComponent as ɵim, DialogTransactionLineCommissionCodeModule as ɵin, DialogTransactionLineCommissionCodeComponent as ɵio, DialogTransactionLineBaseComponent as ɵip, DialogTransactionLineWarehouseModule as ɵiq, DialogTransactionLineWarehouseComponent as ɵir, DialogTransactionLineWarehouseCcModule as ɵis, DialogTransactionLineWarehouseCcComponent as ɵit, DialogTransactionLineDeliveryMethodModule as ɵiu, DialogTransactionLineDeliveryMethodComponent as ɵiv, DialogTransactionLineVatModule as ɵiw, DialogTransactionLineVatComponent as ɵix, DialogTransactionLineDiscountModule as ɵiy, DialogTransactionLinePriceListModule as ɵiz, CacheField as ɵj, DialogTransactionLinePriceListComponent as ɵja, DialogTransactionLineDiscountComponent as ɵjb, TransactionLinesGridComponent as ɵjc, DiscountModule as ɵjd, DiscountComponent as ɵje, TransactionQuickAccessOverviewModule as ɵjf, DialogCatalogModule as ɵjg, DialogCatalogComponent as ɵjh, TransactionQuickAccessOverviewComponent as ɵji, TransactionQuickAccessOrderDeliveryModule as ɵjj, TransactionSendButtonDialogModule as ɵjk, TransactionSendButtonDialogComponent as ɵjl, TransactionQuickAccessOrderDeliveryComponent as ɵjm, TransactionOrderDeliveryService as ɵjn, TransactionQuickAccessOrderPurchaseModule as ɵjo, TransactionQuickAccessOrderPurchaseComponent as ɵjp, TransactionQuickAccessGoodsAllocationModule as ɵjq, TransactionQuickAccessGoodsAllocationComponent as ɵjr, TransactionAllocateGoodsService as ɵjs, TransactionOrderConfirmationGridModule as ɵjt, TransactionOrderConfirmationGridComponent as ɵju, TransactionReceivedGoodsGridModule as ɵjv, DialogTransactionLineWarehouseLocationModule as ɵjw, TransactionLineWarehouseLocationModule as ɵjx, TransactionLineWarehouseLocationComponent as ɵjy, DialogTransactionLineWarehouseLocationComponent as ɵjz, SelectMultipleParameterizedCacheService as ɵk, TransactionReceivedGoodsGridComponent as ɵka, ViewModeButtonsModule as ɵkb, ViewModeButtonsComponent as ɵkc, TransactionGridModule as ɵkd, TransactionGridComponent as ɵke, TransactionTileModule as ɵkf, TransactionTileComponent as ɵkg, TransactionOverviewLineModule as ɵkh, EditableLabelModule as ɵki, EditableLabelComponent as ɵkj, TransactionBaseLineModule as ɵkk, TransactionBaseLineComponent as ɵkl, TransactionLinesLineBaseComponent as ɵkm, TransactionLineCommissionButtonModule as ɵkn, TransactionLineCommissionButtonComponent as ɵko, TransactionLineWarehouseButtonModule as ɵkp, TransactionLineWarehouseButtonComponent as ɵkq, TransactionLineDeliveryButtonModule as ɵkr, TransactionLineDeliveryButtonComponent as ɵks, TransactionLineDeliveryDateButtonModule as ɵkt, TransactionLineDeliveryDateButtonComponent as ɵku, TransactionLineAmountModule as ɵkv, TransactionLineAmountComponent as ɵkw, TransactionOverviewLineComponent as ɵkx, TransactionOrderDeliveryLineModule as ɵky, TransactionOrderDeliveryLineComponent as ɵkz, ErrorService as ɵl, TransactionReceiveGoodsLineModule as ɵla, TransactionReceiveGoodsLineComponent as ɵlb, TransactionPurchaseLineModule as ɵlc, TransactionLineSupplierButtonModule as ɵld, DialogTransactionLineSupplierModule as ɵle, DialogTransactionLineSupplierComponent as ɵlf, TransactionLineSupplierButtonComponent as ɵlg, TransactionPurchaseLineComponent as ɵlh, QuickSendButtonModule as ɵli, QuickSendButtonComponent as ɵlj, TransactionGoodsAllocationLineModule as ɵlk, TransactionGoodsAllocationLineComponent as ɵll, TransactionSearchResultModule as ɵlm, TransactionSearchSalesOrderTileModule as ɵln, TransactionSearchSalesOrderTileComponent as ɵlo, TransactionSearchTileBaseComponent as ɵlp, TransactionSearchPurchaseOrderTileModule as ɵlq, TransactionSearchPurchaseOrderTileComponent as ɵlr, TransactionSearchSalesOrderGridModule as ɵls, TransactionSearchSalesOrderGridComponent as ɵlt, TransactionSearchGridBaseComponent as ɵlu, TransactionSearchPurchaseOrderGridModule as ɵlv, TransactionSearchPurchaseOrderGridComponent as ɵlw, TransactionSearchHeaderModule as ɵlx, TransactionSearchHeaderComponent as ɵly, TransactionSearchGridModule as ɵlz, SelectSingleCacheService as ɵm, TransactionSearchGridComponent as ɵma, TransactionSearchTileModule as ɵmb, TransactionSearchTileComponent as ɵmc, TransactionSearchResultComponent as ɵmd, TransactionSalesOrderFilterModule as ɵme, TransactionSalesOrderFilterContentOrderModule as ɵmf, TransactionFilterItemModule as ɵmg, TransactionFilterItemComponent as ɵmh, TransactionSalesOrderFilterContentOrderComponent as ɵmi, TransactionFilterContentBaseComponent as ɵmj, FilterRequestService as ɵmk, TransactionSalesOrderFilterContentLogisticsModule as ɵml, TransactionFilterHistoricStateModule as ɵmm, TransactionFilterHistoricStateComponent as ɵmn, TransactionSalesOrderFilterContentLogisticsComponent as ɵmo, TransactionSalesOrderFilterContentArticleModule as ɵmp, TransactionSalesOrderFilterContentArticleComponent as ɵmq, TransactionSalesOrderFilterComponent as ɵmr, TransactionFilterBaseComponent as ɵms, TransactionPurchaseOrderFilterModule as ɵmt, TransactionPurchaseOrderFilterContentOrderModule as ɵmu, TransactionPurchaseOrderFilterContentOrderComponent as ɵmv, TransactionPurchaseOrderFilterContentLogisticsModule as ɵmw, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵmx, TransactionPurchaseOrderFilterContentArticleModule as ɵmy, TransactionPurchaseOrderFilterContentArticleComponent as ɵmz, ArticleConnectorService as ɵn, TransactionPurchaseOrderFilterComponent as ɵna, TransactionFilterModule as ɵnb, TransactionFilterComponent as ɵnc, TransactionEventService as ɵo, RelationConnectorService as ɵp, CoreModule as ɵq, ConfirmationDialogModule as ɵr, PipeModule as ɵs, AppendPipe as ɵt, DeliveryTimePipe as ɵu, DateDurationPipe as ɵv, LocalizePipe as ɵw, CoCurrencyPipe as ɵx, SafeStylePipe as ɵy, SafeHtmlPipe as ɵz };
|
|
24847
|
+
export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, RelationService, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionSearchComponent, TransactionSearchModule, TransactionSearchService, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTotalsComponent, TransactionTotalsModule, PendingReasonService as ɵa, OptionsService as ɵb, ConfirmationDialogComponent as ɵba, DialogBaseComponent as ɵbb, IconCacheService as ɵbc, CharacteristicAnswerModule as ɵbd, CharacteristicAnswerComponent as ɵbe, WarehouseModule as ɵbf, WarehouseComponent as ɵbg, ImageDisplayComponent as ɵbh, IconComponent as ɵbi, CustomerGroupsComponent as ɵbj, StockStatusIndicatorComponent as ɵbk, LazyRenderMasterDirective as ɵbl, LazyRenderDirective as ɵbm, RelationAddressModule as ɵbn, RelationAddressComponent as ɵbo, RelationBaseComponent as ɵbp, RelationAddressSelectModule as ɵbq, RelationAddressTileModule as ɵbr, TileModule as ɵbs, TileComponent as ɵbt, RelationAddressTileComponent as ɵbu, RelationAddressSelectComponent as ɵbv, StepperModule as ɵbw, StepperComponent as ɵbx, StepperStepComponent as ɵby, TransactionLineModule as ɵbz, DictionaryService as ɵc, TransactionLineComponent as ɵca, TransactionMappingService as ɵcb, TransactionArticleTextModule as ɵcc, TransactionLineImageAndDescriptionModule as ɵcd, TransactionLineDescriptionModule as ɵce, TransactionLineDescriptionComponent as ɵcf, TransactionLineBaseComponent as ɵcg, TransactionLineImageAndDescriptionComponent as ɵch, TransactionImageService as ɵci, TransactionArticleTextComponent as ɵcj, TransactionReceiveGoodsService as ɵck, DialogTransactionHeaderDiscountModule as ɵcl, TransactionHeaderDiscountPercentageModule as ɵcm, TransactionHeaderDiscountPercentageComponent as ɵcn, TransactionHeaderBaseComponent as ɵco, TransactionHeaderFilterPopupBaseComponent as ɵcp, TransactionHeaderDiscountAmountModule as ɵcq, TransactionHeaderDiscountAmountComponent as ɵcr, TransactionHeaderDiscountTransactionTotalModule as ɵcs, TransactionHeaderDiscountTransactionTotalComponent as ɵct, DialogTransactionHeaderDiscountComponent as ɵcu, DialogTransactionHeaderBaseComponent as ɵcv, AvatarModule as ɵcw, AvatarComponent as ɵcx, SharedService as ɵcy, SharedConnectorService as ɵcz, DialogService as ɵd, DeliveryTypeTileModule as ɵda, DeliveryTypeTileComponent as ɵdb, PaymentModule as ɵdc, PaymentTileModule as ɵdd, PaymentTileComponent as ɵde, PaymentQrCodeModule as ɵdf, PaymentQrCodeComponent as ɵdg, DownPaymentModule as ɵdh, DownPaymentComponent as ɵdi, PaymentService as ɵdj, PaymentComponent as ɵdk, RelationTypeModule as ɵdl, RelationTypeComponent as ɵdm, RelationGeneralModule as ɵdn, RelationSuggestionsListModule as ɵdo, RelationSuggestionsListItemModule as ɵdp, RelationSuggestionsListItemComponent as ɵdq, RelationSuggestionsListComponent as ɵdr, RelationGeneralComponent as ɵds, RelationAddressesModule as ɵdt, RelationAddressesComponent as ɵdu, RelationContactDetailsModule as ɵdv, RelationContactDetailsComponent as ɵdw, RelationPreferencesModule as ɵdx, RelationPreferencesComponent as ɵdy, TransactionHeaderBlockModule as ɵdz, DynamicComponentService as ɵe, TransactionHeaderBlockComponent as ɵea, TransactionHeaderDeliveryDateModule as ɵeb, TransactionHeaderDeliveryDateComponent as ɵec, TransactionHeaderDeliveryOptionsModule as ɵed, TransactionHeaderDeliveryOptionsComponent as ɵee, TransactionHeaderRemarksModule as ɵef, TransactionHeaderRemarksComponent as ɵeg, TransactionHeaderReferenceModule as ɵeh, TransactionHeaderReferenceComponent as ɵei, TransactionHeaderRelationReferenceModule as ɵej, TransactionHeaderRelationReferenceComponent as ɵek, TransactionHeaderDeliveryMethodModule as ɵel, TransactionLineCheckboxModule as ɵem, TransactionLineCheckboxListComponent as ɵen, TransactionHeaderDeliveryMethodComponent as ɵeo, TransactionHeaderPreferredDeliveryDateModule as ɵep, TransactionHeaderPreferredDeliveryDateComponent as ɵeq, DialogTransactionHeaderDeliveryMethodModule as ɵer, DialogHeaderSearchModule as ɵes, DialogHeaderSearchComponent as ɵet, DialogTransactionHeaderDeliveryMethodComponent as ɵeu, TransactionHeaderPartialDeliveryModule as ɵev, TransactionHeaderPartialDeliveryComponent as ɵew, TransactionBaseComponent as ɵex, TransactionHeaderDownpaymentPercentageModule as ɵey, TransactionHeaderDownpaymentPercentageComponent as ɵez, TransactionConnectorService as ɵf, TransactionHeaderDownpaymentAmountModule as ɵfa, TransactionHeaderDownpaymentAmountComponent as ɵfb, TransactionHeaderDefinitiveModule as ɵfc, TransactionHeaderDefinitiveComponent as ɵfd, TransactionHeaderBranchModule as ɵfe, TransactionHeaderBranchComponent as ɵff, TransactionHeaderAdministrativeRelationModule as ɵfg, TransactionHeaderAdministrativeRelationComponent as ɵfh, TransactionHeaderMarketingModule as ɵfi, TransactionHeaderMarketingComponent as ɵfj, CheckoutOverviewRelationEditComponent as ɵfk, CheckoutOverviewDeliveryEditComponent as ɵfl, CheckoutOverviewDeliveryAddressComponent as ɵfm, CheckoutOverviewPaymentComponent as ɵfn, CheckoutLoginComponent as ɵfo, TransactionFilterCategoriesModule as ɵfp, TransactionFilterCategoriesComponent as ɵfq, TransactionHeaderPaymentModule as ɵfr, TransactionHeaderPaymentComponent as ɵfs, TransactionLinesGridModule as ɵft, TransactionBaseGridModule as ɵfu, TransactionLineSidePanelModule as ɵfv, TransactionLineSidePanelDefaultModule as ɵfw, TransactionLinePriceListModule as ɵfx, TransactionLinePriceListComponent as ɵfy, TransactionFilterPopupBaseComponent as ɵfz, TransactionConnectorAdapterService as ɵg, TransactionLineVatModule as ɵga, TransactionLineVatComponent as ɵgb, TransactionLineQuantityModule as ɵgc, TransactionLineQuantityComponent as ɵgd, TransactionLineLineDiscountModule as ɵge, TransactionLineLineDiscountComponent as ɵgf, TransactionLineDeliveryMethodModule as ɵgg, TransactionLineDeliveryMethodComponent as ɵgh, TransactionLineDeliveryDateModule as ɵgi, TransactionLineDeliveryDateComponent as ɵgj, TransactionLineReferenceModule as ɵgk, TransactionLineReferenceComponent as ɵgl, TransactionLineCommissionCodeModule as ɵgm, TransactionLineCommissionCodeComponent as ɵgn, TransactionLineWarehouseModule as ɵgo, TransactionLineWarehouseComponent as ɵgp, TransactionLineDiscountAmountModule as ɵgq, TransactionLineDiscountAmountComponent as ɵgr, TransactionLineQuantumDiscountModule as ɵgs, TransactionLineQuantumDiscountComponent as ɵgt, TransactionLineSpecialDiscountModule as ɵgu, TransactionLineSpecialDiscountComponent as ɵgv, TransactionLineSupplierModule as ɵgw, TransactionLineSupplierComponent as ɵgx, TransactionLinePriceModule as ɵgy, TransactionLinePriceComponent as ɵgz, SelectMultipleCacheService as ɵh, TransactionLineSidePanelDefaultComponent as ɵha, TransactionReceivingGoodsHistoryModule as ɵhb, TransactionHistoryGridModule as ɵhc, TransactionHistoryGridStatusModule as ɵhd, TransactionHistoryGridStatusComponent as ɵhe, TransactionHistoryGridComponent as ɵhf, TransactionReceivingGoodsHistoryComponent as ɵhg, TransactionButtonBarModule as ɵhh, AnimatedCheckboxModule as ɵhi, AnimatedCheckboxComponent as ɵhj, TransactionButtonBarComponent as ɵhk, TransactionButtonBarButtonComponent as ɵhl, TransactionButtonBarButtonBaseComponent as ɵhm, TransactionSalesPurchaseButtonBarButtonComponent as ɵhn, TransactionLineSidePanelPurchaseModule as ɵho, DefaultOkCancelButtonsModule as ɵhp, DefaultOkCancelButtonsComponent as ɵhq, TransactionAvailableStockGridModule as ɵhr, TransactionAvailableStockGridComponent as ɵhs, TransactionSidePanelEditRequestDetailsModule as ɵht, TransactionLineWarehouseLocationButtonModule as ɵhu, TransactionLineWarehouseLocationButtonComponent as ɵhv, TransactionSidePanelEditRequestDetailsComponent as ɵhw, AllocationRequestComponent as ɵhx, ReceiveGoodsRequestComponent as ɵhy, ArticleService as ɵhz, BusinessObjectCacheManagerService as ɵi, TransactionLineSidePanelPurchaseComponent as ɵia, TransactionLineSidePanelSalesModule as ɵib, TransactionAllocateGoodsHistoryModule as ɵic, TransactionAllocateGoodsHistoryComponent as ɵid, TransactionLineSidePanelSalesComponent as ɵie, TransactionLineSidePanelComponent as ɵif, DynamicBaseComponent as ɵig, TransactionLineActionButtonsModule as ɵih, TransactionArticleTextOverviewModule as ɵii, TransactionArticleTextOverviewComponent as ɵij, TransactionLineActionButtonsComponent as ɵik, TransactionBaseGridComponent as ɵil, TransactionGridBaseComponent as ɵim, DialogTransactionLineCommissionCodeModule as ɵin, DialogTransactionLineCommissionCodeComponent as ɵio, DialogTransactionLineBaseComponent as ɵip, DialogTransactionLineWarehouseModule as ɵiq, DialogTransactionLineWarehouseComponent as ɵir, DialogTransactionLineWarehouseCcModule as ɵis, DialogTransactionLineWarehouseCcComponent as ɵit, DialogTransactionLineDeliveryMethodModule as ɵiu, DialogTransactionLineDeliveryMethodComponent as ɵiv, DialogTransactionLineVatModule as ɵiw, DialogTransactionLineVatComponent as ɵix, DialogTransactionLineDiscountModule as ɵiy, DialogTransactionLinePriceListModule as ɵiz, CacheField as ɵj, DialogTransactionLinePriceListComponent as ɵja, DialogTransactionLineDiscountComponent as ɵjb, TransactionLinesGridComponent as ɵjc, DiscountModule as ɵjd, DiscountComponent as ɵje, QuickSendButtonModule as ɵjf, QuickSendButtonComponent as ɵjg, TransactionQuickAccessOverviewModule as ɵjh, DialogCatalogModule as ɵji, DialogCatalogComponent as ɵjj, TransactionQuickAccessOverviewComponent as ɵjk, TransactionQuickAccessSendMethodBaseComponent as ɵjl, TransactionQuickAccessOrderDeliveryModule as ɵjm, TransactionQuickAccessOrderDeliveryComponent as ɵjn, TransactionOrderDeliveryService as ɵjo, TransactionQuickAccessOrderPurchaseModule as ɵjp, TransactionQuickAccessOrderPurchaseComponent as ɵjq, TransactionQuickAccessGoodsAllocationModule as ɵjr, TransactionQuickAccessGoodsAllocationComponent as ɵjs, TransactionAllocateGoodsService as ɵjt, TransactionQuickAccessPurchaseOrderOverviewModule as ɵju, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵjv, TransactionOrderConfirmationGridModule as ɵjw, TransactionOrderConfirmationGridComponent as ɵjx, TransactionReceivedGoodsGridModule as ɵjy, DialogTransactionLineWarehouseLocationModule as ɵjz, SelectMultipleParameterizedCacheService as ɵk, TransactionLineWarehouseLocationModule as ɵka, TransactionLineWarehouseLocationComponent as ɵkb, DialogTransactionLineWarehouseLocationComponent as ɵkc, TransactionReceivedGoodsGridComponent as ɵkd, ViewModeButtonsModule as ɵke, ViewModeButtonsComponent as ɵkf, TransactionGridModule as ɵkg, TransactionGridComponent as ɵkh, TransactionTileModule as ɵki, TransactionTileComponent as ɵkj, TransactionOverviewLineModule as ɵkk, EditableLabelModule as ɵkl, EditableLabelComponent as ɵkm, TransactionBaseLineModule as ɵkn, TransactionBaseLineComponent as ɵko, TransactionLinesLineBaseComponent as ɵkp, TransactionLineCommissionButtonModule as ɵkq, TransactionLineCommissionButtonComponent as ɵkr, TransactionLineWarehouseButtonModule as ɵks, TransactionLineWarehouseButtonComponent as ɵkt, TransactionLineDeliveryButtonModule as ɵku, TransactionLineDeliveryButtonComponent as ɵkv, TransactionLineDeliveryDateButtonModule as ɵkw, TransactionLineDeliveryDateButtonComponent as ɵkx, TransactionLineAmountModule as ɵky, TransactionLineAmountComponent as ɵkz, ErrorService as ɵl, TransactionOverviewLineComponent as ɵla, TransactionOrderDeliveryLineModule as ɵlb, TransactionOrderDeliveryLineComponent as ɵlc, TransactionReceiveGoodsLineModule as ɵld, TransactionReceiveGoodsLineComponent as ɵle, TransactionPurchaseLineModule as ɵlf, TransactionLineSupplierButtonModule as ɵlg, DialogTransactionLineSupplierModule as ɵlh, DialogTransactionLineSupplierComponent as ɵli, TransactionLineSupplierButtonComponent as ɵlj, TransactionPurchaseLineComponent as ɵlk, TransactionGoodsAllocationLineModule as ɵll, TransactionGoodsAllocationLineComponent as ɵlm, TransactionSearchResultModule as ɵln, TransactionSearchSalesOrderTileModule as ɵlo, TransactionSearchSalesOrderTileComponent as ɵlp, TransactionSearchTileBaseComponent as ɵlq, TransactionSearchPurchaseOrderTileModule as ɵlr, TransactionSearchPurchaseOrderTileComponent as ɵls, TransactionSearchSalesOrderGridModule as ɵlt, TransactionSearchSalesOrderGridComponent as ɵlu, TransactionSearchGridBaseComponent as ɵlv, TransactionSearchPurchaseOrderGridModule as ɵlw, TransactionSearchPurchaseOrderGridComponent as ɵlx, TransactionSearchHeaderModule as ɵly, TransactionSearchHeaderComponent as ɵlz, SelectSingleCacheService as ɵm, TransactionSearchGridModule as ɵma, TransactionSearchGridComponent as ɵmb, TransactionSearchTileModule as ɵmc, TransactionSearchTileComponent as ɵmd, TransactionSearchResultComponent as ɵme, TransactionSalesOrderFilterModule as ɵmf, TransactionSalesOrderFilterContentOrderModule as ɵmg, TransactionFilterItemModule as ɵmh, TransactionFilterItemComponent as ɵmi, TransactionSalesOrderFilterContentOrderComponent as ɵmj, TransactionFilterContentBaseComponent as ɵmk, FilterRequestService as ɵml, TransactionSalesOrderFilterContentLogisticsModule as ɵmm, TransactionFilterHistoricStateModule as ɵmn, TransactionFilterHistoricStateComponent as ɵmo, TransactionSalesOrderFilterContentLogisticsComponent as ɵmp, TransactionSalesOrderFilterContentArticleModule as ɵmq, TransactionSalesOrderFilterContentArticleComponent as ɵmr, TransactionSalesOrderFilterComponent as ɵms, TransactionFilterBaseComponent as ɵmt, TransactionPurchaseOrderFilterModule as ɵmu, TransactionPurchaseOrderFilterContentOrderModule as ɵmv, TransactionPurchaseOrderFilterContentOrderComponent as ɵmw, TransactionPurchaseOrderFilterContentLogisticsModule as ɵmx, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵmy, TransactionPurchaseOrderFilterContentArticleModule as ɵmz, ArticleConnectorService as ɵn, TransactionPurchaseOrderFilterContentArticleComponent as ɵna, TransactionPurchaseOrderFilterComponent as ɵnb, TransactionFilterModule as ɵnc, TransactionFilterComponent as ɵnd, TransactionEventService as ɵo, RelationConnectorService as ɵp, CoreModule as ɵq, ConfirmationDialogModule as ɵr, PipeModule as ɵs, AppendPipe as ɵt, DeliveryTimePipe as ɵu, DateDurationPipe as ɵv, LocalizePipe as ɵw, CoCurrencyPipe as ɵx, SafeStylePipe as ɵy, SafeHtmlPipe as ɵz };
|
|
24240
24848
|
//# sourceMappingURL=colijnit-transaction.js.map
|