Adding new table for management, payments list, and add fpdf library.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 12 Dec 2017 19:52:54 +0000 (14:52 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 12 Dec 2017 19:52:54 +0000 (14:52 -0500)
commit6120ba038d0c98d9cfaa419610c88ebdc557d592
tree608cc311e1f13d21ad9196f74b3e1a75507f0fcf
parent03f91a3949e13ceca11de5dfbaab382563816207
Adding new table for management, payments list, and add fpdf library.

Adding fpdf library for possible use.
Adding new management table for the payment gateways.
Add payments to the list for billing payment tab.
31 files changed:
classes/billingSupport.php
classes/data/dataPayments.php
index.php
lib/fpdf/font/courier.php [new file with mode: 0644]
lib/fpdf/font/courierb.php [new file with mode: 0644]
lib/fpdf/font/courierbi.php [new file with mode: 0644]
lib/fpdf/font/courieri.php [new file with mode: 0644]
lib/fpdf/font/helvetica.php [new file with mode: 0644]
lib/fpdf/font/helveticab.php [new file with mode: 0644]
lib/fpdf/font/helveticabi.php [new file with mode: 0644]
lib/fpdf/font/helveticai.php [new file with mode: 0644]
lib/fpdf/font/symbol.php [new file with mode: 0644]
lib/fpdf/font/times.php [new file with mode: 0644]
lib/fpdf/font/timesb.php [new file with mode: 0644]
lib/fpdf/font/timesbi.php [new file with mode: 0644]
lib/fpdf/font/timesi.php [new file with mode: 0644]
lib/fpdf/font/zapfdingbats.php [new file with mode: 0644]
lib/fpdf/fpdf.php [new file with mode: 0644]
models/admin/billing/index.php
models/admin/billing/payments.php
models/admin/member/billing.php
setup/databaseScripts/create_database_V0.0.2.sql [deleted file]
setup/databaseScripts/create_database_V0.0.3.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.2.sql
setup/databaseScripts/update_database_V0.0.3.sql [new file with mode: 0644]
setup/validActions.php
views/admin/billing/editPayment.html
views/admin/billing/index.html
views/admin/billing/payments.html
views/admin/settings/subHeader.html