[FIX/BE-US] fix closing counting sapronak

This commit is contained in:
ragilap
2026-01-23 11:43:50 +07:00
parent 2e0827dec5
commit 8dc88b97a4
3 changed files with 124 additions and 7 deletions
@@ -196,7 +196,7 @@ func ToSapronakProjectAggregatedFromReport(report *SapronakReportDTO, flag strin
}
for idx, item := range group.Items {
productKey := strings.ToUpper(flagKey + "|" + item.ProductName)
productKey := strings.ToUpper(flagKey + "|" + item.ProductName + "|" + item.NoReferensi + "|" + formatDate(item.Tanggal))
baseRow := SapronakCategoryRowDTO{
ID: idx + 1,
Date: formatDate(item.Tanggal),