bahmni appoint schedule work time

Hi,

was working on appointment scheduling and figured out that system has set work time as 9am-7 pm. As times beyond these are greyed out in the calendar. , while the service availability time is from 9:30 am to 1:30PM and 4:30pm to 7:30PM. Is there any other setup for work time.

@jayasri,

The time 9:00 am to 19:00 pm is configurable, on the calendar. The config can be found in apps/appointments/app.json. You can change it to the working times as per your implementation. See below,

“startOfDay”:“09:30”, “endOfDay”:“19:30”

More details about calendar view here.

P.S Although the area appears greyed out, its only a visual indication. Appointments can be booked even for those times.

Wow, thanks Sruti. I missed out this configuration, thank you.