Releases: fspc/Yellow-Bike-Database
Releases · fspc/Yellow-Bike-Database
Release 2.2
Enhancements
- Show monthly transactions for stats_monthlysalestax in transaction_log (#85)
- This adds more detail (title) for volunteers in the member metric report. (8501140)
- Add probabtion color status in shop_log via configurations (database_functions). ( #83)
- When membership expires, date turns red in stats/paid_members. (ec886a9 & 23ce8ff)
Bug Fixes
- Expiration showing in shops for renewed membership (#87)
- Properly negotiate DHCP (IP change) so that shop stays open (#86)
- Adds if( !defined( '*' ) ) to avoid E_NOTICE and redefining of error output (E_DEPRECATE) when using phpconsole (transaction.log) in database_functions. (3c3e4a0)
- Fixed a minor bug that occurs if there is only 1 deposit for previous year. If no min was found, it was the same as max. (824435a)
- stats_monthlysalestax should only reflect paid sales (#84)
- What at first seemed to be desired equitable behavior for EAB when bike purchases were the maximum allowable earned bike(s) for the year, turned out to actually be a bug since it is not necessarily true in all cases that if a person can afford to pay for bike(s) that they will not also want to earn a bike(s). This happened with a family. This closes #78 and closes #80. (2380d6a)
- Closes #42. Several reports use the logic that was corrected in #38; fix the logic in these reports. (#42)
Documentation
- Improves the explanation in the notes about the history of the equity in transaction_log. (306a09f)
Contributors
Release 2.1
New Features
Enhancements
- Add transaction time to mouse over data in Transaction Log. (#67)
- Add original price, paid, and redeemed hours to accounting csv (#54)
- Show if patron is a member on individual_history_log (#71)
- Show volunteer/membership summary (via title) for patron in transaction_log (#35)
- Show patron visitation total rather than status visitation total for start_shop (#76)
- Reports - shop transaction totals provide link to range of transactions (#77)
Bug Fixes
- Demo now reflects enhancement #10 (#65)
- Two named constants with the identical purpose in transaction.php (#61)
- Volunteer hours redeemed were not recorded when first transaction was greater than hours available. (#75)