Skip to content

Release 2.2

Latest
Compare
Choose a tag to compare
@fspc fspc released this 26 Oct 17:10

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