@colijnit/transaction 261.20.20 → 261.20.22
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/fesm2022/colijnit-transaction.mjs +1619 -798
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +167 -53
- package/lib/component/transaction-button/style/_layout.scss +2 -4
- package/lib/component/transaction-line/transaction-interbranch-receive-goods-line/style/_layout.scss +16 -0
- package/lib/component/transaction-line/transaction-interbranch-receive-goods-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-interbranch-receive-goods-line/style/_theme.scss +4 -0
- package/lib/component/transaction-line/transaction-interbranch-receive-goods-line/style/material.scss +5 -0
- package/lib/component/transaction-line-interbranch-receive-goods/style/_layout.scss +78 -78
- package/lib/component/transaction-line-interbranch-receive-goods/style/_material-definition.scss +2 -2
- package/lib/component/transaction-line-interbranch-receive-goods/style/_theme.scss +4 -4
- package/lib/component/transaction-line-interbranch-receive-goods/style/material.scss +4 -4
- package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_layout.scss +27 -27
- package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_material-definition.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_theme.scss +4 -4
- package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/material.scss +4 -4
- package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_layout.scss +73 -73
- package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_theme.scss +6 -6
- package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/material.scss +4 -4
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { ChangeHeaderCashOnDeliveryAmountRequest } from '@colijnit/transactionap
|
|
|
8
8
|
import { CodeDescription } from '@colijnit/transactionapi/build/model/code-description';
|
|
9
9
|
import { Country } from '@colijnit/transactionapi/build/model/country.bo';
|
|
10
10
|
import { CustomerGroup } from '@colijnit/transactionapi/build/model/customer-group.bo';
|
|
11
|
-
import { DeliveryMethod } from '@colijnit/transactionapi/build/model/delivery-method.bo';
|
|
11
|
+
import { DeliveryMethod as DeliveryMethod$1 } from '@colijnit/transactionapi/build/model/delivery-method.bo';
|
|
12
12
|
import { DeliveryOption } from '@colijnit/transactionapi/build/model/delivery-option.bo';
|
|
13
13
|
import { Marketing } from '@colijnit/transactionapi/build/model/marketing.bo';
|
|
14
14
|
import { OnHoldCode } from '@colijnit/transactionapi/build/model/on-hold-code.bo';
|
|
@@ -294,7 +294,7 @@ import { RelationSmallObject as RelationSmallObject$1 } from '@colijnit/relation
|
|
|
294
294
|
import { DocDeliveryBatch } from '@colijnit/transactionapi/build/model/doc-delivery-batch.bo';
|
|
295
295
|
import * as i3 from '@colijnit/corecomponents_v12';
|
|
296
296
|
import { BaseModuleScreenConfigService, BaseModuleService, FormMasterService, ScreenConfigAdapterComponent, OverlayService, FormComponent, FilterItemViewmodel, InputTextComponent, InputDatePickerComponent, InputCheckboxComponent, ColorSequenceService, SimpleGridColumnTemplateType, SimpleGridColumnDirective, ColumnAlign, ButtonComponent, OverlayParentDirective, ContentViewMode, HourSchedulingExpandableComponent, FilterItemComponent, FilterItemMode, InputTextareaComponent, InputScannerComponent, CoreComponentsIcon } from '@colijnit/corecomponents_v12';
|
|
297
|
-
import * as i5 from '@colijnit/relation';
|
|
297
|
+
import * as i5$1 from '@colijnit/relation';
|
|
298
298
|
import { RelationService } from '@colijnit/relation';
|
|
299
299
|
import * as i6 from '@colijnit/sharedcomponents';
|
|
300
300
|
import { SharedService, StatusbarData, CalendarView, SendMethod, AgendaEventPerDay, FormBuilderUserFormComponent, ComponentActivityListComponent } from '@colijnit/sharedcomponents';
|
|
@@ -326,7 +326,7 @@ import { PaymentLineType } from '@colijnit/transactionapi/build/enum/payment-lin
|
|
|
326
326
|
import * as i4 from '@angular/cdk/scrolling';
|
|
327
327
|
import { SupplierStockForecast } from '@colijnit/transactionapi/build/model/supplier-stock-forecast';
|
|
328
328
|
import { PurchaseReservationSalesLine } from '@colijnit/transactionapi/build/model/purchase-reservation-sales-line.bo';
|
|
329
|
-
import * as
|
|
329
|
+
import * as i5 from '@colijnit/catalog';
|
|
330
330
|
import { CatalogService, CatalogEventService, ExternalSourceViewmodel } from '@colijnit/catalog';
|
|
331
331
|
import { SendMethodType } from '@colijnit/mainapi/build/enum/send-method-type.enum';
|
|
332
332
|
import { ReportingDocumentPdfBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-pdf-base-request';
|
|
@@ -893,6 +893,7 @@ declare class TransactionEventService {
|
|
|
893
893
|
readonly activeCategoryChanged: Subject<TransactionTypeCategory>;
|
|
894
894
|
readonly purchaseOrderLineSelectedAltered: Subject<void>;
|
|
895
895
|
readonly purchaseOrderConfirmationDateSet: BehaviorSubject<Date>;
|
|
896
|
+
readonly purchaseOrderConfirmationReferenceSet: BehaviorSubject<string>;
|
|
896
897
|
readonly orderConfirmationDropped: BehaviorSubject<OrderConfirmationDropped>;
|
|
897
898
|
readonly orderConfirmationReset: Subject<void>;
|
|
898
899
|
readonly requestShowReceiptDialog: Subject<void>;
|
|
@@ -1046,7 +1047,7 @@ declare class TransactionConnectorAdapterService {
|
|
|
1046
1047
|
getTransVatCodes(type: string, date: Date): Promise<Vat[]>;
|
|
1047
1048
|
searchTransactions(request: TransactionSearchViewRequest): Promise<TransactionSearchResult>;
|
|
1048
1049
|
getSequenceValue(sequenceName: SequenceName): Promise<number>;
|
|
1049
|
-
getDeliveryMethods(): Promise<DeliveryMethod[]>;
|
|
1050
|
+
getDeliveryMethods(): Promise<DeliveryMethod$1[]>;
|
|
1050
1051
|
getDeliveryOptions(): Promise<DeliveryOption[]>;
|
|
1051
1052
|
getPostalCodeRetrieval(postcalCode: string, houseNo: string): Promise<GetPostalCodeRetrievalOutputParams>;
|
|
1052
1053
|
getCommissionCodes(languageCode: string): Promise<CoDomainValue[]>;
|
|
@@ -1348,7 +1349,7 @@ declare class TransactionConnectorAdapterService {
|
|
|
1348
1349
|
printSalesOrdersOverview(request: TransactionSearchViewRequest): Promise<PdfTransactionSearchOverviewResponse>;
|
|
1349
1350
|
sendPackageInformationToLSP(request: TransactionLspInformationRequest): Promise<TransactionInfoResponse>;
|
|
1350
1351
|
getPackageInformation(transactionUUID: string, lineUUID: string): Promise<PackageLSP[]>;
|
|
1351
|
-
getLogisticsPartners(): Promise<DeliveryMethod[]>;
|
|
1352
|
+
getLogisticsPartners(): Promise<DeliveryMethod$1[]>;
|
|
1352
1353
|
loadDocumentsOfTransaction(key: string): Promise<CoDocument[]>;
|
|
1353
1354
|
loadDocumentContent(docId: number): Promise<string>;
|
|
1354
1355
|
mergeDocumentOnTransaction(key: string, document: CoDocument): Promise<CoDocument>;
|
|
@@ -1553,7 +1554,7 @@ declare class TransactionConnectorService {
|
|
|
1553
1554
|
getTransVatCodes(type: string, date: Date): Promise<Vat[]>;
|
|
1554
1555
|
searchTransactions(request: TransactionSearchViewRequest): Promise<TransactionSearchResult>;
|
|
1555
1556
|
getSequenceValue(sequenceName: SequenceName): Promise<number>;
|
|
1556
|
-
getDeliveryMethods(): Promise<DeliveryMethod[]>;
|
|
1557
|
+
getDeliveryMethods(): Promise<DeliveryMethod$1[]>;
|
|
1557
1558
|
getDeliveryOptions(): Promise<DeliveryOption[]>;
|
|
1558
1559
|
addRelationToTransaction(uuid: string, relationId: number): Promise<TransactionInfoResponse>;
|
|
1559
1560
|
getPostalCodeRetrieval(postcalCode: string, houseNo: string): Promise<GetPostalCodeRetrievalOutputParams>;
|
|
@@ -1824,7 +1825,7 @@ declare class TransactionConnectorService {
|
|
|
1824
1825
|
printSalesOrdersOverview(request: TransactionSearchViewRequest): Promise<PdfTransactionSearchOverviewResponse>;
|
|
1825
1826
|
sendPackageInformationToLSP(request: TransactionLspInformationRequest): Promise<TransactionInfoResponse>;
|
|
1826
1827
|
getPackageInformation(transactionUUID: string, lineUUID: string): Promise<PackageLSP[]>;
|
|
1827
|
-
getLogisticsPartners(): Promise<DeliveryMethod[]>;
|
|
1828
|
+
getLogisticsPartners(): Promise<DeliveryMethod$1[]>;
|
|
1828
1829
|
getPlanningSources(): Promise<Planning[]>;
|
|
1829
1830
|
getPlanOrders(filterObject: PlanningFilterObject, planningId: number): Promise<PlanOrder[]>;
|
|
1830
1831
|
getPlanTransportWeek(startDate: Date, planningId: number): Promise<PlanningTransportWeek[]>;
|
|
@@ -2092,6 +2093,7 @@ declare enum Icon {
|
|
|
2092
2093
|
Purchase = "purchase",
|
|
2093
2094
|
RegularBoxesPackingCircleCheck = "regular_boxes_packing_circle_check",
|
|
2094
2095
|
RegularBoxOpenCircleCheck = "regular_box_open_circle_check",
|
|
2096
|
+
RegularBoxOpenFullCircleCheck = "regular_box_open_full_circle_check",
|
|
2095
2097
|
RegularCalendarDayLock = "regular_calendar_day_lock",
|
|
2096
2098
|
RegularCartFlatbedBoxesCircleCheck = "regular_cart_flatbed_boxes_circle_check",
|
|
2097
2099
|
RegularCartShoppingCheck = "regular_cart_shopping_check",
|
|
@@ -2486,7 +2488,7 @@ declare class TransactionService extends PendingReasonService {
|
|
|
2486
2488
|
getArticles(request: ArticleExtendedRequest): Promise<ArticleLight[]>;
|
|
2487
2489
|
getArticleListWithBarcodeArticleNrEanCode(search: string): Promise<ArticleLight[]>;
|
|
2488
2490
|
getMainArticles(): Promise<MainArticle[]>;
|
|
2489
|
-
getDeliveryMethods(): Promise<DeliveryMethod[]>;
|
|
2491
|
+
getDeliveryMethods(): Promise<DeliveryMethod$1[]>;
|
|
2490
2492
|
getDeliveryOptions(): Promise<DeliveryOption[]>;
|
|
2491
2493
|
getSalesPersons(date?: Date): Promise<SalesPerson[]>;
|
|
2492
2494
|
getRetailStadiums(): Promise<RetailStadium[]>;
|
|
@@ -3105,10 +3107,10 @@ declare class CheckoutOverviewDeliveryEditComponent implements OnInit, OnDestroy
|
|
|
3105
3107
|
deliveryOptionList: DeliveryOption[];
|
|
3106
3108
|
deliveryOptions: DeliveryOption[];
|
|
3107
3109
|
deliveryOptionFields: TextValueContainer;
|
|
3108
|
-
deliveryMethods: DeliveryMethod[];
|
|
3110
|
+
deliveryMethods: DeliveryMethod$1[];
|
|
3109
3111
|
deliveryMethodFields: TextValueContainer;
|
|
3110
3112
|
deliveryTypeIdx: number;
|
|
3111
|
-
currentDeliveryMethod: DeliveryMethod;
|
|
3113
|
+
currentDeliveryMethod: DeliveryMethod$1;
|
|
3112
3114
|
changeLocationPopup: boolean;
|
|
3113
3115
|
transactionDefinitive: boolean;
|
|
3114
3116
|
newAddress: Address;
|
|
@@ -3135,7 +3137,7 @@ declare class CheckoutOverviewDeliveryEditComponent implements OnInit, OnDestroy
|
|
|
3135
3137
|
ngOnInit(): Promise<void>;
|
|
3136
3138
|
ngOnDestroy(): void;
|
|
3137
3139
|
submit(): boolean;
|
|
3138
|
-
selectDeliveryOptionsByDeliveryMethod(deliveryMethod: DeliveryMethod): DeliveryOption[];
|
|
3140
|
+
selectDeliveryOptionsByDeliveryMethod(deliveryMethod: DeliveryMethod$1): DeliveryOption[];
|
|
3139
3141
|
private calculateDeliveryCosts;
|
|
3140
3142
|
private calculateAssemblyCosts;
|
|
3141
3143
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckoutOverviewDeliveryEditComponent, never>;
|
|
@@ -4372,6 +4374,7 @@ declare class PurchaseConfirmationService implements OnDestroy {
|
|
|
4372
4374
|
private _transactionEventService;
|
|
4373
4375
|
confirmationNeeded: BehaviorSubject<boolean>;
|
|
4374
4376
|
confirmationFinished: Subject<void>;
|
|
4377
|
+
analysisLoaded: Subject<AnalyzedOrderConfirmation>;
|
|
4375
4378
|
set transactionLines(value: TransactionLineInfo[]);
|
|
4376
4379
|
get transactionLines(): TransactionLineInfo[];
|
|
4377
4380
|
set confirmationAnalysisId(value: number);
|
|
@@ -5424,6 +5427,7 @@ declare class TransactionButtonComponent implements ScreenConfigAdapterComponent
|
|
|
5424
5427
|
statusColor: boolean;
|
|
5425
5428
|
readonly: boolean;
|
|
5426
5429
|
hidden: boolean;
|
|
5430
|
+
forceReadonly: boolean;
|
|
5427
5431
|
iconData: SafeHtml | undefined;
|
|
5428
5432
|
rightIconData: SafeHtml | undefined;
|
|
5429
5433
|
showCheckMarkLoader: boolean;
|
|
@@ -5435,7 +5439,6 @@ declare class TransactionButtonComponent implements ScreenConfigAdapterComponent
|
|
|
5435
5439
|
handleClick(event: MouseEvent): boolean;
|
|
5436
5440
|
objectConfigName: string;
|
|
5437
5441
|
required: boolean;
|
|
5438
|
-
forceReadonly: boolean;
|
|
5439
5442
|
maxLength: number;
|
|
5440
5443
|
decimals: number;
|
|
5441
5444
|
redErrorBackground: boolean;
|
|
@@ -5443,7 +5446,7 @@ declare class TransactionButtonComponent implements ScreenConfigAdapterComponent
|
|
|
5443
5446
|
titleNumber(title: string): number;
|
|
5444
5447
|
handleIconClicked(): void;
|
|
5445
5448
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionButtonComponent, never>;
|
|
5446
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionButtonComponent, "co-transaction-button", never, { "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "statusColor": { "alias": "statusColor"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "iconData": { "alias": "iconData"; "required": false; }; "rightIconData": { "alias": "rightIconData"; "required": false; }; "showCheckMarkLoader": { "alias": "showCheckMarkLoader"; "required": false; }; "checkMarkOverlayVisible": { "alias": "checkMarkOverlayVisible"; "required": false; }; "inputLabel": { "alias": "inputLabel"; "required": false; }; "insideLabel": { "alias": "insideLabel"; "required": false; }; }, { "iconClicked": "iconClicked"; }, never, ["*"], false, never>;
|
|
5449
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionButtonComponent, "co-transaction-button", never, { "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "statusColor": { "alias": "statusColor"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "forceReadonly": { "alias": "forceReadonly"; "required": false; }; "iconData": { "alias": "iconData"; "required": false; }; "rightIconData": { "alias": "rightIconData"; "required": false; }; "showCheckMarkLoader": { "alias": "showCheckMarkLoader"; "required": false; }; "checkMarkOverlayVisible": { "alias": "checkMarkOverlayVisible"; "required": false; }; "inputLabel": { "alias": "inputLabel"; "required": false; }; "insideLabel": { "alias": "insideLabel"; "required": false; }; }, { "iconClicked": "iconClicked"; }, never, ["*"], false, never>;
|
|
5447
5450
|
}
|
|
5448
5451
|
|
|
5449
5452
|
declare class TransactionButtonModule {
|
|
@@ -5581,7 +5584,7 @@ declare class DialogTransactionLineDeliveryMethodComponent extends DialogTransac
|
|
|
5581
5584
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogTransactionLineDeliveryMethodComponent, "co-dialog-transaction-line-delivery-method", never, {}, {}, never, never, false, never>;
|
|
5582
5585
|
}
|
|
5583
5586
|
|
|
5584
|
-
declare class TransactionLineDeliveryMethodComponent extends TransactionFilterPopupLineBaseComponent<DeliveryMethod> implements OnInit {
|
|
5587
|
+
declare class TransactionLineDeliveryMethodComponent extends TransactionFilterPopupLineBaseComponent<DeliveryMethod$1> implements OnInit {
|
|
5585
5588
|
protected codeField: string;
|
|
5586
5589
|
protected checkField: string;
|
|
5587
5590
|
protected propsForLabel: CheckboxListPropertyInterface[];
|
|
@@ -6506,7 +6509,7 @@ declare class DialogTransactionLineWarehouseLocationModule {
|
|
|
6506
6509
|
|
|
6507
6510
|
declare class TransactionLineWarehouseLocationButtonModule {
|
|
6508
6511
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineWarehouseLocationButtonModule, never>;
|
|
6509
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineWarehouseLocationButtonModule, [typeof TransactionLineWarehouseLocationButtonComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof DialogTransactionLineWarehouseLocationModule, typeof
|
|
6512
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineWarehouseLocationButtonModule, [typeof TransactionLineWarehouseLocationButtonComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof DialogTransactionLineWarehouseLocationModule, typeof i5.CatalogFilterModule, typeof TransactionButtonModule, typeof TransactionLineWarehouseLocationModule, typeof TransactionLineLabelModule], [typeof TransactionLineWarehouseLocationButtonComponent]>;
|
|
6510
6513
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineWarehouseLocationButtonModule>;
|
|
6511
6514
|
}
|
|
6512
6515
|
|
|
@@ -6610,14 +6613,14 @@ declare class DeliveryPlanningService {
|
|
|
6610
6613
|
get dragging(): boolean;
|
|
6611
6614
|
get planTransportWeek(): PlanningTransportWeek[];
|
|
6612
6615
|
get planTransportWeekArr(): PlanningTransportWeekDay[][];
|
|
6613
|
-
get deliveryMethods(): DeliveryMethod[];
|
|
6616
|
+
get deliveryMethods(): DeliveryMethod$1[];
|
|
6614
6617
|
get deliveryOptions(): DeliveryOption[];
|
|
6615
6618
|
get districts(): District[];
|
|
6616
6619
|
get employees(): RelationListObject$1[];
|
|
6617
6620
|
get skills(): Skill[];
|
|
6618
6621
|
get userGroups(): UserGroup[];
|
|
6619
6622
|
set dragging(value: boolean);
|
|
6620
|
-
set deliveryMethods(methods: DeliveryMethod[]);
|
|
6623
|
+
set deliveryMethods(methods: DeliveryMethod$1[]);
|
|
6621
6624
|
set deliveryOptions(options: DeliveryOption[]);
|
|
6622
6625
|
set districts(districts: District[]);
|
|
6623
6626
|
set employees(employees: RelationListObject$1[]);
|
|
@@ -7068,6 +7071,72 @@ declare class TransactionReceiveGoodsLineModule {
|
|
|
7068
7071
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionReceiveGoodsLineModule>;
|
|
7069
7072
|
}
|
|
7070
7073
|
|
|
7074
|
+
declare abstract class TransactionInterbranchReceiveGoodsLineBaseComponent extends TransactionLineBaseComponent implements OnInit, OnDestroy {
|
|
7075
|
+
readonly icons: typeof Icon;
|
|
7076
|
+
readonly transactionTypeCategory: typeof TransactionTypeCategory;
|
|
7077
|
+
warehouseLocationButtonDisabled: boolean;
|
|
7078
|
+
showCheckboxForLine: boolean;
|
|
7079
|
+
returnStockMode: boolean;
|
|
7080
|
+
calculatedStickerAmount: number;
|
|
7081
|
+
private _subscriptions;
|
|
7082
|
+
ngOnInit(): Promise<void>;
|
|
7083
|
+
ngOnDestroy(): void;
|
|
7084
|
+
changeLineAmount(amount: number): void;
|
|
7085
|
+
calcStickerAmount(): void;
|
|
7086
|
+
protected transactionLineSet(): void;
|
|
7087
|
+
private _handleTransactionLineSet;
|
|
7088
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionInterbranchReceiveGoodsLineBaseComponent, never>;
|
|
7089
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TransactionInterbranchReceiveGoodsLineBaseComponent, never, never, {}, {}, never, never, true, never>;
|
|
7090
|
+
}
|
|
7091
|
+
|
|
7092
|
+
declare class TransactionInterbranchReceiveGoodsLineComponent extends TransactionInterbranchReceiveGoodsLineBaseComponent implements OnInit {
|
|
7093
|
+
readonly cfgNames: typeof TransactionCfgName;
|
|
7094
|
+
showClass(): boolean;
|
|
7095
|
+
statusBarConfigNames: StatusBarCfgNames;
|
|
7096
|
+
changeNrPackagesNotAllowed(): boolean;
|
|
7097
|
+
changeAmountPerUnitNotAllowed(): boolean;
|
|
7098
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionInterbranchReceiveGoodsLineComponent, never>;
|
|
7099
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionInterbranchReceiveGoodsLineComponent, "co-transaction-interbranch-receive-goods-line", never, {}, {}, never, never, false, never>;
|
|
7100
|
+
}
|
|
7101
|
+
|
|
7102
|
+
declare class TransactionLineInterbranchWarehouseLocationButtonComponent extends TransactionLineBaseComponent {
|
|
7103
|
+
transactionHeaderService: TransactionHeaderService;
|
|
7104
|
+
transactionLineService: TransactionLineService;
|
|
7105
|
+
transactionEventService: TransactionEventService;
|
|
7106
|
+
service: TransactionService;
|
|
7107
|
+
iconCacheService: IconCacheService;
|
|
7108
|
+
transactionScreenConfigurationService: TransactionScreenConfigurationService;
|
|
7109
|
+
protected dictionaryService: DictionaryService;
|
|
7110
|
+
protected imageService: TransactionImageService;
|
|
7111
|
+
protected changeDetector: ChangeDetectorRef;
|
|
7112
|
+
private _dialogService;
|
|
7113
|
+
private _articleService;
|
|
7114
|
+
readonly icons: typeof Icon;
|
|
7115
|
+
showDialogLocation: boolean;
|
|
7116
|
+
inputLabel: boolean;
|
|
7117
|
+
showClass(): boolean;
|
|
7118
|
+
constructor(transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _dialogService: TransactionDialogService, _articleService: ArticleService);
|
|
7119
|
+
openWarehouseLocationDialog(event: MouseEvent): Promise<void>;
|
|
7120
|
+
protected transactionLineSet(): void;
|
|
7121
|
+
private _checkLocationValidity;
|
|
7122
|
+
private _setDefaultLocationIfExistInWarehouse;
|
|
7123
|
+
private _locationExistInWarehouse;
|
|
7124
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineInterbranchWarehouseLocationButtonComponent, never>;
|
|
7125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineInterbranchWarehouseLocationButtonComponent, "co-transaction-line-interbranch-warehouse-location-button", never, { "inputLabel": { "alias": "inputLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
7126
|
+
}
|
|
7127
|
+
|
|
7128
|
+
declare class TransactionLineInterbranchWarehouseLocationButtonModule {
|
|
7129
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineInterbranchWarehouseLocationButtonModule, never>;
|
|
7130
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineInterbranchWarehouseLocationButtonModule, [typeof TransactionLineInterbranchWarehouseLocationButtonComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof DialogTransactionLineWarehouseLocationModule, typeof i5.CatalogFilterModule, typeof TransactionButtonModule, typeof TransactionLineWarehouseLocationModule, typeof TransactionLineLabelModule], [typeof TransactionLineInterbranchWarehouseLocationButtonComponent]>;
|
|
7131
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineInterbranchWarehouseLocationButtonModule>;
|
|
7132
|
+
}
|
|
7133
|
+
|
|
7134
|
+
declare class TransactionInterbranchReceiveGoodsLineModule {
|
|
7135
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionInterbranchReceiveGoodsLineModule, never>;
|
|
7136
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionInterbranchReceiveGoodsLineModule, [typeof TransactionInterbranchReceiveGoodsLineComponent], [typeof i2.CommonModule, typeof TransactionBaseLineModule, typeof TransactionLineWarehouseButtonModule, typeof TransactionLineWarehouseLocationModule, typeof EditableLabelModule, typeof i3.InputNumberPickerModule, typeof i3.InputCheckboxModule, typeof i3.IconModule, typeof TransactionLineStatusbarModule, typeof i3.InputTextModule, typeof TransactionPrintPackageStickerModule, typeof i3.ObserveVisibilityModule, typeof i3.ScreenConfigurationModule, typeof PipeModule, typeof TransactionLineLabelModule, typeof TransactionLineInterbranchWarehouseLocationButtonModule], [typeof TransactionInterbranchReceiveGoodsLineComponent]>;
|
|
7137
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionInterbranchReceiveGoodsLineModule>;
|
|
7138
|
+
}
|
|
7139
|
+
|
|
7071
7140
|
declare abstract class TransactionPurchaseOrderLineBaseComponent extends TransactionLineBaseComponent implements OnInit, OnDestroy {
|
|
7072
7141
|
transactionHeaderService: TransactionHeaderService;
|
|
7073
7142
|
transactionLineService: TransactionLineService;
|
|
@@ -7085,6 +7154,8 @@ declare abstract class TransactionPurchaseOrderLineBaseComponent extends Transac
|
|
|
7085
7154
|
statusBarConfigNames: StatusBarCfgNames;
|
|
7086
7155
|
showColorIndicator: boolean;
|
|
7087
7156
|
colorIndicatorColor: string;
|
|
7157
|
+
private originalSupplConfirmationDate;
|
|
7158
|
+
private originalConfirmedPrice;
|
|
7088
7159
|
protected subs: Subscription[];
|
|
7089
7160
|
protected globalConfirmationDate: Date;
|
|
7090
7161
|
private _purchasePortalLinesResponse;
|
|
@@ -7095,8 +7166,8 @@ declare abstract class TransactionPurchaseOrderLineBaseComponent extends Transac
|
|
|
7095
7166
|
handleDragLeave(event: Event): void;
|
|
7096
7167
|
handleDrop(event: DragEvent): void;
|
|
7097
7168
|
lineSelected(selected: boolean): void;
|
|
7169
|
+
triggerCalcChange(): void;
|
|
7098
7170
|
protected transactionLineSet(): void;
|
|
7099
|
-
protected visibilitySet(): void;
|
|
7100
7171
|
private _getPurchasePortalLine;
|
|
7101
7172
|
private _handleConfirmationOverwrite;
|
|
7102
7173
|
private _prepareConfirmationData;
|
|
@@ -7108,8 +7179,9 @@ declare abstract class TransactionPurchaseOrderLineBaseComponent extends Transac
|
|
|
7108
7179
|
declare class TransactionPurchaseOrderLineComponent extends TransactionPurchaseOrderLineBaseComponent {
|
|
7109
7180
|
lineIndex: number;
|
|
7110
7181
|
showClass(): boolean;
|
|
7182
|
+
handleDeliveryDateChanged(): void;
|
|
7183
|
+
handlePriceOrAmountChanged(): void;
|
|
7111
7184
|
lineSelected(selected: boolean): void;
|
|
7112
|
-
triggerCalcChange(): void;
|
|
7113
7185
|
getDeliveryDate(): Date;
|
|
7114
7186
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPurchaseOrderLineComponent, never>;
|
|
7115
7187
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionPurchaseOrderLineComponent, "co-transaction-purchase-order-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -7203,6 +7275,7 @@ declare class TransactionLineSupplierDeliveryDateButtonComponent extends Transac
|
|
|
7203
7275
|
readonly icons: typeof Icon;
|
|
7204
7276
|
parentComponent: ElementRef;
|
|
7205
7277
|
inputLabel: boolean;
|
|
7278
|
+
supplierDeliveryDateChange: EventEmitter<void>;
|
|
7206
7279
|
showClass(): boolean;
|
|
7207
7280
|
showCalender: boolean;
|
|
7208
7281
|
private _calendarPopupComponentRef;
|
|
@@ -7212,7 +7285,7 @@ declare class TransactionLineSupplierDeliveryDateButtonComponent extends Transac
|
|
|
7212
7285
|
private _handleDateChanged;
|
|
7213
7286
|
private _hidePopup;
|
|
7214
7287
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineSupplierDeliveryDateButtonComponent, never>;
|
|
7215
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineSupplierDeliveryDateButtonComponent, "co-transaction-line-supplier-delivery-date-button", never, { "inputLabel": { "alias": "inputLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
7288
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineSupplierDeliveryDateButtonComponent, "co-transaction-line-supplier-delivery-date-button", never, { "inputLabel": { "alias": "inputLabel"; "required": false; }; }, { "supplierDeliveryDateChange": "supplierDeliveryDateChange"; }, never, never, false, never>;
|
|
7216
7289
|
}
|
|
7217
7290
|
|
|
7218
7291
|
declare class TransactionLineSupplierDeliveryDateButtonModule {
|
|
@@ -7789,7 +7862,7 @@ declare class TransactionSalesPickingButtonBarButtonComponent extends Transactio
|
|
|
7789
7862
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSalesPickingButtonBarButtonComponent, "co-transaction-sales-picking-button-bar-button", never, {}, { "buttonClicked": "buttonClicked"; }, never, never, false, never>;
|
|
7790
7863
|
}
|
|
7791
7864
|
|
|
7792
|
-
declare class TransactionSalesOverviewButtonBarButtonComponent extends TransactionButtonBarButtonBaseComponent
|
|
7865
|
+
declare class TransactionSalesOverviewButtonBarButtonComponent extends TransactionButtonBarButtonBaseComponent {
|
|
7793
7866
|
iconCacheService: IconCacheService;
|
|
7794
7867
|
protected changeDetector: ChangeDetectorRef;
|
|
7795
7868
|
private _transactionEventService;
|
|
@@ -7808,7 +7881,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
7808
7881
|
showCategories: boolean;
|
|
7809
7882
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
7810
7883
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
7811
|
-
currentTitle(): "
|
|
7884
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
7812
7885
|
ngOnDestroy(): void;
|
|
7813
7886
|
handleClickWrapper(event: MouseEvent): void;
|
|
7814
7887
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -7817,7 +7890,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
7817
7890
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSalesOverviewButtonBarButtonComponent, "co-transaction-sales-overview-button-bar-button", never, {}, {}, never, never, false, never>;
|
|
7818
7891
|
}
|
|
7819
7892
|
|
|
7820
|
-
declare class TransactionPurchaseOverviewButtonBarButtonComponent extends TransactionButtonBarButtonBaseComponent
|
|
7893
|
+
declare class TransactionPurchaseOverviewButtonBarButtonComponent extends TransactionButtonBarButtonBaseComponent {
|
|
7821
7894
|
iconCacheService: IconCacheService;
|
|
7822
7895
|
transactionHeaderService: TransactionHeaderService;
|
|
7823
7896
|
transactionEventService: TransactionEventService;
|
|
@@ -7834,7 +7907,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
7834
7907
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
7835
7908
|
ngOnDestroy(): void;
|
|
7836
7909
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
7837
|
-
currentTitle(): "
|
|
7910
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
7838
7911
|
handleClickWrapper(event: MouseEvent): void;
|
|
7839
7912
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
7840
7913
|
private handleDocumentClick;
|
|
@@ -7886,7 +7959,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
7886
7959
|
showCategories: boolean;
|
|
7887
7960
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
7888
7961
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
7889
|
-
currentTitle(): "
|
|
7962
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
7890
7963
|
ngOnDestroy(): void;
|
|
7891
7964
|
handleClickWrapper(event: MouseEvent): void;
|
|
7892
7965
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -8087,6 +8160,8 @@ declare class TransactionLinePurchaseConfirmationComponent extends TransactionLi
|
|
|
8087
8160
|
showPurchaseConfirmationAI: boolean;
|
|
8088
8161
|
confirmingOrder: boolean;
|
|
8089
8162
|
deliveryBatchRequired: boolean;
|
|
8163
|
+
private _globalConfirmationDate;
|
|
8164
|
+
private _globalReference;
|
|
8090
8165
|
private _subs;
|
|
8091
8166
|
constructor(transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, purchaseConfirmationService: PurchaseConfirmationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _formMasterService: FormMasterService);
|
|
8092
8167
|
ngOnInit(): void;
|
|
@@ -8874,11 +8949,11 @@ declare class DeliveryPlanningOverviewTileSettingsPopupComponent implements OnDe
|
|
|
8874
8949
|
closeEvent: EventEmitter<void>;
|
|
8875
8950
|
onCancelAction: EventEmitter<void>;
|
|
8876
8951
|
selectedDistricts: District[];
|
|
8877
|
-
selectedDeliveryMethods: DeliveryMethod[];
|
|
8952
|
+
selectedDeliveryMethods: DeliveryMethod$1[];
|
|
8878
8953
|
selectedSkills: Skill[];
|
|
8879
8954
|
get currentDate(): Date;
|
|
8880
8955
|
get districts(): District[];
|
|
8881
|
-
get deliveryMethods(): DeliveryMethod[];
|
|
8956
|
+
get deliveryMethods(): DeliveryMethod$1[];
|
|
8882
8957
|
get employees(): RelationListObject$1[];
|
|
8883
8958
|
get skills(): Skill[];
|
|
8884
8959
|
get userGroups(): UserGroup[];
|
|
@@ -8889,7 +8964,7 @@ declare class DeliveryPlanningOverviewTileSettingsPopupComponent implements OnDe
|
|
|
8889
8964
|
private hydrateSelectionsFromTransportDay;
|
|
8890
8965
|
handleEmployeeChange(event: RelationListObject$1[]): void;
|
|
8891
8966
|
onSkillsModelChange(next: Skill[]): void;
|
|
8892
|
-
onDeliveryMethodsModelChange(next: DeliveryMethod[]): void;
|
|
8967
|
+
onDeliveryMethodsModelChange(next: DeliveryMethod$1[]): void;
|
|
8893
8968
|
onDistrictsModelChange(next: District[]): void;
|
|
8894
8969
|
closePopup(): void;
|
|
8895
8970
|
handleCommitClick(): void;
|
|
@@ -9981,7 +10056,14 @@ declare abstract class TransactionFilterContentBaseComponent implements OnInit,
|
|
|
9981
10056
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TransactionFilterContentBaseComponent, never, never, {}, { "totalActiveFiltersChange": "totalActiveFiltersChange"; }, never, never, true, never>;
|
|
9982
10057
|
}
|
|
9983
10058
|
|
|
10059
|
+
declare class TransactionFilterContentService {
|
|
10060
|
+
showTransactionTypes: boolean;
|
|
10061
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionFilterContentService, never>;
|
|
10062
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TransactionFilterContentService>;
|
|
10063
|
+
}
|
|
10064
|
+
|
|
9984
10065
|
declare class TransactionSalesOrderFilterContentOrderComponent extends TransactionFilterContentBaseComponent {
|
|
10066
|
+
transactionFilterContentService: TransactionFilterContentService;
|
|
9985
10067
|
readonly modes: typeof FilterItemMode;
|
|
9986
10068
|
showClass(): boolean;
|
|
9987
10069
|
salesPersons: FilterItemViewmodel[];
|
|
@@ -10060,6 +10142,7 @@ declare class TransactionSalesOrderFilterContentOrderComponent extends Transacti
|
|
|
10060
10142
|
value: any;
|
|
10061
10143
|
};
|
|
10062
10144
|
handleCollectionChange(): void;
|
|
10145
|
+
constructor(searchService: TransactionSearchService, filterRequestService: FilterRequestService, transactionService: TransactionService, changeDetector: ChangeDetectorRef, relationService: TransactionRelationService, transationConnectorService: TransactionConnectorService, transactionFilterContentService: TransactionFilterContentService);
|
|
10063
10146
|
loadCustomers: (nameFilter: string) => Promise<FilterItemViewmodel[]>;
|
|
10064
10147
|
protected loadCollections(): void;
|
|
10065
10148
|
handleTransactionKindChange(codeList: string[]): void;
|
|
@@ -11551,7 +11634,7 @@ declare class TransactionLineToolbarModule {
|
|
|
11551
11634
|
|
|
11552
11635
|
declare class TransactionLineModule {
|
|
11553
11636
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineModule, never>;
|
|
11554
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineModule, [typeof TransactionLineComponent], [typeof i2.CommonModule, typeof TransactionTextLineModule, typeof TransactionOverviewLineModule, typeof TransactionPurchaseLineModule, typeof TransactionGoodsAllocationLineModule, typeof TransactionCustomerPortalLineModule, typeof TransactionOrderDeliveryLineModule, typeof TransactionInvoiceLineModule, typeof TransactionPickedLineModule, typeof TransactionToBePickedLineModule, typeof TransactionPurchaseOverviewLineModule, typeof TransactionReceiveGoodsLineModule, typeof TransactionPurchaseOrderLineModule, typeof TransactionCashRegisterOrderLineModule, typeof TransactionSalesOrderQuotationLineModule, typeof TransactionReserveGoodsLineModule, typeof TransactionPurchaseOrderStickersLineModule, typeof TransactionPurchaseTransportLineModule, typeof TransactionPlanningLineModule, typeof TransactionLineLabelModule, typeof TransactionLineSidePanelModule, typeof i3.ClickoutsideModule, typeof TransactionLineToolbarModule], [typeof TransactionLineComponent]>;
|
|
11637
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineModule, [typeof TransactionLineComponent], [typeof i2.CommonModule, typeof TransactionTextLineModule, typeof TransactionOverviewLineModule, typeof TransactionPurchaseLineModule, typeof TransactionGoodsAllocationLineModule, typeof TransactionCustomerPortalLineModule, typeof TransactionOrderDeliveryLineModule, typeof TransactionInvoiceLineModule, typeof TransactionPickedLineModule, typeof TransactionToBePickedLineModule, typeof TransactionPurchaseOverviewLineModule, typeof TransactionReceiveGoodsLineModule, typeof TransactionInterbranchReceiveGoodsLineModule, typeof TransactionPurchaseOrderLineModule, typeof TransactionCashRegisterOrderLineModule, typeof TransactionSalesOrderQuotationLineModule, typeof TransactionReserveGoodsLineModule, typeof TransactionPurchaseOrderStickersLineModule, typeof TransactionPurchaseTransportLineModule, typeof TransactionPlanningLineModule, typeof TransactionLineLabelModule, typeof TransactionLineSidePanelModule, typeof i3.ClickoutsideModule, typeof TransactionLineToolbarModule], [typeof TransactionLineComponent]>;
|
|
11555
11638
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineModule>;
|
|
11556
11639
|
}
|
|
11557
11640
|
|
|
@@ -11737,10 +11820,10 @@ declare class TransactionHeaderPriceListComponent extends TransactionFilterPopup
|
|
|
11737
11820
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderPriceListComponent, "co-transaction-header-price-list", never, {}, {}, never, never, false, never>;
|
|
11738
11821
|
}
|
|
11739
11822
|
|
|
11740
|
-
declare class TransactionHeaderDeliveryMethodComponent extends TransactionFilterPopupHeaderBaseComponent<DeliveryMethod> implements OnInit {
|
|
11823
|
+
declare class TransactionHeaderDeliveryMethodComponent extends TransactionFilterPopupHeaderBaseComponent<DeliveryMethod$1> implements OnInit {
|
|
11741
11824
|
showAsCarousel: boolean;
|
|
11742
11825
|
filterOnWizard: boolean;
|
|
11743
|
-
deliveryMethodChange: EventEmitter<DeliveryMethod>;
|
|
11826
|
+
deliveryMethodChange: EventEmitter<DeliveryMethod$1>;
|
|
11744
11827
|
selectedIdx: number;
|
|
11745
11828
|
protected codeField: string;
|
|
11746
11829
|
protected checkField: string;
|
|
@@ -11748,7 +11831,7 @@ declare class TransactionHeaderDeliveryMethodComponent extends TransactionFilter
|
|
|
11748
11831
|
ngOnInit(): void;
|
|
11749
11832
|
commit(method: string): Promise<boolean>;
|
|
11750
11833
|
setIndexDeliveryType(idx: number): Promise<void>;
|
|
11751
|
-
setDeliveryType(method: DeliveryMethod): Promise<void>;
|
|
11834
|
+
setDeliveryType(method: DeliveryMethod$1): Promise<void>;
|
|
11752
11835
|
protected transactionInfoSet(): void;
|
|
11753
11836
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderDeliveryMethodComponent, never>;
|
|
11754
11837
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderDeliveryMethodComponent, "co-transaction-header-delivery-method", never, { "showAsCarousel": { "alias": "showAsCarousel"; "required": false; }; "filterOnWizard": { "alias": "filterOnWizard"; "required": false; }; }, { "deliveryMethodChange": "deliveryMethodChange"; }, never, never, false, never>;
|
|
@@ -11757,8 +11840,8 @@ declare class TransactionHeaderDeliveryMethodComponent extends TransactionFilter
|
|
|
11757
11840
|
declare class DeliveryTypeTileComponent {
|
|
11758
11841
|
set selected(value: boolean);
|
|
11759
11842
|
get selected(): boolean;
|
|
11760
|
-
method: DeliveryMethod;
|
|
11761
|
-
selectedChange: EventEmitter<DeliveryMethod>;
|
|
11843
|
+
method: DeliveryMethod$1;
|
|
11844
|
+
selectedChange: EventEmitter<DeliveryMethod$1>;
|
|
11762
11845
|
showClass(): boolean;
|
|
11763
11846
|
private _selected;
|
|
11764
11847
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryTypeTileComponent, never>;
|
|
@@ -12007,7 +12090,7 @@ declare class RelationContactDetailsComponent extends RelationBaseComponent {
|
|
|
12007
12090
|
|
|
12008
12091
|
declare class RelationContactDetailsModule {
|
|
12009
12092
|
static ɵfac: i0.ɵɵFactoryDeclaration<RelationContactDetailsModule, never>;
|
|
12010
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RelationContactDetailsModule, [typeof RelationContactDetailsComponent], [typeof i2.CommonModule, typeof i3.InputTextModule, typeof PipeModule, typeof i3.InputCheckboxModule, typeof i3.ScreenConfigurationModule, typeof i5.RelationContactOptionsModule], [typeof RelationContactDetailsComponent]>;
|
|
12093
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RelationContactDetailsModule, [typeof RelationContactDetailsComponent], [typeof i2.CommonModule, typeof i3.InputTextModule, typeof PipeModule, typeof i3.InputCheckboxModule, typeof i3.ScreenConfigurationModule, typeof i5$1.RelationContactOptionsModule], [typeof RelationContactDetailsComponent]>;
|
|
12011
12094
|
static ɵinj: i0.ɵɵInjectorDeclaration<RelationContactDetailsModule>;
|
|
12012
12095
|
}
|
|
12013
12096
|
|
|
@@ -12149,7 +12232,7 @@ declare class DeliveryOptionViewModel {
|
|
|
12149
12232
|
}
|
|
12150
12233
|
declare class TransactionHeaderDeliveryOptionsComponent extends TransactionHeaderBaseComponent implements OnInit, OnChanges, OnDestroy {
|
|
12151
12234
|
showClass(): boolean;
|
|
12152
|
-
deliveryMethod?: DeliveryMethod;
|
|
12235
|
+
deliveryMethod?: DeliveryMethod$1;
|
|
12153
12236
|
deliveryOptionsViewModels: DeliveryOptionViewModel[];
|
|
12154
12237
|
private _subs;
|
|
12155
12238
|
private _deliveryOptionsLoaded;
|
|
@@ -12737,8 +12820,8 @@ declare class TransactionHeaderDeliveryMethodButtonComponent extends Transaction
|
|
|
12737
12820
|
showClass(): boolean;
|
|
12738
12821
|
inputLabel: boolean;
|
|
12739
12822
|
showDialog: boolean;
|
|
12740
|
-
deliveryMethod: DeliveryMethod;
|
|
12741
|
-
deliveryMethods: DeliveryMethod[];
|
|
12823
|
+
deliveryMethod: DeliveryMethod$1;
|
|
12824
|
+
deliveryMethods: DeliveryMethod$1[];
|
|
12742
12825
|
constructor(transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef, _overlayService: OverlayService, _elementRef: ElementRef);
|
|
12743
12826
|
showTheDeliveryMethodDialog(event: MouseEvent): Promise<void>;
|
|
12744
12827
|
transactionInfoSet(): void;
|
|
@@ -13076,7 +13159,7 @@ declare class DialogCatalogComponent implements OnInit, OnDestroy {
|
|
|
13076
13159
|
|
|
13077
13160
|
declare class DialogCatalogModule {
|
|
13078
13161
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogCatalogModule, never>;
|
|
13079
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogCatalogModule, [typeof DialogCatalogComponent], [typeof i2.CommonModule, typeof i3.CoDialogModule, typeof
|
|
13162
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogCatalogModule, [typeof DialogCatalogComponent], [typeof i2.CommonModule, typeof i3.CoDialogModule, typeof i5.CatalogSearchModule, typeof i6.StockModule, typeof PipeModule, typeof i5.CatalogExternalSourceModule, typeof i3.IconModule, typeof i7.IoneProductModule, typeof i7.ProductExternalSourceModule], [typeof DialogCatalogComponent]>;
|
|
13080
13163
|
static ɵinj: i0.ɵɵInjectorDeclaration<DialogCatalogModule>;
|
|
13081
13164
|
}
|
|
13082
13165
|
|
|
@@ -13238,8 +13321,8 @@ declare class TransactionHeaderDistrictComponent extends TransactionHeaderBaseCo
|
|
|
13238
13321
|
showClass(): boolean;
|
|
13239
13322
|
inputLabel: boolean;
|
|
13240
13323
|
showDialog: boolean;
|
|
13241
|
-
deliveryMethod: DeliveryMethod;
|
|
13242
|
-
deliveryMethods: DeliveryMethod[];
|
|
13324
|
+
deliveryMethod: DeliveryMethod$1;
|
|
13325
|
+
deliveryMethods: DeliveryMethod$1[];
|
|
13243
13326
|
planOrder: PlanOrder;
|
|
13244
13327
|
districts: District[];
|
|
13245
13328
|
districtDescription: string;
|
|
@@ -13270,9 +13353,36 @@ declare class TransactionHeaderRelationDateModule {
|
|
|
13270
13353
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderRelationDateModule>;
|
|
13271
13354
|
}
|
|
13272
13355
|
|
|
13356
|
+
declare class TransactionHeaderTargetWarehouseComponent extends TransactionFilterPopupHeaderBaseComponent<Warehouse> implements OnInit {
|
|
13357
|
+
transactionHeaderService: TransactionHeaderService;
|
|
13358
|
+
transactionEventService: TransactionEventService;
|
|
13359
|
+
service: TransactionService;
|
|
13360
|
+
iconCacheService: IconCacheService;
|
|
13361
|
+
transactionScreenConfigurationService: TransactionScreenConfigurationService;
|
|
13362
|
+
protected dictionaryService: DictionaryService;
|
|
13363
|
+
protected imageService: TransactionImageService;
|
|
13364
|
+
protected changeDetector: ChangeDetectorRef;
|
|
13365
|
+
fields: Object;
|
|
13366
|
+
warehouseModel: Warehouse;
|
|
13367
|
+
protected codeField: string;
|
|
13368
|
+
protected checkField: string;
|
|
13369
|
+
protected propsForLabel: CheckboxListPropertyInterface[];
|
|
13370
|
+
constructor(transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef);
|
|
13371
|
+
ngOnInit(): void;
|
|
13372
|
+
private _setWarehouseModel;
|
|
13373
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderTargetWarehouseComponent, never>;
|
|
13374
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderTargetWarehouseComponent, "co-transaction-header-target-warehouse", never, {}, {}, never, never, false, never>;
|
|
13375
|
+
}
|
|
13376
|
+
|
|
13377
|
+
declare class TransactionHeaderTargetWarehouseModule {
|
|
13378
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderTargetWarehouseModule, never>;
|
|
13379
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderTargetWarehouseModule, [typeof TransactionHeaderTargetWarehouseComponent], [typeof i2.CommonModule, typeof PipeModule, typeof i3.InputCheckboxModule, typeof TransactionLineCheckboxModule, typeof i3.TooltipDirectiveModule, typeof i3.ListOfValuesModule, typeof i3.ScreenConfigurationModule], [typeof TransactionHeaderTargetWarehouseComponent]>;
|
|
13380
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderTargetWarehouseModule>;
|
|
13381
|
+
}
|
|
13382
|
+
|
|
13273
13383
|
declare class TransactionHeaderPopupModule {
|
|
13274
13384
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderPopupModule, never>;
|
|
13275
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderPopupModule, [typeof TransactionHeaderPopupComponent, typeof TransactionHeaderPopupRelationComponent, typeof TransactionHeaderPopupOrderComponent, typeof TransactionHeaderPopupDeliveryComponent, typeof TransactionHeaderPopupPaymentComponent, typeof CashOnDeliveryModalComponent, typeof ProjectCodeyModalComponent], [typeof i2.CommonModule, typeof i3.CoDialogModule, typeof PipeModule, typeof TransactionFilterCategoriesModule, typeof i3.FormModule, typeof RelationTypeModule, typeof CoreModule, typeof RelationGeneralModule, typeof RelationAddressesModule, typeof DropShipmentModule, typeof i3.InputCheckboxModule, typeof RelationPreferencesModule, typeof TransactionHeaderBranchModule, typeof TransactionHeaderSalesPersonModule, typeof TransactionHeaderAdministrativeRelationModule, typeof TransactionHeaderPriceKindModule, typeof TransactionHeaderCurrencyModule, typeof TransactionHeaderTypeModule, typeof TransactionHeaderPaymentConditionModule, typeof TransactionHeaderHoldCodesModule, typeof TransactionHeaderMarketingModule, typeof DepositPaymentModule, typeof TransactionHeaderDeliveryOptionsModule, typeof TransactionHeaderRemarksModule, typeof TransactionHeaderReferenceModule, typeof TransactionHeaderRelationReferenceModule, typeof TransactionHeaderDeliveryMethodButtonModule, typeof i3.ButtonModule, typeof TransactionHeaderDefinitiveModule, typeof TransactionHeaderDeliveryDateModule, typeof TransactionHeaderPreferredDeliveryDateModule, typeof TransactionHeaderDeliverydateDefinitiveButtonModule, typeof TransactionHeaderDepositPercentageModule, typeof TransactionHeaderDepositAmountModule, typeof TransactionHeaderPaymentButtonModule, typeof i3.IconModule, typeof i3.TooltipDirectiveModule, typeof LoaderModule, typeof TransactionHeaderDivideEvenlyModule, typeof TransactionHeaderAmountToSettleModule, typeof i3.InputTextModule, typeof TransactionHeaderScoringChanceModule, typeof TransactionHeaderRetailStadiumModule, typeof TransactionHeaderScoringDateModule, typeof TransactionHeaderPartialDeliveryModule, typeof i3.ScreenConfigurationModule, typeof TransactionHeaderAutoRecalculateDepositModule, typeof TransactionHeaderUseDepositRuleModule, typeof TransactionHeaderPriceKindModule, typeof TransactionHeaderProjectCodeModule, typeof RelationContactDetailsModule, typeof i3.InputTextareaModule, typeof DialogCatalogModule, typeof i3.InputSearchModule, typeof ServiceWizardQaModule, typeof DialogHeaderSearchModule, typeof DialogTransactionSearchModule, typeof i6.FilesUploadModule, typeof i3.InputDatePickerModule, typeof TransactionHeaderPreferredDeliveryTimeModule, typeof i3.ImageModule, typeof PaymentModule, typeof i3.InputRadioButtonModule, typeof TransactionHeaderAssemblyDateModule, typeof TransactionHeaderTotalAssemblyTimeModule, typeof TransactionHeaderDistrictModule, typeof TransactionHeaderRelationDateModule], [typeof TransactionHeaderPopupComponent, typeof TransactionHeaderPopupRelationComponent]>;
|
|
13385
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderPopupModule, [typeof TransactionHeaderPopupComponent, typeof TransactionHeaderPopupRelationComponent, typeof TransactionHeaderPopupOrderComponent, typeof TransactionHeaderPopupDeliveryComponent, typeof TransactionHeaderPopupPaymentComponent, typeof CashOnDeliveryModalComponent, typeof ProjectCodeyModalComponent], [typeof i2.CommonModule, typeof i3.CoDialogModule, typeof PipeModule, typeof TransactionFilterCategoriesModule, typeof i3.FormModule, typeof RelationTypeModule, typeof CoreModule, typeof RelationGeneralModule, typeof RelationAddressesModule, typeof DropShipmentModule, typeof i3.InputCheckboxModule, typeof RelationPreferencesModule, typeof TransactionHeaderBranchModule, typeof TransactionHeaderSalesPersonModule, typeof TransactionHeaderAdministrativeRelationModule, typeof TransactionHeaderPriceKindModule, typeof TransactionHeaderCurrencyModule, typeof TransactionHeaderTypeModule, typeof TransactionHeaderPaymentConditionModule, typeof TransactionHeaderHoldCodesModule, typeof TransactionHeaderMarketingModule, typeof DepositPaymentModule, typeof TransactionHeaderDeliveryOptionsModule, typeof TransactionHeaderRemarksModule, typeof TransactionHeaderReferenceModule, typeof TransactionHeaderRelationReferenceModule, typeof TransactionHeaderDeliveryMethodButtonModule, typeof i3.ButtonModule, typeof TransactionHeaderDefinitiveModule, typeof TransactionHeaderDeliveryDateModule, typeof TransactionHeaderPreferredDeliveryDateModule, typeof TransactionHeaderDeliverydateDefinitiveButtonModule, typeof TransactionHeaderDepositPercentageModule, typeof TransactionHeaderDepositAmountModule, typeof TransactionHeaderPaymentButtonModule, typeof i3.IconModule, typeof i3.TooltipDirectiveModule, typeof LoaderModule, typeof TransactionHeaderDivideEvenlyModule, typeof TransactionHeaderAmountToSettleModule, typeof i3.InputTextModule, typeof TransactionHeaderScoringChanceModule, typeof TransactionHeaderRetailStadiumModule, typeof TransactionHeaderScoringDateModule, typeof TransactionHeaderPartialDeliveryModule, typeof i3.ScreenConfigurationModule, typeof TransactionHeaderAutoRecalculateDepositModule, typeof TransactionHeaderUseDepositRuleModule, typeof TransactionHeaderPriceKindModule, typeof TransactionHeaderProjectCodeModule, typeof RelationContactDetailsModule, typeof i3.InputTextareaModule, typeof DialogCatalogModule, typeof i3.InputSearchModule, typeof ServiceWizardQaModule, typeof DialogHeaderSearchModule, typeof DialogTransactionSearchModule, typeof i6.FilesUploadModule, typeof i3.InputDatePickerModule, typeof TransactionHeaderPreferredDeliveryTimeModule, typeof i3.ImageModule, typeof PaymentModule, typeof i3.InputRadioButtonModule, typeof TransactionHeaderAssemblyDateModule, typeof TransactionHeaderTotalAssemblyTimeModule, typeof TransactionHeaderDistrictModule, typeof TransactionHeaderRelationDateModule, typeof TransactionHeaderTargetWarehouseModule], [typeof TransactionHeaderPopupComponent, typeof TransactionHeaderPopupRelationComponent]>;
|
|
13276
13386
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderPopupModule>;
|
|
13277
13387
|
}
|
|
13278
13388
|
|
|
@@ -13767,7 +13877,6 @@ declare class TransactionQuickAccessOrderConfirmationComponent extends Transacti
|
|
|
13767
13877
|
protected transactionService: TransactionService;
|
|
13768
13878
|
protected changeDetector: ChangeDetectorRef;
|
|
13769
13879
|
private _purchaseConfirmationService;
|
|
13770
|
-
private _formMaster;
|
|
13771
13880
|
private _dialogService;
|
|
13772
13881
|
readonly cfgNames: typeof TransactionCfgName;
|
|
13773
13882
|
purchaseOrderConfirmation: GetPurchaseOrderConfirmation;
|
|
@@ -13777,22 +13886,21 @@ declare class TransactionQuickAccessOrderConfirmationComponent extends Transacti
|
|
|
13777
13886
|
iconVisible: boolean;
|
|
13778
13887
|
showReconfirmationButton: boolean;
|
|
13779
13888
|
forceShowConfirmationInputs: boolean;
|
|
13780
|
-
showDateError: boolean;
|
|
13781
|
-
showReferenceError: boolean;
|
|
13782
|
-
showLinesError: boolean;
|
|
13783
13889
|
private _subs;
|
|
13784
|
-
constructor(transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef, _purchaseConfirmationService: PurchaseConfirmationService,
|
|
13890
|
+
constructor(transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef, _purchaseConfirmationService: PurchaseConfirmationService, _dialogService: TransactionDialogService);
|
|
13785
13891
|
ngOnInit(): void;
|
|
13786
13892
|
ngOnDestroy(): void;
|
|
13787
13893
|
onDateChange(event: string): void;
|
|
13788
13894
|
onReferenceChange(event: string): void;
|
|
13789
|
-
isConfirmationDisabled(): boolean;
|
|
13790
13895
|
handleSelectAllLines(value: boolean): void;
|
|
13791
13896
|
handleCommitEvent(event: MouseEvent): Promise<void>;
|
|
13792
13897
|
handleNewConfirmationButtonClick(): Promise<void>;
|
|
13793
13898
|
protected transactionSet(): void;
|
|
13899
|
+
private _setDateAndReferenceFromAiAnalisysIfAvailable;
|
|
13900
|
+
private _getReferenceToSet;
|
|
13794
13901
|
private _getSelectedLines;
|
|
13795
13902
|
private _setRequestLines;
|
|
13903
|
+
private _checkAreThereLinesWithEmptyDateAndNoHeader;
|
|
13796
13904
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionQuickAccessOrderConfirmationComponent, never>;
|
|
13797
13905
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionQuickAccessOrderConfirmationComponent, "co-transaction-quick-access-order-confirmation", never, {}, {}, never, never, false, never>;
|
|
13798
13906
|
}
|
|
@@ -13918,8 +14026,7 @@ declare class TransactionQuickAccessInterbranchReceivedGoodsComponent extends Tr
|
|
|
13918
14026
|
protected emailDocument(emailInvoiceRequest: ReportingDocumentEmailSignDocBaseRequest): void;
|
|
13919
14027
|
protected transactionInfoSet(): void;
|
|
13920
14028
|
protected combinedDocument(request: PrintPurchaseOrderForTransactionOrderWithoutLinesRequest, localPrint: boolean): void;
|
|
13921
|
-
private
|
|
13922
|
-
private getIsSingleLineWarehouse;
|
|
14029
|
+
private setLocations;
|
|
13923
14030
|
private getLocations;
|
|
13924
14031
|
private checkAndSetNoColliStickers;
|
|
13925
14032
|
private _receiveGoods;
|
|
@@ -14394,7 +14501,7 @@ declare class TransactionQuickAccessPlanningComponent extends TransactionHeaderB
|
|
|
14394
14501
|
readonly buttonType: typeof AppPopupButtonType;
|
|
14395
14502
|
showLspPopup: boolean;
|
|
14396
14503
|
packageLSP: PackageLSP[];
|
|
14397
|
-
deliveryMethods: DeliveryMethod[];
|
|
14504
|
+
deliveryMethods: DeliveryMethod$1[];
|
|
14398
14505
|
get lspMode(): boolean;
|
|
14399
14506
|
set lspMode(lspMode: boolean);
|
|
14400
14507
|
showClass(): boolean;
|
|
@@ -14413,6 +14520,13 @@ declare class TransactionQuickAccessPlanningComponent extends TransactionHeaderB
|
|
|
14413
14520
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionQuickAccessPlanningComponent, "co-transaction-quick-access-planning", never, {}, {}, never, never, false, never>;
|
|
14414
14521
|
}
|
|
14415
14522
|
|
|
14523
|
+
interface DeliveryMethod {
|
|
14524
|
+
code: string;
|
|
14525
|
+
description: string;
|
|
14526
|
+
image: {
|
|
14527
|
+
documentBody: string;
|
|
14528
|
+
};
|
|
14529
|
+
}
|
|
14416
14530
|
declare class TransactionQuickAccessPlanningPopupComponent implements OnInit {
|
|
14417
14531
|
private _transaction;
|
|
14418
14532
|
iconCacheService: IconCacheService;
|
|
@@ -16815,5 +16929,5 @@ declare class SharedConnectorService {
|
|
|
16815
16929
|
static ɵprov: i0.ɵɵInjectableDeclaration<SharedConnectorService>;
|
|
16816
16930
|
}
|
|
16817
16931
|
|
|
16818
|
-
export { AddProductComponent, AddProductModule, BatchProcessDialogComponent, BatchProcessDialogModule, CharacteristicAnswerComponent, CharacteristicAnswerModule, CheckoutComponent, CheckoutModule, CheckoutOverviewDeliveryEditComponent, CheckoutOverviewRelationEditComponent, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningService, DeliveryPlanningViewModes, DialogBranchComponent, DialogBranchModule, DialogTransactionLineWarehouseCcComponent, DialogTransactionLineWarehouseCcModule, DialogTransactionLineWarehouseLocationComponent, DialogTransactionLineWarehouseLocationModule, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShippingMethodDialogComponent, ShippingMethodDialogModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, StepperComponent, StepperModule, StepperStepComponent, StepperStepModule, TRANSACTION_BUTTON_BAR_MAPPING_CONFIG, TRANSACTION_CARD_MAPPING_CONFIG, TRANSACTION_DIALOG_MAPPING_CONFIG, TRANSACTION_FILTER_MAPPING_CONFIG, TRANSACTION_LINE_MAPPING_CONFIG, TRANSACTION_QUICK_ACCESS_MAPPING_CONFIG, TRANSACTION_SEARCH_MAPPING_CONFIG, TRANSACTION_SIDE_PANEL_MAPPING_CONFIG, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCashRegisterOrderReceiptDialogComponent, TransactionCashRegisterOrderReceiptDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmTotalsComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionDatePickDialogComponent, TransactionDatePickDialogModule, TransactionDialogService, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionInvoiceCheckOrder, TransactionInvoiceCheckOrderTileComponent, TransactionInvoiceCheckOrderTileModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineSidePanelReplenishmentArticleDetailsComponent, TransactionLineSidePanelReplenishmentArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMappingService, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNotificationLineSelectionService, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessPlanningComponent, TransactionQuickAccessPlanningModule, TransactionQuickAccessPlanningPopupComponent, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagComponent, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, VoucherCodePendingReasonDialogComponent, VoucherCodePendingReasonDialogModule, WarehouseCCTab };
|
|
16819
|
-
export type { AddArticleInterface, InvoiceCheckOrderInterface, InvoiceCheckOrderLineInterface, TransactionButtonBarMappingConfig, TransactionCardMappingConfig, TransactionDialogMappingConfig, TransactionFilterMappingConfig, TransactionLineMappingConfig, TransactionQuickAccessMappingConfig, TransactionSearchMappingConfig, TransactionSidePanelMappingConfig, steps };
|
|
16932
|
+
export { AddProductComponent, AddProductModule, BatchProcessDialogComponent, BatchProcessDialogModule, CharacteristicAnswerComponent, CharacteristicAnswerModule, CheckoutComponent, CheckoutModule, CheckoutOverviewDeliveryEditComponent, CheckoutOverviewRelationEditComponent, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningService, DeliveryPlanningViewModes, DialogBranchComponent, DialogBranchModule, DialogTransactionLineWarehouseCcComponent, DialogTransactionLineWarehouseCcModule, DialogTransactionLineWarehouseLocationComponent, DialogTransactionLineWarehouseLocationModule, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShippingMethodDialogComponent, ShippingMethodDialogModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, StepperComponent, StepperModule, StepperStepComponent, StepperStepModule, TRANSACTION_BUTTON_BAR_MAPPING_CONFIG, TRANSACTION_CARD_MAPPING_CONFIG, TRANSACTION_DIALOG_MAPPING_CONFIG, TRANSACTION_FILTER_MAPPING_CONFIG, TRANSACTION_LINE_MAPPING_CONFIG, TRANSACTION_QUICK_ACCESS_MAPPING_CONFIG, TRANSACTION_SEARCH_MAPPING_CONFIG, TRANSACTION_SIDE_PANEL_MAPPING_CONFIG, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCashRegisterOrderReceiptDialogComponent, TransactionCashRegisterOrderReceiptDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmTotalsComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionDatePickDialogComponent, TransactionDatePickDialogModule, TransactionDialogService, TransactionEventService, TransactionFilterComponent, TransactionFilterContentService, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionInvoiceCheckOrder, TransactionInvoiceCheckOrderTileComponent, TransactionInvoiceCheckOrderTileModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineSidePanelReplenishmentArticleDetailsComponent, TransactionLineSidePanelReplenishmentArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMappingService, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNotificationLineSelectionService, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessPlanningComponent, TransactionQuickAccessPlanningModule, TransactionQuickAccessPlanningPopupComponent, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagComponent, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, VoucherCodePendingReasonDialogComponent, VoucherCodePendingReasonDialogModule, WarehouseCCTab };
|
|
16933
|
+
export type { AddArticleInterface, DeliveryMethod, InvoiceCheckOrderInterface, InvoiceCheckOrderLineInterface, TransactionButtonBarMappingConfig, TransactionCardMappingConfig, TransactionDialogMappingConfig, TransactionFilterMappingConfig, TransactionLineMappingConfig, TransactionQuickAccessMappingConfig, TransactionSearchMappingConfig, TransactionSidePanelMappingConfig, steps };
|