Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: ankush/hrms

Tags

v14.4.1

Toggle v14.4.1's commit message
chore(release): Bumped to Version 14.4.1

## [14.4.1](frappe/hrms@v14.4.0...v14.4.1) (2023-06-06)

### Bug Fixes

* **Monthly Attendance Sheet:** handle case when there are only leave records (backport [frappe#565](frappe#565)) ([frappe#567](frappe#567)) ([8e81bc7](frappe@8e81bc7))
* **regional:** uninstall failing while deleting UAE fixtures ([frappe#574](frappe#574)) ([frappe#575](frappe#575)) ([cff23ef](frappe@cff23ef))
* return if field is not found (+ minor refactor) ([frappe#563](frappe#563)) ([frappe#569](frappe#569)) ([7158402](frappe@7158402))
* validate earned leave and compensatory leave conflict in leave type (backport [frappe#502](frappe#502)) ([frappe#570](frappe#570)) ([42276a0](frappe@42276a0))

v14.4.0

Toggle v14.4.0's commit message
chore(release): Bumped to Version 14.4.0

# [14.4.0](frappe/hrms@v14.3.4...v14.4.0) (2023-05-31)

### Bug Fixes

* check if shift is outside assignment period ([1ef0954](frappe@1ef0954))
* consider `curr_shift` to retrieve `prev_shift` when possible ([a4889b0](frappe@a4889b0))
* make promotion details table non-mandatory (backport [frappe#559](frappe#559)) ([frappe#560](frappe#560)) ([751adf4](frappe@751adf4))
* midnight shift not fetched in checkin if assignment is missing on shift's end date ([ab4f980](frappe@ab4f980))
* rectify time overlap validation for midnight shifts ([21e71e8](frappe@21e71e8))
* remove rounding default for earned leave (backport [frappe#547](frappe#547)) ([frappe#549](frappe#549)) ([8da0656](frappe@8da0656))
* set default to zero on salary component. ([frappe#552](frappe#552)) ([d846d84](frappe@d846d84))

### Features

* Allow ceil & floor functions in salary slip formulae (backport [frappe#527](frappe#527)) ([frappe#558](frappe#558)) ([f8bb10c](frappe@f8bb10c))

v14.3.4

Toggle v14.3.4's commit message
chore(release): Bumped to Version 14.3.4

## [14.3.4](frappe/hrms@v14.3.3...v14.3.4) (2023-05-26)

### Bug Fixes

* **Monthly Attendance Sheet:** consider leave for the entire day ([04a7f74](frappe@04a7f74))
* return amount as flt if eval_conditions_and_formula returns None ([114c9e6](frappe@114c9e6))

v14.3.3

Toggle v14.3.3's commit message
chore(release): Bumped to Version 14.3.3

## [14.3.3](frappe/hrms@v14.3.2...v14.3.3) (2023-05-24)

### Bug Fixes

* change fieldtype to remove currency field from total row in export ([495c939](frappe@495c939))
* handle remove_if_zero_valued property while updating salary slip via data import ([bfacf17](frappe@bfacf17))
* incorrect pro-rated earned leave calculation for passed months ([cec0960](frappe@cec0960))
* update statistical component value in default data ([a5cca22](frappe@a5cca22))

v14.3.2

Toggle v14.3.2's commit message
chore(release): Bumped to Version 14.3.2

## [14.3.2](frappe/hrms@v14.3.1...v14.3.2) (2023-05-16)

### Bug Fixes

* fetch default shift for active employees only ([22d9bed](frappe@22d9bed))

### Performance Improvements

* index shift type and employee in checkins and assignment to avoid full table scans ([7f5062e](frappe@7f5062e))
* optimize fn to fetch default shift employees ([c6aa193](frappe@c6aa193))
* use `get_all` instead of `get_list` for fetching checkins ([bfa014e](frappe@bfa014e))
* use cache for most used queries ([1a1b0fa](frappe@1a1b0fa))

v14.3.1

Toggle v14.3.1's commit message
chore(release): Bumped to Version 14.3.1

## [14.3.1](frappe/hrms@v14.3.0...v14.3.1) (2023-05-10)

### Bug Fixes

* loan fieldname in salary register report ([frappe#510](frappe#510)) ([15bbda3](frappe@15bbda3))
* removed filter on non-existent column in grievance chart (backport [frappe#501](frappe#501)) ([frappe#504](frappe#504)) ([7d6a5e6](frappe@7d6a5e6))
* **Salary Slip:** exchange rate overwritten on form load (backport [frappe#507](frappe#507)) ([frappe#508](frappe#508)) ([9cf39a5](frappe@9cf39a5))

### Performance Improvements

* refactor `get_all_nodes` in Org Chart ([b68a7bb](frappe@b68a7bb))

v14.3.0

Toggle v14.3.0's commit message
chore(release): Bumped to Version 14.3.0

# [14.3.0](frappe/hrms@v14.2.4...v14.3.0) (2023-05-03)

### Bug Fixes

* add msgprint for updated attendance ([b266a3d](frappe@b266a3d))
* call update_component_row only if amount is not none ([ac7afd3](frappe@ac7afd3))
* consider default value before removed zero valued components ([445e1a3](frappe@445e1a3))
* do not consider zero valued rows for accounting ([4089d84](frappe@4089d84))
* employee & grade filters not considered while allocating leaves via Leave Control Panel (backport [frappe#456](frappe#456)) ([frappe#490](frappe#490)) ([c39eaad](frappe@c39eaad))
* group checkin logs by shift start time ([561994e](frappe@561994e))
* rename field ([c55eefa](frappe@c55eefa))
* rename field to remove zero valued compoents ([b0cc416](frappe@b0cc416))
* shift not fetched in checkin on holidays ([e47932a](frappe@e47932a))
* validate overlapping attendance request ([e2d7998](frappe@e2d7998))

### Features

* Mark auto attendance on holidays ([74dc49d](frappe@74dc49d))
* Mark Auto Attendance on Holidays setting in Shift Type ([cf092f1](frappe@cf092f1))
* moved show zero value component setting to salary compoent for better control ([cde30ef](frappe@cde30ef))
* overwrite attendance status from attendance request record ([cbcb6c7](frappe@cbcb6c7))
* provision to display zero value salary components on salary slip ([109ba11](frappe@109ba11))
* provision to remove element if zero valued ([9fe007a](frappe@9fe007a))
* rearrange payroll settings form ([8a95e81](frappe@8a95e81))
* test case to check compoents with config show zero value component are getting added in salary slip if component amount is zero ([3726f61](frappe@3726f61))
* update component row only if the amount is not none ([3e1cd01](frappe@3e1cd01))
* **UX:** Show warnings for skipping/overwriting attendance in request ([f165abc](frappe@f165abc))

v14.2.4

Toggle v14.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request frappe#485 from frappe/version-14-hotfix

v14.2.3

Toggle v14.2.3's commit message
chore: bump version to 14.2.3

v14.2.2

Toggle v14.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request frappe#453 from frappe/version-14-hotfix