marty6236
marty6236
FFilament
Created by marty6236 on 3/6/2024 in #❓┊help
Udate record with livewevire
Hello, I have a problem with updating data and creating a new order. The error message is 'get_class(): Argument #1 ($object) must be of type object, string given.' Can you please advise?
1 replies
FFilament
Created by marty6236 on 2/28/2024 in #❓┊help
Field 'product_id' doesn't have a default value
I have a problem with relation ship , it gives me an error Field 'product_id' doesn't have a default value. Can I ask for advice??
3 replies
FFilament
Created by marty6236 on 2/27/2024 in #❓┊help
Placeholder sumarize
Hi, I would like to ask how to calculate the total price of a product if it has 2 pieces?? I tried this but it didn't work Placeholder::make('total') ->content(function (Get $get): string { return '€' . number_format($get('cost') * $get('quantity'), 2); }) Thank you for your advice
1 replies
FFilament
Created by marty6236 on 2/8/2024 in #❓┊help
Export Action
Hi I have a question, I have used ExportAction and I have a problem that it creates 2 files in csv format, a file with body and another file with header. How do I set Export to create one file, i.e. the first row of the header and the second row of the body
2 replies
FFilament
Created by marty6236 on 2/4/2024 in #❓┊help
calculate Attendance
Hello, I would like to implement the number of hours worked into the formula via Carbon. Can I ask for advice?
30 replies
FFilament
Created by marty6236 on 1/31/2024 in #❓┊help
subtract time and date
Hi I need advice how to subtract and add time and date in filament can I ask for advice?
2 replies
FFilament
Created by marty6236 on 1/25/2024 in #❓┊help
permission Resource
Hi, I have installed the Spatie Roles Permissions package and I would like to ask how to set the permissions for e.g. project manager only for certain mdels?
6 replies
FFilament
Created by marty6236 on 1/19/2024 in #❓┊help
Email integration
Hi I have a question, is there any library to integrate incoming and outgoing post?
2 replies
FFilament
Created by marty6236 on 1/14/2024 in #❓┊help
SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value:
Hi I have a problem with saving data to the database. SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: '["1","2"]' for column crm.companies.contact_id at row 1.May I ask your advice please??
13 replies