Jonathan Rosenbaum
937bf5adff
Fixes #51 ; a matter of SQL.
7 years ago
Jonathan Rosenbaum
d0028b5779
Adds performance improvements for volunteer_benefits closing #46
* Major changes, will test more, but appears to be working very well.
7 years ago
Jonathan Rosenbaum
33c5e60969
Combines result1 with result2 in prep to address volunteer for #46 .
7 years ago
Jonathan Rosenbaum
f59020a823
membership_benefits now just one call as desired for issue #46
* now need to do the same thing for volunteer_benefits
7 years ago
Jonathan Rosenbaum
90e643544f
New call for global_pad for #39 .
7 years ago
Jonathan Rosenbaum
959fc08092
This implements etherpad ( #39 ) for individual_history_log!
7 years ago
Jonathan Rosenbaum
655d009766
Fixes #38 with TIMEDIFF.
7 years ago
Jonathan Rosenbaum
beeab5e775
Fixes #28 .
7 years ago
Jonathan Rosenbaum
1f38eb1f9a
Closes #13 by removing unncessary logic check.
* Hopefully, no reason for checking for new account.
7 years ago
Jonathan Rosenbaum
bc3c7450fd
Handles when contact_id exceeds greatest or least contact_id.
* will go to the closest contact_id, nice behavior.
7 years ago
Jonathan Rosenbaum
68431826f3
Adds reports{js,php} for modern reporting with tabulator!
* and integration
7 years ago
Jonathan Rosenbaum
3c5eea235a
This fixes #9 by allowing two behaviors via REDEEM_ONE_TO_ONE:
* based on the SWEAT_EQUITY_LIMIT with discounts applied,
* based on 1 to 1 (1hr of volunteering === 1hr of free stand time) regardless of the SWEAT_EQUITY_LIMIT
7 years ago
Jonathan Rosenbaum
6eba0250d6
Returns banned list.
7 years ago
Jonathan Rosenbaum
2c05f7e768
Properly reflects membership discount in amount on save.
7 years ago
Jonathan Rosenbaum
609078a60d
Removes an uncessary function call and callback return that was used to Stand Time which was replaced by accurate code in transactions.js.
7 years ago
Jonathan Rosenbaum
20741bd9d6
Provides membership discount value on callback.
7 years ago
Jonathan Rosenbaum
a084161d03
Free stand time for bike purchases is now working.
7 years ago
Jonathan Rosenbaum
ff0bb290e2
Tests the free stand time callback.
7 years ago
Jonathan Rosenbaum
aeb6b23889
Adds volunteer history update.
7 years ago
Jonathan Rosenbaum
f95f2d2b2c
This gets volunteer history select working correctly.
7 years ago
Jonathan Rosenbaum
e6b05b4eab
Callback to query Volunteer benefits history.
7 years ago
Jonathan Rosenbaum
d0e88bac58
Turns off/on spinner for membership based on choices in functions.
7 years ago
Jonathan Rosenbaum
76b73352dc
Adds VOLUNTEER_DISCOUNT.
7 years ago
Jonathan Rosenbaum
6a89e5d675
Adds a new definition, stand_time_value.
7 years ago
Jonathan Rosenbaum
4feb5022eb
Puts all volunteer data into one column called "volunteer".
* Reflects the changes in json, and adds more definition to the json callback.
7 years ago
Jonathan Rosenbaum
e663006698
Some experimentation making sure the spinner is working.
* Need to improve the css
* Need to link everything togther, the fun part!
7 years ago
Jonathan Rosenbaum
7a09ccfead
Won't charge stand time if a member. Simplified callback reusing funtion.
7 years ago
Jonathan Rosenbaum
f1daa79213
Fixes a bug, and adds membership_benefits function for easier querying.
7 years ago
Jonathan Rosenbaum
ff0142aa30
Improves logic for multiple logins and real sign out.
7 years ago
Jonathan Rosenbaum
a05575999c
Improves the presentation.
7 years ago
Jonathan Rosenbaum
eaefff480c
Figures out stand time amount with optional grace period.
7 years ago
Jonathan Rosenbaum
e724e8d9cb
The beginnings of Stand Time logic.
7 years ago
Jonathan Rosenbaum
79e246246d
Now carries over the current year volunteer hours data.
7 years ago
Jonathan Rosenbaum
e9da500848
This adds SQL logic for current year volunteer hours and visits.
7 years ago
Jonathan Rosenbaum
787fff74d6
Adds initial Volunteer Hour logic and displays in transactions with title.
7 years ago
Jonathan Rosenbaum
fb422fcc3b
This returns the latest expiration date for membership.
Future proofing when people have had more than 1 paid membership!
7 years ago
Jonathan Rosenbaum
b9497ac7c3
Show whether a patron is a paid member or not.
7 years ago
Jonathan Rosenbaum
2d3a184e84
Corrects error checking for middle name.
When and existing contact was updated it would produce an error that the
contact already existed, and a new middle name needed to be used, also when
created a contact without adding a first and/or last name the same error was
produced. This fix corrects that bug.
9 years ago
Jonathan Rosenbaum
e02e1b74d4
Tests to find out if a Patron's name already exists in the database.
If so, this error is produced: Your name already exists, please choose a different middle initial.
9 years ago
Jonathan Rosenbaum
a671e41ffd
This resolves the issue with contacts created on multiple terminals.
0) concurrency issue, one contact_id was edited by 2 or more terminals
1) Better than having a new contact_id created everytime the contact_add_edit page is opened which was the behavior of the original program.
2) Still need to clean-up the code a little, and do a little bit more testing, but appears to be working nicely.
3) Still uses GET for initial setup, a todo to change.
4) Glad the bug was found, and now is fixed.
10 years ago
Jonathan Rosenbaum
109cf3d3c9
Adds checking number to cvs num if one exists.
10 years ago
Jonathan Rosenbaum
e983cc7d0f
Added statements for anonymous transactions.
10 years ago
Jonathan Rosenbaum
f23720cf6d
Adds coordinators name to the csv description.
10 years ago
Jonathan Rosenbaum
80d85c9dcd
Adds patrons name to the csv description.
10 years ago
Jonathan Rosenbaum
6d636aaff6
Removes an uncessary mysql_fetch_assoc line from credit.
10 years ago
Jonathan Rosenbaum
76ad12e4a3
Returns directory and filename for GnuCash csv
10 years ago
Jonathan Rosenbaum
f89c86384a
Creates GnuCash csv transaction files!
1) Does not automatically download them the browser yet, but can be found in the designated directory. Works great with GnuCash! Victory!
10 years ago
Jonathan Rosenbaum
c5443438f9
initial templating of gnucash csv creation
10 years ago
Jonathan Rosenbaum
45b71aca5c
Adds submit button and improves gui.
1) Adds more text explanation .. although NULL transactions are just an experimental idea.
2) beginnings of submit code
10 years ago
Jonathan Rosenbaum
bae4030274
$0 deposits now acceptable for record-keeping reasons
Originally, deposits of $0 (amount > 0) would not be considered real deposits, however, there may be shops where only non-monetary transactions occurred (amount >= 0) which would be useful to record in an accounting program.
One caveat, if a monetary transaction is recorded, but the depositor only enters $0, the deposit will show "Difference: n/a", however this should be a cue since it should be obvious that a real world deposit of $0 would not be made at a bank.
10 years ago