borodin
borodin
FFilament
Created by borodin on 7/26/2024 in #❓┊help
[resolved] CreateOption in select on blade/livewire
I have same tables:
PurchaseRequest -> PurchaseOrder -> ReceiptMaterial
-> PurchaseObjects
PurchaseRequest -> PurchaseOrder -> ReceiptMaterial
-> PurchaseObjects
And I need register the receipt this purchase, and register your characteristics, by receiptmaterial I would got PurchaseObjects, but the repeater component not repect the relationship. I make a method on purchaseOrder for returns a HasMany of PurchaseObject, but the repeater not repect. This, I decided make a custom form, but I need register theirs charateristics of receipt of material, And I would allow the user register new charateristics, dynamically.
3 replies