@colijnit/transaction 261.20.48 → 261.20.50
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/index.d.ts
CHANGED
|
@@ -3269,6 +3269,7 @@ declare class TransactionPaymentService implements OnDestroy {
|
|
|
3269
3269
|
private _clearInterval;
|
|
3270
3270
|
private _dataUriToBase64;
|
|
3271
3271
|
private _setCashDrawerIdIfValidDrawer;
|
|
3272
|
+
private _triggerCalculateAmountToPay;
|
|
3272
3273
|
private _handleCashLimitCheck;
|
|
3273
3274
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPaymentService, never>;
|
|
3274
3275
|
static ɵprov: i0.ɵɵInjectableDeclaration<TransactionPaymentService>;
|
|
@@ -6165,6 +6166,7 @@ declare class TransactionHeaderPopupPaymentComponent extends TransactionHeaderPo
|
|
|
6165
6166
|
private _getPaymentMethodTypes;
|
|
6166
6167
|
private _getObjectConfiguration;
|
|
6167
6168
|
private _updateChosenAmountToPay;
|
|
6169
|
+
private _getCashOnDeliveryData;
|
|
6168
6170
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderPopupPaymentComponent, never>;
|
|
6169
6171
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderPopupPaymentComponent, "co-transaction-header-popup-payment", never, {}, {}, never, never, false, never>;
|
|
6170
6172
|
}
|
|
@@ -6179,7 +6181,7 @@ declare class CashOnDeliveryModalComponent extends TransactionInputLineFieldBase
|
|
|
6179
6181
|
changeAmountRequest: ChangeHeaderCashOnDeliveryAmountRequest;
|
|
6180
6182
|
readonly icons: typeof Icon;
|
|
6181
6183
|
cashOnDeliveryAmount: number;
|
|
6182
|
-
ngOnInit(): void
|
|
6184
|
+
ngOnInit(): Promise<void>;
|
|
6183
6185
|
updateCashOnDeliveryAmount(): void;
|
|
6184
6186
|
hideModal(): void;
|
|
6185
6187
|
onEnterKey(event: KeyboardEvent): void;
|
|
@@ -9846,7 +9848,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9846
9848
|
showCategories: boolean;
|
|
9847
9849
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9848
9850
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9849
|
-
currentTitle(): "
|
|
9851
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9850
9852
|
ngOnDestroy(): void;
|
|
9851
9853
|
handleClickWrapper(event: MouseEvent): void;
|
|
9852
9854
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9872,7 +9874,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9872
9874
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9873
9875
|
ngOnDestroy(): void;
|
|
9874
9876
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9875
|
-
currentTitle(): "
|
|
9877
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9876
9878
|
handleClickWrapper(event: MouseEvent): void;
|
|
9877
9879
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9878
9880
|
private handleDocumentClick;
|
|
@@ -9924,7 +9926,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
9924
9926
|
showCategories: boolean;
|
|
9925
9927
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9926
9928
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9927
|
-
currentTitle(): "
|
|
9929
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9928
9930
|
ngOnDestroy(): void;
|
|
9929
9931
|
handleClickWrapper(event: MouseEvent): void;
|
|
9930
9932
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -12397,6 +12399,11 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12397
12399
|
text: any;
|
|
12398
12400
|
value: any;
|
|
12399
12401
|
};
|
|
12402
|
+
withOrWithoutLines: FilterItemViewmodel[];
|
|
12403
|
+
withOrWithoutLinesFields: {
|
|
12404
|
+
text: any;
|
|
12405
|
+
value: any;
|
|
12406
|
+
};
|
|
12400
12407
|
transStartDate: Date;
|
|
12401
12408
|
transEndDate: Date;
|
|
12402
12409
|
deliveryStartDate: Date;
|
|
@@ -12414,6 +12421,7 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12414
12421
|
private _setWorkFlowStatusNames;
|
|
12415
12422
|
private _setAllProjectCodes;
|
|
12416
12423
|
private _setSuppliers;
|
|
12424
|
+
private _setWithOrWithoutLines;
|
|
12417
12425
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, never>;
|
|
12418
12426
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, "co-transaction-purchase-order-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
12419
12427
|
}
|
|
@@ -16164,6 +16172,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16164
16172
|
iconCacheService: IconCacheService;
|
|
16165
16173
|
transactionHeaderService: TransactionHeaderService;
|
|
16166
16174
|
transactionLineService: TransactionLineService;
|
|
16175
|
+
transactionService: TransactionService;
|
|
16167
16176
|
protected articleService: ArticleService;
|
|
16168
16177
|
readonly icons: typeof Icon;
|
|
16169
16178
|
readonly tab: typeof WarehouseCCTab;
|
|
@@ -16184,6 +16193,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16184
16193
|
transactionInfo: TransactionInfo;
|
|
16185
16194
|
transactionLine: TransactionLineInfo;
|
|
16186
16195
|
reason: string;
|
|
16196
|
+
articleName: string;
|
|
16187
16197
|
showDirectSell: boolean;
|
|
16188
16198
|
directSellSupplier: SupplierLightObject;
|
|
16189
16199
|
directSellPurchaseOrderNumber: number;
|
|
@@ -16193,7 +16203,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16193
16203
|
chosenConversionUnit: Unit;
|
|
16194
16204
|
conversionAmount: string;
|
|
16195
16205
|
readonly TransactionKind: typeof TransactionKind;
|
|
16196
|
-
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, articleService: ArticleService);
|
|
16206
|
+
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionService: TransactionService, articleService: ArticleService);
|
|
16197
16207
|
ngOnInit(): Promise<void>;
|
|
16198
16208
|
handleQuantityChange(value: any): void;
|
|
16199
16209
|
handleCommissionCodeChange(value: any): void;
|
|
@@ -16207,6 +16217,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16207
16217
|
handleCloseDialog(event: MouseEvent, type: AppPopupButtonType): void;
|
|
16208
16218
|
private _activeTabValid;
|
|
16209
16219
|
private _scrollIntoView;
|
|
16220
|
+
private setArticleName;
|
|
16210
16221
|
protected readonly model: i0.ModelFunction;
|
|
16211
16222
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogTransactionLineWarehouseCcComponent, never>;
|
|
16212
16223
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogTransactionLineWarehouseCcComponent, "co-dialog-transaction-line-warehouse-cc", never, { "transactionKind": { "alias": "transactionKind"; "required": false; }; }, { "close": "close"; }, never, never, false, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "261.20.
|
|
3
|
+
"version": "261.20.50",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@colijnit/relationapi": ">=261.1.1",
|
|
20
20
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
21
21
|
"@colijnit/sharedcomponents": ">=261.20.5",
|
|
22
|
-
"@colijnit/transactionapi": ">=261.1.
|
|
22
|
+
"@colijnit/transactionapi": ">=261.1.24"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tslib": "^2.8.1"
|