Download the PHP package tomatophp/filament-invoices without Composer
On this page you can find all versions of the php package tomatophp/filament-invoices. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomatophp/filament-invoices
More information about tomatophp/filament-invoices
Files in tomatophp/filament-invoices
Package filament-invoices
Short Description Generate and manage your invoices / payments using multi currencies and multi types in FilamentPHP
License MIT
Informations about the package filament-invoices
Filament Invoices Manager
Generate and manage your invoices / payments using multi currencies and multi types in FilamentPHP
Features
- [x] Generate Invoices
- [x] Manage Invoices
- [x] Print Invoices
- [x] Invoices Facade Class
- [x] Invoices Morph From/For
- [x] Invoices Payments
- [x] Support Multi Type
- [x] Support Multi Currency
- [x] Support Multi Status
- [x] Status Manager
- [x] Invoices Widgets
- [ ] Send Invoice using Email
- [ ] Export Invoice as PDF
- [ ] Invoices Templates
- [ ] Invoices Settings
Screenshots
Installation
after install your package please run this command
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
Using
to start use this plugin you need to allow 2 types of users or table to fill the invoices from / for after you prepare your models use this Facade class like this on your AppServiceProvider
or any other service provider
after that you can use the plugin on your filament admin panel
Use Facade Class To Create Invoice
you can use this Facade class to create invoice like this
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-invoices with dependencies
tomatophp/console-helpers Version ^1.1
tomatophp/filament-locations Version ^2.0
tomatophp/filament-types Version ^2.0
filament/filament Version ^3.0.0