@colijnit/transaction 262.1.3 → 262.1.4
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.
|
@@ -356,8 +356,8 @@ import { DateField } from '@colijnit/ioneconnector/build/factory/decorators/date
|
|
|
356
356
|
class Version {
|
|
357
357
|
name = "@colijnit/transaction";
|
|
358
358
|
description = "Colijn IT transaction package";
|
|
359
|
-
symVer = "262.1.
|
|
360
|
-
publishDate = "29-4-2026,
|
|
359
|
+
symVer = "262.1.4";
|
|
360
|
+
publishDate = "29-4-2026, 18:04:34";
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
class CheckoutModuleService extends BaseModuleService {
|
|
@@ -82029,21 +82029,23 @@ class TransactionHeaderDeliveryComponent extends TransactionHeaderBaseComponent
|
|
|
82029
82029
|
*
|
|
82030
82030
|
* */
|
|
82031
82031
|
// check PA status
|
|
82032
|
-
|
|
82033
|
-
|
|
82034
|
-
|
|
82035
|
-
|
|
82036
|
-
|
|
82037
|
-
/* } else {
|
|
82038
|
-
this.transactionService.getInternalParameter(InternalParam.PlanNotFinal).then(result => {
|
|
82039
|
-
this.canPlanDelivery = result;
|
|
82040
|
-
this.showPlanningDialog = result;
|
|
82041
|
-
});
|
|
82032
|
+
this._transactionConnectorService.getPAStatusFromTransaction(this.transaction.transactionInfo.id).then(paStatus => {
|
|
82033
|
+
if (paStatus && this.transaction.transactionInfo.deliveryDateDefinitive !== true) {
|
|
82034
|
+
if (this.transaction.transactionInfo.transactionDefinitive) {
|
|
82035
|
+
this.canPlanDelivery = true;
|
|
82036
|
+
this.showPlanningDialog = true;
|
|
82042
82037
|
}
|
|
82043
|
-
|
|
82038
|
+
else {
|
|
82039
|
+
this.transactionService.getInternalParameter(InternalParam.PlanNotFinal).then(result => {
|
|
82040
|
+
this.canPlanDelivery = result;
|
|
82041
|
+
this.showPlanningDialog = result;
|
|
82042
|
+
});
|
|
82043
|
+
}
|
|
82044
|
+
}
|
|
82045
|
+
else {
|
|
82044
82046
|
this.canPlanDelivery = false;
|
|
82045
|
-
|
|
82046
|
-
|
|
82047
|
+
}
|
|
82048
|
+
});
|
|
82047
82049
|
}
|
|
82048
82050
|
}
|
|
82049
82051
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TransactionHeaderDeliveryComponent, deps: [{ token: TransactionHeaderService }, { token: TransactionEventService }, { token: TransactionService }, { token: IconCacheService }, { token: TransactionScreenConfigurationService }, { token: DictionaryService }, { token: TransactionImageService }, { token: i0.ChangeDetectorRef }, { token: TransactionConnectorService }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -82092,7 +82094,7 @@ class TransactionHeaderDeliveryComponent extends TransactionHeaderBaseComponent
|
|
|
82092
82094
|
</div>
|
|
82093
82095
|
}
|
|
82094
82096
|
<ng-template #secondBlock>
|
|
82095
|
-
|
|
82097
|
+
@if (showPreferredPlanning) {
|
|
82096
82098
|
<div class="planning-request-button-wrapper"
|
|
82097
82099
|
(click)="checkCanPlanDelivery()"
|
|
82098
82100
|
[screenConfigurationObject]="cfgNames.HeaderDeliveryPreferedHeader"
|
|
@@ -82100,7 +82102,7 @@ class TransactionHeaderDeliveryComponent extends TransactionHeaderBaseComponent
|
|
|
82100
82102
|
<co-icon class="planning-request-button" [class.co-transaction-check]="transactionInfo.deliveryDateDefinitive"
|
|
82101
82103
|
[iconData]="iconCacheService.getIcon(icons.CalendarDayRegular)"></co-icon>
|
|
82102
82104
|
</div>
|
|
82103
|
-
|
|
82105
|
+
}
|
|
82104
82106
|
<div class="header-deliverydate-wrapper" [screenConfigurationObject]="cfgNames.HeaderDeliveryDateHeader"
|
|
82105
82107
|
[screenConfigNativeElement]="true">
|
|
82106
82108
|
<div class="header-delivery-deliverydate-label co-transaction-label"
|
|
@@ -82186,7 +82188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
82186
82188
|
</div>
|
|
82187
82189
|
}
|
|
82188
82190
|
<ng-template #secondBlock>
|
|
82189
|
-
|
|
82191
|
+
@if (showPreferredPlanning) {
|
|
82190
82192
|
<div class="planning-request-button-wrapper"
|
|
82191
82193
|
(click)="checkCanPlanDelivery()"
|
|
82192
82194
|
[screenConfigurationObject]="cfgNames.HeaderDeliveryPreferedHeader"
|
|
@@ -82194,7 +82196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
82194
82196
|
<co-icon class="planning-request-button" [class.co-transaction-check]="transactionInfo.deliveryDateDefinitive"
|
|
82195
82197
|
[iconData]="iconCacheService.getIcon(icons.CalendarDayRegular)"></co-icon>
|
|
82196
82198
|
</div>
|
|
82197
|
-
|
|
82199
|
+
}
|
|
82198
82200
|
<div class="header-deliverydate-wrapper" [screenConfigurationObject]="cfgNames.HeaderDeliveryDateHeader"
|
|
82199
82201
|
[screenConfigNativeElement]="true">
|
|
82200
82202
|
<div class="header-delivery-deliverydate-label co-transaction-label"
|