InvoiceShelf
Open source invoicing solution for individuals and businesses
Alternative to: freshbooks, invoice ninja, zoho invoice
About
Versions (20)
1.0.0
2024-02-05What’s new:
- Upgraded to latest Laravel 10
- Upgraded to latest PHPUnit 10 / Pest 2
- Upgraded to latest Vue 3.4
- Upgraded to latest Vue-router, Vue-flatpickr and other JS libraries
- Upgraded to latest Vite 5.0
- Upgraded all PHP packages for PHP 8.2/8.3 compatibility
- Moved docker image in separate repository InvoiceShelf/docker
- In-app updates will now pull from invoiceshelf.com
- Dropped unnecessary JS libraries and cleaned up JS code
- Dropped (git-ignored) the public/build directory. App builds can be downloaded from the website or GitHub releases page.
- Dropped Uffizzi (we can’t support it right now)
- Improvements to the French translation (crater-invoice/crater@PR-1224)
- Added support for Turkmen manat currency (crater-invoice/crater@PR-1133)
- Added support for Bosnia and Herzegovina Convertible Mark currency (crater-invoice/crater@PR-1212)
- Fixed hardcoded ”?” in nginx rewrite rule (crater-invoice/crater@PR-819)
- Fixed payment note Amount field display (crater-invoice/crater@PR-1151)
- Fixed duplicate character in generated hashes affecting PDFs (crater-invoice/crater@ISSUE-1150)
- Fixed active menu item border not highlighted properly
- Fixed migrations rollback
- Changed PHP namespace from \Crater to \InvoiceShelf
To migrate from Crater, refer to the Migration Guide.