Skip to content

Releases: neptunesoftware/laravel-invoice

Laravel7 Support

21 Apr 09:31
ebcf8c6
Compare
Choose a tag to compare

Added

  • Illuminate Support ^7.0

2.0.2: Merge pull request #11 from neptunesoftware/testing

14 Apr 11:45
f799ef9
Compare
Choose a tag to compare

Added

  • IsInvoiceable trait for "product" like models
  • findByInvoiceable() method for collecting invoices by invoiced models
  • findByRelated() method for collecting invoices by invoice receiver models
  • BaseModel created for simplifying global scope usage

Stable

08 Apr 13:58
a8b594f
Compare
Choose a tag to compare

Scrutinizer-ci and build tools activated

Redistribution

08 Apr 10:16
0bcebdd
Compare
Choose a tag to compare
Redistribution Pre-release
Pre-release

Added

  • Bills for receiving invoices
  • Free or complimentary sale for invoice lines
  • Polymorphic customer and polymorphic product relationships
  • Service layer
  • Multiple tax for each invoice line
  • Supporting fixed or percentage tax
  • Configurable table names

Changed

  • Package name
  • File structure
  • Readme for new distribution