https://github.com/danutsss/ucrm-regenerate-invoice-pdf
This plugin calls the API and help us regenerate the PDF of invoices.
https://github.com/danutsss/ucrm-regenerate-invoice-pdf
Last synced: 5 months ago
JSON representation
This plugin calls the API and help us regenerate the PDF of invoices.
- Host: GitHub
- URL: https://github.com/danutsss/ucrm-regenerate-invoice-pdf
- Owner: danutsss
- License: mit
- Created: 2023-02-16T12:28:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T23:38:44.000Z (about 2 years ago)
- Last Synced: 2025-03-16T01:33:29.608Z (over 1 year ago)
- Language: PHP
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Invoice regenerate PDF
Configurable regenerate of invoices' PDF. Using this plugin, user can define From and To date filters and regenerate the given invoices' PDF.
Also, this plugin can be used as an example to show some of the possibilities of what you can do with UCRM plugins. It can be used by developers as a template for creating a new plugin.
Read more about creating your own plugin in the [Developer documentation](../../master/docs/index.md).
## Useful classes
### UCRM Plugin SDK
The [UCRM Plugin SDK](https://github.com/Ubiquiti-App/UCRM-Plugin-SDK) is used by this plugin. It contains classes able to help you with calling UCRM API, getting plugin's configuration and much more.