Skip to content

Commit

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

Removed `cost` from transaction (`ABCTransactions`) and on-hand inventory data (`ABCInventoryEntries`).  If there is customer demand we'll reintroduce cost more holistically.

Testing:
- npm run check -- --SchemaName=abc-inventory-module-data-2.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 <michael@abc-plan.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent ad257a0 commit 28940da
Show file tree
Hide file tree
Showing 4 changed files with 1,713 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,9 +105,10 @@
"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",
"url": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json",
"versions": {
"1.0.0": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json"
"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"
}
},
{
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 28940da

Please sign in to comment.