Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Usage guide

Electron_prod edited this page Jan 24, 2024 · 9 revisions

Usage guide

Using gui to create configuration

Adding new class

  1. Press 'Add class' button on the left panel
  2. In the dialog box, enter the name of the class
  3. Success!

Removing class

  1. Select class to remove in the top selector on the left panel
  2. Press 'Delete class' button
  3. Press 'ok' to continue
  4. Success!

Using view changer

You can select class and day in two selectors on the left panel

Adding new lesson

  1. Select class and day in view changer
  2. Fill all input fields on the right panel (In time field you must put time in format as '9:00' or '09:00')
  3. Press 'Add lesson' button
  4. Success!

Deleting lesson

  1. Select lesson to delete in list on the center
  2. Press 'Delete lesson' button
  3. Success!

Delete all data

  1. Go to menu 'File' on the top and click 'Clear' button
  2. Success!

Using 'import' feature

Creating .CSV file in Microsoft Exel

  1. Create new file in Exel
  2. You need to fill file with format like this:
image

Markup words: '!Class' - add class, must be in 'A' column. Class name must be in 'B' column.

Importing data from .CSV to program

  1. Go to menu 'File' on the top and click 'Import' button
  2. Select your .CSV file in filesystem and press 'Open' button
  3. Wait for message 'Import done'. If you received other, check this page.
  4. Success!

Clone this wiki locally