Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: base Roster Management (backport #1760) #2136

Merged
merged 136 commits into from
Aug 30, 2024

Commits on Aug 29, 2024

  1. feat: init roster app

    (cherry picked from commit e34afb6)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c183cf6 View commit details
    Browse the repository at this point in the history
  2. fix: update server proxy, routing, package.json scripts, .gitignore, …

    …etc.
    
    (cherry picked from commit e7626fb)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    599a582 View commit details
    Browse the repository at this point in the history
  3. chore: enable typescript

    (cherry picked from commit e71ee98)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    63f27ea View commit details
    Browse the repository at this point in the history
  4. feat: add month view header

    (cherry picked from commit 66e16a3)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8da3f03 View commit details
    Browse the repository at this point in the history
  5. chore: format index.html

    (cherry picked from commit 25992b3)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    761645c View commit details
    Browse the repository at this point in the history
  6. feat: add month table header

    (cherry picked from commit 70ad9a8)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9d74e3c View commit details
    Browse the repository at this point in the history
  7. chore: update tsconfig.json

    (cherry picked from commit fce5b42)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a8026b1 View commit details
    Browse the repository at this point in the history
  8. feat: get context

    (cherry picked from commit c27c354)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    24894da View commit details
    Browse the repository at this point in the history
  9. feat: fetch shifts

    (cherry picked from commit d22ab27)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d33f271 View commit details
    Browse the repository at this point in the history
  10. feat: display shifts on calendar

    (cherry picked from commit a4a42eb)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    22978ff View commit details
    Browse the repository at this point in the history
  11. fix: table border

    (cherry picked from commit 2045d9a)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a845306 View commit details
    Browse the repository at this point in the history
  12. feat: add employee pics and fix spacing and font sizes

    (cherry picked from commit 4cff97d)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6e82292 View commit details
    Browse the repository at this point in the history
  13. feat: add shift timings

    (cherry picked from commit 7b24c4d)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5eaeb02 View commit details
    Browse the repository at this point in the history
  14. feat: add shift assignment dialog

    (cherry picked from commit a8e1c84)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3a578d0 View commit details
    Browse the repository at this point in the history
  15. refactor: use createListresource and createDocumentResource

    (cherry picked from commit 4ea22e2)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    770137a View commit details
    Browse the repository at this point in the history
  16. feat: add update shift assignment values

    (cherry picked from commit 1497941)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7d39170 View commit details
    Browse the repository at this point in the history
  17. feat: add plus button to create shift assignments

    (cherry picked from commit 49858ad)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fdcd5ff View commit details
    Browse the repository at this point in the history
  18. refactor: move ShiftAssignmentDialog to a new component

    (cherry picked from commit 7e5f166)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5d5f21f View commit details
    Browse the repository at this point in the history
  19. feat: fetch company and department from employee

    (cherry picked from commit 54f4613)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6c73b6e View commit details
    Browse the repository at this point in the history
  20. feat: select date from selected cell

    (cherry picked from commit ca35978)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e290920 View commit details
    Browse the repository at this point in the history
  21. feat: add shift assignment creation

    (cherry picked from commit 533837c)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    676310f View commit details
    Browse the repository at this point in the history
  22. fix: submit shift assignment on insert

    (cherry picked from commit 6ddf02f)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6a7e500 View commit details
    Browse the repository at this point in the history
  23. fix: firstOfMonth time

    (cherry picked from commit f5a855d)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9f3fd60 View commit details
    Browse the repository at this point in the history
  24. fix: fetch employee data only when dialog opens

    (cherry picked from commit a7ef63e)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7e2f071 View commit details
    Browse the repository at this point in the history
  25. feat: add shift assignment deletion

    (cherry picked from commit 0a974a4)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    76ae5a8 View commit details
    Browse the repository at this point in the history
  26. feat: make employee column sticky

    (cherry picked from commit c2df51c)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f077331 View commit details
    Browse the repository at this point in the history
  27. fix: spacing

    (cherry picked from commit b12dc2f)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    095b4cd View commit details
    Browse the repository at this point in the history
  28. fix: cell height fluctuation

    (cherry picked from commit ba9bace)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    242892e View commit details
    Browse the repository at this point in the history
  29. fix: dialog buttons

    (cherry picked from commit f1b71a9)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    51a1f02 View commit details
    Browse the repository at this point in the history
  30. chore: add typings

    (cherry picked from commit 76d12a5)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f5102fe View commit details
    Browse the repository at this point in the history
  31. feat: add holidays

    (cherry picked from commit 4f81dc5)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3a2dfdb View commit details
    Browse the repository at this point in the history
  32. feat: add employee search

    (cherry picked from commit ed01303)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    33c20d7 View commit details
    Browse the repository at this point in the history
  33. feat: add makeshift navbar

    (cherry picked from commit ac8cbc3)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fb0cf0f View commit details
    Browse the repository at this point in the history
  34. feat: add FilterBar

    (cherry picked from commit 3c741cd)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f4b9daa View commit details
    Browse the repository at this point in the history
  35. chore: remove redundant code

    (cherry picked from commit 3b465ef)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d917ae7 View commit details
    Browse the repository at this point in the history
  36. chore: improve readability

    (cherry picked from commit 7605a04)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    de409a6 View commit details
    Browse the repository at this point in the history
  37. feat: add filters

    (cherry picked from commit 5f41880)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7bfdf61 View commit details
    Browse the repository at this point in the history
  38. chore: improve readability

    (cherry picked from commit 6f80ce8)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fb19283 View commit details
    Browse the repository at this point in the history
  39. refactor: move filters to month select header

    (cherry picked from commit 4a3d7ec)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    49dbd64 View commit details
    Browse the repository at this point in the history
  40. feat: add button to toggle showing of filters

    (cherry picked from commit f36c13c)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6bae972 View commit details
    Browse the repository at this point in the history
  41. feat: add transition for filter button

    (cherry picked from commit 75e621c)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2ec3c76 View commit details
    Browse the repository at this point in the history
  42. feat: add clear filters button

    (cherry picked from commit 905d60e)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    03c92ba View commit details
    Browse the repository at this point in the history
  43. feat: add colors for shift types

    (cherry picked from commit cf3b371)
    
    # Conflicts:
    #	hrms/hr/doctype/shift_type/shift_type.json
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a16440d View commit details
    Browse the repository at this point in the history
  44. fix: font weights

    (cherry picked from commit 8a91e18)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ce20168 View commit details
    Browse the repository at this point in the history
  45. refactor: holiday cell

    (cherry picked from commit a7e2bb3)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8d43d2a View commit details
    Browse the repository at this point in the history
  46. fix: leave filter bar open by default

    (cherry picked from commit a6c9155)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a541f57 View commit details
    Browse the repository at this point in the history
  47. fix: spacing

    (cherry picked from commit 65a0c2a)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    73a499d View commit details
    Browse the repository at this point in the history
  48. feat: add designation filter

    (cherry picked from commit a6f4a76)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ac0ce16 View commit details
    Browse the repository at this point in the history
  49. feat: add multiple selections for employee search

    (cherry picked from commit 4c1d500)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    010f1e7 View commit details
    Browse the repository at this point in the history
  50. fix(ShiftAssignmentDialog): use FormControl instead of Autocomplete

    (cherry picked from commit 820f047)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    15ca987 View commit details
    Browse the repository at this point in the history
  51. fix: spacing

    (cherry picked from commit 207de0f)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2a21714 View commit details
    Browse the repository at this point in the history
  52. feat: get_leaves api

    (cherry picked from commit f5bc95f)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    adc3b5e View commit details
    Browse the repository at this point in the history
  53. feat: add leaves to roster

    (cherry picked from commit 1a9ed78)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8039ff6 View commit details
    Browse the repository at this point in the history
  54. fix(Filters): use FormControl instead of Autocomplete

    (cherry picked from commit fe2fa79)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    33b7261 View commit details
    Browse the repository at this point in the history
  55. feat: add Select Working Days ui

    (cherry picked from commit 5807236)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    13d6144 View commit details
    Browse the repository at this point in the history
  56. feat: select default working day based on start date

    (cherry picked from commit 614baa6)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ebed38f View commit details
    Browse the repository at this point in the history
  57. fix: setting of default day if no start date

    (cherry picked from commit 6e4497c)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3943e6b View commit details
    Browse the repository at this point in the history
  58. feat: add repeating shift assignments

    (cherry picked from commit 3c4d902)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    eb1fb83 View commit details
    Browse the repository at this point in the history
  59. refactor: clump consecutive shift assignments as one

    (cherry picked from commit 1499176)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b67112c View commit details
    Browse the repository at this point in the history
  60. fix: clumping of shifts with gap >= 1 week

    (cherry picked from commit 16d799a)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d62d1b2 View commit details
    Browse the repository at this point in the history
  61. feat: use background job for creating repeating shifts if date_diff >…

    …= 100
    
    (cherry picked from commit 7a17a0a)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e652da0 View commit details
    Browse the repository at this point in the history
  62. feat: add Shift Assignment Group

    (cherry picked from commit c737085)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8d9b3ff View commit details
    Browse the repository at this point in the history
  63. feat: add delete repeating shift assignments

    (cherry picked from commit 8181923)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2b77964 View commit details
    Browse the repository at this point in the history
  64. fix: unselected day button text color

    (cherry picked from commit f8ce856)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fef3428 View commit details
    Browse the repository at this point in the history
  65. chore: improve readability

    (cherry picked from commit ef97bae)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d706d87 View commit details
    Browse the repository at this point in the history
  66. style: increase employee column width

    (cherry picked from commit aeab1df)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8c21a06 View commit details
    Browse the repository at this point in the history
  67. feat: add toasts everywhere

    (cherry picked from commit a8e7449)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a21a3cb View commit details
    Browse the repository at this point in the history
  68. refactor: move employees resource to MonthView

    (cherry picked from commit 5e015d5)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    abeda24 View commit details
    Browse the repository at this point in the history
  69. fix: fetch events on creating shift from top bar

    (cherry picked from commit 6b8a8e2)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4ab4c0c View commit details
    Browse the repository at this point in the history
  70. chore: rename file: Navbar.vue -> NavBar.vue

    (cherry picked from commit ee15dcd)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    eb042b5 View commit details
    Browse the repository at this point in the history
  71. chore: remove vue router

    (cherry picked from commit 4262c1b)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    57582b2 View commit details
    Browse the repository at this point in the history
  72. fix: dependencies

    (cherry picked from commit 460c913)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ee4f0ee View commit details
    Browse the repository at this point in the history
  73. revert: removal of vue-router

    (cherry picked from commit 3df285a)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e16d9b3 View commit details
    Browse the repository at this point in the history
  74. style: center employee names when no designation in employee column

    (cherry picked from commit b16cc91)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e41d5a9 View commit details
    Browse the repository at this point in the history
  75. fix: import

    (cherry picked from commit 546194b)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9977614 View commit details
    Browse the repository at this point in the history
  76. style: fix table height and make th row stick

    (cherry picked from commit 43fb3ec)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cc941bc View commit details
    Browse the repository at this point in the history
  77. fix: table height

    (cherry picked from commit 4d9ea29)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0e71463 View commit details
    Browse the repository at this point in the history
  78. fix: creation of repeating shift with frequency > every week

    (cherry picked from commit 16d061f)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ed69172 View commit details
    Browse the repository at this point in the history
  79. refactor: change Shift Assignment Group to Shift Assignment Schedule

    (cherry picked from commit ce7acf2)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a05b656 View commit details
    Browse the repository at this point in the history
  80. feat: add shift move

    (cherry picked from commit a5fe047)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    aba2492 View commit details
    Browse the repository at this point in the history
  81. feat: add shift swapping

    (cherry picked from commit b0550a9)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5971aaa View commit details
    Browse the repository at this point in the history
  82. refactor: shift swapping logic

    (cherry picked from commit d6996c8)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9675c63 View commit details
    Browse the repository at this point in the history
  83. fix: error message translation

    (cherry picked from commit 1b0f679)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    158df52 View commit details
    Browse the repository at this point in the history
  84. fix: employee column z index

    (cherry picked from commit 8da9ff7)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1857e1c View commit details
    Browse the repository at this point in the history
  85. refactor: join consecutive shifts on moving

    (cherry picked from commit fe314c5)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7dbd680 View commit details
    Browse the repository at this point in the history
  86. refactor: use insert shift for creating shifts

    (cherry picked from commit adde0e5)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ef9a6f8 View commit details
    Browse the repository at this point in the history
  87. fix: drag cursor and dragging into blocked days

    (cherry picked from commit e149476)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8edc8b4 View commit details
    Browse the repository at this point in the history
  88. feat: scale up shift that is being dragged upon

    (cherry picked from commit b18929b)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e627819 View commit details
    Browse the repository at this point in the history
  89. feat: add delete current shift

    (cherry picked from commit 3825ae4)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    769af37 View commit details
    Browse the repository at this point in the history
  90. chore: rename repeating shift assignment to shift assignment schedule

    (cherry picked from commit 243ff05)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cb642ba View commit details
    Browse the repository at this point in the history
  91. feat: add bg color to dragover cell

    (cherry picked from commit fd2f43a)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    455f064 View commit details
    Browse the repository at this point in the history
  92. feat: can't drop shift to cells with same shift type and status

    (cherry picked from commit 3cf536f)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2066fce View commit details
    Browse the repository at this point in the history
  93. feat: no bg color for forbidden drop days

    (cherry picked from commit 98d8ebf)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ca74b33 View commit details
    Browse the repository at this point in the history
  94. feat: hide original shift element while dragging

    (cherry picked from commit 33a7aac)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8935540 View commit details
    Browse the repository at this point in the history
  95. feat: add loading state

    (cherry picked from commit 84c1396)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c1f2f9e View commit details
    Browse the repository at this point in the history
  96. fix(Shift Assignment): check for overlap on update after submission a…

    …s well
    
    (cherry picked from commit 4f0b43b)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a49cb26 View commit details
    Browse the repository at this point in the history
  97. fix(Shift Assignment Schedule): form placement

    (cherry picked from commit 199332f)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f63b808 View commit details
    Browse the repository at this point in the history
  98. revert(Shift Assignment Schedule): form placement

    (cherry picked from commit a6ec1c8)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    076a628 View commit details
    Browse the repository at this point in the history
  99. feat: add process auto shift creation for shifts without end date

    (cherry picked from commit 39ba79c)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c4366dc View commit details
    Browse the repository at this point in the history
  100. chore: update frappe-ui to v0.1.62

    (cherry picked from commit 1148113)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b30cb35 View commit details
    Browse the repository at this point in the history
  101. feat: use DatePicker instead of FormControl date

    (cherry picked from commit 7973670)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    870dd67 View commit details
    Browse the repository at this point in the history
  102. fix: add website route rule for roster

    (cherry picked from commit 6b60596)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    977fcdd View commit details
    Browse the repository at this point in the history
  103. refactor: use frappe.delete_doc instead of frappe.db.delete

    (cherry picked from commit e6f9bba)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e67d6e8 View commit details
    Browse the repository at this point in the history
  104. refactor: remove Select Days checkbox and add Shift Schedule Settings…

    … section instead
    
    (cherry picked from commit 48ceb27)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c38b543 View commit details
    Browse the repository at this point in the history
  105. fix: creation of neverending shifts

    (cherry picked from commit 587868b)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    21cea93 View commit details
    Browse the repository at this point in the history
  106. fix: Shift Assignment Schedule naming

    (cherry picked from commit 76a35dd)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d280717 View commit details
    Browse the repository at this point in the history
  107. feat(Shift Assignment Schedule): add Employee Name field and List Vie…

    …w filters
    
    (cherry picked from commit ba59b6e)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bcb9331 View commit details
    Browse the repository at this point in the history
  108. feat(Shift Assignment Schedule): add field description and Shift Assi…

    …gnment connection
    
    (cherry picked from commit 25b46b5)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5d46982 View commit details
    Browse the repository at this point in the history
  109. feat: show schedule for existing shift assignments

    (cherry picked from commit 2932ba8)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0291306 View commit details
    Browse the repository at this point in the history
  110. feat: redirect to login page when logged out and make navbar actions …

    …functional
    
    (cherry picked from commit cf944e0)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7d8d281 View commit details
    Browse the repository at this point in the history
  111. feat: add Confirmation Dialog for delete operations

    (cherry picked from commit 2005073)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    782d578 View commit details
    Browse the repository at this point in the history
  112. fix: field name in process_auto_shift_creation

    (cherry picked from commit b9d3c2a)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    af46ca0 View commit details
    Browse the repository at this point in the history
  113. revert: ShiftAssignmentDialog

    (cherry picked from commit 06a1ecc)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    58be6f8 View commit details
    Browse the repository at this point in the history
  114. refactor: DeleteDialog message formatting

    (cherry picked from commit e130dcc)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1ae873c View commit details
    Browse the repository at this point in the history
  115. chore: remove vue-tsc and types/vue

    (cherry picked from commit 9133e0f)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    47e2a96 View commit details
    Browse the repository at this point in the history
  116. fix: Shedule Setting & Repeat On Days label names

    (cherry picked from commit bd75905)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6d383e3 View commit details
    Browse the repository at this point in the history
  117. feat: add toast for moving/swapping shifts

    (cherry picked from commit 8f963d2)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7cd73c8 View commit details
    Browse the repository at this point in the history
  118. refactor: select only day of start_date for Repeat On Days by default

    (cherry picked from commit 606e579)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2b46953 View commit details
    Browse the repository at this point in the history
  119. refactor(Shift Assignment Schedule): change Status to Enabled

    (cherry picked from commit 65782df)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e8da11f View commit details
    Browse the repository at this point in the history
  120. refactor(ShiftAssignmentDialog): change Delete button icon to label f…

    …or Rucha
    
    (cherry picked from commit 2c60213)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2e4869f View commit details
    Browse the repository at this point in the history
  121. fix: typing

    (cherry picked from commit 8d19962)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6d3162e View commit details
    Browse the repository at this point in the history
  122. feat(Shift Assignment): add validations for checking linked employee …

    …checkins and attendance before cancelling
    
    (cherry picked from commit b7013b0)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8ceb78d View commit details
    Browse the repository at this point in the history
  123. refactor: use get_holiday_list_for_employee for holidays

    (cherry picked from commit b73956e)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c78e11c View commit details
    Browse the repository at this point in the history
  124. fix: insertion of an indefinite shift right after a definite one of t…

    …he same type
    
    (cherry picked from commit a7a4106)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    aa98bfe View commit details
    Browse the repository at this point in the history
  125. fix: route

    (cherry picked from commit 4f203a9)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c0e1d87 View commit details
    Browse the repository at this point in the history
  126. feat: add Roster button to Shift Assignment list

    (cherry picked from commit 0ca10e5)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1ed1b2b View commit details
    Browse the repository at this point in the history
  127. feat: add Roster shortcut to workspace

    (cherry picked from commit 22e9ede)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a832891 View commit details
    Browse the repository at this point in the history
  128. fix: build routing

    (cherry picked from commit fc5b7d2)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b570d62 View commit details
    Browse the repository at this point in the history
  129. feat: add Shift Assignment Schedule to workspace

    (cherry picked from commit 4301306)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    abe8eae View commit details
    Browse the repository at this point in the history
  130. chore: update frappe-ui to v0.1.67

    (cherry picked from commit d7a3c51)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c52a1f1 View commit details
    Browse the repository at this point in the history
  131. chore: update frappe-ui submodule

    (cherry picked from commit f236641)
    krantheman authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    28b3adc View commit details
    Browse the repository at this point in the history
  132. fix: update roster's tailwind config for frappe-ui submodule

    (cherry picked from commit 79dd4bb)
    ruchamahabal authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f6303f5 View commit details
    Browse the repository at this point in the history
  133. chore: reset git submodule to the latest version (v0.1.67)

    (cherry picked from commit 9068d4a)
    ruchamahabal authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f7a30c4 View commit details
    Browse the repository at this point in the history
  134. build: add roster as a separate yarn workspace

    (cherry picked from commit a9e980e)
    ruchamahabal authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    db688e0 View commit details
    Browse the repository at this point in the history
  135. chore: regenerate yarn.lock file

    (cherry picked from commit 218b93a)
    ruchamahabal authored and mergify[bot] committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    510ec80 View commit details
    Browse the repository at this point in the history
  136. chore: fix conflicts

    ruchamahabal authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d698461 View commit details
    Browse the repository at this point in the history