Skip to content

Releases: MattMoszczynski/Fakturownia-For-Laravel

Version 1.2

03 Jan 12:07
Compare
Choose a tag to compare

What's new:

  • New functionality for invoice status management:
    • created helper class FakturowniaInvoiceStatus and added a new function changeInvoiceStatus() for Fakturownia class
    • added new variable pricePaid for FakturowniaInvoice class which automatically helps to change and manage invoice status
  • Moved some of the classes to the new "Helper" namespace
  • Updated Documentation for the current version

Version 1.1

10 Nov 13:17
Compare
Choose a tag to compare

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

03 Nov 00:17
Compare
Choose a tag to compare

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

20 Aug 22:37
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release
  • 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

14 Aug 22:00
Compare
Choose a tag to compare
Version 0.1 Pre-release
Pre-release

Version 0.1

  • First public release of Fakturownia package for Laravel Framework