javascript - Planning tool JQuery / MVC 4 -


the webapplication build gives user possibility select period on calendar. on selected days can write start , end hour. total amount of hours gets calculated. on image below can see accomplish. way started programming this? there tutorial me started?

is there jquery widget gives start?

on left got employees , each of them user can select period , fill in hours have work.

enter image description here

i hope u idea have in mind. please feel free ask me specifications.

i'm using mvc 4 - razor pages webapp

thanks in advance

i've made similar in mvc2 app jquery check schedules formative actions.

i first place temporary span action , load calendar provided jquery's datepicker, later overwrite it's onselect event affect , save data.

so when click on day of calendar (only days on selected time span clickable) allow user introduce data schedule on day.

data saving server managed through ajax calls saves during using interaction.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -