Update for database and dashboard
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 17 Apr 2019 20:09:39 +0000 (16:09 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 17 Apr 2019 20:09:39 +0000 (16:09 -0400)
commita3e2034e23fdb8e15d319d078d42c318d282cd34
tree0bf8d9e17a88135e5038fe9bb790e156213a15d0
parent492630904d3acd0e976352586a6bcc3a36b89030
Update for database and dashboard

Adding options for the main billing dashboard.
New dashboard list of accounts that have overdue invoices.
Adding invoice number search on invoices tab.
Fix issue with payment form to get the card type with test card.
16 files changed:
classes/billingSupport.php
classes/data/dataInvoices.php
classes/data/dataManagement.php
index.php
models/admin/billing/index.php
models/admin/billing/invoices.php
models/admin/dashboard/billing.php
setup/databaseScripts/create_database_V0.0.38.sql [deleted file]
setup/databaseScripts/create_database_V0.0.39.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.38.sql
setup/databaseScripts/update_database_V0.0.39.sql [new file with mode: 0644]
views/admin/billing/index.html
views/admin/billing/invoices.html
views/admin/management/billing.html
views/common/billing/paymentForm.html