I started to work with Serenity a couple of days ago and i got stacked by a small problem.
I have a grid made by a view of 2 Tables and i would like to add the values from that grid in those tables.
I know that i can not add from view directly and i need to create some functions which will add those items in the right place in those tables.
This is an example of the schema:
I created a view so the grid will be displayed with columns from both tables.
This is an example of the grid:
Serenity is great tool if you want to build an app very quick but is not very user friendly if you want to modify something in the code that is generated.
I tried to add some functions from StackOverflow, but that will modify the entire functionality of the program and this type of request is used only once. I can not modify the default create function, because for the rest of the tables this function will be useless.
If someone tried to work with Serenity and have an idea please give a hint so I can resolve this issue.
Thanks!