exec_query('invoices', ['*'], '', '', '', '', "record_id = {$_GET['record_id']}"); $quote = $res->fetch_assoc(); } $clienet_res = $db->exec_query('clients', ['*']); $options_client = ''; while ($client = $clienet_res->fetch_assoc()) { $options_client = $options_client . ""; } $quote_res = $db->exec_query('quotes', ['*']); $quoto_nos = ''; while ($q = $quote_res->fetch_assoc()) { $quoto_nos = $quoto_nos . ""; } $WebApp->pageHeading("EDIT INVOICE"); ?>
' /> ' /> ' />
' readonly />



X
TOTAL ITEMS
' id='total' name='total' readonly class='input' />
ADD NEW

PAYMENTS

exec_query('income', ['*'], '', '', '', '', "invoices_id = {$_GET['record_id']}"); ?> fetch_assoc()) { ?>
DATE AMOUNT
TOTAL