Skip to content

Releases: frappe/hrms

v14.3.2

16 May 14:45
Compare
Choose a tag to compare

14.3.2 (2023-05-16)

Bug Fixes

  • fetch default shift for active employees only (22d9bed)

Performance Improvements

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

v14.3.1

10 May 09:46
Compare
Choose a tag to compare

14.3.1 (2023-05-10)

Bug Fixes

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

Performance Improvements

  • refactor get_all_nodes in Org Chart (b68a7bb)

v14.3.0

03 May 12:27
Compare
Choose a tag to compare

14.3.0 (2023-05-03)

Bug Fixes

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

Features

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

v14.2.4

01 May 08:35
7c44ab2
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix: shift request cancellation failing (backport #478) by @ruchamahabal in #479
  • fix: allow user to set standard deductions in income tax slab without allowing other exemptions (backport #482) by @saurabh6790 in #484

Full Changelog: v14.2.3...v14.2.4

v14.2.3

26 Apr 07:27
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • refactor: update ref details on selected references on Payment Entry (backport #458) by @mergify in #460
  • fix: savepoint policy assignment submission, log errors & inform the user about failures (backport #459) by @mergify in #461
  • fix(patch): convert kra to string and replace \n chars for better kra names (backport #465) by @mergify in #466

Full Changelog: v14.2.2...v14.2.3

v14.2.2

18 Apr 02:53
3ba4182
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v14.2.1...v14.2.2

v14.2.1

06 Apr 04:10
512fb9a
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v14.2.0...v14.2.1

v14.2.0

31 Mar 07:53
66f7fb6
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

Full Changelog: v14.1.3...v14.2.0

v14.1.3

22 Mar 16:53
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix: earned leave exceeding annual allocation (backport #397) by @ruchamahabal in #398
  • fix: don't allow manual updates for earned leave allocation after submission (backport #399) by @ruchamahabal in #400
  • fix: filter out inactive employees on additional salary and pull default amount from component (backport #385) by @saurabh6790 in #402
  • fix: get income tax slab only if tax compoents are applicable (backport #394) by @saurabh6790 in #404
  • fix: update salary register report to display correct currency symbol (backport #401) by @saurabh6790 in #405
  • fix: cannot customize Employee Advance due to document states property (backport #408) by @ruchamahabal in #410
  • fix: filter out old allocation's carry-forwarded leaves while fetching leave details (backport #411) by @ruchamahabal in #413

Full Changelog: v14.1.2...v14.1.3

v14.1.2

15 Mar 06:43
cbf94bd
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix: exclude carry forwarded leaves while updating leaves after submission (backport #381) by @ruchamahabal in #386
  • fix(postgres): convert salary detail join query to qb (backport #387) by @ruchamahabal in #389

Full Changelog: v14.1.1...v14.1.2