fineract-cn-mobile icon indicating copy to clipboard operation
fineract-cn-mobile copied to clipboard

Fix-305: Checkbox replaced with Icons for proportionality field in Edit payroll Screen

Open varsvat opened this issue 3 years ago • 1 comments

Fixes FINCN-305

In the Edit payroll screen, The checkbox in the proximity of the proportional field tempts the user to modify the proportional field right by clicking on the checkbox but to actually edit the proportional field , user has to click on the edit icon beside the delete icon and then modify it. So ,I have added a image indicating green tick or red cross for either cases instead of the checkbox as on this screen :arrow_down:

Screenshot_2021-03-22-12-45-41-71_44eb2329bec141192ae3530735fe1d93

After Fixing , this is how it looks : :arrow_down:

Screenshot_2021-03-23-00-19-56-65_44eb2329bec141192ae3530735fe1d93

Please make sure these boxes are checked before submitting your pull request - thanks!

  • [x] Apply the AndroidStyle.xml style template to your code in Android Studio.

  • [x] Run the unit tests with ./gradlew check to make sure you didn't break anything.

  • [x] If you have multiple commits please combine them into one commit by squashing them.

varsvat avatar Mar 22 '21 18:03 varsvat