SudoSOS Back-end API / helpers / collectProductsByVat
Function: collectProductsByVat() ​
ts
function collectProductsByVat(vatMap, tSubRow): void;Function that collects transactions by product based on their Vat group
Parameters ​
| Parameter | Type | Description |
|---|---|---|
vatMap | Map<number, SubTransactionRow[]> | - |
tSubRow | SubTransactionRow | - |
Returns ​
void