Open
Conversation
* fix: remove add to manually add favorite project * fix: make responsive admin and track page * fix: fixed navbar * fix: minor layout changes * fix: make responsive favorite project table * fix: when user is admin, not change employee id * feat: delete records who have 0 hours * fix: delete hours doesn't update hours * feat: remove records who have 0 hours when unfavorite project * feat: disabled checkbox when total hours of the project greater than 0 * feat: add comments * feat: exclude the rows that have total hours > 0 * fix: replace hardcode 65 with project.rate * fix: add default favorite projects when adding new employee * fix: default drawer open to false when breakpoint is less Than Large * fix: has duplicate employees and projects * feat: add new svg icons and add new archive UI * fix: hide pagination when length of rows is 0 * feat: able to archive and unarchive employee * feat: able to archive and unarchive project * fix: removed unused imports * refactor: handle employee form * refactor: handle project forms * refactor: form validation * Edit invoice items (#88) * refactor: form validation * feat: add invoice item table * feat: (client) display invoice corresponding employees records via invoice item * fix: remove used imports * fix: remove used imports * feat: update the invoice items' work hours, indirect hours, billable hours, and amount * feat: insert comments after modified the work hour and indirect hours * feat: show up arrow when hours increase, and show down arrow when hours decrease * fix: remove navigate * Feat download (#87) * feat: (server) get records by date range * feat: (client) download react-csv * feat: (client) export records
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist