feat(datamart): finance inventory audit added

This commit is contained in:
2025-06-16 18:30:05 -05:00
parent 68d75277c2
commit 90be86d972
5 changed files with 158 additions and 0 deletions

View File

@@ -111,6 +111,14 @@ const current: any = [
"Returns fifo index for all pallets shipped within the last 90 days.",
//criteria: "address", // uncomment this out once the improt process can be faster
},
{
name: "Finance Audit inv",
endpoint: "/api/datamart/getfinanceaudit",
// description: "Returns all inventory, by default excludes running numebrs, also excludes inv locations.",
description:
"Returns all inventory past the date provided, ie: 5/31/2025",
criteria: "date", // uncomment this out once the improt process can be faster
},
];
app.openapi(