Releases: MattMoszczynski/Fakturownia-For-Laravel
Releases · MattMoszczynski/Fakturownia-For-Laravel
Version 1.2
What's new:
- New functionality for invoice status management:
- created helper class
FakturowniaInvoiceStatus
and added a new functionchangeInvoiceStatus()
forFakturownia
class - added new variable
pricePaid
forFakturowniaInvoice
class which automatically helps to change and manage invoice status
- created helper class
- Moved some of the classes to the new "Helper" namespace
- Updated Documentation for the current version
Version 1.1
What's new:
- Added option for toArray() function for removing empty fields from data arrays
- Created functionality to set departments for specific invoices (useful for creating different numerations)
- Users can define now their own custom patterns for invoice numerations
Version 1.0
The official release of FFL (Fakturownia For Laravel) first version!
What's new:
- Added function to class FakturowniaPosition for calculating net and gross price
- Raw and PDF printing for invoices
Version 0.2
- Added new update() and delete() methods for main helper class
- created an interface for objects that store data in the Fakturownia service
- Added capability of creating objects using JSON data
Version 0.1
Version 0.1
- First public release of Fakturownia package for Laravel Framework