noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 09/15: Set Version 8.1 + logo + bug SQL scrip


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 09/15: Set Version 8.1 + logo + bug SQL script 151
Date: Fri, 5 Feb 2021 11:38:31 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9b70b9dc5765a128be4a58d83f5038725cc9d765
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Feb 3 18:03:11 2021 +0100

    Set Version 8.1 + logo + bug SQL script 151
---
 doc/developper/Doxyfile                   |   2 +-
 html/image/{logo8000.png => logo8100.png} | Bin 36368 -> 35588 bytes
 html/index.php                            |   2 +-
 html/install.php                          |   2 +-
 html/style-classic7.css                   |   1 +
 include/sql/patch/upgrade151.sql          |   1 +
 6 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/developper/Doxyfile b/doc/developper/Doxyfile
index bbe2291..766c242 100644
--- a/doc/developper/Doxyfile
+++ b/doc/developper/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = noalyss
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = Version-7.2
+PROJECT_NUMBER         = Version-8.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
diff --git a/html/image/logo8000.png b/html/image/logo8100.png
similarity index 51%
rename from html/image/logo8000.png
rename to html/image/logo8100.png
index ee5fc4b..da1ccdf 100644
Binary files a/html/image/logo8000.png and b/html/image/logo8100.png differ
diff --git a/html/index.php b/html/index.php
index b6ce4cc..c8b8b65 100644
--- a/html/index.php
+++ b/html/index.php
@@ -191,7 +191,7 @@ if (isset ($_REQUEST['reconnect']) && isset 
($_REQUEST['backurl'])) {
 }
 echo '
 
-<IMG SRC="image/logo8000.png" id="logo_id" alt="NOALYSS">
+<IMG SRC="image/logo8100.png" id="logo_id" alt="NOALYSS">
 <form id="login_frm" action="login.php" method="post" name="loginform">'.
         '<h1>Noalyss</h1>'.
        $goto .
diff --git a/html/install.php b/html/install.php
index 7e4ff5d..a01059d 100644
--- a/html/install.php
+++ b/html/install.php
@@ -83,7 +83,7 @@
 </head>
 <body>
 <p align="center">
-  <IMG SRC="image/logo8000.png" style="width: 
30%;z-index:-1;position:fixed;top:30%;margin-left: 20%;opacity: 0.2" 
alt="NOALYSS">
+  <IMG SRC="image/logo8100.png" style="width: 
30%;z-index:-1;position:fixed;top:30%;margin-left: 20%;opacity: 0.2" 
alt="NOALYSS">
 </p>
 <h1>NOALYSS : comptabilité - accountancy </h1>
 
diff --git a/html/style-classic7.css b/html/style-classic7.css
index 3312064..5b9d185 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -2304,6 +2304,7 @@ div.bxbutton .icon
     border:0px;
     height: 18px;
     color: #f0d19a;
+    font-size: 87%;
 }
 div.bxbutton .icon:hover
 {
diff --git a/include/sql/patch/upgrade151.sql b/include/sql/patch/upgrade151.sql
index e182000..3ba6e77 100644
--- a/include/sql/patch/upgrade151.sql
+++ b/include/sql/patch/upgrade151.sql
@@ -2,6 +2,7 @@ begin;
 -- improve vw_fiche_attr
 alter table fiche add column f_enable char(1);
 update fiche set f_enable=ad_value from fiche_detail as fd1 where 
fd1.f_id=fiche.f_id and ad_id=54;
+update fiche set f_enable='1' where f_enable is null;
 alter table fiche alter f_enable set  not null;
 alter table fiche add constraint f_enable_ck  check (f_enable in ('0','1'));
 comment on column fiche.f_enable is 'value = 1 if card enable , otherwise 0 ';



reply via email to

[Prev in Thread] Current Thread [Next in Thread]