# Paths path::logs path::pdf path::dbs path::res path::res/fonts # Files file::res/fonts/LiberationSerif-Bold.ttf;res/fonts/LiberationSerif-Bold.ttf;1 file::res/fonts/LiberationSerif-BoldItalic.ttf.ttf;res/fonts/LiberationSerif-BoldItalic.ttf;1 file::res/fonts/LiberationSerif-Italic.ttf;res/fonts/LiberationSerif-Italic.ttf;1 file::res/fonts/LiberationSerif-Regular.ttf;res/fonts/LiberationSerif-Regular.ttf;1 file::res/AppLogo.ico;res/AppLogo.ico;1 file::res/AppLogo.png;res/AppLogo.png;1 file::res/mdg_logo.png;res/mdg_logo.png;1 # Database Commands sql_command_main::CREATE TABLE IF NOT EXISTS object (id TEXT PRIMARY KEY, name TEXT, object INTEGER, school_weeks BLOB, halfyear INTEGER, g8 INTEGER, infos BLOB) sql_command_main::CREATE TABLE IF NOT EXISTS object (id TEXT PRIMARY KEY, name TEXT, object INTEGER, school_weeks BLOB, halfyear INTEGER, g8 INTEGER, infos BLOB) sql_command_school_year::CREATE TABLE IF NOT EXISTS teacher (id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT, surname TEXT, short TEXT, active INTEGER, work_time BLOB, comments BLOB, saldo BLOB, email TEXT, infos BLOB)