@colijnit/transaction 261.20.48 → 261.20.49
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>;
|
|
@@ -12397,6 +12398,11 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12397
12398
|
text: any;
|
|
12398
12399
|
value: any;
|
|
12399
12400
|
};
|
|
12401
|
+
withOrWithoutLines: FilterItemViewmodel[];
|
|
12402
|
+
withOrWithoutLinesFields: {
|
|
12403
|
+
text: any;
|
|
12404
|
+
value: any;
|
|
12405
|
+
};
|
|
12400
12406
|
transStartDate: Date;
|
|
12401
12407
|
transEndDate: Date;
|
|
12402
12408
|
deliveryStartDate: Date;
|
|
@@ -12414,6 +12420,7 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12414
12420
|
private _setWorkFlowStatusNames;
|
|
12415
12421
|
private _setAllProjectCodes;
|
|
12416
12422
|
private _setSuppliers;
|
|
12423
|
+
private _setWithOrWithoutLines;
|
|
12417
12424
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, never>;
|
|
12418
12425
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, "co-transaction-purchase-order-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
12419
12426
|
}
|