Implement syncing child's locations to that of parent.

This commit is contained in:
slid1amo2n3e4
2024-10-08 17:14:30 +02:00
committed by Matt Kilgore
parent 7d462a4dd3
commit 17e7e24070
16 changed files with 376 additions and 37 deletions

View File

@@ -2242,6 +2242,9 @@ const docTemplate = `{
"soldTo": {
"type": "string"
},
"syncChildItemsLocations": {
"type": "boolean"
},
"updatedAt": {
"type": "string"
},
@@ -2440,6 +2443,9 @@ const docTemplate = `{
"type": "string",
"maxLength": 255
},
"syncChildItemsLocations": {
"type": "boolean"
},
"warrantyDetails": {
"type": "string"
},

View File

@@ -2235,6 +2235,9 @@
"soldTo": {
"type": "string"
},
"syncChildItemsLocations": {
"type": "boolean"
},
"updatedAt": {
"type": "string"
},
@@ -2433,6 +2436,9 @@
"type": "string",
"maxLength": 255
},
"syncChildItemsLocations": {
"type": "boolean"
},
"warrantyDetails": {
"type": "string"
},

View File

@@ -188,6 +188,8 @@ definitions:
type: string
soldTo:
type: string
syncChildItemsLocations:
type: boolean
updatedAt:
type: string
warrantyDetails:
@@ -323,6 +325,8 @@ definitions:
soldTo:
maxLength: 255
type: string
syncChildItemsLocations:
type: boolean
warrantyDetails:
type: string
warrantyExpires: