WP-Plugins/glm-member-db-registrations.git
7 years agoCompleted processing at checkout - A few minor things to complete related to checkout.
Chuck Scott [Fri, 10 Nov 2017 20:57:05 +0000 (15:57 -0500)]
Completed processing at checkout - A few minor things to complete related to checkout.

Cleaned up some issues with password and login and fixed duplicating accounts and requests.
Built checkout summary and summary page.
Updated database to store more infomration at checkout.

7 years agoComment out print_r
Steve Sutton [Tue, 7 Nov 2017 14:21:05 +0000 (09:21 -0500)]
Comment out print_r

Removing debug stuff.

7 years agoWork on add registrant to more than one time slot.
Steve Sutton [Tue, 7 Nov 2017 14:06:51 +0000 (09:06 -0500)]
Work on add registrant to more than one time slot.

Now can add a registrant to more than one time slot.
Also setting up comparator function for the times and the registrant
collections. This will keep them sorted.

7 years agoStop if no parent when adding registrant.
Steve Sutton [Mon, 6 Nov 2017 21:53:36 +0000 (16:53 -0500)]
Stop if no parent when adding registrant.

Getting error adding registrant in some cases.

7 years agoFixed lib directory define, completed payment processor integration, updated database
Chuck Scott [Mon, 6 Nov 2017 21:44:31 +0000 (16:44 -0500)]
Fixed lib directory define, completed payment processor integration, updated database

Changed some default settings for the registration account data class.
Updated database to add new field 2 fields for Merchant Solutions in management
Fixed some compatibility issues in the paymnent gateway classes
Completed payment processor integration in checkout and texted off-line
Some updates and fixes in the checkout view.

7 years agoUpdated front end for new regTime model,collection,view.
Steve Sutton [Mon, 6 Nov 2017 21:09:50 +0000 (16:09 -0500)]
Updated front end for new regTime model,collection,view.

Adding model collection view for the regTime.
Setup to add registrant from the regTime view.

7 years agoAdd model/collection/view for regTime
Steve Sutton [Fri, 3 Nov 2017 20:58:55 +0000 (16:58 -0400)]
Add model/collection/view for regTime

WIP Working on moving some stuff from regClass into the regTime view.
Will need to fix the creation of registrants and make sure the data it
is sending back to ajax calls is correct.

7 years agoAdding gulp-notify
Steve Sutton [Fri, 3 Nov 2017 19:46:38 +0000 (15:46 -0400)]
Adding gulp-notify

Add gulp-notify

You'll need to run npm instal.

7 years agoFixed bill_state and bill_country in dataAccount.php.
Chuck Scott [Thu, 2 Nov 2017 20:58:11 +0000 (16:58 -0400)]
Fixed bill_state and bill_country in dataAccount.php.
Fixed cc_type field in dataRegRequest.php.
Fixed undefined referernce to glm_reg_card_id in regCartSummary() when no data supplied.
Added field data for credit card data in checkout.php and deselecting types not selected.
Added radio buttons for enabled payment methods.

7 years agoUpdates for front end work
Steve Sutton [Thu, 2 Nov 2017 20:55:42 +0000 (16:55 -0400)]
Updates for front end work

working on styling for mobile and for time entry.

7 years agoFixed a problem with the updated filter for event Edit and update pages to show the...
Chuck Scott [Thu, 2 Nov 2017 18:24:17 +0000 (14:24 -0400)]
Fixed a problem with the updated filter for event Edit and update pages to show the messages and link only on events with registrations.

7 years agoFixed duplicate function name is data class caused by last conflict resolution.
Chuck Scott [Thu, 2 Nov 2017 16:01:36 +0000 (12:01 -0400)]
Fixed duplicate function name is data class caused by last conflict resolution.
Marking cartLinkWidget.php for deletion if no problems occur. Don't believe this is in use.
Added data to registrations hook for Events for used on event edit page.

