posaune
[timetracker.git] / report.php
2019-04-24 Nik OkuntseffFixed approve_all_reports right assignment and check.
2019-04-21 Nik OkuntseffRemoved unneeded subtotal row on reports, fixed printin...
2019-04-14 Nik OkuntseffWork in progress on configurable display options.
2019-04-07 Nik OkuntseffMore work in progress integrating attachments in reports.
2019-03-10 Nik OkuntseffA fix for column span for user reports.
2019-03-10 Nik OkuntseffWork in progress improving report formatting by placing...
2019-03-03 Nik OkuntseffAdded a mechanism to assign report items to timesheets.
2019-03-03 Nik OkuntseffA bit of refactoring in report.php for timesheet assign...
2019-03-01 Nik OkuntseffA bit of cleanup for timesheet redesign.
2019-02-25 Nik OkuntseffFixes to import/export for timesheets and approval...
2019-02-25 Nik OkuntseffAdded approval handling to reports.
2019-02-25 Nik OkuntseffMore refactoring in translation files.
2019-02-25 Nik OkuntseffMore work in progress on report approval.
2019-02-19 Nik OkuntseffRenamed client access rights for clarity.
2019-02-17 Nik OkuntseffMore progress on creating a new timesheet.
2019-02-17 Nik OkuntseffAdded Create timesheet button on report.php.
2019-02-16 Nik OkuntseffAdded button.create_timesheet to translation files.
2018-12-13 Nik OkuntseffA bit of cleanup in report.php.
2018-12-12 Nik OkuntseffRefactored getRecentInvoices and moved to another class.
2018-12-02 Nik OkuntseffMore refactoring in custom fields for subgroups.
2018-11-01 Nik OkuntseffAdded an index on tt_custom_field_log for faster report...
2018-10-31 Nik OkuntseffFixed a condition that determines grouping for getting...
2018-10-30 Nik OkuntseffInitial attempt to refactor ttReportHelper::getSubtotal...
2018-10-28 Nik OkuntseffSome fixes associated with renaming the group_by field.
2018-08-04 Nik OkuntseffMerged getSubtotals and getFavSubtotals into one function.
2018-08-04 Nik OkuntseffMerged getTotals and getFavTotals into one function.
2018-08-04 Nik OkuntseffMerged getItems and getFavItems into one function.
2018-07-27 Nik OkuntseffA bit more refactoring in reports.
2018-03-30 Nik OkuntseffAdded conditional display of invoice related items...
2018-03-30 Nik OkuntseffIntroduced view_all_reports right and added it to co...
2018-03-29 Nik OkuntseffRefactoring. Renamed team_id fields to become group_id.
2018-03-24 Nik OkuntseffA bit more progress on refactoring access checks.
2018-03-23 Nik OkuntseffReplaced getKey() with get() calls.
2018-03-13 Nik OkuntseffAccess checks re-done using role rights.
2018-01-26 Nik OkuntseffAdded parameter validation to report handlers.
2018-01-25 Nik OkuntseffMade recent invoice remembered in session.
2018-01-25 Nik OkuntseffA fix for assign to invoice feature - presentation.
2018-01-25 Nik OkuntseffAdded record selector to assign to invoice feature.
2018-01-25 Nik OkuntseffInitial implementation of the Paid status plugin.
2018-01-22 Nik OkuntseffAdded paid field and handling to expenses.
2016-03-30 Nik OkuntseffRefactoring, finished replacing with ttUser::isPluginEn...
2016-03-22 Nik OkuntseffA better comment
2016-03-22 Nik OkuntseffSiwtched to using isPost() function
2016-03-21 Nik OkuntseffCleanup of white space and comment improvement
2016-03-11 Nik OkuntseffRemoved PHP closing tag in more files
2016-02-29 Nik OkuntseffWork in progress creating a repo