@colijnit/transaction 255.1.73 → 255.1.74

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.
@@ -14841,6 +14841,7 @@ export declare class Dictionaries {
14841
14841
  LOCATIONS: string;
14842
14842
  LOCATION_ADVICE: string;
14843
14843
  LOCATION_FROM: string;
14844
+ LOCATION_INVENTORY: string;
14844
14845
  LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE: string;
14845
14846
  LOCATION_NOT_EDITABLE: string;
14846
14847
  LOCATION_NOT_SAME_AS_ROW: string;
@@ -16869,6 +16870,8 @@ export declare class Dictionaries {
16869
16870
  RECALCULATE_ALL_PRICES: string;
16870
16871
  RECALCULATE_DELIVERYDATE_FOR_ALL_LINES: string;
16871
16872
  RECALCULATE_DEPOSIT_AMOUNT: string;
16873
+ RECALCULATE_FOR_ALL_LOCATIONS: string;
16874
+ RECALCULATE_FOR_SINGLE_LOCATION: string;
16872
16875
  RECALCULATE_TO_PAY_DOWN: string;
16873
16876
  RECEIPT: string;
16874
16877
  RECEIPT_DETAILS: string;
@@ -18536,6 +18539,7 @@ export declare class Dictionaries {
18536
18539
  UPDATE_ARTICLE_PRICE: string;
18537
18540
  UPDATE_CONTAINER: string;
18538
18541
  UPDATE_DATE: string;
18542
+ UPDATE_LOCATION_INVENTORY: string;
18539
18543
  UPDATE_SEARCH_INDEXES: string;
18540
18544
  UPDATE_SINGLE_SEARCH_INDEX: string;
18541
18545
  UPDATE_STOCK: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "255.1.73",
3
+ "version": "255.1.74",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",