@softwear/latestcollectioncore 1.0.91 → 1.0.92

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.
@@ -26,12 +26,12 @@ declare const _default: {
26
26
  QTY_CONSIGNMENT: number;
27
27
  AMOUNT_CONSIGNMENT: number;
28
28
  COSTPRICE_CONSIGNMENT: number;
29
- QTY_PREPICKLIST: number;
30
- AMOUNT_PREPICKLIST: number;
31
- COSTPRICE_PREPICKLIST: number;
32
29
  QTY_PICKLIST: number;
33
30
  AMOUNT_PICKLIST: number;
34
31
  COSTPRICE_PICKLIST: number;
32
+ QTY_PREPICKLIST: number;
33
+ AMOUNT_PREPICKLIST: number;
34
+ COSTPRICE_PREPICKLIST: number;
35
35
  QTY_PREORDER: number;
36
36
  AMOUNT_PREORDER: number;
37
37
  COSTPRICE_PREORDER: number;
@@ -29,12 +29,12 @@ const dbTransactionVector = {
29
29
  QTY_CONSIGNMENT: 22,
30
30
  AMOUNT_CONSIGNMENT: 23,
31
31
  COSTPRICE_CONSIGNMENT: 24,
32
- QTY_PREPICKLIST: 22,
33
- AMOUNT_PREPICKLIST: 23,
34
- COSTPRICE_PREPICKLIST: 24,
35
- QTY_PICKLIST: 25,
36
- AMOUNT_PICKLIST: 26,
37
- COSTPRICE_PICKLIST: 27,
32
+ QTY_PICKLIST: 22,
33
+ AMOUNT_PICKLIST: 23,
34
+ COSTPRICE_PICKLIST: 24,
35
+ QTY_PREPICKLIST: 25,
36
+ AMOUNT_PREPICKLIST: 26,
37
+ COSTPRICE_PREPICKLIST: 27,
38
38
  QTY_PREORDER: 28,
39
39
  AMOUNT_PREORDER: 29,
40
40
  COSTPRICE_PREORDER: 30,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwear/latestcollectioncore",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "Core functions for LatestCollections applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,12 +29,12 @@ const dbTransactionVector = {
29
29
  AMOUNT_CONSIGNMENT: 23, // Used in retail
30
30
  COSTPRICE_CONSIGNMENT: 24, // Used in retail
31
31
 
32
- QTY_PREPICKLIST: 22, // Used in wholesale
33
- AMOUNT_PREPICKLIST: 23, // Used in wholesale
34
- COSTPRICE_PREPICKLIST: 24, // Used in wholesale
35
- QTY_PICKLIST: 25,
36
- AMOUNT_PICKLIST: 26,
37
- COSTPRICE_PICKLIST: 27,
32
+ QTY_PICKLIST: 22, // Used in wholesale
33
+ AMOUNT_PICKLIST: 23, // Used in wholesale
34
+ COSTPRICE_PICKLIST: 24, // Used in wholesale
35
+ QTY_PREPICKLIST: 25,
36
+ AMOUNT_PREPICKLIST: 26,
37
+ COSTPRICE_PREPICKLIST: 27,
38
38
  QTY_PREORDER: 28,
39
39
  AMOUNT_PREORDER: 29,
40
40
  COSTPRICE_PREORDER: 30,