This is an app that displays a calendar of shift schedules for shift work. You can register multiple shifts, and the work schedule of the selected shift will be displayed on the calendar. By outputting the created work schedule to a file, you can make a backup or share the work schedule with others. Please use the following three tabs.
【Roster】
Displays the selected shift on the calendar. If you want to switch the shift to display, select the display radio button for the shift you want to display on the edit tab.
【edit】
Edit and manage shifts. Create a new shift using the + button at the bottom right. Tapping on a created shift will take you to the shift editing screen where you can edit the shift name and shift (base date, time, etc.). Once you set the shift reference date, the start time, end time, and holiday dates will be displayed repeatedly on the work schedule calendar.
【File】
Work schedule data can be input and output as a file. When you output a file, all current roster data will be output as a json file. By selecting a json file for file input, roster data can be imported from outside. If you input the data to a file, the current roster data will be overwritten, so we recommend exporting it to a file first and backing it up, just in case. These features are useful when linking roster data to other people.