jsdump 3.28.3
authorKilian Saffran <ksaffran@dks.lu>
Thu, 7 Mar 2019 10:41:43 +0000 (11:41 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Thu, 7 Mar 2019 10:41:43 +0000 (11:41 +0100)
app_v3/chrome/content/modules/accounting/js/accountingchild.js
install/windows/creorga_setup.iss

index f097502..b6cf03b 100644 (file)
@@ -67,7 +67,7 @@ function load_accounting_table(){
   
 
    //jsdump("accsql");
-  jsdump("--ACCSQL:\n" + accsql);
+  //jsdump("--ACCSQL:\n" + accsql);
   
   var accdata = appdb.dbquery(accsql);
 
@@ -338,10 +338,10 @@ function onhidecolumn(coltohide) {
   //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;");
+// }
index e522322..a2fa7e1 100644 (file)
@@ -2,7 +2,7 @@
 ; 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"
 
@@ -38,8 +38,8 @@ WizardSmallImageFile=wizcreorgasmall.bmp
 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]