feat(datamart): finance price audit added
This commit is contained in:
@@ -57,4 +57,12 @@ export const datamartData = [
|
||||
optionsRequired: true,
|
||||
howManyOptionsRequired: 2,
|
||||
},
|
||||
{
|
||||
name: "Finance Price Audit",
|
||||
endpoint: "financePriceAudit",
|
||||
description: `Returns all sales and purchase price for quick reference where the date is less than the one provided.`,
|
||||
options: "date",
|
||||
optionsRequired: true,
|
||||
howManyOptionsRequired: 1,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user