7 years agoUpdate the return regevent data to include member
Steve Sutton [Thu, 2 Nov 2017 15:43:59 +0000 (11:43 -0400)]
Update the return regevent data to include member

Member needed from the event. May have to pull the address from member.

7 years agoFixing the bug in the get cart method when not logged in.
Steve Sutton [Thu, 2 Nov 2017 15:32:20 +0000 (11:32 -0400)]
Fixing the bug in the get cart method when not logged in.

If not logged in there may not be session loggin variable so need to
check for not isset first.

7 years agoComment out print_r statement
Steve Sutton [Thu, 2 Nov 2017 14:41:01 +0000 (10:41 -0400)]
Comment out print_r statement

Remove print_r output for registrants.

7 years agoGoing through list template and remove any template errors
Steve Sutton [Thu, 2 Nov 2017 14:19:45 +0000 (10:19 -0400)]
Going through list template and remove any template errors

For undefined variables.

7 years agoWorking on the adding of attendee without time_specific.
Steve Sutton [Thu, 2 Nov 2017 00:31:45 +0000 (20:31 -0400)]
Working on the adding of attendee without time_specific.

Getting the timeSelction set when setting up the classes from the php
model.

7 years agoRemoved 13 MB of docs for MerchantSolutions payment gateway.
Chuck Scott [Wed, 1 Nov 2017 20:57:29 +0000 (16:57 -0400)]
Removed 13 MB of docs for MerchantSolutions payment gateway.

7 years agoAdded payment processors library.
Chuck Scott [Wed, 1 Nov 2017 20:50:19 +0000 (16:50 -0400)]
Added payment processors library.
Fixed incorrect field definitions for state, country, and payment types fields in data classes.
Updated payment types and processors in plugin.ini.

7 years agoMerge branch 'feature/formsUpdates' into develop
Steve Sutton [Wed, 1 Nov 2017 14:47:34 +0000 (10:47 -0400)]
Merge branch 'feature/formsUpdates' into develop

7 years agoMerge branch 'develop' into feature/formsUpdates
Steve Sutton [Wed, 1 Nov 2017 14:23:58 +0000 (10:23 -0400)]
Merge branch 'develop' into feature/formsUpdates

7 years agoWorking on the time selection
Steve Sutton [Wed, 1 Nov 2017 14:11:33 +0000 (10:11 -0400)]
Working on the time selection

Passing the selected time to the new registrant model being created.

7 years agoStarting work on the select time feature/formsUpdates
Steve Sutton [Tue, 31 Oct 2017 20:58:14 +0000 (16:58 -0400)]
Starting work on the select time

notes for require time to be selected before they choose to add an
attendee.

7 years agoUpdate regEvent list page.
Steve Sutton [Fri, 27 Oct 2017 18:13:36 +0000 (14:13 -0400)]
Update regEvent list page.

Adding the date and time details and image to the event list.

7 years agoWorking on the time selection.
Steve Sutton [Mon, 30 Oct 2017 20:55:25 +0000 (16:55 -0400)]
Working on the time selection.

Lot's of redoing the forms and using the glm grlid more.

7 years agoMore checkout processing working.
Chuck Scott [Mon, 30 Oct 2017 20:23:42 +0000 (16:23 -0400)]
More checkout processing working.
Addedc Terms and Conditions to checkout page.
Added suggested password to checkout page when still a guest.
Sorted out some additional issues with validating registrant accounts for cart.

7 years agoUpdating form for add attendee
Steve Sutton [Sun, 29 Oct 2017 23:50:58 +0000 (19:50 -0400)]
Updating form for add attendee

Bring in glm-grid.

7 years agoRemoving extra output.
Steve Sutton [Sat, 28 Oct 2017 20:22:07 +0000 (16:22 -0400)]
Removing extra output.

Removing some debug stuff.

7 years agoRemoving extra output.
Steve Sutton [Sat, 28 Oct 2017 20:22:07 +0000 (16:22 -0400)]
Removing extra output.

Removing some debug stuff.

