This topic is locked
[SOLVED]

 Adding additional lines/rows

1/23/2017 4:37:17 AM
PHPRunner General questions
A
anthonywalker author

Hi Guys,
Im looking at building a quoting system and im stuck on how to built it so that I can add additional lines/rows.
For example, with quickbooks (accounting package) you add an item (Name, Desc, Quantity & Cost) then you can click "add line" to add another item to the same invoice as seen below:


then you can click add line:


These items will need to be shown on the same "add" screen in a list of some sort and be shown as a list on the view or prints..
This is going to be imperative to the application so any help or guidance with this will be greatly appreciated.
Regards

Anthony

romaldus 1/23/2017

Inline Add is a basic feature in phprunner. You can activate it when choose pages

A
anthonywalker author 1/24/2017



Inline Add is a basic feature in phprunner. You can activate it when choose pages


Inline add is not what im looking for as I need the rows or lines to show under the same job number.
Thanks anyway

Anthony

Sergey Kornilov admin 1/24/2017

The same thing, you can use Master-Details relationships and add more lines to details table using Inline Add.

A
anthonywalker author 1/24/2017



The same thing, you can use Master-Details relationships and add more lines to details table using Inline Add.


Hi Admin,
Do you have any info on how to do this please? or any examples?
Thanks

Anthony

Sergey Kornilov admin 1/24/2017

Do what exactly? Enable 'Inline Add' on Pages screen in PHPRunner and this is it.

A
anthonywalker author 1/24/2017



Do what exactly? Enable 'Inline Add' on Pages screen in PHPRunner and this is it.


Maybe I have not explained it well enough?
Every job will have a different number and most of the time multiple lines or rows. Just like you would add multiple items to a single invoice.
Does that make more sense?
Thanks

Anthony

jadachDevClub member 1/24/2017

See here: https://youtu.be/Yz92YRxBA-I

Very easy.

lefty 1/24/2017



See here: https://youtu.be/Yz92YRxBA-I

Very easy.



I think in quickbooks , you don't see master/details relationship code of course ( so it looks like one table ) . But Jerry's you tube video should help . It's all about master/details. I think he is trying to do this in one table. Good video Jerry. We need more of those .

A
anthonywalker author 1/25/2017

Hi Guys,
i think we are on to something with Jerry's video! I will have a play and let you know.
Again - I appreciate everyone's input on this!
Regards

Anthony