© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
Luiz

More than one invoice simultaneously.

On the Create Invoices page I need to allow creating more than one invoice for the same customer simultaneously. So in the $form of InvoiceResource.php I placed a select to select the customer, another select to select the customer's user and then the Repeater to create the invoices with the due and amount fields. Inside the repeater I placed another simple Repeater which is the invoice items.

So it looks like this:
invoices table: client_id, user_id, amount, due, status
invoice_items table: invoice_id, item.

What's the best way to make this work?

Note, I wanted to use the simple Repeater but with 2 fields, but I saw that it is not possible. If I can remove all the Repeater functions to make it similar to simple, please explain how.
image.png
Solution
https://github.com/filamentphp/filament/discussions/10599
GitHub
Repeater can get messy, suggestion for enhancements · filamentphp f...
When utilizing the Repeater component for organizing order items within an order structure, managing a large number of order lines can be challenging, impacting the overall order overview. I've...
Repeater can get messy, suggestion for enhancements · filamentphp f...
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Not recognized more than one rule
FilamentFFilament / ❓┊help
3y ago
Importing (and creating) data for more than one table
FilamentFFilament / ❓┊help
13mo ago
Table layout grid more than one column in mobile
FilamentFFilament / ❓┊help
2y ago
Combine more than one field in a Filament Resource recordTitleAttribute
FilamentFFilament / ❓┊help
11mo ago