@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.
- package/bundles/colijnit-transaction.umd.js +3 -3
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +3 -3
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +4 -0
- package/package.json +1 -1
|
@@ -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;
|