Merge branch 'feat/export-balance-monitoring' into 'development'

[FEAT][BE] Export Balance Monitoring

See merge request mbugroup/lti-api!561
This commit is contained in:
Rivaldi A N S
2026-05-25 07:25:03 +00:00
2 changed files with 290 additions and 0 deletions
@@ -562,6 +562,10 @@ func (c *RepportController) GetBalanceMonitoring(ctx *fiber.Ctx) error {
return err
}
if isBalanceMonitoringExcelExportRequest(ctx) {
return exportBalanceMonitoringExcel(ctx, result, totals)
}
limit := query.Limit
if limit < 1 {
limit = 10