Create dynamic month/year calendar attendance sheet in .NET MVC


Suppose I have a database table of 5 employees. I also have the attendance of those employees(Present and Absent data). I know how to use the fullcalendar.js. But what I want is, I want a fullcalendar esce monthly attendace sheet like below one with changable month and year. Is it possible?

img1


Asked by:- SalmanZahir
0
: 8181 At:- 2/12/2018 7:38:54 AM
asp.net mvc







2 Answers
profileImage Answered by:- pika

From full calendar.js, I mean you were referencing https://fullcalendar.io/

Also there is loack of info in your question, current code etc.

So condifering the above details, let's get back to your question, looking at the above image, you need to create HTML table, which has dynamic headers depending on month and it's date, with employee name as first header.

You can do something like this:

  1. Create a table using HTML with headers shown in the above image, using partial View
  2. Create a button, on clicking which a new tab is opened with month  date and employee attendance
  3. For changing month, you can create a Dropdown List on top right of view, and call ajax event to reload main content of table on changing month.

 you can create the above image into HTML/CSS directly, i don't think this view is possible using FullCalendar JS

1
At:- 2/12/2018 9:07:00 AM


profileImage Answered by:- manish

This problem is already resolved, just in case some land on this page please refer @Sam and @vikas's comments/answers on this link

https://qawithexperts.com/questions/230/how-to-create-monthly-attendance-sheet-with-mvc

Thanks

0
At:- 3/21/2018 7:15:59 AM Updated at:- 3/21/2018 7:16:25 AM






Login/Register to answer
Or
Register directly by posting answer/details

Full Name *

Email *




By posting your answer you agree on privacy policy & terms of use