Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.18.0
Browse files Browse the repository at this point in the history
# [15.18.0](v15.17.0...v15.18.0) (2024-04-17)

### Bug Fixes

* Action label ([41cd398](41cd398))
* clear message log before showing bulk action status ([af6397b](af6397b))
* fetch only unpaid advances ([3434847](3434847))
* formview header, layout and scroll ([3bb02ce](3bb02ce))
* merge conflicts ([bc2e1cc](bc2e1cc))
* **PWA:** handle password expiry during login ([ca13961](ca13961))
* **PWA:** show last 10 requests by posting date irrespective of type (leave/claim) (backport [#1659](#1659)) ([#1660](#1660)) ([237ff3c](237ff3c))
* Select rows label ([e5384aa](e5384aa))

### Features

* add branch, department, and defualt shift columns ([2657c0f](2657c0f))
* add bulk_assign_shift api ([d16bd31](d16bd31))
* add datatable columns for Process Requests action ([af87bd8](af87bd8))
* add employees datatable ([5cbd4aa](5cbd4aa))
* add field descriptions ([6669eea](6669eea))
* add get_employees api ([bdbc7c3](bdbc7c3))
* add get_shift_requests api ([422f6b5](422f6b5))
* add setting to enable employee checkin for mobile app (backport [#1569](#1569)) ([#1651](#1651)) ([be0b167](be0b167))
* add Shift Assignment Tool button to Shift Assignment List View and Shift Type Form View ([26ed602](26ed602))
* add Shift Assignment Tool to Shift & Attendance workspace ([a18f3d8](a18f3d8))
* add Shift Assignment Tool to Shift Type and Shift Request List View ([2a1c973](2a1c973))
* add shift request date filter descriptions ([a290343](a290343))
* add Shift Request processing functionality ([2c7cfbd](2c7cfbd))
* add status notification ([d038039](d038039))
* add status notification for request processing ([b41b129](b41b129))
* create Shift Assignment Tool DocType ([1b206c6](1b206c6))
* don't exclude conflicting shifts for status Inactive ([2fd4cfc](2fd4cfc))
* **Leave Control Panel:** add confirmation dialog ([0f708ac](0f708ac))
* **Leave Control Panel:** show table for success message ([63f35b3](63f35b3))
* show Request status in bold ([77194ab](77194ab))
* show success notification in the form of a table ([3b2cb55](3b2cb55))
* validate missing fields on client side ([5d2c822](5d2c822))
* validate row selection on client side ([0d28853](0d28853))
* validate start end date ([bb47113](bb47113))

### Performance Improvements

* better querying ([78f06ca](78f06ca))
  • Loading branch information
frappe-bot committed Apr 17, 2024
1 parent 1c9c489 commit 12fe87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "15.17.0"
__version__ = "15.18.0"


def refetch_resource(cache_key: str | list, user=None):
Expand Down

0 comments on commit 12fe87b

Please sign in to comment.