Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.32.0
Browse files Browse the repository at this point in the history
# [15.32.0](v15.31.0...v15.32.0) (2024-10-16)

### Bug Fixes

* colors and icons ([3734316](3734316))
* consider only submited shift assignments while validating distance ([61add67](61add67))
* Employee Checkin list filters ([efa4b70](efa4b70))
* **Expense Claim:** update ledger after updating cost center ([d3dec44](d3dec44))
* get_shift_requests api fields ([d445605](d445605))
* merge conflicts ([083efe0](083efe0))
* merge conflicts ([2f11bc5](2f11bc5))
* payroll bank entry with the Loan Repayment amount ([ed5115c](ed5115c))
* payroll bank entry with the Loan Repayment amount ([e28aa2d](e28aa2d))
* payroll bank entry with the Loan Repayment amount ([011bf77](011bf77))
* payroll bank entry with the Loan Repayment amount ([59c4599](59c4599))
* render 'New' button only if user has perms for doctype ([6490451](6490451))
* **Salary Slip:** consider only leaves taken until End Date in Leave Details ([0fe7e3b](0fe7e3b))
* submit for Attendance Request ([9d6c4a1](9d6c4a1))
* Update condition in query builder ([a01b1bb](a01b1bb))

### Features

* add attendance and shift requests to home page ([1fbb99e](1fbb99e))
* add Attendance Dashboard ([afabd7d](afabd7d))
* add Attendance Request list and form ([298d53b](298d53b))
* add Attendance Request summary ([209d8a4](209d8a4))
* add attendance summary ([fa66111](fa66111))
* add calendar days ([3ec0ec5](3ec0ec5))
* add color coding to summary ([0bf1736](0bf1736))
* add DatetimePicker and switch from Input to DatePicker ([93b28f1](93b28f1))
* add Employee Checkin form ([9110528](9110528))
* add Employee Checkin list ([ac775e9](ac775e9))
* add Employee Checkin summary ([4b55f8c](4b55f8c))
* add geolocation fetching ([b65d420](b65d420))
* add ionic modal for shifts ([02d1b81](02d1b81))
* add notifications for shift request ([8667744](8667744))
* add recent attendance requests ([a8d4919](a8d4919))
* add Request a Shift button ([7c080cd](7c080cd))
* add Shift Assignment form ([80138f1](80138f1))
* add Shift Assignment list ([d0293f4](d0293f4))
* add Shift Request form ([c1a268c](c1a268c))
* add Shift Request list ([8b3622e](8b3622e))
* add Shift Request list view ([aba555d](aba555d))
* add Upcoming Shifts list ([d1a6e68](d1a6e68))
* allow creating attendance requests for future dates ([8582048](8582048))
* create Shift Location doctype ([f98bead](f98bead))
* **Employee Checkin:** validate distance from shift location ([57d0394](57d0394))
* **Expense Claim:** allow update of cost centre and project on submit ([3309750](3309750))
* fetch event of selected month ([557f44b](557f44b))
* set shift request approvers ([b2a4a86](b2a4a86))
* **Shift Location:** add Shift Assignment connection ([2ce1b92](2ce1b92))
* show employee name for team requests ([b0a512f](b0a512f))
* show team shift requests ([9b6b78d](9b6b78d))
* update icons for attendance and shifts ([0dda4a7](0dda4a7))

### Performance Improvements

* improve get_holidays function ([d2271e8](d2271e8))
  • Loading branch information
frappe-bot committed Oct 16, 2024
1 parent 26dc3fe commit 37fb469
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.31.0"
__version__ = "15.32.0"


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

0 comments on commit 37fb469

Please sign in to comment.