added files
This commit is contained in:
parent
7d55b43eb9
commit
4878e4744a
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,20 @@
|
|||
# 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)
|
||||
|
||||
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)
|
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 485 KiB |
Loading…
Reference in New Issue