SudoSOS Back-end API / helpers / collectProductsByRevision
Function: collectProductsByRevision() ​
ts
function collectProductsByRevision(productMap, tSubRow): void;Function that collects transactions by products based on their revision
Parameters ​
| Parameter | Type | Description |
|---|---|---|
productMap | Map<string, SubTransactionRow[]> | - |
tSubRow | SubTransactionRow | - |
Returns ​
void