Found out that if I set the calendar time other than 0 start and end it fixes the formatting issue. Can you have it autosize for each employee so it doesn't take up so much spaces?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
good to hear that it's working for you now.
Unfortunately the size of the calendar is not configurable at the moment...
What you can do is to set the number of calendars per line in the settings. The setting is called "Calendars per Row"
If you really need to change the size of the calendars you can change the code. you can find it in js/salonerp.js, line 2212. Just change "800px" to a value you need
Regards
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Found out that if I set the calendar time other than 0 start and end it fixes the formatting issue. Can you have it autosize for each employee so it doesn't take up so much spaces?
Hi nuphan,
good to hear that it's working for you now.
Unfortunately the size of the calendar is not configurable at the moment...
What you can do is to set the number of calendars per line in the settings. The setting is called "Calendars per Row"
If you really need to change the size of the calendars you can change the code. you can find it in js/salonerp.js, line 2212. Just change "800px" to a value you need
Regards
Thomas