7 years agoUpdating the forms.
Steve Sutton [Fri, 27 Oct 2017 20:36:23 +0000 (16:36 -0400)]
Updating the forms.

Switch them to use the glm grid classes.

7 years agoUpdate regEvent list page.
Steve Sutton [Fri, 27 Oct 2017 18:13:36 +0000 (14:13 -0400)]
Update regEvent list page.

Adding the date and time details and image to the event list.

7 years agoAdding Ajax action for refreshing the registration widget.
Steve Sutton [Fri, 27 Oct 2017 16:05:16 +0000 (12:05 -0400)]
Adding Ajax action for refreshing the registration widget.

Wrap the widget into div with id.
Setup a global javascript object with function to update the widget.

7 years agoAdd comarator to rate collection
Steve Sutton [Thu, 26 Oct 2017 20:36:52 +0000 (16:36 -0400)]
Add comarator to rate collection

This should keep the rates sorted. Not working for me yet. They only get
sorted once the rates are added and you refresh the page.

7 years agoFix error in admin ajax model
Steve Sutton [Thu, 26 Oct 2017 18:58:19 +0000 (14:58 -0400)]
Fix error in admin ajax model

This is for adding reg rates in the admin.

7 years agoList page now checking to see if there's any available events.
Chuck Scott [Thu, 26 Oct 2017 16:21:27 +0000 (12:21 -0400)]
List page now checking to see if there's any available events.

7 years agoCompleted initial layout of checkout page.
Chuck Scott [Thu, 26 Oct 2017 16:13:29 +0000 (12:13 -0400)]
Completed initial layout of checkout page.
Implemented GLM grid approach for checkout page and added custom CSS to the top of front.css to accommodate that.
Added hand pointing down icons for use on checkout page.
Updated dataAccount.php and dataRegRequest.php to add proper state and country field specications.
Added more checkout processing and support for that to checkout.php and regCartSupport class.

7 years agoUpdate for field changes.
Steve Sutton [Tue, 24 Oct 2017 17:38:49 +0000 (13:38 -0400)]
Update for field changes.

Removing update inserts to old field which was removed.

7 years agoAdded first_datetime and last_datetime to reg_event record for quick reference.
Chuck Scott [Tue, 24 Oct 2017 15:01:33 +0000 (11:01 -0400)]
Added first_datetime and last_datetime to reg_event record for quick reference.
Added date_created to reg_request.
Dropped event_datetime and mf_data from reg_request_event, reg_request_class and reg_request_date.
Dropped mf_data from reg_request_registrant.
Updated database version to 0.0.16
Deleted dataAddedInfoData.php, dataAddedInfoFields.php, dataMfData.php, dataMfTempFile.php, dataMagicform.php
Updated cart widget other cart select dialog to show both created and updated date/time.

7 years agoCommented out print_r() that was used for testing on registrations page.
Chuck Scott [Mon, 23 Oct 2017 18:49:33 +0000 (14:49 -0400)]
Commented out print_r() that was used for testing on registrations page.

7 years agoNow saving the data for reg_request_rate
Steve Sutton [Mon, 23 Oct 2017 18:43:34 +0000 (14:43 -0400)]
Now saving the data for reg_request_rate

data for base rate and per registrant.

7 years agoRemoved addTimeToCart() from regCartSupport class. No longer needed.
Chuck Scott [Mon, 23 Oct 2017 18:28:28 +0000 (14:28 -0400)]
Removed addTimeToCart() from regCartSupport class. No longer needed.
Removed replaceRequestingAccount() from regCartSupport class. No longer needed.
Fixed problem with comparison of rate date number.
Fixed loss of event ID when merging time and rate for use with registration page.

7 years agoUpdate on compiled js file.
Steve Sutton [Mon, 23 Oct 2017 16:54:11 +0000 (12:54 -0400)]
Update on compiled js file.

Should be 4 spaces not 3

