C
|
cgphp 7/4/2013 |
Post a screenshot of what you want to achieve. |
R
|
rgfischerjr author 7/4/2013 |
Something similar to this where items can be added on the screen without having to use a pop-up to select and add the additional items. |
![]() |
Admin 7/4/2013 |
There is no screenshot but I assume you are looking for something like Invoice template: |
R
|
rgfischerjr author 7/5/2013 |
There is no screenshot but I assume you are looking for something like Invoice template: http://xlinesoft.com/invoice
|
![]() |
Admin 7/5/2013 |
Your image link points to your localhost meaning nobody but you will be able to see it. |
R
|
rgfischerjr author 7/5/2013 |
Reposting image.. |
![]() |
Admin 7/5/2013 |
Thanks. Looks exactly like Invoice template to me. I believe that designing it from scratch will take more effort than Invoice template customization. Probably you can ask more specific questions in regards to this template customization. |
R
|
rgfischerjr author 7/5/2013 |
Thanks. Looks exactly like Invoice template to me. I believe that designing it from scratch will take more effort than Invoice template customization. Probably you can ask more specific questions in regards to this template customization.
|
![]() |
Admin 7/7/2013 |
If you check live demo #2 at http://xlinesoft.com/invoice you can see that it uses a dropdown box to select items. |
R
|
rgfischerjr author 7/8/2013 |
Got It. Any Tips For Modifying Field Names So The Program Doesn't Break? |
![]() |
Admin 7/8/2013 |
Do not modify field names, modify field labels. This way you won't break anything. |
R
|
rgfischerjr author 7/8/2013 |
unfortunately this is being pulled into a larger existing database so I'm going to have to Modify Field names |
![]() |
Admin 7/8/2013 |
If you change any field name you have to modify all events (PHP and Javascript) where this field name is being used. |
R
|
rgfischerjr author 7/8/2013 |
I saw that coming :-) |
![]() |
Admin 7/9/2013 |
Doing search and replace in generated code is the last thing I would recommend. If you must use other field names - you have to study the Invoice template and implement all the same functionality manually. Though I don't see a problem using Invoice template as a part of another database your situation might be different. |
R
|
rgfischerjr author 7/9/2013 |
The goal is to modify it so that it's a Purchase Order template - and I need to pull items from an existing database with 'items' by a particular manufacturer being sold by different vendors. Not all items are sold by all vendors and not all locations use all vendors or all items. The field names in the existing database and the select queries for updating items/manufacturer, item/vendor, vendor/location, item/location are all in place and being used for inventory management at the locations. This is a 'next' step in functionality for us.d |
R
|
rgfischerjr author 7/11/2013 |
I'm going to mark this as solved. After a couple of long night I found I was over thinking the problem. Inline add works very well for what I want to do - formatting the PRINT page was the key. |
![]() |
mperry622 7/17/2013 |
I have supported ASPRunner for many versions and 100% love it... I just purchased the invoice template with the hopes of using this to display data never write... I have millions of lines in a database. I cant start over, this data is being inputted from another program direct to the database. I currently have everything working in asprunner but wanted the last page to be a nice looking invoice and the option for PDF... I am so lost right now... any pointers. There is 100% no documentation on this invoice template.I guess is there any way to make a layout that looks just like the invoice template? |