Skip to content

SudoSOS Back-end API / helpers / reduceMapToCategoryEntries

Function: reduceMapToCategoryEntries() ​

ts
function reduceMapToCategoryEntries(categoryMap): TransactionReportCategoryEntry[];

Transforms an array of SubTransactionRows with the same product category into TransactionReportCategoryEntries

Parameters ​

ParameterTypeDescription
categoryMapMap<number, SubTransactionRow[]>-

Returns ​

TransactionReportCategoryEntry[]