7 years agoMerge branch 'feature/refractorAddRegistrantToCart' into develop
Steve Sutton [Mon, 23 Oct 2017 16:52:54 +0000 (12:52 -0400)]
Merge branch 'feature/refractorAddRegistrantToCart' into develop

7 years agoRefactor part to update or add registrant to cart.
Steve Sutton [Mon, 23 Oct 2017 16:49:43 +0000 (12:49 -0400)]
Refactor part to update or add registrant to cart.

Will be moving this to support class later.

7 years agoNow deleting reg_request components from database when they don't verify.
Chuck Scott [Mon, 23 Oct 2017 16:47:55 +0000 (12:47 -0400)]
Now deleting reg_request components from database when they don't verify.
Fixed some registrartion pages navigation issues. When allowed to.

7 years agoMerge branch 'develop' into feature/refractorAddRegistrantToCart
Steve Sutton [Mon, 23 Oct 2017 12:23:09 +0000 (08:23 -0400)]
Merge branch 'develop' into feature/refractorAddRegistrantToCart

7 years agoStarting refractor of adding registrant to cart feature/refractorAddRegistrantToCart
Steve Sutton [Fri, 20 Oct 2017 20:23:39 +0000 (16:23 -0400)]
Starting refractor of adding registrant to cart

Refractoring registrant and and update in the cart.
Will be moving this into the support class.

7 years agoFixed problems with clearing items from the cart that don't belong there.
Chuck Scott [Fri, 20 Oct 2017 20:08:54 +0000 (16:08 -0400)]
Fixed problems with clearing items from the cart that don't belong there.
Fixed probelm with cart not being assigned to an account when it's a guest cart and the account just loggs in.
Added "select other Carts" to cart widget.
Other front-end cleanip.

7 years agoRemove the confirm for the continue button
Steve Sutton [Fri, 20 Oct 2017 18:03:03 +0000 (14:03 -0400)]
Remove the confirm for the continue button

Not needed.

7 years agoAdding to the registrant (add/edit)
Steve Sutton [Fri, 20 Oct 2017 17:31:03 +0000 (13:31 -0400)]
Adding to the registrant (add/edit)

When adding/updating registrant
Setting class_name in reg_request_class table.
Setting rate_name in reg_request_rate table.
Setting event_datetime in reg_request_registrant table.

7 years agoAdding fields to the check out form.
Steve Sutton [Fri, 20 Oct 2017 14:36:17 +0000 (10:36 -0400)]
Adding fields to the check out form.

This is just to get started for the checkout form.

7 years agoUpdated checkRegistrationRequest() in regCartSupport.php to better handle removal...
Chuck Scott [Fri, 20 Oct 2017 14:07:40 +0000 (10:07 -0400)]
Updated checkRegistrationRequest() in regCartSupport.php to better handle removal of items that are no longer applicable.
This would be like classes without rate entires.
Enhanced appearance of links between pages and added more specific user instructions.

7 years agoUpdate for page redirects
Steve Sutton [Fri, 20 Oct 2017 14:00:38 +0000 (10:00 -0400)]
Update for page redirects

Use the built in way to redirect to main page.

7 years agoAdding tests for frontRegApp.js
Steve Sutton [Fri, 20 Oct 2017 01:17:22 +0000 (21:17 -0400)]
Adding tests for frontRegApp.js

Adding test for regClass, regEvent, cart models.

7 years agoAdd test
Steve Sutton [Thu, 19 Oct 2017 19:07:25 +0000 (15:07 -0400)]
Add test

Adding test for the front end.

7 years agoClean up for the js front end
Steve Sutton [Thu, 19 Oct 2017 19:06:50 +0000 (15:06 -0400)]
Clean up for the js front end

Removing the login and register models and views.

7 years agoAdded function to check if the requesting account has permission to access the cart...
Chuck Scott [Thu, 19 Oct 2017 18:04:19 +0000 (14:04 -0400)]
Added function to check if the requesting account has permission to access the cart and if cart should be assigned to the account.
Fixed incorrect "ID" (should be "id") in updateTimeEntryCounts() in regCartSupport.
Removed some unwanted fields in several data classes and added pointer entries to get frequently used data.
Updated cart and checkout links and other layout issues for registrations.

