Jonathan Rosenbaum
fa728818c4
Closes #87
2.2
2019-04-17 07:38:28 +00:00
Jonathan Rosenbaum
70c8a37e48
Removes phpconsole test! :)
2019-03-14 06:36:30 +00:00
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.
2019-03-14 06:31:00 +00:00
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.
2019-03-14 05:12:16 +00:00
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.
2019-01-22 06:30:38 +00:00
Jonathan Rosenbaum
db93ad1103
Closes #85
...
Also, counts returned transactions for both stats_monthlysalestax.php and stats_shoptransactiontotals.php .. no more guessing required.
2019-01-22 06:25:40 +00:00
Jonathan Rosenbaum
288521ce2e
Fixes #84 - show only paid
2018-12-29 04:51:07 +00:00
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.
2018-12-22 06:08:54 +00:00
Jonathan Rosenbaum
306a09fc58
This improves the explanation in the notes about the history of the eab equity.
2018-12-22 04:27:35 +00:00
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.
2018-12-21 07:26:42 +00:00
Jonathan Rosenbaum
ca4085109c
This closes #83 adding probation status to shop_log for contact_id.
2018-12-20 22:04:55 +00:00
Jonathan Rosenbaum
23ce8ffaca
Cleans up the code in relation to ec886a9 .
2018-10-28 02:11:24 +00:00
Jonathan Rosenbaum
ec886a967d
When membership expires, date turns red. Noted in #1 .
2018-10-27 21:17:46 +00:00
Jonathan Rosenbaum
97f02b6788
This should close #42 .
2018-10-26 21:48:43 +00:00
Jonathan Rosenbaum
c050b5c0a4
Corrects the report math for stats_userhours.php as pointed out at #42 .
2018-10-26 21:22:20 +00:00
Jonathan Rosenbaum
a06c8e091c
Replaces the rest of the subtimes per 10d63ae and #42 .
2018-10-26 21:04:36 +00:00
Jonathan Rosenbaum
10d63ae286
Corrects the report math for stats_userhours_season and stats_userhours_year as pointed out at #42 .
2018-10-26 20:51:13 +00:00
Jonathan Rosenbaum
46f165d13b
Corrects the report math for members.php as pointed out at #42 .
2018-10-26 20:38:55 +00:00
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
2.1
2018-09-04 00:56:46 +00:00
Jonathan Rosenbaum
da1a063a0a
Closes #77 . Currently search capability specific to report(s);
...
Could be integrated into transaction_log page search.
2018-09-04 00:21:43 +00:00
Jonathan Rosenbaum
01293db335
Closes #76 . Shows actual visits by contact_id, rather than visitations for each shop_visit_id.
2018-09-03 23:17:35 +00:00
Jonathan Rosenbaum
b8a42f11a0
Fixes #75
...
Yes, NaN in new year was the culprit.
2018-07-14 22:09:09 +00:00
Jonathan Rosenbaum
3be493fc62
Fixes a bug with #35 .
...
* nulls work in mysql query which allows for unusual sitations to work
2018-05-18 07:40:44 +00:00
Jonathan Rosenbaum
11480e8fd3
In regards to #35 , limits contacts to 200 for performance.
2018-05-18 06:44:59 +00:00
Jonathan Rosenbaum
bc2ea843e4
Closes #35 . Will need to experiment with colors.
2018-05-18 06:25:42 +00:00
Jonathan Rosenbaum
4de11ee547
Closes #71 , shows if member in individual history.
2018-05-16 21:27:06 +00:00
Jonathan Rosenbaum
b18cf97f7c
Cleaning up the regexp for #69 .
2018-05-14 23:13:08 +00:00
Jonathan Rosenbaum
d0828bc80b
Closes #69 adding word search capability for transaction_log.
2018-05-14 22:28:46 +00:00
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.
2018-05-14 04:33:32 +00:00
Jonathan Rosenbaum
f1d85b2060
Another #62 enhancement.
...
* Show displayed transaction number
2018-05-13 19:48:07 +00:00
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.
2018-05-13 18:51:00 +00:00
Jonathan Rosenbaum
78102f3600
Related to #62 , better behavior on submit:
...
* Checks that transaction is not a Deposite, and that transation is paid.
2018-05-13 04:29:28 +00:00
Jonathan Rosenbaum
dbcfbd67e0
Another enhancement related to #62 .
...
* Shows total for amounts
2018-05-13 04:05:15 +00:00
Jonathan Rosenbaum
28f8bf464e
Prevents wrapping of the table row. Noticed this after enhancement #enhancement #62 .
2018-05-13 03:11:26 +00:00
Jonathan Rosenbaum
305ebee833
Closes #62 .
...
* Provides contact search in transaction_log
* future: may improve calendar search with PickMeUp?
2018-05-13 00:03:01 +00:00
Jonathan Rosenbaum
46be9fa887
Closes #67 .
2018-05-12 21:27:33 +00:00
Jonathan Rosenbaum
17684f6e10
Fixes #61 . Redundant named constant.
2018-05-11 05:18:22 +00:00
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
2018-05-09 07:32:19 +00:00
Jonathan Rosenbaum
b6e416a416
Improves instructions
2018-05-09 07:11:45 +00:00
Jonathan Rosenbaum
e149a86d01
update demo link
2018-05-05 21:45:04 -04:00
Jonathan Rosenbaum
0b56dea180
Closes #68
2.0
2018-04-27 07:33:33 +00:00
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.
2018-04-27 05:42:18 +00:00
Jonathan Rosenbaum
3e76e145c6
Adds autogrow library (pulling with git) version 1.16
2018-03-21 21:51:23 +00:00
Jonathan Rosenbaum
914d15f98c
Closes #63 with https://github.com/ro31337/jquery.ns-autogrow
2018-03-21 21:44:15 +00:00
Jonathan Rosenbaum
6bda47b485
Points out possible file name for virtual host file.
2018-03-21 21:40:58 +00:00
Jonathan Rosenbaum
31c785ed13
New website!
2018-02-15 04:24:04 +00:00
Jonathan Rosenbaum
eff1e61dd4
Added some new knowledge.
2018-01-08 06:46:35 +00:00
Jonathan Rosenbaum
5b490e18e7
Adds more detail about fine tuning access, and improves apache setup instructions.
2018-01-06 07:36:49 +00:00
Jonathan Rosenbaum
5edc4f97c2
Adds several items:
...
* BIOS / UEFI
* GRUB2 PASSWORD PROTECT
* SSD or HD ENCRYPTION
2018-01-06 07:10:42 +00:00
Jonathan Rosenbaum
0bcd6e881f
More clarity.
2018-01-05 08:37:46 +00:00