Skip to content

Commit

Permalink
Introduced abc-inventory-module-data.json v1.0.0 (#4042)
Browse files Browse the repository at this point in the history
* Introduced abc-inventory-module-data.json v1.0.0

abc-inventory-module-data-1.0.0.json is a JSON Schema defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module.

Testing:
- npm run check -- --SchemaName=abc-inventory-module-data-1.0.0.json
- npm run check

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Michael Osofsky <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 1, 2024
1 parent e3c1d9b commit 4cb9272
Show file tree
Hide file tree
Showing 4 changed files with 1,781 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@
"1.3": "https://json.schemastore.org/aiproj-1.3.json"
}
},
{
"name": "ABCInventoryModuleData",
"description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
"fileMatch": ["abc-inventory-module-data-*.json"],
"url": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json",
"versions": {
"1.0.0": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json"
}
},
{
"name": "ABCSupplyPlan",
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ABCInventoryEntries": {},
"ABCLocations": {},
"ABCMaterialCategories": {},
"ABCMaterialNumbers": {},
"ABCProducts": {},
"ABCReasonCodes": {},
"ABCTransactions": [],
"ABCVendors": {}
}
Loading

0 comments on commit 4cb9272

Please sign in to comment.