Align STABLE
This commit is contained in:
parent
e66628bb8c
commit
769b50de11
11 changed files with 17 additions and 37 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -47,5 +47,10 @@ local/*
|
|||
.idea/*
|
||||
include/tfpdf/font/unifont/*
|
||||
html/ads.html
|
||||
<<<<<<< HEAD
|
||||
/nbproject/private/
|
||||
=======
|
||||
doc/code/*
|
||||
nbproject/private/
|
||||
|
||||
>>>>>>> unstable
|
||||
|
|
|
|||
|
|
@ -379,7 +379,6 @@ td.tool a.mtitle:hover {
|
|||
/**
|
||||
menu left (not used)
|
||||
*/
|
||||
|
||||
div.lmenu {
|
||||
float:left;
|
||||
clear:left;
|
||||
|
|
@ -3994,7 +3993,6 @@ h2.h-section {
|
|||
background-color:yellow;
|
||||
background-image: linear-gradient(to bottom,yellow,white);
|
||||
}
|
||||
|
||||
/***
|
||||
* Animate menu
|
||||
*
|
||||
|
|
@ -4063,12 +4061,7 @@ h2.h-section {
|
|||
opacity: 0.9;
|
||||
|
||||
}
|
||||
}
|
||||
.text-70 {
|
||||
font-size:70% !important;
|
||||
vertical-align: super;
|
||||
|
||||
}
|
||||
|
||||
.nav-pills {
|
||||
font-family:var(--font-title) !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,8 +59,6 @@ global $g_user, $cn,$g_parameter,$http;
|
|||
$g_user = new Noalyss_user($cn);
|
||||
$http=new HttpInput();
|
||||
|
||||
ITva_Popup::set_vat_code($g_user->get_vat_code_preference());
|
||||
|
||||
IDate::set_firstDate($g_user->get_first_week_day());
|
||||
ITva_Popup::set_vat_code($g_user->get_vat_code_preference());
|
||||
|
||||
|
|
|
|||
|
|
@ -102,4 +102,4 @@ if ( LOGINPUT)
|
|||
die (_('Export impossible'));
|
||||
}
|
||||
require_once NOALYSS_INCLUDE."/export/$prfile";
|
||||
?>
|
||||
?>
|
||||
|
|
@ -84,7 +84,6 @@ if ( $ext->search($http->request("plugin_code")) != -1 )
|
|||
fwrite($file_loginput,"\n");
|
||||
fclose($file_loginput);
|
||||
}
|
||||
define ('ALLOWED',True);
|
||||
/* call the ajax script */
|
||||
require_once NOALYSS_PLUGIN.DIRECTORY_SEPARATOR.dirname(trim($ext->getp('me_file'))).DIRECTORY_SEPARATOR.'raw.php';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4752,6 +4752,7 @@ Widget.prototype.toggle_full_size=function (widget_domid) {
|
|||
(function(){window.addEventListener("onload", (event) => {remove_waiting_box()});})();
|
||||
*/
|
||||
|
||||
//var bookmark=new Bookmark();
|
||||
|
||||
Noalyss = function () {
|
||||
|
||||
|
|
@ -5112,5 +5113,6 @@ VAT_Code.prototype.filter_country=function()
|
|||
return false;
|
||||
}
|
||||
}
|
||||
noalyss=new Noalyss();
|
||||
var noalyss=new Noalyss();
|
||||
|
||||
var bookmark=new Bookmark();
|
||||
|
|
@ -35,7 +35,6 @@ $action = $http->request("action","string", "");
|
|||
$rep=new Database();
|
||||
$User=new Noalyss_user($rep);
|
||||
$User->Check();
|
||||
$audit=true;
|
||||
/**
|
||||
* check if 2FA is completed
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -233,7 +233,6 @@ if ($histo->selected == -1)
|
|||
$p_cat=$http->get("cat","number");
|
||||
$cond = " where f.fd_id = " . sql_string($p_cat);
|
||||
$cond .= " and f.f_enable='1'";
|
||||
|
||||
}
|
||||
|
||||
// Create nav bar
|
||||
|
|
|
|||
|
|
@ -15,35 +15,14 @@ SET row_security = off;
|
|||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346174');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346176');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346177');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346178');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346179');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346181');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346476');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
INSERT INTO public.action (ac_id, ac_description, ac_module, ac_code) VALUES (800, 'Ajout de fiche', 'fiche', 'FICADD');
|
||||
INSERT INTO public.action (ac_id, ac_description, ac_module, ac_code) VALUES (805, 'Création, modification et effacement de fiche', 'fiche', 'FIC');
|
||||
INSERT INTO public.action (ac_id, ac_description, ac_module, ac_code) VALUES (910, 'création, modification et effacement de catégorie de fiche', 'fiche', 'FICCAT');
|
||||
|
|
|
|||
|
|
@ -17,6 +17,12 @@ CREATE SCHEMA comptaproc;
|
|||
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
|
||||
|
||||
>>>>>>> review-stash
|
||||
CREATE SCHEMA tva_belge;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -63,4 +63,4 @@ class Agenda extends Widget
|
|||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue