Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - VALIER255

1
Questions / MAKING INVOICES WITH MANY LINES OF PRODUCTS
Hi everybody,
just a dummy question, I try to achieve an invoice generator, with phprad, and i got a problem with the fact that the invoice is technically split between 2 (or more) tables : one for the customer and general invoicing details and another one with the products details which are dynamics (eg insurance contracts )  (the second one bound to the first one by the invoice_id field with many items ) .
explicitely:
INVOICE_ID
MYCUSTOMER_DETAILS ---------MY_CONSUMER_GOODS_1_dynamicaly_made
                                    +--------MY_CONSUMER_GOODS_2 _dynamicaly_made
 
The Add view has to impact the Two tables to create a clean invoice and and I don't know how to manage it with PHPRAD

Thanks a lot for your help
2
General Discussion / PHPRAD AND API
hello I woud like to consume some external APIs with my app is there an easy way to do this
eg payement api like stripe
Regards