WP-Plugins/glm-member-db-leads.git
8 years agoName search, date search working
Steve Sutton [Mon, 11 Jul 2016 13:04:01 +0000 (09:04 -0400)]
Name search, date search working

Name search now can have different formats first and last and either.
Date search using STR_TO_DATE format and BETWEEN date AND date sql.

8 years agoWIP for the search form.
Steve Sutton [Sun, 10 Jul 2016 11:57:13 +0000 (07:57 -0400)]
WIP for the search form.

I have the search form searching for company and contact.
Need to work on the Contact search to better match one of the words.
Need to also include the interests into the search.
I have the form holding the searched parameters.

8 years agoWIP for leads sub menu
Steve Sutton [Fri, 8 Jul 2016 21:01:06 +0000 (17:01 -0400)]
WIP for leads sub menu

Working on the member leads data abstract classes for leads and lead_entry.
building the page which will be the search for leads.
testing getting the lead entries first to output into a table for the leads.

8 years agobug fix
Steve Sutton [Fri, 8 Jul 2016 19:30:12 +0000 (15:30 -0400)]
bug fix

Was adding incorrect interest id to the table.
Can't use the forms id's they're based on the choice numbers.

8 years agoIntegrate the group interest with the new lead field
Steve Sutton [Fri, 8 Jul 2016 18:36:10 +0000 (14:36 -0400)]
Integrate the group interest with the new lead field

I have the forms fields going into the leads tables now.
What I'm using from gravity forms is the "Paramater Name" or inputName
from Advanced field setting under Allow field to be populated dynamically.
I have a new field type in gravity forms Called Leads. It's under the group
Advanced. When you add the field you can setup the label to how you want it
to be labelled on the front end. You need to assign a group to that field
by setting the paramater name for that field the same name as the group
name under settings.

8 years agoWIP for gravity forms leads entry integration.
Steve Sutton [Fri, 8 Jul 2016 17:22:03 +0000 (13:22 -0400)]
WIP for gravity forms leads entry integration.

I have the gravity forms entering the data from the forms into our tables.
I'm using the dymanic field setting to set the inputName for the field.
This will be used to pull each field needed for the leads form entries.

8 years agoWIP For adding field type to gravity forms
Steve Sutton [Thu, 7 Jul 2016 21:00:15 +0000 (17:00 -0400)]
WIP For adding field type to gravity forms

Setting up a simple field add on.
Should be able to use this for adding Leads field to any gravity form.
When the field exists we know to store the form data.
Also this will inject the checkboxes for all of the assigned groups.
They will be able to pick which group they want for the form.
And can place this field anywhere on the form they want.

8 years agoSolved issue with php notice
Steve Sutton [Thu, 7 Jul 2016 13:09:06 +0000 (09:09 -0400)]
Solved issue with php notice

Was giving an notice about undefined stuff in smarty template.
Adding selected key to the groups array fixed this.

8 years agoFix front hooks
Steve Sutton [Tue, 5 Jul 2016 20:08:14 +0000 (16:08 -0400)]
Fix front hooks

adding to form to test what can be done.

8 years agoAdd filter for the groups.
Steve Sutton [Thu, 23 Jun 2016 20:28:52 +0000 (16:28 -0400)]
Add filter for the groups.

On the interest list view add a search filter for groups.
Using the multiselect plugin that chuck is using elsewhere.

8 years agoAdding functionality for interest and interest groups.
Steve Sutton [Thu, 23 Jun 2016 16:09:02 +0000 (12:09 -0400)]
Adding functionality for interest and interest groups.

Started with copying the amenities and groups from the main
glm-member-db plugin and working with that.
Made the Group a select drop down.

8 years agoSome database adjustments and additional descriptive information
Chuck Scott [Tue, 21 Jun 2016 16:20:40 +0000 (12:20 -0400)]
Some database adjustments and additional descriptive information

8 years agoLeads Add-On Roughed in, now creates database tables, ready for mode and view code
Chuck Scott [Mon, 13 Jun 2016 17:48:27 +0000 (13:48 -0400)]
Leads Add-On Roughed in, now creates database tables, ready for mode and view code

8 years agoAdded all standard files to Leads add-on, updated "sample" to "leads", and removed...
Chuck Scott [Wed, 8 Jun 2016 20:59:47 +0000 (16:59 -0400)]
Added all standard files to Leads add-on, updated "sample" to "leads", and removed sample content

8 years agoinitial commit
Chuck Scott [Mon, 6 Jun 2016 19:32:27 +0000 (15:32 -0400)]
initial commit