Skip to content

Commit

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

Updated inventory JSON schema to reflect oldQuantity for Adjust transaction.

Testing:
- npm run check -- --SchemaName=abc-inventory-module-data-3.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 committed Sep 13, 2024
1 parent 973a8ad commit cf4a281
Show file tree
Hide file tree
Showing 4 changed files with 1,741 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,11 @@
"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-2.0.0.json",
"url": "https://json.schemastore.org/abc-inventory-module-data-3.0.0.json",
"versions": {
"1.0.0": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json",
"2.0.0": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json"
"2.0.0": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json",
"3.0.0": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json"
}
},
{
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 cf4a281

Please sign in to comment.