Jonathan Rosenbaum
fa728818c4
Closes #87
6 years ago
Jonathan Rosenbaum
70c8a37e48
Removes phpconsole test! :)
6 years ago
Jonathan Rosenbaum
4f26664388
Closes #86 using regexp solution.
Should work well as long as the network doesn't change. I considered doing a straight-out IP swap during the 24hr period for such an unusual scenario, however, that would not allow for any separation of location if a shop is opened somewhere else.
6 years ago
Jonathan Rosenbaum
3c3e4a0bf3
Adds if( !defined( '*' ) ) to avoid E_NOTICE and redefining.
* Improves error output when using phpconsole (transaction.log) to stop output of E_DEPRECATED.
* The main objective is to better view phpconsole's output. E_NOTICE and E_WARNING are important, regardless.
6 years ago
Jonathan Rosenbaum
824435a35f
This fixes a minor bug that occurs if there is only 1 deposit for previous year.
If no min is found this makes it the same as max, only a problem for non transaction_log pages using transaction.js if there is only one deposit for the last year, not sure what will happen with 0 deposits for the last year.
6 years ago
Jonathan Rosenbaum
db93ad1103
Closes #85
Also, counts returned transactions for both stats_monthlysalestax.php and stats_shoptransactiontotals.php .. no more guessing required.
6 years ago
Jonathan Rosenbaum
288521ce2e
Fixes #84 - show only paid
6 years ago
Jonathan Rosenbaum
85011402a5
This adds more detail (title) for volunteers in the member metric report.
* Could be modifed further.
* Currently shows color when all hours redeemed.
6 years ago
Jonathan Rosenbaum
306a09fc58
This improves the explanation in the notes about the history of the eab equity.
6 years ago
Jonathan Rosenbaum
2380d6a6d4
This closes #78 and closes #80 .
What I thought was a desired equitable behavior for eab was actually a bug. Now behavior is predictable. Only checks for 0.00 and 0, so 0.0 would create an issue, but unlikely to happen.
6 years ago
Jonathan Rosenbaum
ca4085109c
This closes #83 adding probation status to shop_log for contact_id.
6 years ago
Jonathan Rosenbaum
23ce8ffaca
Cleans up the code in relation to ec886a9
.
6 years ago
Jonathan Rosenbaum
ec886a967d
When membership expires, date turns red. Noted in #1 .
6 years ago
Jonathan Rosenbaum
97f02b6788
This should close #42 .
6 years ago
Jonathan Rosenbaum
c050b5c0a4
Corrects the report math for stats_userhours.php as pointed out at #42 .
6 years ago
Jonathan Rosenbaum
a06c8e091c
Replaces the rest of the subtimes per 10d63ae
and #42 .
6 years ago
Jonathan Rosenbaum
10d63ae286
Corrects the report math for stats_userhours_season and stats_userhours_year as pointed out at #42 .
6 years ago
Jonathan Rosenbaum
46f165d13b
Corrects the report math for members.php as pointed out at #42 .
6 years ago
Jonathan Rosenbaum
330735ff61
Bug fix for #77 enhancment:
* Only counts transactions that are paid
* Quick hack to show all transactions; defaults to 500 for record_count
6 years ago
Jonathan Rosenbaum
da1a063a0a
Closes #77 . Currently search capability specific to report(s);
Could be integrated into transaction_log page search.
6 years ago
Jonathan Rosenbaum
01293db335
Closes #76 . Shows actual visits by contact_id, rather than visitations for each shop_visit_id.
6 years ago
Jonathan Rosenbaum
b8a42f11a0
Fixes #75
Yes, NaN in new year was the culprit.
6 years ago
Jonathan Rosenbaum
3be493fc62
Fixes a bug with #35 .
* nulls work in mysql query which allows for unusual sitations to work
7 years ago
Jonathan Rosenbaum
11480e8fd3
In regards to #35 , limits contacts to 200 for performance.
7 years ago
Jonathan Rosenbaum
bc2ea843e4
Closes #35 . Will need to experiment with colors.
7 years ago
Jonathan Rosenbaum
4de11ee547
Closes #71 , shows if member in individual history.
7 years ago
Jonathan Rosenbaum
b18cf97f7c
Cleaning up the regexp for #69 .
7 years ago
Jonathan Rosenbaum
d0828bc80b
Closes #69 adding word search capability for transaction_log.
7 years ago
Jonathan Rosenbaum
59fdb375c5
Closes #54 - more info for csv
* Adds (O:?; P:?; R:?) .. Original Price, Paid and Redeemed Hours, keeping Paid even no redundant for history.
7 years ago
Jonathan Rosenbaum
f1d85b2060
Another #62 enhancement.
* Show displayed transaction number
7 years ago
Jonathan Rosenbaum
940b6c52b3
More enhancements in regards to #62 .
* Now shows name with link to individual history for folk who never had an transactions, as well as who have
* Link from individual history back to transaction_log with max results count.
7 years ago
Jonathan Rosenbaum
78102f3600
Related to #62 , better behavior on submit:
* Checks that transaction is not a Deposite, and that transation is paid.
7 years ago
Jonathan Rosenbaum
dbcfbd67e0
Another enhancement related to #62 .
* Shows total for amounts
7 years ago
Jonathan Rosenbaum
28f8bf464e
Prevents wrapping of the table row. Noticed this after enhancement #enhancement #62 .
7 years ago
Jonathan Rosenbaum
305ebee833
Closes #62 .
* Provides contact search in transaction_log
* future: may improve calendar search with PickMeUp?
7 years ago
Jonathan Rosenbaum
46be9fa887
Closes #67 .
7 years ago
Jonathan Rosenbaum
17684f6e10
Fixes #61 . Redundant named constant.
7 years ago
Jonathan Rosenbaum
8810c7f3f1
This fixes #65 .
* Hadn't updated populate.sql to take advantage of the new change, and demo it out of the box. Nice default.
* show_soldto_not_signed_in = 1 & show_soldto_signed_in = 0
7 years ago
Jonathan Rosenbaum
b6e416a416
Improves instructions
7 years ago
Jonathan Rosenbaum
e149a86d01
update demo link
7 years ago
Jonathan Rosenbaum
0b56dea180
Closes #68
7 years ago
Jonathan Rosenbaum
df31281ef8
If volunteer has no hours for new year and is a member, this assings 0 to remaining.
* otherwise spinner spins infinitely, and membership discount is not applied.
7 years ago
Jonathan Rosenbaum
3e76e145c6
Adds autogrow library (pulling with git) version 1.16
7 years ago
Jonathan Rosenbaum
914d15f98c
Closes #63 with https://github.com/ro31337/jquery.ns-autogrow
7 years ago
Jonathan Rosenbaum
6bda47b485
Points out possible file name for virtual host file.
7 years ago
Jonathan Rosenbaum
31c785ed13
New website!
7 years ago
Jonathan Rosenbaum
eff1e61dd4
Added some new knowledge.
7 years ago
Jonathan Rosenbaum
5b490e18e7
Adds more detail about fine tuning access, and improves apache setup instructions.
7 years ago
Jonathan Rosenbaum
5edc4f97c2
Adds several items:
* BIOS / UEFI
* GRUB2 PASSWORD PROTECT
* SSD or HD ENCRYPTION
7 years ago
Jonathan Rosenbaum
0bcd6e881f
More clarity.
7 years ago