@things-factory/worksheet-base 4.3.539 → 4.3.543-alpha.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/worksheet-base",
3
- "version": "4.3.539",
3
+ "version": "4.3.543-alpha.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -23,27 +23,27 @@
23
23
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
24
24
  },
25
25
  "dependencies": {
26
- "@things-factory/auth-base": "^4.3.535",
27
- "@things-factory/biz-base": "^4.3.535",
28
- "@things-factory/document-template-base": "^4.3.535",
29
- "@things-factory/id-rule-base": "^4.3.535",
30
- "@things-factory/integration-accounting": "^4.3.536",
31
- "@things-factory/integration-base": "^4.3.536",
32
- "@things-factory/integration-lmd": "^4.3.537",
33
- "@things-factory/integration-marketplace": "^4.3.537",
34
- "@things-factory/integration-powrup": "^4.3.537",
35
- "@things-factory/integration-sellercraft": "^4.3.537",
36
- "@things-factory/integration-sftp": "^4.3.536",
37
- "@things-factory/marketplace-base": "^4.3.537",
38
- "@things-factory/notification": "^4.3.535",
39
- "@things-factory/sales-base": "^4.3.539",
40
- "@things-factory/setting-base": "^4.3.535",
41
- "@things-factory/shell": "^4.3.535",
42
- "@things-factory/transport-base": "^4.3.535",
43
- "@things-factory/warehouse-base": "^4.3.537",
26
+ "@things-factory/auth-base": "^4.3.543-alpha.0",
27
+ "@things-factory/biz-base": "^4.3.543-alpha.0",
28
+ "@things-factory/document-template-base": "^4.3.543-alpha.0",
29
+ "@things-factory/id-rule-base": "^4.3.543-alpha.0",
30
+ "@things-factory/integration-accounting": "^4.3.543-alpha.0",
31
+ "@things-factory/integration-base": "^4.3.543-alpha.0",
32
+ "@things-factory/integration-lmd": "^4.3.543-alpha.0",
33
+ "@things-factory/integration-marketplace": "^4.3.543-alpha.0",
34
+ "@things-factory/integration-powrup": "^4.3.543-alpha.0",
35
+ "@things-factory/integration-sellercraft": "^4.3.543-alpha.0",
36
+ "@things-factory/integration-sftp": "^4.3.543-alpha.0",
37
+ "@things-factory/marketplace-base": "^4.3.543-alpha.0",
38
+ "@things-factory/notification": "^4.3.543-alpha.0",
39
+ "@things-factory/sales-base": "^4.3.543-alpha.0",
40
+ "@things-factory/setting-base": "^4.3.543-alpha.0",
41
+ "@things-factory/shell": "^4.3.543-alpha.0",
42
+ "@things-factory/transport-base": "^4.3.543-alpha.0",
43
+ "@things-factory/warehouse-base": "^4.3.543-alpha.0",
44
44
  "jspdf": "2.5.1",
45
45
  "puppeteer": "21.0.3",
46
46
  "uuid": "^9.0.0"
47
47
  },
48
- "gitHead": "8fdf33aa63de77d8aea7eb1c3d718bac33e9ec08"
48
+ "gitHead": "841de2f16e58de02b52cf7e3d648a0a0e46b6859"
49
49
  }
@@ -4,4 +4,12 @@ export * from './picking-worksheet-controller'
4
4
  export * from './returning-worksheet-controller'
5
5
  export * from './sorting-worksheet-controller'
6
6
 
7
- export {createOrderPackageAndItems} from './picking-worksheet-controller'
7
+ export {
8
+ createOrderPackageAndItems,
9
+ splitOrderConsignment,
10
+ createOrderConsignment,
11
+ createConsignmentPackage,
12
+ createConsignmentPackageItem,
13
+ createConsignmentWithMultipackage,
14
+ sortingProduct
15
+ } from './picking-worksheet-controller'