Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.37.0
Browse files Browse the repository at this point in the history
# [15.37.0](v15.36.1...v15.37.0) (2024-12-27)

### Bug Fixes

* add patch to patches.txt file ([49b7086](49b7086))
* Change label - Maximum Leave Allocation Allowed to Maximum Leave Allocation Allowed per Leave Period ([1eadf17](1eadf17))
* deletion and viewing of shift schedule ([d986d88](d986d88))
* don't use get_doc in patch ([4583358](4583358))
* **Leave Type:** Change label - Applicable After (Working Days) to Allow Leave Application After (Working Days) ([102468d](102468d))
* make Shift Schedule submittable ([e959a33](e959a33))
* merge conflicts ([55eeb37](55eeb37))
* only allow date selection within the allocation period ([80d9c88](80d9c88))
* patch ([a98ad03](a98ad03))
* remove duplicate days ([fcff897](fcff897))
* run process_auto_shift_creation hook from Shift Schedule Assignment instead ([cc36b52](cc36b52))
* **Shift Assignment Tool:** create shift assignments after shift schedule assignment ([ff5d20e](ff5d20e))
* **Shift Type:** mark Process Attendance After reqd if auto attendance is enabled (backport [#2526](#2526)) ([#2528](#2528)) ([913d8c0](913d8c0))
* tests ([58d37c6](58d37c6))
* **UX:** inform the user on successful manual leave allocation ([de1e283](de1e283))

### Features

* add Shift Schedule and Shift Schedule Assignment ([10aa5b8](10aa5b8))
* add Shift Tools button to all shift doctypes ([94b6090](94b6090))
* add Shift Tools button to shift doctype forms ([35d6f08](35d6f08))
* add shift_location to roster ([d988936](d988936))
* allow setting From Date for manual allocation entry ([92592b0](92592b0))
* **Roster:** add product logo to breadcrumbs ([89e2c39](89e2c39))
* **Roster:** add shift_location filter ([d1b3651](d1b3651))
* **Roster:** add View button ([d92eb30](d92eb30))
* **Roster:** show shift_location in MonthView ([3354ce1](3354ce1))
* **Roster:** ui improvements ([c9f4bb2](c9f4bb2))
* **Shift Assignment Tool:** add Action 'Assign Shift Schedule' ([76dde90](76dde90))
* **Shift Assignment Tool:** add Action 'Assign Shift Schedule' backend ([eae7400](eae7400))
* **Shift Assignment Tool:** exclude employees with enabled overlapping shift schedule assignments ([5d4def9](5d4def9))

### Performance Improvements

* improve shift assignment schedule migration patch ([4abb22b](4abb22b))
  • Loading branch information
frappe-bot committed Dec 27, 2024
1 parent 3f9c8d5 commit c8f07c2
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.36.1"
__version__ = "15.37.0"


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

0 comments on commit c8f07c2

Please sign in to comment.