HandlePaymentsExport

Function: handlePaymentsExport()

[object Object]

Defined in: app/routes/admin/finances/finances.handlers.tsx:257

Generates a CSV export of payments within a specific date range and triggers a browser download.

Parameters

exportStartDate

[object Object]

Start of the range (YYYY-MM-DD).

exportEndDate

[object Object]

End of the range (YYYY-MM-DD).

setExporting

(exporting) => void

State setter for loading indicators.

Returns

[object Object]

Async

On this page