Further develpment on invoices, added invoice_history, can not add and delete items from invoice more to come...

This commit is contained in:
root
2019-03-17 02:18:56 -04:00
parent f4519ca704
commit adf0104b91
4 changed files with 358 additions and 7 deletions

View File

@@ -82,7 +82,7 @@
$category_types_array = array(
'Expense',
'Invoice'
'Income'
);
?>