![]() |
Sergey Kornilov admin 6/4/2013 |
Check this: http://xlinesoft.com/invoice |
P
|
p1nr author 6/5/2013 |
There isn't much on there in terms of documentation. Just a few FAQ's.. Do you have anything in more depth? Check this: http://xlinesoft.com/invoice |
![]() |
Sergey Kornilov admin 6/5/2013 |
Well, Invoice template is a PHPRunner project and there is nothing special about it. Once you have created a new project using Invoice template you can see how everything is implemented right in PHPRunner. More in depth info is PHPRunner manual: http://xlinesoft.com/phprunner/docs/ |
P
|
p1nr author 6/5/2013 |
Okay, thank you. One last question: the main feature I want from this template is the item lines (the JS section that allows the user to add an item, then automatically moves down the line and adds another line to add an item). I looked at the code, but was not able to replicate it and add it to a current system that I had developed. {$displayDetailTable_invdetails} is the variable I am talking about. Well, Invoice template is a PHPRunner project and there is nothing special about it. Once you have created a new project using Invoice template you can see how everything is implemented right in PHPRunner. More in depth info is PHPRunner manual: http://xlinesoft.com/phprunner/docs/ |
![]() |
Sergey Kornilov admin 6/6/2013 |
I'm afraid there is no such functionality as "automatically moves down the line and adds another line to add an item". It doesn't happen automatically, you need to click 'Add item' button. |