barcode_scanner/lib/backend/objectbox/objectbox-model.json
your-name 18f74daae4 feat: Implement explicit synchronization and validation
Refactors the reception process to provide clearer control over data synchronization and validation.

- Replaces the `isDraft` property with `synchronized` in `StockPickingRecordEntity` to accurately represent the local data's sync status with the backend.
- Introduces a new API endpoint and corresponding logic for `validateStockPicking`, allowing finalization of receptions.
- Splits the "Save" action into "Synchronize data" and "Validate reception" on the details page. "Validate" now implicitly performs a synchronization first.
- Updates UI elements (cards, quick actions) to reflect the new synchronization state and expose the new actions.
- Corrects a typo in the `updateAllMoveLineOnStockPicking` API method name.
- Improves local data update logic for scanned items, marking them as unsynchronized.
2025-07-31 02:34:50 +03:00

303 lines
7.5 KiB
JSON

{
"_note1": "KEEP THIS FILE! Check it into a version control system (VCS) like git.",
"_note2": "ObjectBox manages crucial IDs for your object model. See docs for details.",
"_note3": "If you have VCS merge conflicts, you must resolve them according to ObjectBox docs.",
"entities": [
{
"id": "1:6757833172062715556",
"lastPropertyId": "9:7701820943545445010",
"name": "ProductEntity",
"properties": [
{
"id": "1:1853465479129290672",
"name": "id",
"type": 6,
"flags": 129
},
{
"id": "8:6901756236330116550",
"name": "barcode",
"type": 9
},
{
"id": "9:7701820943545445010",
"name": "displayName",
"type": 9
}
],
"relations": []
},
{
"id": "2:673790908095887706",
"lastPropertyId": "4:7045265601292522675",
"name": "MoveLineWithoutPackageEntity",
"properties": [
{
"id": "1:7934131837747148014",
"name": "id",
"type": 6,
"flags": 129
},
{
"id": "2:737277163799462927",
"name": "quantity",
"type": 8
},
{
"id": "3:4626825209225121270",
"name": "productIdId",
"type": 11,
"flags": 520,
"indexId": "1:7071681394524127915",
"relationTarget": "ProductEntity"
},
{
"id": "4:7045265601292522675",
"name": "pickingRecordId",
"type": 11,
"flags": 520,
"indexId": "2:4631744600947232531",
"relationTarget": "StockPickingRecordEntity"
}
],
"relations": []
},
{
"id": "3:5911895131928309407",
"lastPropertyId": "5:2868736624061308702",
"name": "MoveWithoutPackageEntity",
"properties": [
{
"id": "1:7495772922288855196",
"name": "id",
"type": 6,
"flags": 129
},
{
"id": "2:8022763242628208701",
"name": "quantity",
"type": 8
},
{
"id": "3:9073127820683437794",
"name": "productUomQty",
"type": 8
},
{
"id": "4:3070487482034153510",
"name": "productIdId",
"type": 11,
"flags": 520,
"indexId": "3:441651016758530739",
"relationTarget": "ProductEntity"
},
{
"id": "5:2868736624061308702",
"name": "pickingRecordId",
"type": 11,
"flags": 520,
"indexId": "4:6923911202280708393",
"relationTarget": "StockPickingRecordEntity"
}
],
"relations": []
},
{
"id": "4:8757910094360234273",
"lastPropertyId": "1:5995202216321049808",
"name": "StockPickingCompanyEntity",
"properties": [
{
"id": "1:5995202216321049808",
"name": "id",
"type": 6,
"flags": 129
}
],
"relations": []
},
{
"id": "5:8918527105498569432",
"lastPropertyId": "2:2076233072143912254",
"name": "StockPickingLocationEntity",
"properties": [
{
"id": "1:6726281234363489051",
"name": "id",
"type": 6,
"flags": 129
},
{
"id": "2:2076233072143912254",
"name": "completeName",
"type": 9
}
],
"relations": []
},
{
"id": "6:1548781270490936359",
"lastPropertyId": "2:5577243298577858488",
"name": "StockPickingPartnerEntity",
"properties": [
{
"id": "1:8723821334114412330",
"name": "id",
"type": 6,
"flags": 129
},
{
"id": "2:5577243298577858488",
"name": "displayName",
"type": 9
}
],
"relations": []
},
{
"id": "7:7263194599189060077",
"lastPropertyId": "28:1976672364117660903",
"name": "StockPickingRecordEntity",
"properties": [
{
"id": "1:2654417085953427052",
"name": "id",
"type": 6,
"flags": 129
},
{
"id": "2:8756939767516224486",
"name": "priority",
"type": 9
},
{
"id": "3:3369804361769472815",
"name": "name",
"type": 9
},
{
"id": "4:2393526011733286675",
"name": "pickingTypeCode",
"type": 9
},
{
"id": "5:4127154830449634720",
"name": "state",
"type": 9
},
{
"id": "6:6620442281568445377",
"name": "origin",
"type": 9
},
{
"id": "7:1340319564044185560",
"name": "useCreateLots",
"type": 1
},
{
"id": "8:6701136900032669346",
"name": "isLocked",
"type": 1
},
{
"id": "22:3555343810963543340",
"name": "companyIdId",
"type": 11,
"flags": 520,
"indexId": "5:5996814429272913387",
"relationTarget": "StockPickingCompanyEntity"
},
{
"id": "23:2067275890571807819",
"name": "partnerIdId",
"type": 11,
"flags": 520,
"indexId": "6:1163594090984806707",
"relationTarget": "StockPickingPartnerEntity"
},
{
"id": "24:8250495144943908234",
"name": "locationIdId",
"type": 11,
"flags": 520,
"indexId": "7:8476282527882628674",
"relationTarget": "StockPickingLocationEntity"
},
{
"id": "25:971968364663317028",
"name": "locationDestIdId",
"type": 11,
"flags": 520,
"indexId": "8:4895364176354109789",
"relationTarget": "StockPickingLocationEntity"
},
{
"id": "26:6083080926308657518",
"name": "pickingTypeIdId",
"type": 11,
"flags": 520,
"indexId": "9:5054232387620309172",
"relationTarget": "StockPickingTypeEntity"
},
{
"id": "28:1976672364117660903",
"name": "synchronized",
"type": 1
}
],
"relations": []
},
{
"id": "8:1447656502749776913",
"lastPropertyId": "2:2951740471908102089",
"name": "StockPickingTypeEntity",
"properties": [
{
"id": "1:4042762128325500437",
"name": "id",
"type": 6,
"flags": 129
},
{
"id": "2:2951740471908102089",
"name": "displayName",
"type": 9
}
],
"relations": []
}
],
"lastEntityId": "8:1447656502749776913",
"lastIndexId": "9:5054232387620309172",
"lastRelationId": "0:0",
"lastSequenceId": "0:0",
"modelVersion": 5,
"modelVersionParserMinimum": 5,
"retiredEntityUids": [],
"retiredIndexUids": [],
"retiredPropertyUids": [
4521897043130066476,
2561289170534233438,
6084891210993334692,
883454706727408240,
7033704955625644592,
1825580906382154543,
6827379535582901480,
370251402703013746,
388273829313485427,
8017891142234531346,
2254687830363854428,
6345179288704462624,
5524107603050624969,
6595911006479461694,
6060229724899750987,
2889425908429352139,
934877054574553245,
7012525525648469072,
4739641817802949530,
7762235054004255701
],
"retiredRelationUids": [],
"version": 1
}