Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.17.0
Browse files Browse the repository at this point in the history
# [15.17.0](v15.16.0...v15.17.0) (2024-04-10)

### Bug Fixes

* assignment link in tax slab validation ([fc23a21](fc23a21))
* employee filter in list view of shift assignment (backport [#1624](#1624)) ([#1627](#1627)) ([38030b5](38030b5))
* shift type filter in list view of shift assignment (backport [#1625](#1625)) ([#1629](#1629)) ([e8fc0f0](e8fc0f0))
* use reference name while updating exc rate (backport [#1623](#1623)) ([#1635](#1635)) ([d5a45f2](d5a45f2))
* validate/warn overwriting tax in additional salary ([fa833e0](fa833e0))

### Features

* add total row for single employee & leave type ([7d8a3c5](7d8a3c5))
* add transaction type & name filter ([bb967ae](bb967ae))
* add View Ledger buttons to leave transactions ([6f630ac](6f630ac))
* Leave Ledger Report ([9be6701](9be6701))
* **Payroll:** allow overwriting tax component through additional salary ([ac23771](ac23771))
* show holidays and colour code in attendance calendar ([75c1e16](75c1e16))
  • Loading branch information
frappe-bot committed Apr 10, 2024
1 parent 34ad250 commit d4bd0b1
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.16.0"
__version__ = "15.17.0"


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

0 comments on commit d4bd0b1

Please sign in to comment.