Added capability to attach files to timesheets.
[timetracker.git] / WEB-INF / lib / ttTimesheetHelper.class.php
2019-04-17 Nik OkuntseffAdded capability to attach files to timesheets.
2019-03-09 Nik OkuntseffAdded audit info for timesheet create and modify events.
2019-03-05 Nik OkuntseffTimesheet email workflow done.
2019-03-05 Nik OkuntseffAdded timesheet approval email notification.
2019-03-05 Nik OkuntseffRenamed a function for clarity.
2019-03-05 Nik OkuntseffImplemented sending email to timesheet approver.
2019-03-04 Nik OkuntseffImprovements to timesheet assignment algorithm.
2019-03-03 Nik OkuntseffImproved safety of timesheet assignment by adding an...
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-03 Nik OkuntseffProhibited adding overlapping timesheets.
2019-03-02 Nik OkuntseffSome more work on timesheets.
2019-03-02 Nik OkuntseffMore timesheet related refactoring.
2019-03-02 Nik OkuntseffMore refactoring on timesheet code.
2019-03-02 Nik OkuntseffRefactoring timesheet related code.
2019-03-01 Nik OkuntseffAdded project_id to tt_timesheets table.
2019-03-01 Nik OkuntseffFurther streamlining of access rights.
2019-03-01 Nik OkuntseffCleaning up no longer needed access rights.
2019-03-01 Nik OkuntseffSome more work in progress on timesheets.
2019-02-28 Nik OkuntseffMore work in progress on timesheets, simplifying access...
2019-02-28 Nik OkuntseffWrote createTimesheet function.
2019-02-28 Nik OkuntseffCoded ttTimesheetHelper::timesheetItemsExist().
2019-02-28 Nik OkuntseffA bit more progress on timesheet coding.
2019-02-27 Nik OkuntseffStarted redesign of timesheets feature.
2019-02-23 Nik OkuntseffFixed ttTimesheetHelper::getApprovers function.
2019-02-22 Nik OkuntseffImplemented timesheet approval in initial form.
2019-02-22 Nik OkuntseffMore progress on timesheet approval workflow.
2019-02-22 Nik OkuntseffStarted to work on timesheet approval workflow.
2019-02-21 Nik OkuntseffSome more work in progress on timesheets.
2019-02-21 Nik OkuntseffImplemented timesheet view.
2019-02-21 Nik OkuntseffA bit more work in progress on timesheet view.
2019-02-20 Nik OkuntseffAdded associating items with a timesheet upon its creation.
2019-02-20 Nik OkuntseffFixed user edit to hide projects for client roles.
2019-02-19 Nik OkuntseffAdded inactive timesheets to timesheets.php display.
2019-02-18 Nik OkuntseffAdded rights to view, manage, and approve all timesheets.
2019-02-18 Nik OkuntseffImplemented deleting a timesheet.
2019-02-18 Nik OkuntseffMore progress on timesheets.
2019-02-17 Nik OkuntseffMore progress on creating a new timesheet.