Steve Sutton [Thu, 5 Sep 2019 14:28:01 +0000 (10:28 -0400)]
Updating link for view/print invoice after one is created
This is from the create invoice screen under the member area.
Steve Sutton [Wed, 28 Aug 2019 18:32:51 +0000 (14:32 -0400)]
Add ability to delete account
Give ability to delete an account.
Steve Sutton [Tue, 27 Aug 2019 14:37:39 +0000 (10:37 -0400)]
Adding counties and payment types to export filters.
So Uptra can export billing accounts per payment type.
Steve Sutton [Mon, 26 Aug 2019 20:25:12 +0000 (16:25 -0400)]
Updating reports generator
Adding billing account field to report generator.
Steve Sutton [Wed, 31 Jul 2019 13:06:34 +0000 (09:06 -0400)]
Update check for creating invoices list.
Don't try auto creating payment types with no amount or dynamic amount
ones.
Steve Sutton [Wed, 31 Jul 2019 12:08:59 +0000 (08:08 -0400)]
Fixing bugs for payments
Deal with payment errors.
Steve Sutton [Wed, 31 Jul 2019 11:59:47 +0000 (07:59 -0400)]
Update the insert statement for invoice_payments table.
column transaction_time not there.
Steve Sutton [Tue, 30 Jul 2019 16:59:50 +0000 (12:59 -0400)]
Update for links
placed last time in wrong place
Steve Sutton [Tue, 30 Jul 2019 16:57:02 +0000 (12:57 -0400)]
Only show membership renewal link if member_types enabled
Will only be for migcsa
Steve Sutton [Tue, 30 Jul 2019 13:03:06 +0000 (09:03 -0400)]
Resize Payment Type multi select
Could not see entire payment type names.
Steve Sutton [Tue, 30 Jul 2019 12:48:31 +0000 (08:48 -0400)]
Merge branch 'feature/revamp' into develop
Steve Sutton [Mon, 29 Jul 2019 20:45:15 +0000 (16:45 -0400)]
Add name to top of payment page
for make a payment (ajax)
Steve Sutton [Mon, 29 Jul 2019 19:07:20 +0000 (15:07 -0400)]
Finishing the pay invoice part from invoices.
Remove the Anniversary date column.
Steve Sutton [Fri, 26 Jul 2019 20:04:32 +0000 (16:04 -0400)]
Working on pay invoice part
Also updated the invoice type table so it closes open tr when going out
of the table.
Removed billing from setting and management sections.
Steve Sutton [Fri, 26 Jul 2019 00:20:07 +0000 (20:20 -0400)]
Updating the payment page so payment method is shown.
Using billing_settings payment methods to show proper payment method
name.
Steve Sutton [Thu, 25 Jul 2019 20:53:20 +0000 (16:53 -0400)]
Running testing on all sections.
Testing each section
Added payment type column correctly on the report and invoicing pages.
Steve Sutton [Thu, 25 Jul 2019 17:26:39 +0000 (13:26 -0400)]
Uptravel updates
This is for the import accounts and verify billing data
Steve Sutton [Thu, 25 Jul 2019 14:06:13 +0000 (10:06 -0400)]
Working on fixing issues with payments made on invoice page.
When paying invoices from the invoice page the abide .on('submit')
events need to be setup on the $('#formId') instead of the $(document).
Failure to do this will result in many submits because it keeps adding
to the document.
Steve Sutton [Wed, 24 Jul 2019 20:49:40 +0000 (16:49 -0400)]
Debuging issue with Foundation 6 reveals and forms.
Cannot use $(document).on('submit') event for the foundation abide
stuff. When used in reveals it is hitting the form submit more than
once. It is adding to it everytime.
Steve Sutton [Wed, 24 Jul 2019 15:15:40 +0000 (11:15 -0400)]
Setup notification preview
test in mobile
Steve Sutton [Tue, 23 Jul 2019 20:49:57 +0000 (16:49 -0400)]
Working on preview of notifications
Also setup required fields for invoice type when editing.
Steve Sutton [Tue, 23 Jul 2019 15:51:37 +0000 (11:51 -0400)]
Update form start
Updating each section of billing to get rid of undefined php notices.
Steve Sutton [Mon, 22 Jul 2019 20:44:21 +0000 (16:44 -0400)]
Setup ui elements for grid start form start and end
replacing form and callout div's
Steve Sutton [Mon, 22 Jul 2019 19:33:13 +0000 (15:33 -0400)]
Setting up form start and end includes.
Also adding check for setting and management if user is navigating off
the page with unsaved changes.
Steve Sutton [Fri, 19 Jul 2019 20:14:54 +0000 (16:14 -0400)]
Move Management into billing
Use responsive navigation. medium up is dropdown small is drilldown.
Steve Sutton [Thu, 18 Jul 2019 20:54:21 +0000 (16:54 -0400)]
working with more ui elemnents and bring in management
Bringing in management to the billing side.
Steve Sutton [Wed, 17 Jul 2019 20:55:29 +0000 (16:55 -0400)]
Update forms so abide submit is correctly working.
Testing things out on mobile phone also and making adjustments.
Steve Sutton [Tue, 16 Jul 2019 20:45:49 +0000 (16:45 -0400)]
UI element updates
Working with abide forms.
Steve Sutton [Mon, 15 Jul 2019 20:50:22 +0000 (16:50 -0400)]
WIP invoice Types
Redo invoice types.
Instead of a jquery popup form to add edit them.
Using a new page to edit them using a foundation abide form.
Steve Sutton [Fri, 12 Jul 2019 19:57:57 +0000 (15:57 -0400)]
Updating forms
Updates for foundation 6 ui elements
Steve Sutton [Thu, 11 Jul 2019 20:50:27 +0000 (16:50 -0400)]
Save WIP for billing revamp
Working on foundation 6 revamp for:
Settings
Invoice Types
Notifications
Reporting
Invoicing
Steve Sutton [Wed, 10 Jul 2019 20:50:59 +0000 (16:50 -0400)]
Move setting form into the billing
Too many issues with using forms in a loaded reveal.
Just moving it right into billing side.
Steve Sutton [Wed, 10 Jul 2019 13:40:17 +0000 (09:40 -0400)]
Merge branch 'develop' into feature/revamp
Steve Sutton [Wed, 10 Jul 2019 13:32:32 +0000 (09:32 -0400)]
Update for mark paid using square
Destroy the Square payment object and remove the onclick event for the
form.
Steve Sutton [Wed, 10 Jul 2019 13:04:53 +0000 (09:04 -0400)]
Update for Square payment
Build data to send to square payment
Steve Sutton [Wed, 10 Jul 2019 12:05:34 +0000 (08:05 -0400)]
Stop the dupe email
Email was sent twice.
Steve Sutton [Tue, 9 Jul 2019 20:54:18 +0000 (16:54 -0400)]
Updating dashboard and account views
Update the member name when it returns from edit billing.
Steve Sutton [Tue, 9 Jul 2019 16:43:58 +0000 (12:43 -0400)]
update for extra link
Steve Sutton [Tue, 9 Jul 2019 14:20:09 +0000 (10:20 -0400)]
Create new view file for account Reveals
Setup account reveal into it's own view file so code is not duplicated
for dashboard and account pages.
Steve Sutton [Mon, 8 Jul 2019 20:47:11 +0000 (16:47 -0400)]
Work on the setting
Adding fields for setting.
Using ui elements
Steve Sutton [Mon, 8 Jul 2019 19:27:08 +0000 (15:27 -0400)]
Merge branch 'develop' into feature/revamp
Steve Sutton [Mon, 8 Jul 2019 18:56:17 +0000 (14:56 -0400)]
Merge tag 'v1.0.33' into develop
Version 1.0.33
Steve Sutton [Mon, 8 Jul 2019 18:56:10 +0000 (14:56 -0400)]
Merge branch 'hotfix/1.0.33'
Steve Sutton [Mon, 8 Jul 2019 18:56:06 +0000 (14:56 -0400)]
bump version number
Steve Sutton [Mon, 8 Jul 2019 18:42:05 +0000 (14:42 -0400)]
Back out of the foundation 6 stuff
This is on a new branch.
Steve Sutton [Mon, 8 Jul 2019 18:18:17 +0000 (14:18 -0400)]
Merge tag 'v1.0.32' into develop
Version 1.0.32
Steve Sutton [Mon, 8 Jul 2019 18:12:13 +0000 (14:12 -0400)]
Merge branch 'hotfix/1.0.32'
Steve Sutton [Mon, 8 Jul 2019 12:31:59 +0000 (08:31 -0400)]
Add contact zip
Was missing contact zip
Setup default array if no contactData
Steve Sutton [Wed, 3 Jul 2019 17:48:50 +0000 (13:48 -0400)]
correct spacing in variable within if switch.
Need Standards.
Steve Sutton [Tue, 2 Jul 2019 21:21:06 +0000 (17:21 -0400)]
Update table to have new class.
Class glm-admin-table-inner is needed here for the mouseout event.
Steve Sutton [Tue, 2 Jul 2019 21:12:00 +0000 (17:12 -0400)]
Redo Billing Admin with Foindation 6
Converting the forms to use x-y grid.
Setting up tables with stack class.
Start the Billing Setting within a reveal.
Replacing the main navigation from our glm-associate nav to Foundation 6
menu.
Steve Sutton [Thu, 27 Jun 2019 20:51:00 +0000 (16:51 -0400)]
Add data-close-on-click false
to keep reveals from closing if they click outside of it.
Steve Sutton [Thu, 27 Jun 2019 20:42:38 +0000 (16:42 -0400)]
Redo text elements
WIP working on text elements
Steve Sutton [Thu, 27 Jun 2019 19:26:34 +0000 (15:26 -0400)]
Updating merge tags on edit page for notifications
Adding the new ones for current due and renewal date.
Steve Sutton [Thu, 27 Jun 2019 19:14:39 +0000 (15:14 -0400)]
Adding additional merge tags for the email notifications.
Adding Contacts fields.
Adding new billing fields.
Steve Sutton [Wed, 26 Jun 2019 16:40:15 +0000 (12:40 -0400)]
Update permission for settings
was too high
Steve Sutton [Fri, 21 Jun 2019 20:02:10 +0000 (16:02 -0400)]
Working on the validation of popup (ajax) forms
Working with ajax forms and validation with Abide.
Steve Sutton [Thu, 20 Jun 2019 20:36:27 +0000 (16:36 -0400)]
WIP getting foundation abide to work
working on form validation.
Steve Sutton [Wed, 19 Jun 2019 20:41:58 +0000 (16:41 -0400)]
Rework for account page.
Working on statements in ajax popup.
Also need to redo the forms with foundation 6 markup so can use abide
form validation.
Steve Sutton [Thu, 13 Jun 2019 18:11:31 +0000 (14:11 -0400)]
Adding loading graphic
Add loading graphic functions for startAjax and complete
Steve Sutton [Wed, 12 Jun 2019 20:48:23 +0000 (16:48 -0400)]
WIP for submitting to ajax
Submitting to ajax from form.
Steve Sutton [Wed, 12 Jun 2019 18:21:47 +0000 (14:21 -0400)]
Setting up the billing info to work with foundation reveal
Using reveal and ajax to load the form into reveal.
Steve Sutton [Tue, 11 Jun 2019 20:46:52 +0000 (16:46 -0400)]
add for foundation
json file
Steve Sutton [Tue, 11 Jun 2019 20:46:06 +0000 (16:46 -0400)]
Adding Foundation 6
For reveal in billing.
Steve Sutton [Tue, 11 Jun 2019 17:44:50 +0000 (13:44 -0400)]
Update for database (new setting)
New setting for member types that are free.
Steve Sutton [Tue, 11 Jun 2019 13:36:57 +0000 (09:36 -0400)]
Merge tag 'v1.0.31' into develop
Version 1.0.31
Steve Sutton [Tue, 11 Jun 2019 13:36:50 +0000 (09:36 -0400)]
Merge branch 'hotfix/1.0.31'
Steve Sutton [Tue, 11 Jun 2019 13:36:45 +0000 (09:36 -0400)]
bump version numbers
Steve Sutton [Tue, 11 Jun 2019 13:28:27 +0000 (09:28 -0400)]
Merge tag 'v1.0.30' into develop
Version 1.0.30
Steve Sutton [Tue, 11 Jun 2019 13:12:55 +0000 (09:12 -0400)]
Merge branch 'hotfix/1.0.30'
Steve Sutton [Tue, 11 Jun 2019 13:12:10 +0000 (09:12 -0400)]
Update MiGCSA free members.
Look for member type 9 also (retired).
Steve Sutton [Tue, 4 Jun 2019 12:51:18 +0000 (08:51 -0400)]
Updates on uptravel account import
Need all accounts.
Steve Sutton [Thu, 30 May 2019 15:47:11 +0000 (11:47 -0400)]
Update cron task
Run setup and run queue cron task.
Steve Sutton [Wed, 22 May 2019 18:33:37 +0000 (14:33 -0400)]
Update import script
comment out stop before actual import
Steve Sutton [Wed, 22 May 2019 18:25:54 +0000 (14:25 -0400)]
Updating billing account import
Import only 2018 data and accounts.
Steve Sutton [Tue, 21 May 2019 20:17:44 +0000 (16:17 -0400)]
Remove print_r
comment out debug
Steve Sutton [Tue, 21 May 2019 20:12:35 +0000 (16:12 -0400)]
Send Invoice from invoices billing page.
Working on the send invoice part.
Steve Sutton [Tue, 21 May 2019 19:31:07 +0000 (15:31 -0400)]
Updating invoices search form
fill member name field if searching
Steve Sutton [Mon, 20 May 2019 12:10:01 +0000 (08:10 -0400)]
Fix for missing accounts
Show accounts that have 0 an invoice types.
Steve Sutton [Mon, 20 May 2019 12:10:33 +0000 (08:10 -0400)]
Merge branch 'hotfix/1.0.29'
Steve Sutton [Mon, 20 May 2019 12:10:01 +0000 (08:10 -0400)]
Fix for missing accounts
Show accounts that have 0 an invoice types.
Steve Sutton [Fri, 17 May 2019 13:46:20 +0000 (09:46 -0400)]
Fix for uptra to show create invoice link in member billing tab.
Should show up for members that don't have an invoice.
Steve Sutton [Fri, 17 May 2019 12:48:53 +0000 (08:48 -0400)]
Make print labels send file as download.
Forcing download file for the uptra print labels. This might solve the
issue with the print labels not printing correctly.
Steve Sutton [Thu, 16 May 2019 20:12:17 +0000 (16:12 -0400)]
Update spacing at top
add more space to top
Steve Sutton [Thu, 16 May 2019 19:56:41 +0000 (15:56 -0400)]
Fix the create invoice page
disallow adding same invoice type more than once.
Steve Sutton [Thu, 16 May 2019 18:59:04 +0000 (14:59 -0400)]
Fix array of state
should output state.value
Steve Sutton [Thu, 16 May 2019 18:13:23 +0000 (14:13 -0400)]
PDF update for print lables
Adjust for uptra
Steve Sutton [Thu, 16 May 2019 17:52:59 +0000 (13:52 -0400)]
Update pdf invoice for uptra
tighten up spacing in tables
Steve Sutton [Thu, 16 May 2019 13:17:30 +0000 (09:17 -0400)]
Merge tag 'v1.0.28' into develop
Version 1.0.28
Steve Sutton [Thu, 16 May 2019 13:16:36 +0000 (09:16 -0400)]
Merge branch 'hotfix/1.0.28'
Steve Sutton [Thu, 16 May 2019 13:15:48 +0000 (09:15 -0400)]
Fix billing save data from contact side.
When using the contact plugin to update billing data needed to have
correct invoice-type saved.
Steve Sutton [Wed, 15 May 2019 20:20:34 +0000 (16:20 -0400)]
fix for create invoice page
Steve Sutton [Wed, 15 May 2019 17:47:25 +0000 (13:47 -0400)]
commit WIP
Commiting changes for billing.
working on some issues with uptra billing.
Steve Sutton [Sun, 12 May 2019 16:36:32 +0000 (12:36 -0400)]
Updating create labels.
Labels should be grabbing the account data and creating labels even if
they don't have invoices.
Steve Sutton [Thu, 9 May 2019 20:57:57 +0000 (16:57 -0400)]
Getting dynamic amounts to work on create invoice page.
Need testing plus edit invoice testing.
Steve Sutton [Thu, 9 May 2019 19:59:30 +0000 (15:59 -0400)]
Fix invoices printing
also fix filter on labels page
Steve Sutton [Thu, 9 May 2019 13:45:05 +0000 (09:45 -0400)]
Update colsspan
use 4
Steve Sutton [Mon, 6 May 2019 17:22:35 +0000 (13:22 -0400)]
Add text to explain payment methods
Payment methods details.
Steve Sutton [Mon, 6 May 2019 17:11:24 +0000 (13:11 -0400)]
Fix the payment methods
Setting this up as new config name so it is not confused with the one
from registrations.
Steve Sutton [Fri, 26 Apr 2019 14:22:28 +0000 (10:22 -0400)]
Fix edit invoice form
Fixing issue with edit invoice not saving data correctly.
Saving of payment method now working.