Downloads
Download tar.gz
22.21 KB
MD5: 4bd380c085037c3ea91504b373fde034
SHA-1: 33d1b0e4dc4bdad581346bea8fb475aa13b5067b
SHA-256: 2351006a944198089148a8469cb002bfee40064fdf54b8104b9237d15c9c2e7a
Download zip
25.51 KB
MD5: ec841b5bff110a5ce6368c7c87a41a8b
SHA-1: 1c3c38571a08bcabeadf55a83ecfbb418e55720e
SHA-256: 0d7b7fc678bea3053661557ca00917912b88b731b154b5a0eaa5b21e89821cde
Release notes
You should upgrade to the 6.x-1.3 version of the support_timer at the same time that you upgrade to the 6.x-1.5 release of the support module. Most enhancements are to billing.Fix invoices for sub-clients to use proper billing rate.
Note: The support_plan module has been removed, and is now part of the core support module, renamed to support_pm (project management).
New features:
- Monthly subscription billing (pre-sell/retainer hours)
#1077876: Provide monthly billing subscriptions - Filter updates with 00:00:00 time and no summary from user and client timer reports. Also allows user reports to be altered.
#1247840: Don't display updates w/ no time and no summary on timer reports - Enhanced billing rates, allows multiple billing-rates per client: hourly, daily, weekly and monthly (subscription) rates. Provides best-effort upgrade path.
#1185548: Enhanced billing rates - Introduce hook_support_timer_user_report_access allowing contrib modules to override user_report_access at finer granularity.
- Allow client reports to be altered.
Bug fixes:
- Remove a spurious user_load() call that generates warnings.
- Fixed theme issue that was causing spurious empty table cells to be output on the support plan edit page.
- Juggle around check_plain() calls in support_rates to follow best security practice.
- Remove limit query to ensure all users show up for all clients
- Fix invoices for sub-clients to use proper billing rate.