Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(export-invoice-fees): Export invoice fees to CSV #2268

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

ancorcruz
Copy link
Contributor

Roadmap Task

👉 https://getlago.canny.io/feature-requests/p/ability-to-export-data-from-the-user-interface

Context

In order to effortlessly download export of invoice fees by non-technical users, it is required to add a new CSV exporter and extend the export resource service and mailer.

Description

This change adds a new CSV exporter for invoice fees;

also extends the ExportResourcesService to handle unknown resource types and invoice_fees.

and improve the mailer and its specs to support different kind of exported resources like invoice_fees.

@ancorcruz ancorcruz added Feature Add a new feature to the app Export user export capabilities labels Jul 10, 2024
@ancorcruz ancorcruz self-assigned this Jul 10, 2024
@ancorcruz ancorcruz marked this pull request as ready for review July 10, 2024 10:45
Copy link
Collaborator

@vincent-pochet vincent-pochet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@ancorcruz ancorcruz merged commit d10f3cd into main Jul 11, 2024
6 checks passed
@ancorcruz ancorcruz deleted the feat-export-fees-csv branch July 11, 2024 07:31
abdussamadbello pushed a commit to abdussamadbello/lago-api that referenced this pull request Aug 8, 2024
## Roadmap Task

👉
https://getlago.canny.io/feature-requests/p/ability-to-export-data-from-the-user-interface

## Context

In order to effortlessly download export of invoice fees by
non-technical users, it is required to add a new CSV exporter and extend
the export resource service and mailer.

## Description

This change adds a new CSV exporter for invoice fees;

also extends the `ExportResourcesService` to handle unknown resource
types and invoice_fees.

and improve the mailer and its specs to support different kind of
exported resources like invoice_fees.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Export user export capabilities Feature Add a new feature to the app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants