The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
-
petrescucld
- Posts: 9
- Joined: 2016-07-14 17:36
Post
by petrescucld » 2016-12-06 21:09
Hello,
How can i add multiple records into an invoice(for example)?
My plan is to create a table for products and the when i add an invoice i can select from the products table the ones i want to insert and set prices an quantity?
Thank you!