This repository was archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Usage guide
Electron_prod edited this page Jan 25, 2024
·
9 revisions
- Press 'Add class' button on the left panel
- In the dialog box, enter the name of the class
- Success!
- Select class to remove in the top selector on the left panel
- Press 'Delete class' button
- Press 'ok' to continue
- Success!
You can select class and day in two selectors on the left panel
- Select class and day in view changer
- Fill all input fields on the right panel (In time field you must put time in format as '9:00' or '09:00')
- Press 'Add lesson' button
- Success!
- Select lesson to delete in list on the center
- Press 'Delete lesson' button
- Success!
- Go to menu 'File' on the top and click 'Clear' button
- Success!
- Create new file in Exel
- You need to fill file with format like this:
Markup words:
- '!Class' - add class, must be in 'A' column. Class name must be in 'B' column.
- '!Day' - set day to add lessons, must be in 'A' column. Day id must be in 'B' column.
- Note: Day id can be 1-7 (Monday-Sunday)
Adding lessons format
- In column "A" must be lesson's time.
- In column "B" must be lesson's name.
- In column "C" must be lesson's teacher.
- Save it as '.CSV (MS-DOS)'
- If this file contains non-English letters, then you need to convert the file encoding to UTF-8 using third-party programs.
- Open the file with notepad.
- Use 'Save As' function and select encoding to 'UTF-8' in selector and press 'Save'
- Success!
- Go to menu 'File' on the top and click 'Import' button
- Select your .CSV file in filesystem and press 'Open' button
- Wait for message 'Import done'. If you received other, check this page.
- Success!
- Go to menu 'File' on the top and click 'Send' button
- Save configuration file in location you want
- Success!
- Go to menu 'File' on the top and click 'Send' button
- Enter in first dialog message enter server's adress in format: 'IP:PORT'
- Enter in second dialog message enter auth information in format: 'LOGIN:PASSWORD'
- Wait for message 'Sent data to server.' If you received other, check this page.