Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Payroll): Change "Preview Salary Slips" dropdown to autocomplete #935

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

niraj2477
Copy link
Contributor

Fixes: #929

@ruchamahabal ruchamahabal changed the title fix: [Payroll] Change "Preview Salary Slips" dropdown to autocomplete fix(Payroll): Change "Preview Salary Slips" dropdown to autocomplete Oct 5, 2023
@ruchamahabal ruchamahabal merged commit 254ae34 into frappe:develop Oct 5, 2023
5 checks passed
mergify bot pushed a commit that referenced this pull request Oct 5, 2023
ruchamahabal added a commit that referenced this pull request Oct 5, 2023
…(backport #935) (#940)

Co-authored-by: Rucha Mahabal <[email protected]>
Co-authored-by: Niraj Gautam <[email protected]>
@niraj2477
Copy link
Contributor Author

I ran pre-commit, still it seems formatting is not applied properly. What could be the issue?

@ruchamahabal

@ruchamahabal
Copy link
Member

@niraj2477 pre-commit only takes care of .py files. I will soon add auto-formatting using prettier for client side

frappe-pr-bot pushed a commit that referenced this pull request Oct 6, 2023
# [14.13.0](v14.12.1...v14.13.0) (2023-10-06)

### Bug Fixes

* absent marking fails if shift's end date & actual end date are different ([d6106a3](d6106a3))
* absent marking for missing attendance dates fails for an older assignment date ([4743adf](4743adf))
* Add close button in goal view ([fc26b2d](fc26b2d))
* error while selecting an employee when `salary_slip_based_on_timesheet` is unchecked ([#936](#936)) ([ea77ff2](ea77ff2))
* handle false positive cases for shift fetching in shift boundaries ([97ada07](97ada07))
* incorrect attendance date for different start & actual start dates ([0aa31ee](0aa31ee))
* Overflow error for date operation when day changes ([dc8ad3b](dc8ad3b))
* **Payroll:** Change "Preview Salary Slips" dropdown to autocomplete (backport [#935](#935)) ([#940](#940)) ([63817f7](63817f7))
* shift fetch fails if shift's end date & actual end date are different ([7cb995e](7cb995e))
* shift fetch fails in before shift margin if shift's start & actual start date are different ([9125c75](9125c75))
* status button groups & formatting ([9370583](9370583))
* Update list view & json schema ([c7e519f](c7e519f))
* Update set_status function ([e002fa9](e002fa9))

### Features

* Add status dropdown button ([f766d1a](f766d1a))

### Performance Improvements

* use generator fn for date range to find prev/next assignment ([db5e7d8](db5e7d8))
@niraj2477 niraj2477 deleted the salary-structure branch October 10, 2023 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Payroll] Change "Preview Salary Slips" dropdown to autocomplete
2 participants