I am new in PHP I want to know how to create general ledger.
I have two tables invoice and payment received.
I want to create general ledger using both tables.
mysql_query("select * from invoice");
mysql_query("select * from invoice");
I am new in PHP I want to know how to create general ledger.
I have two tables invoice and payment received.
I want to create general ledger using both tables.
mysql_query("select * from invoice");
mysql_query("select * from invoice");