ValdiANS
b8419a3f69
feat: add Excel export to BalanceMonitoringTab
...
Add exportBalanceMonitoringToExcel to FinanceApiService (server-side
blob download hitting reports/balance-monitoring?export=excel). Wire it
into BalanceMonitoringTab via a Dropdown export button in the tab
actions. Wrap the handler in useCallback to prevent an infinite
setTabActions loop caused by a new function reference on every render.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-25 14:14:40 +07:00
ValdiANS
3d37fb2ecb
fix: remove dummy data
2026-05-20 16:10:36 +07:00
ValdiANS
ac6f6ecf78
Merge branch 'development' into feat/balance-monitoring-report
2026-05-20 11:21:39 +07:00
ValdiANS
a8c02243a4
feat: implement export general and server-side export
2026-05-20 11:13:50 +07:00
ValdiANS
8df5af0124
feat: create getBalanceMonitoringReport method
2026-05-19 17:30:38 +07:00
rstubryan
92886fe5e2
refactor(FE): Consolidate date filters into trans_date
2026-02-05 14:28:14 +07:00
rstubryan
3b221795ba
refactor(FE): Add filter_by option to customer payment reports
2026-02-05 14:08:05 +07:00
rstubryan
70a15d3044
refactor(FE): Rename customer_id to customer_ids in API and UI
2026-01-19 09:19:47 +07:00
rstubryan
66fa65e4bb
refactor(FE): Disable sales and filter_by until backend ready
2026-01-14 14:29:40 +07:00
rstubryan
8d586e7cb4
refactor(FE): Switch FinanceApi to production and remove import
2026-01-14 13:53:45 +07:00
rstubryan
d28fa77405
feat(FE): Fetch sales from UserApi and use sales_id param
2026-01-14 11:35:10 +07:00
randy-ar
b9212d1241
fix(FE): delete dummy data and separate service api file
2026-01-13 12:03:45 +07:00
rstubryan
e1c0701629
refactor(FE): Adapt customer payment report types and exports
2026-01-12 21:39:22 +07:00
rstubryan
7add41ea5a
refactor(FE): Map approval 6 to green and export FinanceApi
2026-01-12 17:45:15 +07:00
randy-ar
470add1563
fix(FE): fix report debt supplier filters date type
2026-01-12 14:11:45 +07:00
randy-ar
935588b30e
feat(FE): API integration debt supplier report
2026-01-11 21:07:01 +07:00
randy-ar
677025b4a2
feat(FE): API integration debt supplier report
2026-01-11 21:02:58 +07:00
randy-ar
cdfb59a70b
feat(FE): adding report debt supplier report with temporary data types and dummy data
2026-01-11 00:16:12 +07:00
rstubryan
d478ef5e22
refactor(FE): Remove date_type filter and hardcode filter_by
2026-01-09 15:08:21 +07:00
rstubryan
e6cee4a93a
feat(FE): Add finance report API and customer payment types
2026-01-09 14:41:21 +07:00