Darnes
Darnes
FFilament
Created by Darnes on 1/7/2024 in #❓┊help
error on createOptionsForm in multiple forms in livewire page
yes it is uppercase.
14 replies
FFilament
Created by Darnes on 1/7/2024 in #❓┊help
error on createOptionsForm in multiple forms in livewire page
it work well (I mean afterStateUpdated) , even when I removed the afterStateUpdated the same error rise. the error rise when CreateOptionForm . other than that every things are work well.
14 replies
FFilament
Created by Darnes on 1/7/2024 in #❓┊help
error on createOptionsForm in multiple forms in livewire page
other note : in this page there are two forms
14 replies
FFilament
Created by Darnes on 1/7/2024 in #❓┊help
error on createOptionsForm in multiple forms in livewire page
the same code is in other resource page work , but in this page the modal of create is open and after I fill data and press add button show error (Missing [$rules/rules()] property/method on: [App\Livewire\Buy\InpBuy].)
14 replies
FFilament
Created by Darnes on 1/7/2024 in #❓┊help
error on createOptionsForm in multiple forms in livewire page
Select::make('supplier_id') ->label('المورد') ->relationship('Supplier','name') ->live() ->required() ->inlineLabel() ->columnSpan(3) ->afterStateUpdated(function ($state){ $res=Buys_work::find($this->buy_id); $res->supplier_id=$state; $res->save(); }) ->createOptionForm([ Section::make('ادخال مورد جديد') ->schema([ TextInput::make('name') ->required() ->label('الاسم'), TextInput::make('address') ->label('العنوان'), TextInput::make('mdar') ->label('مدار'), TextInput::make('libyana') ->label('لبيانا'), Hidden::make('user_id'), ]) ])
14 replies
FFilament
Created by Darnes on 1/7/2024 in #❓┊help
error on createOptionsForm in multiple forms in livewire page
This the code of Select (in livewire page)
14 replies
FFilament
Created by Darnes on 1/7/2024 in #❓┊help
error on createOptionsForm in multiple forms in livewire page
any help Plz
14 replies
FFilament
Created by Darnes on 12/22/2023 in #❓┊help
How can customize table row height , padding ?
ohoooo very nice , I do it . I am very thank
8 replies
FFilament
Created by Darnes on 12/22/2023 in #❓┊help
How can customize table row height , padding ?
please where I put this css
8 replies
FFilament
Created by Darnes on 12/5/2023 in #❓┊help
Summarize not work with MS Sql Server . (Invalid object name 'Tsaheal.Bank') ..
any solution plz , I'm new with filament and I do well I need to enjoy with summarize
14 replies
FFilament
Created by Darnes on 12/5/2023 in #❓┊help
Summarize not work with MS Sql Server . (Invalid object name 'Tsaheal.Bank') ..
I read CanSummarizeRecords.php and CanSummarize.php and I print out the result of $query = DB::table($query->toBase(),$query->getModel()->getTable()); the $query->toBase return the name without .dbo .
14 replies
FFilament
Created by Darnes on 12/5/2023 in #❓┊help
Summarize not work with MS Sql Server . (Invalid object name 'Tsaheal.Bank') ..
why every other filament , livewire and laravel are work good and every setting and installation in the project are normal as many project I have done . is there any more issue I must do about .dbo.
14 replies
FFilament
Created by Darnes on 12/5/2023 in #❓┊help
Summarize not work with MS Sql Server . (Invalid object name 'Tsaheal.Bank') ..
yes pdo is on and every thing in project work well , only summarize not work , and I had tried to put .dbo with table name in model but the same problem
14 replies
FFilament
Created by Darnes on 12/5/2023 in #❓┊help
Summarize not work with MS Sql Server . (Invalid object name 'Tsaheal.Bank') ..
No description
14 replies
FFilament
Created by Darnes on 12/5/2023 in #❓┊help
Summarize not work with MS Sql Server . (Invalid object name 'Tsaheal.Bank') ..
the query as filament prepered is wrong . filament call the table 'Bank' where related to 'Tsaheal' connection as 'Tsaheal.Bank' but the rigth is ''Tsaheal.dbo.Bank' . it missing the the sqlserver schema "dbo" . so the query can not run .
14 replies
FFilament
Created by ffffer. on 12/5/2023 in #❓┊help
Table inside Infolist
sorry , I mean I am also ask the same question , I spent hours of search but nothing answers
11 replies
FFilament
Created by Darnes on 12/5/2023 in #❓┊help
Summarize not work with MS Sql Server . (Invalid object name 'Tsaheal.Bank') ..
yes, I am sure it is BUG . I do every thing right as document.
14 replies
FFilament
Created by ffffer. on 12/5/2023 in #❓┊help
Table inside Infolist
same question ?
11 replies