mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-26 00:05:44 +00:00
add excel export for purchase supplier report
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -324,6 +324,13 @@ func (c *RepportController) GetPurchaseSupplier(ctx *fiber.Ctx) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if isPurchaseSupplierExcelExportRequest(ctx) {
|
||||
return exportPurchaseSupplierExcel(ctx, result)
|
||||
}
|
||||
if isPurchaseSupplierExcelAllExportRequest(ctx) {
|
||||
return exportPurchaseSupplierExcelAll(ctx, result)
|
||||
}
|
||||
|
||||
filters := map[string]interface{}{
|
||||
"area_id": query.AreaIDs,
|
||||
"supplier_id": query.SupplierIDs,
|
||||
|
||||
Reference in New Issue
Block a user