7 years agoAdd logic for hiding showing the Add Me button
Steve Sutton [Thu, 19 Oct 2017 16:39:35 +0000 (12:39 -0400)]
Add logic for hiding showing the Add Me button

Don't show add me if not logged in.
Don't show add me if already set as one of the registrants.

7 years agoRemove old setup of fullCalendar and remove debug output.
Steve Sutton [Thu, 19 Oct 2017 13:48:38 +0000 (09:48 -0400)]
Remove old setup of fullCalendar and remove debug output.

Comment out the debug in registrations.
Removing old setup for fullCalendar since I have this brought into the
backbone views now.

7 years agoFix the issue with incorrect rate_id
Steve Sutton [Wed, 18 Oct 2017 20:58:45 +0000 (16:58 -0400)]
Fix the issue with incorrect rate_id

Have to look into the times objects when adding the registrant so as to
get the correct rate_id for adding the registrant properly.

7 years agoFixed problem with rate ID overlaying time ID in getEventForRegistration();
Chuck Scott [Wed, 18 Oct 2017 19:56:43 +0000 (15:56 -0400)]
Fixed problem with rate ID overlaying time ID in getEventForRegistration();
More updates to cart.

7 years agoUpdating the regEvent page with new additions.
Steve Sutton [Wed, 18 Oct 2017 19:06:58 +0000 (15:06 -0400)]
Updating the regEvent page with new additions.

Restructured how the regEvent form is adding registrants per data
changes from the cart.

7 years agoAdded some icons for cart and checkout.
Chuck Scott [Wed, 18 Oct 2017 19:00:52 +0000 (15:00 -0400)]
Added some icons for cart and checkout.
Completed formatting cart.
Started adding checkout page.

7 years agoRebuilt cart output into table format with totals.
Chuck Scott [Wed, 18 Oct 2017 17:26:10 +0000 (13:26 -0400)]
Rebuilt cart output into table format with totals.

7 years agoUpdated database - removed magic-form and added field tables.
Chuck Scott [Wed, 18 Oct 2017 15:20:17 +0000 (11:20 -0400)]
Updated database - removed magic-form and added field tables.
Added pointer fields in the dataRegRequestRate.php, dataRegRequestClass.php, dataRegRequestRegistrant.php classes to make event name available there.

7 years agoAdded hasTimes flag to registration class in getEventForRegistration()
Chuck Scott [Wed, 18 Oct 2017 14:12:15 +0000 (10:12 -0400)]
Added hasTimes flag to registration class in getEventForRegistration()

7 years agoNow producing event Time/Rate info for non date specific events in getEventForRegistr...
Chuck Scott [Wed, 18 Oct 2017 13:54:35 +0000 (09:54 -0400)]
Now producing event Time/Rate info for non date specific events in getEventForRegistration().

7 years agoRemove debug
Steve Sutton [Tue, 17 Oct 2017 20:31:28 +0000 (16:31 -0400)]
Remove debug

Debug output

7 years agoRestructured data being sent to front-end for registration selection to be Event...
Chuck Scott [Tue, 17 Oct 2017 20:25:43 +0000 (16:25 -0400)]
Restructured data being sent to front-end for registration selection to be Event -> Class -> Time (with rate info).
More cleanup on the admin registration levels & charges edit page
Added getEventForRegistration() function to provide resturcured data for front-end registation selection
New Database version that includes "reg_hours_before" for reg_event and removes event_name from several tables.

7 years agoFix for the registrants output in account dashboard.
Steve Sutton [Tue, 17 Oct 2017 19:40:52 +0000 (15:40 -0400)]
Fix for the registrants output in account dashboard.

Setup event data so we can output the event name.
event_name field was removed from the immediate table.

