Jonathan Rosenbaum
8aae19686b
This partially addresses #43 .
7 years ago
Jonathan Rosenbaum
49157e3341
Closes #39 ; major record changing improvement to YBDB!
* shop_log.php becomes shop_log_iframe.php
* shop_log.php now controls the iframe logic
7 years ago
Jonathan Rosenbaum
29212e5ae4
Added a missing ;
7 years ago
Jonathan Rosenbaum
90e643544f
New call for global_pad for #39 .
7 years ago
Jonathan Rosenbaum
5f6505a016
For #39 , links for shop_log.php changed to shop_log_iframe.php
7 years ago
Jonathan Rosenbaum
a960dbda55
Adds the new prefix conf for etherpad which also was added for individual reports, part of #39 .
7 years ago
Jonathan Rosenbaum
8789a289b7
New configurations for etherpad; more documentation on the wiki coming.
7 years ago
Jonathan Rosenbaum
5d6a1ab384
One of the steps for #39 - include header behavior
* getting 2 iframes to behave properly so that etherpad isn't constantly reloading at the front sign-in was a little tricky and required slight alteration of some of the include headers.
7 years ago
Jonathan Rosenbaum
77be1aa86e
Adds etherpad.js plugin library 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
a7decc5735
Closes #29 !
7 years ago
Jonathan Rosenbaum
e99d2863b8
This fixes a bug introduced by the 34650c9be
fix.
* There is an issue if the spinner is used, when the transaction is complete, the function is called infinitely.
7 years ago
Jonathan Rosenbaum
a56ec4d9ff
GPLv3!
FLOSS daily!
7 years ago
Jonathan Rosenbaum
16c6b39d02
Fixes #36 , swap intval with floatval.
7 years ago
Jonathan Rosenbaum
8ba910b37b
Adds better error output, fixes #34 .
7 years ago
Jonathan Rosenbaum
a2a0b10077
Actually no for #23 , doesen't resolve seconds or even ti/to.
7 years ago
Jonathan Rosenbaum
4574410744
Fixes #23 - time skewed by one step!
7 years ago
Jonathan Rosenbaum
34650c9be0
Mozilla, not chrome, picked up on the strict javascript requirement.
* some javascript libraries failed, but not all
* put volunteer_hours_to_membership_discount() in the right place, right above redeemable().
* Fixed!
7 years ago
Jonathan Rosenbaum
f471c24339
Had to comment out disabled of amount as introduced with 956faaa279
* amount.val was saved because input was disabled
7 years ago
Jonathan Rosenbaum
956faaa279
Because #4 creates a special type of transaction, amount is disabled.
* enabled on sold_to.change
7 years ago
Jonathan Rosenbaum
2e0568c107
This fixes #4 with option 1, but introduces #29 .
7 years ago
Jonathan Rosenbaum
beeab5e775
Fixes #28 .
7 years ago
Jonathan Rosenbaum
62a51320e3
This fixes #21 , and cleans up the code a little.
7 years ago
Jonathan Rosenbaum
cc41801975
Just a spelling correction.
7 years ago
Jonathan Rosenbaum
69b9c5e433
Two minor fixes.
* If sum is really large it is fixed(2) so that difference in transaction_log is correct and it turns green, etc.
* typeof amount.val() is check for undefined to avoid unneccesary error output.
7 years ago
Jonathan Rosenbaum
98965c8b19
If redeemed hours in NaN, converted to 0.
7 years ago
Jonathan Rosenbaum
52069d9b52
Fixes a bug introduced by adding datetime with enh #26 .
* links for shop_log weren't opening up the latest shop, or any shop.
7 years ago
Jonathan Rosenbaum
104de44dc5
This closes #25 !
* Requires mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
7 years ago
Jonathan Rosenbaum
68061f3408
CanEdit now proper for change from date to datetime.
7 years ago
Jonathan Rosenbaum
463a54a951
Closes #26 , date to datetime, much nicer!
7 years ago
Jonathan Rosenbaum
57ecbab44a
Modifies date in shops from date to datetime for #26 .
7 years ago
Jonathan Rosenbaum
d7aefb1416
This allows you to update in place without closing. Nice.
7 years ago
Jonathan Rosenbaum
d8ddb34d1f
This mostly closes #15 , not all the enhancements, but nice enough.
7 years ago
Jonathan Rosenbaum
7fd089809f
Enh: Added day of the week at the top.
7 years ago
Jonathan Rosenbaum
6b79915686
Corrects a spelling mistake.
7 years ago
Jonathan Rosenbaum
5928a936d2
Adds sold_to field in regards to #19 .
* Sold By or
* Performed by
7 years ago
Jonathan Rosenbaum
f7d389551a
This resolves #23
* Adds LIST_MINUTE_INTERVAL
* Creates a new generic function from list_min15() .. list_min() with one new arguement, the minute interval that 60 should divide by cleanly.
* May clean up the $elapsed_hours, but currently have LIST_MINUTE_INTERVAL set to 1, so we are happy!
7 years ago
Jonathan Rosenbaum
d065279477
Amount breakdown now being properly displayed for donations / monetary donation.
* basically, there isn't a breakdown.
7 years ago
Jonathan Rosenbaum
3f870cf60e
Fixes #24 .
7 years ago
Jonathan Rosenbaum
424c279e9e
Fixes #22 with escape()
7 years ago
Jonathan Rosenbaum
3e9c23c676
Provides more information in amount title if has paid history.
* Original Price
* Paid
* Redeemed Hours
7 years ago
Jonathan Rosenbaum
3d02473e03
This should fix #22 .
7 years ago
Jonathan Rosenbaum
080357c2f3
Resolves #17
7 years ago
Jonathan Rosenbaum
adeb4f8854
Adds moment library to stats header.
7 years ago
Jonathan Rosenbaum
8be7a8a9b3
Removes unneccesary code.
7 years ago
Jonathan Rosenbaum
44748ca740
Changing Sale Date to Donation Date for all Donations.
7 years ago
Jonathan Rosenbaum
a26ab11123
Temporary solution for #14 .
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
8396b66a76
Corrects a bug where comparisons req. Number cast.
7 years ago