barcode_scanner/lib/backend/objectbox/objectbox-model.json
mandreshope 9dad7f9d9f feat: Integrates ObjectBox for stock picking persistence
Enables offline capabilities and improved data access for stock picking records.
API calls now prioritize local ObjectBox storage when offline and persist fetched data upon successful remote retrieval.
Introduces comprehensive model-to-entity conversion logic for stock picking data and its related models.
Updates UI components and state management to directly consume ObjectBox entities, optimizing data display and interaction.
Adjusts ObjectBox entity schema for improved flexibility and adds utility getters.
2025-07-30 15:38:26 +03:00

297 lines
7.4 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": "26:6083080926308657518",
"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"
}
],
"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
],
"retiredRelationUids": [],
"version": 1
}