7 years agoAdding code comments
Steve Sutton [Tue, 17 Oct 2017 17:03:57 +0000 (13:03 -0400)]
Adding code comments

Code comments for the registration and register models.

7 years agoUpdate header row
Steve Sutton [Fri, 13 Oct 2017 21:10:06 +0000 (17:10 -0400)]
Update header row

Move login register and forgot into separate pages.

7 years agoFixed problem with registration level output showing up when there are no levels...
Chuck Scott [Thu, 12 Oct 2017 21:31:56 +0000 (17:31 -0400)]
Fixed problem with registration level output showing up when there are no levels set in admin registrations edit.
Now have cart validation basically working. Still need to remove invalid items from database.
Cart Totals now being calculated.
Fixed problem with rate values being passed around as strings instead of float values.
Removed event_name field from reg_request_class, reg_request_rate and reg_request_registrant.

7 years agoWIP for attendees
Steve Sutton [Thu, 12 Oct 2017 20:52:15 +0000 (16:52 -0400)]
WIP for attendees

Still working on issue with the full calendar.
I have the event_name now being set when adding registrants.

7 years agoWIP for the logout and adding attendees
Steve Sutton [Thu, 12 Oct 2017 17:25:58 +0000 (13:25 -0400)]
WIP for the logout and adding attendees

Fix the add attendee so you can select the time.
Logout will now go to the event list.

7 years agoWorking on the event reg forms for adding attendees.
Steve Sutton [Thu, 12 Oct 2017 16:33:23 +0000 (12:33 -0400)]
Working on the event reg forms for adding attendees.

Fixing the add attendee forms. Changing the class used on the new form and the edit ones so they don't get confused in backbone.
Fixed: When adding attendee with the next attempt to add attendee wasn't working.

7 years agoCorrecting name for the registrant when adding it to cart.
Steve Sutton [Wed, 11 Oct 2017 20:46:43 +0000 (16:46 -0400)]
Correcting name for the registrant when adding it to cart.

Using registrant now for the variable.

7 years agoCompleted cart link widget. Use [glm-members-registrations-cart-link-widget] to place...
Chuck Scott [Tue, 10 Oct 2017 21:04:53 +0000 (17:04 -0400)]
Completed cart link widget. Use [glm-members-registrations-cart-link-widget] to place widget.

7 years agomore debug removal
Steve Sutton [Tue, 10 Oct 2017 20:49:09 +0000 (16:49 -0400)]
more debug removal

7 years agoremove print_r
Steve Sutton [Tue, 10 Oct 2017 20:48:15 +0000 (16:48 -0400)]
remove print_r

get rid of debug stuff

7 years agoPull in time text for selected reg_time on registrant edit.
Steve Sutton [Tue, 10 Oct 2017 20:44:50 +0000 (16:44 -0400)]
Pull in time text for selected reg_time on registrant edit.

Pull in the time text for the selected reg_time when editing registrant.
Trying to get the calendar also to show the selected time but not
finding a way to do this.

7 years agoUpdate add Attendee code
Steve Sutton [Tue, 10 Oct 2017 12:33:54 +0000 (08:33 -0400)]
Update add Attendee code

Check for length of the nTime first.

7 years agoUpdate registrant account
Steve Sutton [Mon, 9 Oct 2017 20:48:51 +0000 (16:48 -0400)]
Update registrant account

Only if the account with the registrant is not validated.

7 years agoChecking for validated account for registrant
Steve Sutton [Mon, 9 Oct 2017 18:15:57 +0000 (14:15 -0400)]
Checking for validated account for registrant

When adding registrant need to check for the account validated field.
Placing this into the model for the app.

7 years agoCleared up problems in checking existing reg_time entries with times from event recur...
Chuck Scott [Mon, 9 Oct 2017 17:16:02 +0000 (13:16 -0400)]
Cleared up problems in checking existing reg_time entries with times from event recurences.

