Search found 43 matches

by yong
23 Jul 2019, 08:35
Forum: Laravel package
Topic: Modify users table
Replies: 14
Views: 4113

Re: Modify users table

Manager.PNG
Manager.PNG (28.8 KiB) Viewed 2650 times
Item.PNG
Item.PNG (27.63 KiB) Viewed 2650 times
by yong
23 Jul 2019, 07:40
Forum: Laravel package
Topic: Modify users table
Replies: 14
Views: 4113

Re: Modify users table

In the Standard item class there is not createItemBase it's only createItem which extends the createItemBase of the Base Class ! So when i tried to extends the createItem Class i got some errors and when i tried the createItemBase of the Base class instead of the standard one, i have some errors too...
by yong
22 Jul 2019, 16:39
Forum: Laravel package
Topic: Modify users table
Replies: 14
Views: 4113

Modify users table

I want to modify users Item managers class ! but the createItemBase() function is ambiguous !
by yong
22 Jul 2019, 14:58
Forum: Laravel package
Topic: Manager Item
Replies: 2
Views: 933

Re: Manager Item

Thanks !
by yong
22 Jul 2019, 14:33
Forum: Laravel package
Topic: Manager Item
Replies: 2
Views: 933

Manager Item

I have done all necessary to extends existing manager (product) but my item class doesn't overwrite the existing one ! when i dump an item my own values appear but the get/set functions of my item class are not accessible !
Need help please !
by yong
20 Jul 2019, 12:53
Forum: Laravel package
Topic: extend product and customer manager
Replies: 4
Views: 1579

Re: extend product and customer manager

And also with the user_id know in wich groups (in the table groups ) correspond to a user !
by yong
20 Jul 2019, 12:51
Forum: Laravel package
Topic: extend product and customer manager
Replies: 4
Views: 1579

Re: extend product and customer manager

I just add : - column "user_id" in the table mshop_product - table "groups" - table "user_groups" with a couple of foreign key "user_id" and "group_id" I want a function to help me know how many product matching with an user_id (how many product a us...
by yong
18 Jul 2019, 10:38
Forum: Laravel package
Topic: extend product and customer manager
Replies: 4
Views: 1579

extend product and customer manager

Hi ! I updated the mshop_product table, i have now a "one to many" relation between table users and table mshop_product , now i want to extend the manager and the item of the domain product and customer and use getRefItems or another function to search a customer with a customer id ! but i...
by yong
17 Jul 2019, 11:22
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

Re: setup task

thanks ! how if i want to overwrite the setup that add some data and table in the users table (in fact i don't want to have the additional columns of the ai-laravel or other setup)
by yong
17 Jul 2019, 10:49
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

Re: setup task

I've this error
Capture.PNG
Capture.PNG (28.21 KiB) Viewed 2099 times