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
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
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
e47498a00a
Transaction history is now stored.
1). Next step, view history in the transaction when more than 1 transaction.
10 years ago
Jonathan Rosenbaum
be43ea3245
Show start storage original date if it has changed.
1). Some css improvments.
2). The beginnings of transaction history.
3). Trying to find out why the window reloads twice on transactions without errors.
10 years ago
Jonathan Rosenbaum
50c740feb8
Adds a hidden input field to remember non-logged user value in edit trans.
10 years ago
Jonathan Rosenbaum
304c9e2f37
Added not logged-in logic for transaction edit, also:
1). Added error spans for transaction edit
2). Removed some css from transaction.js
3). Added css for errors to transaction.css
10 years ago
Jonathan Rosenbaum
934bc4438c
Gives #1 trans and id of 0.
10 years ago
Jonathan Rosenbaum
deaa8ea02f
Adds new logic to handle 1-only real depost.
1). If 1 real deposit exists, and next real deposit hasn't been
deposited.
10 years ago
Jonathan Rosenbaum
5e11243d41
Provides fake deposits when none or only 1 exists.
10 years ago
Jonathan Rosenbaum
9d4ec10312
Adds range to slider, and links it to year choice.
10 years ago
Jonathan Rosenbaum
c034d5d72e
Fixes a search bug when date is in the past.
10 years ago
Jonathan Rosenbaum
f8b96a05b7
When no shop, prevents unloaded page transactions from being edited.
10 years ago
Jonathan Rosenbaum
c1a33b7076
Provides anonymous capability for transactions.
10 years ago
Jonathan Rosenbaum
2a0d9f542f
Resets payment_type && amount if storage date is nullified.
10 years ago
Jonathan Rosenbaum
d16811fe95
Added editable Change Fund.
1. Mouseover allows edit of Change Fund.
2. Difference is shown, and stored in db for page reloads.
10 years ago
Jonathan Rosenbaum
33b4d29417
Provides error correction for no current shop.
10 years ago
Jonathan Rosenbaum
7658c11d53
Added check number when Check is clicked.
10 years ago
Jonathan Rosenbaum
d40dfca931
Cleans up the code, and allows proper behavior.
1. async:false because mysql can be slow
2. improved a regexp causing weird behavior with edit button
10 years ago
Jonathan Rosenbaum
511dc81471
Added some human interaction with Deposit Calculator.
10 years ago
Jonathan Rosenbaum
890b8f1b15
Yeah, working mysql/json logic is in place!
10 years ago
Jonathan Rosenbaum
d8b74b7a79
More preps for Deposit Calculator.
10 years ago
Jonathan Rosenbaum
f6d392b0b5
Several improvements:
1. Now uses better function, CurrentShopUser for signed-in users so that people need to be signed in to make purchases.
2. Improved header text for Contacts.
3. Removed edit link when paid checked.
4. Fixed populate.sql
5. Added payment type column in transaction_log.php
10 years ago
Jonathan Rosenbaum
f72f022811
Added payment_type.
10 years ago
Jonathan Rosenbaum
508ed7c3b9
jQuery - when paid checkbox is checked/unchecked database is updated.
Color changes, too.
10 years ago