Added seperate tax section and added the ability add taxes to invoice this update requires a new table called taxes see the db.sql file for the structure More to come

This commit is contained in:
johnny@pittpc.com
2021-01-15 15:07:27 -05:00
parent 64b2ab3da9
commit a2848fad09
8 changed files with 250 additions and 8 deletions

View File

@@ -161,7 +161,6 @@ $timezones_array = array(
$category_types_array = array(
'Expense',
'Income',
'Tax',
'Payment Method'
);