Adding new table to save invoice payment data.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 22 Dec 2017 19:30:43 +0000 (14:30 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 22 Dec 2017 19:30:43 +0000 (14:30 -0500)
commit0649495cb6bfae0691d7642e991007cd9458b914
treecec66675f3254dfb8c25b0b6e78193c5baa74093
parentd9db49d45b605343f4e22d9c2ff102fe633f8075
Adding new table to save invoice payment data.

Working on adding another table for the billing plugin.
Adding table to record the payment amounts that get applied to an invoice.
This way When I show the invoice I can show the payments made to that invoice.
classes/billingSupport.php
index.php
models/admin/billing/invoices.php
models/admin/member/billing.php
setup/databaseScripts/create_database_V0.0.5.sql [deleted file]
setup/databaseScripts/create_database_V0.0.6.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.6.sql [new file with mode: 0644]
views/admin/billing/invoiceStore.html
views/admin/billing/statements.html
views/admin/billing/viewInvoice.html