Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.3.0
Browse files Browse the repository at this point in the history
# [14.3.0](v14.2.4...v14.3.0) (2023-05-03)

### Bug Fixes

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

### Features

* Mark auto attendance on holidays ([74dc49d](74dc49d))
* Mark Auto Attendance on Holidays setting in Shift Type ([cf092f1](cf092f1))
* moved show zero value component setting to salary compoent for better control ([cde30ef](cde30ef))
* overwrite attendance status from attendance request record ([cbcb6c7](cbcb6c7))
* provision to display zero value salary components on salary slip ([109ba11](109ba11))
* provision to remove element if zero valued ([9fe007a](9fe007a))
* rearrange payroll settings form ([8a95e81](8a95e81))
* test case to check compoents with config show zero value component are getting added in salary slip if component amount is zero ([3726f61](3726f61))
* update component row only if the amount is not none ([3e1cd01](3e1cd01))
* **UX:** Show warnings for skipping/overwriting attendance in request ([f165abc](f165abc))
  • Loading branch information
frappe-bot committed May 3, 2023
1 parent 1e5c47c commit 89b82e1
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 +1 @@
__version__ = "14.2.4"
__version__ = "14.3.0"

0 comments on commit 89b82e1

Please sign in to comment.