//jsdump("accsql");
- jsdump("--ACCSQL:\n" + accsql);
+ //jsdump("--ACCSQL:\n" + accsql);
var accdata = appdb.dbquery(accsql);
//dump("Hide column " + coltohide + "\n");
}
-function check_accountingtable(){
- var cols = appdb.dbquery("SELECT type, name,tbl_name,sql FROM sqlite_master where tbl_name='accounting';");
- if (cols.sqldata[0].sql.indexOf(" uuid TEXT") == -1){
- appdb.dbexec("ALTER TABLE accounting add column uuid TEXT;");
- }
- appdb.dbexec("UPDATE accounting set uuid= hex(randomblob(4)) || '-' || hex(randomblob(2)) || '-' || hex(randomblob(2)) || '-' || hex(randomblob(2)) || '-' || hex(randomblob(6)) where uuid is null;");
-}
+// function check_accountingtable(){
+// var cols = appdb.dbquery("SELECT type, name,tbl_name,sql FROM sqlite_master where tbl_name='accounting';");
+// if (cols.sqldata[0].sql.indexOf(" uuid TEXT") == -1){
+// appdb.dbexec("ALTER TABLE accounting add column uuid TEXT;");
+// }
+// appdb.dbexec("UPDATE accounting set uuid= hex(randomblob(4)) || '-' || hex(randomblob(2)) || '-' || hex(randomblob(2)) || '-' || hex(randomblob(2)) || '-' || hex(randomblob(6)) where uuid is null;");
+// }
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Creorga"
-#define MyAppPublisher "DKS s.à r.l."
+#define MyAppPublisher "DKS s.\9d r.l."
#define MyAppURL "http://www.dks.lu/creorga/"
#define MyAppExeName "Creorga.exe"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
[Types]
-Name: "tdirector"; Description: "Director - (Tous les acc?s)"
-Name: "tlocalmanager"; Description: "Local Manager - (Version pour un g?rant de cr?ches)"
+Name: "tdirector"; Description: "Director - (Tous les accès)"
+Name: "tlocalmanager"; Description: "Local Manager - (Version pour un gérant de crèches)"
Name: "tstaff"; Description: "Staff - (Version pour le staff)";
[Components]