@colijnit/transaction 261.20.4 → 261.20.5
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.
|
@@ -330,8 +330,8 @@ import { DateField } from '@colijnit/ioneconnector/build/factory/decorators/date
|
|
|
330
330
|
class Version {
|
|
331
331
|
name = "@colijnit/transaction";
|
|
332
332
|
description = "Colijn IT transaction package";
|
|
333
|
-
symVer = "261.20.
|
|
334
|
-
publishDate = "
|
|
333
|
+
symVer = "261.20.5";
|
|
334
|
+
publishDate = "10-2-2026, 19:28:39";
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
class CheckoutModuleService extends BaseModuleService {
|
|
@@ -57808,7 +57808,7 @@ class TransactionStatusbarComponent {
|
|
|
57808
57808
|
this.statusbarData.push(this.getStatusbarLine("ALLOCATED", transaction.quantityAllocatedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Toegewezen
|
|
57809
57809
|
}
|
|
57810
57810
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTP).immediatelyVisible()) {
|
|
57811
|
-
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.
|
|
57811
|
+
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePickedAndPicked, transaction.quantityTotalExcludingDeliveryCosts)); //Te picken
|
|
57812
57812
|
}
|
|
57813
57813
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGT).immediatelyVisible()) {
|
|
57814
57814
|
this.statusbarData.push(this.getStatusbarLine("PICKED", transaction.quantityPickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Gepickt
|
|
@@ -57837,7 +57837,7 @@ class TransactionStatusbarComponent {
|
|
|
57837
57837
|
this.statusbarData.push(this.getStatusbarLine("PLANNING_PREFERRED_DATE_ENTERED", transaction.quantityPlanningPreferredDateEntered)); //Voorkeur bekend
|
|
57838
57838
|
}
|
|
57839
57839
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTP).immediatelyVisible()) {
|
|
57840
|
-
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.
|
|
57840
|
+
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePickedAndPicked, transaction.quantityTotalExcludingDeliveryCosts)); //Te picken
|
|
57841
57841
|
}
|
|
57842
57842
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGT).immediatelyVisible()) {
|
|
57843
57843
|
this.statusbarData.push(this.getStatusbarLine("PICKED", transaction.quantityPickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Gepickt
|
|
@@ -57865,7 +57865,7 @@ class TransactionStatusbarComponent {
|
|
|
57865
57865
|
this.statusbarData.push(this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification)); //Transport notificatie
|
|
57866
57866
|
}
|
|
57867
57867
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBN).immediatelyVisible()) {
|
|
57868
|
-
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED_NOT_PROCESSED", transaction.
|
|
57868
|
+
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED_NOT_PROCESSED", transaction.quantityReceivedUnprocessedAndProcessed)); // Binnengemeld, niet verwerkt
|
|
57869
57869
|
}
|
|
57870
57870
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBG).immediatelyVisible()) {
|
|
57871
57871
|
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED", transaction.quantityReceived)); // Binnengemeld
|
|
@@ -57885,13 +57885,13 @@ class TransactionStatusbarComponent {
|
|
|
57885
57885
|
this.statusbarData.push(this.getStatusbarLine("ALLOCATED", transaction.quantityAllocatedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Toegewezen
|
|
57886
57886
|
}
|
|
57887
57887
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarTP).immediatelyVisible()) {
|
|
57888
|
-
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.
|
|
57888
|
+
this.statusbarData.push(this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePickedAndPicked, transaction.quantityTotalExcludingDeliveryCosts)); //Te picken
|
|
57889
57889
|
}
|
|
57890
57890
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarGT).immediatelyVisible()) {
|
|
57891
57891
|
this.statusbarData.push(this.getStatusbarLine("PICKED", transaction.quantityPickedExcludingDeliveryCosts, transaction.quantityTotalExcludingDeliveryCosts)); //Gepickt
|
|
57892
57892
|
}
|
|
57893
57893
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBN).immediatelyVisible()) {
|
|
57894
|
-
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED_NOT_PROCESSED", transaction.
|
|
57894
|
+
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED_NOT_PROCESSED", transaction.quantityReceivedUnprocessedAndProcessed)); // Binnengemeld, niet verwerkt
|
|
57895
57895
|
}
|
|
57896
57896
|
if (this.screenConfigService.getObjectConfigurationFor(this._configNames.statusBarBG).immediatelyVisible()) {
|
|
57897
57897
|
this.statusbarData.push(this.getStatusbarLine("ITEM_ACCEPTED", transaction.quantityReceived)); // Binnengemeld
|