Skip to content

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 ​

ParameterTypeDescription
vatMapMap<number, SubTransactionRow[]>-
tSubRowSubTransactionRow-

Returns ​

void