WIP adding account form for member billing tab
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Dec 2017 21:50:21 +0000 (16:50 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Dec 2017 21:50:21 +0000 (16:50 -0500)
commit102043bb58f1a4625a840c6d17181d4f2a762554
tree87cfde49fbbd334061c65bcf0f1f5089f1120ae9
parent634e9e03182eb1197aa2181ea5ca2d5088a34368
WIP adding account form for member billing tab

Working on getting the member billing tab with management of the
account. If the member doesn't have an account it can add one. If
there's one already there it updates it.
15 files changed:
classes/data/dataAccounts.php
classes/data/dataInvoices.php
index.php
models/admin/billing/index.php
models/admin/billing/invoices.php
models/admin/member/billing.php [new file with mode: 0644]
setup/adminTabs.php
setup/databaseScripts/create_database_V0.0.1.sql [deleted file]
setup/databaseScripts/create_database_V0.0.2.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.1.sql [new file with mode: 0644]
setup/validActions.php
views/admin/billing/editAccount.html [new file with mode: 0644]
views/admin/billing/index.html
views/admin/billing/memberBillingSubHeader.html [new file with mode: 0644]