Releases: neptunesoftware/laravel-invoice
Releases · neptunesoftware/laravel-invoice
Laravel7 Support
Added
- Illuminate Support ^7.0
2.0.2: Merge pull request #11 from neptunesoftware/testing
Added
- IsInvoiceable trait for "product" like models
findByInvoiceable()
method for collecting invoices by invoiced modelsfindByRelated()
method for collecting invoices by invoice receiver models- BaseModel created for simplifying global scope usage
Stable
Scrutinizer-ci and build tools activated
Redistribution
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