frontend / api/analytics/stock / getMonthlyStockMovement
Function: getMonthlyStockMovement()
getMonthlyStockMovement(
p?):Promise<MonthlyMovement[]>
Defined in: src/api/analytics/stock.ts:50
Fetch monthly stock movement (in/out).
Parameters
p?
from?
string = ...
supplierId?
string = ...
to?
string = ...
Returns
Promise<MonthlyMovement[]>