7 years agoUpdate for the rTime
Steve Sutton [Mon, 9 Oct 2017 16:09:12 +0000 (12:09 -0400)]
Update for the rTime

Loop through this as array.

7 years agoRemoved paramenter dump in cart link widget.
Chuck Scott [Mon, 9 Oct 2017 16:09:42 +0000 (12:09 -0400)]
Removed paramenter dump in cart link widget.

7 years agoUpdate time for the event
Steve Sutton [Mon, 9 Oct 2017 15:50:52 +0000 (11:50 -0400)]
Update time for the event

If not time specific then get the reg_time.

7 years agoFront end work
Steve Sutton [Mon, 9 Oct 2017 15:36:23 +0000 (11:36 -0400)]
Front end work

Fix error when no time specific entry is there.

7 years agoNow checking for updates to reg event times entries when a reg event is added.
Chuck Scott [Mon, 9 Oct 2017 15:31:57 +0000 (11:31 -0400)]
Now checking for updates to reg event times entries when a reg event is added.
Fixed issues with times not being included if they are earlier than today.
Fixed issue with cart link widget not properly detecting if there is no cart.

7 years agoAdd check email for adding attendee form
Steve Sutton [Fri, 6 Oct 2017 20:53:03 +0000 (16:53 -0400)]
Add check email for adding attendee form

Checking email and if it returns then lock the form otherwise unlock the
form.

7 years agoRemoving references to "addNotice" function in glmPluginSupport that were causing...
Chuck Scott [Thu, 5 Oct 2017 21:04:19 +0000 (17:04 -0400)]
Removing references to "addNotice" function in glmPluginSupport that were causing problems.
Cart link widget is now working. Also have new filter to get cart stats that can be used for custom widgets.

7 years agoAdding notes to readme.
Steve Sutton [Thu, 5 Oct 2017 18:58:13 +0000 (14:58 -0400)]
Adding notes to readme.

readme.md

7 years agoBring in edit form for registrant
Steve Sutton [Thu, 5 Oct 2017 18:43:21 +0000 (14:43 -0400)]
Bring in edit form for registrant

Not sure about this placement though. Might have to move it out.

7 years agoTurn the add new registrant view to registrantForm
Steve Sutton [Wed, 4 Oct 2017 20:26:09 +0000 (16:26 -0400)]
Turn the add new registrant view to registrantForm

This way we should be able to use it for edit and add.

7 years agoCommented out print_r for regEvent data on registration front-end page.
Chuck Scott [Wed, 4 Oct 2017 14:46:08 +0000 (10:46 -0400)]
Commented out print_r for regEvent data on registration front-end page.

7 years agoUpdated database to version 0.0.13 to get rid of some old fields.
Chuck Scott [Tue, 3 Oct 2017 20:51:56 +0000 (16:51 -0400)]
Updated database to version 0.0.13 to get rid of some old fields.
Removed those fields from the related data classes.
Added information on available dates and times to the registration page on the front-end.
Now need to put in pop-up calendar for date selection for time_specific registrations.
Added functions to purge expired reg_time_pending entries and to update the quantities in the reg_time table.
Improved display of reg times in the event dashboard in admin.

7 years agoSome cleanup
Steve Sutton [Mon, 2 Oct 2017 20:02:12 +0000 (16:02 -0400)]
Some cleanup

Removing uneeded methods.

7 years agoUpdating the registrations front and model
Steve Sutton [Mon, 2 Oct 2017 18:32:51 +0000 (14:32 -0400)]
Updating the registrations front and model

Pulling class data for the regEvent from the dataabstract now.

7 years agoNow trimming trailing whitespace on PHP files. Most of these files have only whitespa...
Chuck Scott [Mon, 2 Oct 2017 15:54:17 +0000 (11:54 -0400)]
Now trimming trailing whitespace on PHP files. Most of these files have only whitespace changes.
Updated getRegistrationCart() and checkRegistrationRequest() to now both optionally return a JSON or an array for the cart contents or return only a status flag.