Invoicing program
Posted: Mon Nov 14, 2011 4:26 am
Hello All,
I am making a invoicing program using xataface.
I have a table tblLines already filled with data (starttime, stoptime, project, etc)
I show the records of a certain project, but not all the lines should be on the invoice. That is depending on the user (me)
I want to select the lines I want to invoice and ignore some other lines.
Then I would like to copy them to a temp table to print a pdf.
I don't want to change the code in the xataface folder. For future updates.
I use a lot of ajax ( in a javascript and with php behind )
I would like to use the functions in the delagate pages.
tables/tablename/tablename.php
One way of doing this would be to have a button below the list page.
But then I would need to loop through the records showing in the list grid.
If that doesn't work I could build a page where the user (me) would select a project from a
pulldown and the php code would show the records outside xataface.
anyone an idee on how to do this?
Thanks in advance,
PolderBoy
I am making a invoicing program using xataface.
I have a table tblLines already filled with data (starttime, stoptime, project, etc)
I show the records of a certain project, but not all the lines should be on the invoice. That is depending on the user (me)
I want to select the lines I want to invoice and ignore some other lines.
Then I would like to copy them to a temp table to print a pdf.
I don't want to change the code in the xataface folder. For future updates.
I use a lot of ajax ( in a javascript and with php behind )
I would like to use the functions in the delagate pages.
tables/tablename/tablename.php
One way of doing this would be to have a button below the list page.
But then I would need to loop through the records showing in the list grid.
If that doesn't work I could build a page where the user (me) would select a project from a
pulldown and the php code would show the records outside xataface.
anyone an idee on how to do this?
Thanks in advance,
PolderBoy