@things-factory/worksheet-base 8.0.69 → 8.0.72

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": "8.0.69",
3
+ "version": "8.0.72",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -32,13 +32,13 @@
32
32
  "@things-factory/integration-marketplace": "^8.0.69",
33
33
  "@things-factory/integration-sellercraft": "^8.0.69",
34
34
  "@things-factory/integration-sftp": "^8.0.69",
35
- "@things-factory/marketplace-base": "^8.0.69",
35
+ "@things-factory/marketplace-base": "^8.0.71",
36
36
  "@things-factory/notification": "^8.0.64",
37
- "@things-factory/sales-base": "^8.0.69",
37
+ "@things-factory/sales-base": "^8.0.72",
38
38
  "@things-factory/setting-base": "^8.0.64",
39
39
  "@things-factory/shell": "^8.0.64",
40
40
  "@things-factory/transport-base": "^8.0.69",
41
- "@things-factory/warehouse-base": "^8.0.69"
41
+ "@things-factory/warehouse-base": "^8.0.72"
42
42
  },
43
- "gitHead": "e28557e156cee7b63f9c247f9fb717c74afa6d0f"
43
+ "gitHead": "73d07f864bdd3dc7968155fe187d08f596df019b"
44
44
  }
@@ -82,6 +82,13 @@ export class WorksheetDetail {
82
82
  })
83
83
  issue: string
84
84
 
85
+ @Column({
86
+ nullable: true,
87
+ default: false,
88
+ comment: '파란해 전량 피킹 여부 (임시 데이터 생성용)'
89
+ })
90
+ isAllQuantityPicked: boolean
91
+
85
92
  @ManyToOne(type => User, {
86
93
  nullable: true
87
94
  })