In Education module, following is the Calendar View of Course Schedule for a student in “student portal”:
In this context I have following observations / queries:
- How to have Day / weekly view in addition to monthly view?
- How to start week from Monday inplace of Sunday.
- Yellow and Amber colour looks same.
- Room should be displayed by name, rather than ID/PrimaryKey
- Like wise instrutor should also be dispalyed by name (Full Name) rather than ID/Primarykey
- With in a day (in month view), enteries should be sorted time wise.
As primarykey in ERPNext called name, so I used PrimaryKey in above text.