WIP for invoice view and print version.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Dec 2017 21:48:42 +0000 (16:48 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Dec 2017 21:48:42 +0000 (16:48 -0500)
commit424e9e05305990450f5de9c069c75ac9a62b980c
treeaadbc761ceed818f4683cee07e3e247be88fd969
parentb493fa4721c0dd48bfca666699c9626514d147bc
WIP for invoice view and print version.

Had to add some fields to the database for accounts table.
Figure this would be the best place to put in billing address.
This way I can pull this data to put in the invoice.
classes/billingSupport.php
classes/data/dataAccounts.php
index.php
models/admin/billing/invoices.php
setup/databaseScripts/create_database_V0.0.3.sql [deleted file]
setup/databaseScripts/create_database_V0.0.4.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.4.sql [new file with mode: 0644]
views/admin/billing/editAccount.html
views/admin/billing/invoiceStore.html
views/admin/billing/viewInvoice.html [new file with mode: 0644]