Align STABLE

This commit is contained in:
sparkyx 2025-12-25 10:08:58 +01:00
parent e66628bb8c
commit 769b50de11
11 changed files with 17 additions and 37 deletions

5
.gitignore vendored
View file

@ -47,5 +47,10 @@ local/*
.idea/* .idea/*
include/tfpdf/font/unifont/* include/tfpdf/font/unifont/*
html/ads.html html/ads.html
<<<<<<< HEAD
/nbproject/private/
=======
doc/code/* doc/code/*
nbproject/private/ nbproject/private/
>>>>>>> unstable

View file

@ -379,7 +379,6 @@ td.tool a.mtitle:hover {
/** /**
menu left (not used) menu left (not used)
*/ */
div.lmenu { div.lmenu {
float:left; float:left;
clear:left; clear:left;
@ -3994,7 +3993,6 @@ h2.h-section {
background-color:yellow; background-color:yellow;
background-image: linear-gradient(to bottom,yellow,white); background-image: linear-gradient(to bottom,yellow,white);
} }
/*** /***
* Animate menu * Animate menu
* *
@ -4063,12 +4061,7 @@ h2.h-section {
opacity: 0.9; opacity: 0.9;
} }
}
.text-70 {
font-size:70% !important;
vertical-align: super;
}
.nav-pills { .nav-pills {
font-family:var(--font-title) !important; font-family:var(--font-title) !important;
} }

View file

@ -59,8 +59,6 @@ global $g_user, $cn,$g_parameter,$http;
$g_user = new Noalyss_user($cn); $g_user = new Noalyss_user($cn);
$http=new HttpInput(); $http=new HttpInput();
ITva_Popup::set_vat_code($g_user->get_vat_code_preference());
IDate::set_firstDate($g_user->get_first_week_day()); IDate::set_firstDate($g_user->get_first_week_day());
ITva_Popup::set_vat_code($g_user->get_vat_code_preference()); ITva_Popup::set_vat_code($g_user->get_vat_code_preference());

View file

@ -84,7 +84,6 @@ if ( $ext->search($http->request("plugin_code")) != -1 )
fwrite($file_loginput,"\n"); fwrite($file_loginput,"\n");
fclose($file_loginput); fclose($file_loginput);
} }
define ('ALLOWED',True);
/* call the ajax script */ /* call the ajax script */
require_once NOALYSS_PLUGIN.DIRECTORY_SEPARATOR.dirname(trim($ext->getp('me_file'))).DIRECTORY_SEPARATOR.'raw.php'; require_once NOALYSS_PLUGIN.DIRECTORY_SEPARATOR.dirname(trim($ext->getp('me_file'))).DIRECTORY_SEPARATOR.'raw.php';
} }

View file

@ -4752,6 +4752,7 @@ Widget.prototype.toggle_full_size=function (widget_domid) {
(function(){window.addEventListener("onload", (event) => {remove_waiting_box()});})(); (function(){window.addEventListener("onload", (event) => {remove_waiting_box()});})();
*/ */
//var bookmark=new Bookmark();
Noalyss = function () { Noalyss = function () {
@ -5112,5 +5113,6 @@ VAT_Code.prototype.filter_country=function()
return false; return false;
} }
} }
noalyss=new Noalyss(); var noalyss=new Noalyss();
var bookmark=new Bookmark(); var bookmark=new Bookmark();

View file

@ -35,7 +35,6 @@ $action = $http->request("action","string", "");
$rep=new Database(); $rep=new Database();
$User=new Noalyss_user($rep); $User=new Noalyss_user($rep);
$User->Check(); $User->Check();
$audit=true;
/** /**
* check if 2FA is completed * check if 2FA is completed
*/ */

View file

@ -233,7 +233,6 @@ if ($histo->selected == -1)
$p_cat=$http->get("cat","number"); $p_cat=$http->get("cat","number");
$cond = " where f.fd_id = " . sql_string($p_cat); $cond = " where f.fd_id = " . sql_string($p_cat);
$cond .= " and f.f_enable='1'"; $cond .= " and f.f_enable='1'";
} }
// Create nav bar // Create nav bar

View file

@ -15,35 +15,14 @@ SET row_security = off;
SELECT pg_catalog.lo_create('2346174'); SELECT pg_catalog.lo_create('2346174');
SELECT pg_catalog.lo_create('2346176'); SELECT pg_catalog.lo_create('2346176');
SELECT pg_catalog.lo_create('2346177'); SELECT pg_catalog.lo_create('2346177');
SELECT pg_catalog.lo_create('2346178'); SELECT pg_catalog.lo_create('2346178');
SELECT pg_catalog.lo_create('2346179'); SELECT pg_catalog.lo_create('2346179');
SELECT pg_catalog.lo_create('2346181'); SELECT pg_catalog.lo_create('2346181');
SELECT pg_catalog.lo_create('2346476'); 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 (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 (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'); 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');

View file

@ -17,6 +17,12 @@ CREATE SCHEMA comptaproc;
<<<<<<< HEAD
=======
>>>>>>> review-stash
CREATE SCHEMA tva_belge; CREATE SCHEMA tva_belge;