NaveenKumarK219 / leave-management-system

Application for managing employee leaves and queries
77 stars 60 forks source link

Calendar dates dont have colors #5

Closed syed0901 closed 4 years ago

syed0901 commented 4 years ago

First of all. Great project! I have 2 issues:

  1. When I click on Submit on Apply Leave, it doesn't go to landing page. It shows Whitelabel error page. I click back. I see results properly done in the database though.

  2. The Calendar on home screen does not show blue, green and red colors in dates which are put on leave. Even when i click Pending, Accepted and Rejected checkboxes.

syed0901 commented 4 years ago

First issue is resolved. There was some wrong landing views with "leave-management-system" is URL

syed0901 commented 4 years ago

Second issue is resolved. date format in SimpleDateFormat should YYYY-MM-dd, instead of YYYY-MM-DD. Thank you.

SaiAvinashP commented 4 years ago

Hello bro.. i'm also getting an error in date format .. actually i'm using mysql instead of postgresql ... "from_date timestamp without time zone NOT NULL," .. can you tell me how to write this line in mysql ...

NaveenKumarK219 commented 4 years ago

Hey @SaiAvinashP I'm not sure on MySql. And @syed0901 Glad that you liked my project.