From dd8541e9a609bb613c0022fd35665c9e84c34e48 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 14 Jan 2025 08:02:05 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.38.0 # [15.38.0](https://github.com/frappe/hrms/compare/v15.37.2...v15.38.0) (2025-01-14) ### Bug Fixes * add leaves to the correct allocation for compensatory leave request ([19304f4](https://github.com/frappe/hrms/commit/19304f4178b16aff0b1e18f8183bcaef6741aea4)) * allow setting opening tax balance in salary assignment for old employees too (backport [#2618](https://github.com/frappe/hrms/issues/2618)) ([#2636](https://github.com/frappe/hrms/issues/2636)) ([d99f5e3](https://github.com/frappe/hrms/commit/d99f5e35124b1df00c21ac596adcacbc88767811)) * Breadcrumb Label for Non-Logged-In Users in Job Portal (backport [#2439](https://github.com/frappe/hrms/issues/2439)) ([#2598](https://github.com/frappe/hrms/issues/2598)) ([72875c6](https://github.com/frappe/hrms/commit/72875c6015bfd79cc7d568e23df6d673a73c02e5)) * create single leave ledger encashment entry for carry forwarding leave type (backport [#2614](https://github.com/frappe/hrms/issues/2614)) ([#2627](https://github.com/frappe/hrms/issues/2627)) ([44acce7](https://github.com/frappe/hrms/commit/44acce75106977ab2711e6174c0748b7e5c7e6e9)) * disable 'User Cannot Search' for bulk tools (backport [#2630](https://github.com/frappe/hrms/issues/2630)) ([#2632](https://github.com/frappe/hrms/issues/2632)) ([5098f4f](https://github.com/frappe/hrms/commit/5098f4fcb8072fac417b922bd8ff84c7c62323b9)) * effect of fnf statement cancellation on gratuity record ([c4f4999](https://github.com/frappe/hrms/commit/c4f49990d2574bc01cb6705dcccf78f4348166f0)) * filter out cancelled documents in FnF reference document selection ([870bbaa](https://github.com/frappe/hrms/commit/870bbaa319d7535f54dd552280bf5b929c3ba0c9)) * make checkin button click once to prevent submitting multiple logs (backport [#2604](https://github.com/frappe/hrms/issues/2604)) ([#2605](https://github.com/frappe/hrms/issues/2605)) ([eb7c313](https://github.com/frappe/hrms/commit/eb7c313b60a1dfc1d6b753228af64b4c6dd0061b)) * rectify and add more info to Leave Ledger validation message ([2cd858f](https://github.com/frappe/hrms/commit/2cd858f1449aba668c8531b75a2857cdbdd712e8)) * refactor code, consider fnf payment status update via journal entry ([e92caf4](https://github.com/frappe/hrms/commit/e92caf4b21095c20f82df6b6d0ebd8419faa5df6)) * refactor code, consider fnf payment status update via journal entry ([dad727a](https://github.com/frappe/hrms/commit/dad727a99ee602db8fa8d8e1b8fdee60f9d4df8b)) * resolve html rendering issue for holidays in roster view (backport [#2595](https://github.com/frappe/hrms/issues/2595)) ([#2596](https://github.com/frappe/hrms/issues/2596)) ([4a2ca25](https://github.com/frappe/hrms/commit/4a2ca259ba1d1b8843704744638747b634d7c6f9)) * set gratuity paid_amont field ([d64c255](https://github.com/frappe/hrms/commit/d64c2553742e8488f703c9688e6ba1b7746ac9c4)) * set gratuity to unpaid on FFN cancellation, edit test ([f53b861](https://github.com/frappe/hrms/commit/f53b861f337ee5da80f305a3b98f433d7f4b5ec9)) * set party type & party for gratuity payable row in journal entry ([a9fa9fb](https://github.com/frappe/hrms/commit/a9fa9fbc8a04354d55a0742494e5237beb55fec4)) * skip updating gratuity status on FnF cancellation ([b5e3a4d](https://github.com/frappe/hrms/commit/b5e3a4dd89de04ea87ee90888d129d4cd813000f)) * update status of reference documents ([746d628](https://github.com/frappe/hrms/commit/746d6289918e3ad37cd6aaa30706afafeb01837c)) * validate department based on company ([bc2fdbd](https://github.com/frappe/hrms/commit/bc2fdbde62b64f6ab94a1bf1cef8b9bcbd93953b)) * validate if company is set in department ([99065c5](https://github.com/frappe/hrms/commit/99065c5dd2d8386d84073a78ab2562741c83b816)) ### Features * add company filter for department ([09d21d2](https://github.com/frappe/hrms/commit/09d21d284e4f31e16633ff7e9093ba67166db3fb)) ### Reverts * Revert "fix: refactor code, consider fnf payment status update via journal entry" ([0ad0848](https://github.com/frappe/hrms/commit/0ad0848b05af98da178c63d3af5294fd804cf047)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 9b58db905a..550848b579 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.37.2" +__version__ = "15.38.0" def refetch_resource(cache_key: str | list, user=None):