feat: add bulk invoice export - #210
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
Hi, the implementation is ready for review. The PR currently has no merge conflicts, and the available checks have passed. One workflow is awaiting maintainer approval because this PR comes from a fork. |
Description
Fixes #162
This PR adds bulk invoice export functionality to the Sent and Received invoice pages.
Previously, invoices could only be exported individually. This change allows users to select multiple invoices and export them together in CSV, JSON, or PDF format.
What's included
jszipandpdf-libdependencies.Export options
Formats:
Modes:
Testing
The following were tested with multiple invoices:
Closes #162