WIP: dynamic list filtering.

This commit is contained in:
a.bouhuolia
2021-07-31 17:07:37 +02:00
parent 9186076676
commit 3546b6b7ae
34 changed files with 569 additions and 314 deletions

View File

@@ -268,8 +268,7 @@ export default class InventoryAdjustmentService {
/**
* Parses inventory adjustments list filter DTO.
* @param filterDTO
* @returns
* @param filterDTO -
*/
private parseListFilterDTO(filterDTO) {
return R.compose(
@@ -282,7 +281,7 @@ export default class InventoryAdjustmentService {
* @param {number} tenantId
* @param {IInventoryAdjustmentsFilter} adjustmentsFilter
*/
async getInventoryAdjustments(
public async getInventoryAdjustments(
tenantId: number,
filterDTO: IInventoryAdjustmentsFilter
): Promise<{