WP-Plugins/glm-member-db-coupons.git
8 years agoSetup coupon dashboard
Steve Sutton [Mon, 21 Nov 2016 15:43:34 +0000 (10:43 -0500)]
Setup coupon dashboard

Setup the block for the dashboard.
Has the Current Running Coupons in the list.

8 years agoSetting up the shortcode
Steve Sutton [Mon, 21 Nov 2016 15:15:05 +0000 (10:15 -0500)]
Setting up the shortcode

Set up shortcode valid action.
Set up the ajax valid action.

8 years agoSetting up the date defaults from the coupon management settings.
Steve Sutton [Fri, 18 Nov 2016 16:47:04 +0000 (11:47 -0500)]
Setting up the date defaults from the coupon management settings.

Adding to the settings from management.
Use for the date default range, for End and Expire dates.

8 years agoNew category working for edit coupon.
Steve Sutton [Fri, 18 Nov 2016 16:10:46 +0000 (11:10 -0500)]
New category working for edit coupon.

Also the member contact does not see the add new category button.

8 years agoAdding the management setting models and views.
Steve Sutton [Fri, 18 Nov 2016 13:55:42 +0000 (08:55 -0500)]
Adding the management setting models and views.

Update the table name from settings to management.
Update my table names and the create scripts for the names.
Adding the default_date_range field.
Setting up the management model and view.
Setting up the data abstract class for management.

8 years agoSetting up files for member contact coupon and the management section.
Steve Sutton [Thu, 17 Nov 2016 21:53:54 +0000 (16:53 -0500)]
Setting up files for member contact coupon and the management section.

Coping these from the events and switching the names to Coupon.

8 years agoUpdate use flag for create_date
Steve Sutton [Thu, 17 Nov 2016 20:58:22 +0000 (15:58 -0500)]
Update use flag for create_date

This is to keep the create_date from being overridden.

8 years agoAdding back in the categories for coupons.
Steve Sutton [Thu, 17 Nov 2016 20:26:34 +0000 (15:26 -0500)]
Adding back in the categories for coupons.

These will be just like the categories for the events.
In that they can add more than one category per coupon.

8 years agoUpdate db tables.
Steve Sutton [Thu, 17 Nov 2016 18:17:31 +0000 (13:17 -0500)]
Update db tables.

Had some defines not setup correctly for the table name prefixes.
Updated the database now to have a table for the coupon to category
relationship (many to many).
WIP on the edit coupon page.

8 years agoAdding Tab for Coupon Categories
Steve Sutton [Thu, 17 Nov 2016 15:14:08 +0000 (10:14 -0500)]
Adding Tab for Coupon Categories

Adding tab in setup/adminTabs.php

8 years agoAdding models views and data classes.
Steve Sutton [Thu, 17 Nov 2016 15:05:15 +0000 (10:05 -0500)]
Adding models views and data classes.

Adding the data class for CouponCategories and dataCoupons.
Adding view files for Category settings.
Adding models for Setting Categories.

8 years agoWIP for setup of first model and view
Steve Sutton [Wed, 16 Nov 2016 15:40:55 +0000 (10:40 -0500)]
WIP for setup of first model and view

Remove Ultisnip directory

8 years agoAdding the tables and start of menu
Steve Sutton [Tue, 15 Nov 2016 21:52:20 +0000 (16:52 -0500)]
Adding the tables and start of menu

Adding Coupons to the glmAssoc menu
Adding table setup script.

8 years agoUpdate plugin name
Steve Sutton [Tue, 15 Nov 2016 16:48:11 +0000 (11:48 -0500)]
Update plugin name

So it's the same as the other plugins.

8 years agoFirst time sources
Steve Sutton [Tue, 15 Nov 2016 16:28:20 +0000 (11:28 -0500)]
First time sources

Adding the sample add on plugin after running setup script.