Work on payments and invoices
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 12 Mar 2018 20:22:56 +0000 (16:22 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 12 Mar 2018 20:22:56 +0000 (16:22 -0400)
commita93cb0838701d1897bc2dd6954af2c51be3b540a
treeb5daa12127cecc8ff36d972a661d486e64a17148
parent274183cfb76d6390e2048a9da9bc0036b6fbeab7
Work on payments and invoices

Payments:
Updating the payment processing to pass through the invoice id so it
marks that invoice as being paid.
Set select to use the balance instead of total_amount.

Invoices:
Fix issue where after adding an invoice the next page would not work and
was acting like edit invoice page.
classes/billingSupport.php
models/admin/billing/invoices.php
models/admin/member/billing.php
views/admin/billing/editInvoice.html
views/admin/billing/makePayment.html
views/admin/billing/paymentProcess.html
views/admin/settings/invoiceTypes.html