Lord-Nikon
Expert Member
- Joined
- Jul 22, 2008
- Messages
- 2,511
- Reaction score
- 0
I need some help regarding some coding in PHP and some ideas or suggestions.
I am busy creating a POS (point of sales) program using PHP. The reason I'm using PHP is because then I can access the same db anywhere in the world and only have one installation of the program
I know, it's lazy, but I have that to my usage etc. etc.
The thing I'm battling with is where you add items to an invoice for instance. How can I create a sort of a multi-line invoice system where I don't have to determine before hand how many items I want to add to the invoice / quote. Basically almost something like a spreadsheet and then add as many item lines as needed and then calculate once "process invoice" has been clicked or something similar. Any suggestions? Ideas?

I am busy creating a POS (point of sales) program using PHP. The reason I'm using PHP is because then I can access the same db anywhere in the world and only have one installation of the program
The thing I'm battling with is where you add items to an invoice for instance. How can I create a sort of a multi-line invoice system where I don't have to determine before hand how many items I want to add to the invoice / quote. Basically almost something like a spreadsheet and then add as many item lines as needed and then calculate once "process invoice" has been clicked or something similar. Any suggestions? Ideas?