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
40a2a6abab
Tests if volunteer_hours exists.
7 years ago
Jonathan Rosenbaum
79e246246d
Now carries over the current year volunteer hours data.
7 years ago
Jonathan Rosenbaum
f782cb90fc
This adds the current year to the title for volunteer hours.
7 years ago
Jonathan Rosenbaum
9d07e9a740
Improves the presentation logic.
7 years ago
Jonathan Rosenbaum
787fff74d6
Adds initial Volunteer Hour logic and displays in transactions with title.
7 years ago
Jonathan Rosenbaum
afb64b7420
Adds title in span with email, phone, exp. date for membership.
Ofcourse, ask for ID, too. May add membership # in the future.
7 years ago
Jonathan Rosenbaum
b9497ac7c3
Show whether a patron is a paid member or not.
7 years ago
Jonathan Rosenbaum
7286fc8c3e
Adds a link to dhhr.php
This file is currently not in devel, but it is being used for Positive Spin.
7 years ago
Jonathan Rosenbaum
aa0f870d28
Provides error checking when sold_to or sold_by are not logged-in.
8 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
92fe18644d
Adds membership stats. An important addition.
Currently, searches ranges for volunteer specs for membership, and notes paid
member when they also qualify as a volunteer member.
9 years ago
Jonathan Rosenbaum
8eac9b6dd5
Stat totals for shop types. In the future a graph would be nice.
9 years ago
Jonathan Rosenbaum
0e9a91eb69
Adds date range serach for community service hours. A much needed feature.
9 years ago
Jonathan Rosenbaum
d26dc1cef1
Adds a Calendar Date Picker (PickMeUp).
This is nice stuff, always a delight to utilize ajax. More stat pages may have
this change with stats.js operated globally.
9 years ago
Jonathan Rosenbaum
72da7e96d9
BUG Fix: When the year changed from 2015 to 2016, there was a javascript error
due to coding that affected noUiSlider, and also caused payment_type not to be
recorded in the database because of the correlating javascript issue. Also,
this caused the Deposit Range not to work correctly.
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
80d85c9dcd
Adds patrons name to the csv description.
10 years ago
Jonathan Rosenbaum
a1b7d0df0f
Downloads GnuCash file(s) to the browser!
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
dacb562b82
Adds div hide to show_more()
1) third arguement will hide div on click or submit
2) another user enhancement
10 years ago
Jonathan Rosenbaum
c5443438f9
initial templating of gnucash csv creation
10 years ago
Jonathan Rosenbaum
81fdd2c518
send values for processing individual csv files for each selected account type
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
8d73c85cca
Corrects no error check for waiver under Mozilla.
1) Strangly Chromium didn't pick-up on this bug, but worked perfectly.
10 years ago
Jonathan Rosenbaum
6bbf55a25e
Changes the header for shop_log and start_shop.
1) Pages will go back to shop_welcome (original behavior) but for these two pages. This prevents transaction pages from going back.
2) Added an About/Help link to the left.
3) Changed the width/margin of the associated tables so that it would line up withe new table presenting the menu links.
10 years ago
Jonathan Rosenbaum
88d717cdca
Adds tab indexing an initial focus
10 years ago
Jonathan Rosenbaum
62231e8d68
Fixes the css issue for contact_add_edit.
10 years ago
Jonathan Rosenbaum
96e2c941b8
Begins linking volunteer interest form into page.
10 years ago
Jonathan Rosenbaum
6aa95e1ad4
Added an example of a working connector.
- mailman specific
- has been tested to work properly for both subscribe, and unsubscribe
- uses node.js
- two stage security
1) password is specific to connector for recognization
2) password used by list not kept local
- ssl used for all communication
- yeah!
10 years ago
Jonathan Rosenbaum
e51d5a1c89
Provides an interface to an email connector.
Define a url for an email connector that will connect to an email list.
The url can be a server:port, program, etc.
Name (First, Last) email address, and connector password will be sent to the connector.
The purpose of email connectors is to provide autonomy in the choice
of email services and programs. E.g. mailman, googlegroups
See ./examples for an example connector
10 years ago
Jonathan Rosenbaum
b1a11b9f3b
Saves state for waiver & email_list, and more
1). Adds configuration options to turn off waiver & email_list options
2). Puts waiver in Connections/waiver.txt
3). New MySQL waiver column added, receive_newsletter used for email_list.
10 years ago
Jonathan Rosenbaum
4cd269fd06
Improves start_shop, gets contacts ready for processing.
1) Slight improvements in UI with start_shop .. the date.
2) Adds deferred promise for contact.js.
10 years ago
Jonathan Rosenbaum
55a8de3df8
Adds error validation for email list slider.
10 years ago
Jonathan Rosenbaum
763587f840
Adds a toggle for email lists.
1). Improvments to name/email regexp
2). beginnings of validation logic for email list toggle
10 years ago
Jonathan Rosenbaum
386742da2d
Spiffs up shop_log.
10 years ago
Jonathan Rosenbaum
2869299725
Prevents new contact_ids from being continuously created.
1). There must be at least a full_name.
2). Because of error validation that includes other required fields, too.
10 years ago
Jonathan Rosenbaum
7b64d0c494
Spiffs up contact_and_edit, adding error correction and required waiver.
1). Next step will be an opt-in/out to mailman.
2). Originally this program was using google lists, but there are too many steps for users involved.
10 years ago
Jonathan Rosenbaum
8f8e1623df
Correct transaction_id for storage transactions in history.
10 years ago
Jonathan Rosenbaum
b54cfe2312
Handles anonymous correctly in history.
1) 1 if checked
2) undefined if unchecked.
10 years ago
Jonathan Rosenbaum
82a2159fd4
Changes check_number to undefined if it doesn't exist.
10 years ago
Jonathan Rosenbaum
4a562671ec
Handles check_number value correctly.
10 years ago
Jonathan Rosenbaum
4c87a15566
Provides correct payment_type value.
10 years ago
Jonathan Rosenbaum
be823f25e6
Now chooses sold_to selector based on type.
10 years ago
Jonathan Rosenbaum
e9b5cec740
Added transaction_id to the blob.
10 years ago
Jonathan Rosenbaum
26a0721620
Nows uses deferred.promise, and recognizes 'keypress' for history.
10 years ago
Jonathan Rosenbaum
e47498a00a
Transaction history is now stored.
1). Next step, view history in the transaction when more than 1 transaction.
10 years ago