WIP: Invoice page, Create Payment (member side)
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Mar 2018 19:37:12 +0000 (14:37 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Mar 2018 19:37:12 +0000 (14:37 -0500)
commit7338f757d68070f02e30214f735ff8f5048ecc34
tree11bc34e55650f4d26817c49233b7fb2fd9002d8a
parenta6e9aba4940bcc400fd8e5dbf30a68dea0b73d54
WIP: Invoice page, Create Payment (member side)

Fix issue with member billing payment page form not submitting.
Worked on the select for new invoice types.
Worked on adding new Account.
Now setting the billing account field and setting the next_ann date to
the due_date.
classes/data/dataInvoiceTypes.php
models/admin/ajax/account.php
models/admin/ajax/invoiceTypes.php [new file with mode: 0644]
models/admin/billing/invoices.php
models/admin/settings/invoiceTypes.php
setup/validActions.php
views/admin/billing/editInvoice.html
views/admin/billing/makePayment-Billing.html [new file with mode: 0644]
views/admin/billing/makePayment.html
views/admin/settings/invoiceTypes.html