@colijnit/transaction 300.1.6 → 300.1.7
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
|
@@ -8797,6 +8797,7 @@ declare class DeliveryPlanningService {
|
|
|
8797
8797
|
districtAvailabilityCheck(planOrder: PlanOrder, transportDay: PlanningTransportWeekDay): Promise<boolean>;
|
|
8798
8798
|
filterTransactionsForDeliveryPlanning(transactions: TransactionSearchView[], transportDay: PlanningTransportWeekDay): Promise<TransactionSearchView[]>;
|
|
8799
8799
|
syncPlanOrderTimesWithTransportDate(planOrder: PlanOrder, transport: PlanningTransportWeekDay): Promise<void>;
|
|
8800
|
+
getFirstDayOfCurrentWeek(): Date;
|
|
8800
8801
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryPlanningService, never>;
|
|
8801
8802
|
static ɵprov: i0.ɵɵInjectableDeclaration<DeliveryPlanningService>;
|
|
8802
8803
|
}
|
|
@@ -10710,6 +10711,7 @@ declare class DeliveryPlanningComponent implements OnDestroy {
|
|
|
10710
10711
|
constructor(_deliveryPlanningService: DeliveryPlanningService);
|
|
10711
10712
|
ngOnDestroy(): void;
|
|
10712
10713
|
fullscreenToggle(): void;
|
|
10714
|
+
setRelationViewValues(): void;
|
|
10713
10715
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryPlanningComponent, never>;
|
|
10714
10716
|
static ɵcmp: i0.ɵɵComponentDeclaration<DeliveryPlanningComponent, "co-delivery-planning", never, { "employeeView": { "alias": "employeeView"; "required": false; }; "relationId": { "alias": "relationId"; "required": false; }; "triptychMode": { "alias": "triptychMode"; "required": false; }; "currentPlanningViewMode": { "alias": "currentPlanningViewMode"; "required": false; }; "currentPlanningMode": { "alias": "currentPlanningMode"; "required": false; }; "calendarViewMode": { "alias": "calendarViewMode"; "required": false; }; }, { "fullscreenEvent": "fullscreenEvent"; }, never, never, false, never>;
|
|
10715
10717
|
}
|
|
@@ -14832,6 +14834,9 @@ declare class TransactionQuickAccessInvoiceComponent extends TransactionQuickAcc
|
|
|
14832
14834
|
protected combinedDocument(request: PrintPurchaseOrderForTransactionOrderWithoutLinesRequest, localPrint: boolean): void;
|
|
14833
14835
|
transactionSet(): void;
|
|
14834
14836
|
_prepareRequest(request: EmailInvoiceRequest | PrintInvoiceRequest | PdfInvoiceRequest): boolean;
|
|
14837
|
+
openSendMethodDialogForNewInvoice(): void;
|
|
14838
|
+
private _isHistoricReportSelected;
|
|
14839
|
+
private _showNoInvoiceLinesError;
|
|
14835
14840
|
filterLinesForRequest(): TransactionLineInfo[];
|
|
14836
14841
|
historicDocuments(): boolean;
|
|
14837
14842
|
handleSendDocument(defaultSendMethod: string): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "300.1.
|
|
3
|
+
"version": "300.1.7",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@colijnit/relation": ">=300.1.0",
|
|
19
19
|
"@colijnit/relationapi": ">=300.1.0",
|
|
20
20
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
21
|
-
"@colijnit/sharedcomponents": ">=300.1.
|
|
21
|
+
"@colijnit/sharedcomponents": ">=300.1.4",
|
|
22
22
|
"@colijnit/transactionapi": ">=300.1.6"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|