Skip to content

Commit

Permalink
Merge pull request #3598 from ONE-F-M/188179806
Browse files Browse the repository at this point in the history
chore: change log added for v15_1_0
  • Loading branch information
pjamsheer authored Aug 28, 2024
2 parents e02b8cc + ba3d992 commit 0fa56a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion one_fm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
from one_fm.permissions import get_custom_user_permissions


__version__ = '15.0.9'
__version__ = '15.1.0'

user_permission.get_user_permissions = get_custom_user_permissions
StockController.make_batches = make_batches_with_supplier_batch_id
Expand Down
14 changes: 14 additions & 0 deletions one_fm/change_log/v15/v15_1_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Version 15.1.0 Release Notes

### ONE FM NEW FEATURES
- [As a GRD User I want to set the Civil ID Expiry Date from the Uploaded Payment Invoice so that I work efficiently](https://github.com/ONE-F-M/one_fm/pull/3595)
- [As a GRD User I want to update passport details from the work permit doctype so that passport details are up to date](https://github.com/ONE-F-M/one_fm/pull/3589)
- [Add On-Hold attendance employees to Missing payroll information doctype for review](https://github.com/ONE-F-M/one_fm/pull/3590)


### Bug Fixes
- [Auto-approve Employee Checkin Issue](https://github.com/ONE-F-M/one_fm/pull/3583)
- [Unable to Approve Leave Application](https://github.com/ONE-F-M/one_fm/pull/3586)
- [Early Exit Attendance Marking](https://github.com/ONE-F-M/one_fm/pull/3587)
- [Bugs in Google Sheet Data Export](https://github.com/ONE-F-M/one_fm/pull/3588)
- [Responsiveness issue in one_fm landing page (partners section)](https://github.com/ONE-F-M/ONEFM_Landing_page/pull/4)

0 comments on commit 0fa56a0

Please sign in to comment.