Releases: kartoza/timesheet-project
Releases · kartoza/timesheet-project
Pre release 1
Test pre-release
What's Changed
- Add redux createApi to post timesheet by @dimasciput in #1
- Updates frontend by @dimasciput in #2
- Add login by @dimasciput in #3
- Update user and add commands by @dimasciput in #4
- Edit timelog by @dimasciput in #5
- Update menu and add copy timelog by @dimasciput in #6
- Responsive design by @dimasciput in #7
- Add dark mode by @dimasciput in #8
- V1.2 by @dimasciput in #9
- Update submitted after submit by @dimasciput in #10
- Add standup by @dimasciput in #12
- Implement code-splitting by @dimasciput in #22
- Generate api keys in the backend by @dimasciput in #24
- Update webpack conf and keep options after new timesheet by @dimasciput in #25
- Kartoza map by @dimasciput in #26
- Show size guide by @dimasciput in #27
- Fix show ticket size by @dimasciput in #28
- Show user status in kartoza map by @dimasciput in #29
- Add kartoza map by @dimasciput in #30
- Fix get online time by @dimasciput in #31
- Separate date and time by @dimasciput in #34
- Add burndown chart view by @dimasciput in #35
- Initial time planner implementation by @dimasciput in #37
- Planning app apis by @dimasciput in #38
- Add colapsible groups by @dimasciput in #39
- Add new project in timeline by @dimasciput in #40
- Add schedule functionality by @dimasciput in #41
- Add filter in timeline by @dimasciput in #42
- Show additional information in the bar by @dimasciput in #43
- Save item moved and resized automatically by @dimasciput in #44
- Add delete schedule function by @dimasciput in #45
- Add read only view by @dimasciput in #46
- Add public timeline by @dimasciput in #47
- Add Countdown by @dimasciput in #48
- Make header sticky by @dimasciput in #49
- Show schedule in timesheet by @dimasciput in #50
- Show off days by @dimasciput in #51
- Add random compliment by @dimasciput in #52
- Improve planner view by @dimasciput in #53
- Show loading in planning by @dimasciput in #67
- Add bundled assets to repo by @dimasciput in #68
- Toggle all groups by @dimasciput in #69
- Update schedule calculation by @dimasciput in #70
- Fix submit timesheet with empty description by @dimasciput in #72
- Update erp.py by @dimasciput in #73
- Keep filter when changing/adding the item by @dimasciput in #74
- Fix bug: empty task in planning appp due to deletion by @dimasciput in #76
- Add download report in summary page by @dimasciput in #77
- Remove deleted tasks by @dimasciput in #75
- Summary improvements by @dimasciput in #78
- Improve planning ux by @dimasciput in #79
- Timesheet fixes by @dimasciput in #80
- Add django-dbbackup by @dimasciput in #81
- Add notes to schedule by @dimasciput in #82
- Show employee contributions by @dimasciput in #84
- Add user report table by @dimasciput in #85
- Task time analysis by @dimasciput in #86
- Show leaderboard by @dimasciput in #87
- Update schedule info by @dimasciput in #88
- Add user activities by @dimasciput in #89
- Resume functionality by @dimasciput in #90
- Show users clock by @dimasciput in #91
- Add circular menu by @dimasciput in #92
- Fix broken schedule in timesheet app by @dimasciput in #93
- Editable running time by @dimasciput in #94
- Fix weekly schedule by @dimasciput in #100
- Editable timeline item by @dimasciput in #95
- Fix timezone issue when submitting to erpnext by @dimasciput in #103
- User can submit timesheet without task by @dimasciput in #107
- Change task text color based on the background by @dimasciput in #108
- Color generation in employee contribution by @dimasciput in #109
- Fix edit planning by @dimasciput in #110
- New Feature : Remove project from planning app by @dimasciput in #111
- Update copy timesheet by @dimasciput in #112
- Updates, check desc by @dimasciput in #114
- Fixes for planning app by @dimasciput in #115
- Fix countdown calculation by @dimasciput in #116
- Updated date range in ScheduleList to span one year centered around c… by @dimasciput in #117
- Clear leave before updating from erp by @dimasciput in #118
- Add error message in login by @dimasciput in #120
- Add half day by @dimasciput in #121
- Add unavailable dates by @dimasciput in #122
- Fix user activities api when no task selected by @dimasciput in #123
- Add allocated and used in summary by @dimasciput in #124
- Add bug-report button by @dimasciput in #125
- Add end time in timecard by @dimasciput in #126
- Fix timecard by @dimasciput in #127
- Add feature to download planning data per project by @dimasciput in #130
- Include link in timelog by @dimasciput in #131
- Order schedule csv download by start time by @dimasciput in #132
- Show list public timelines by @dimasciput in #133
- Fix timezone issues by @dimasciput in #134
- Show all timelogs by @dimasciput in #137
- Update project status from erp by @dimasciput in #141
- Integrate public holiday by @dimasciput in #142
- Fix holiday not fetched by @dimasciput in #143
- Show unbillable hours in burndown chart by @dimasciput in #144
- Fix update user project by @dimasciput in #147
- Cache user activities by @dimasciput in #149
New Contributors
- @dimas...