[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 27/33: SQL : menu cosmetic
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 27/33: SQL : menu cosmetic |
Date: |
Thu, 18 Jul 2024 12:24:49 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 771506665d239ed16092a7542283aeee3fe20da3
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Jul 13 11:31:34 2024 +0200
SQL : menu cosmetic
---
sql/upgrade.sql | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sql/upgrade.sql b/sql/upgrade.sql
index d68581873..44c48d457 100644
--- a/sql/upgrade.sql
+++ b/sql/upgrade.sql
@@ -3,6 +3,10 @@ update menu_ref set me_menu='Navigateur 🧭' where
me_code ~ 'NAVI';
update menu_ref set me_menu='Configuration 🔧' where me_code='CFG';
+update menu_ref set me_menu='Recherech 🔎' where me_code='SEARCH';
+
+update menu_ref set me_menu='Agenda 📅' where me_code='AGENDA';
+
ALTER TABLE public.tva_rate ADD CONSTRAINT tva_code_number_check CHECK
(tva_code::text !~ '^([0-9]+)$');
- [Noalyss-commit] [noalyss] 16/33: cosmetic : improve appearance, (continued)
- [Noalyss-commit] [noalyss] 16/33: cosmetic : improve appearance, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 19/33: ACH-13 : extourne also analytic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 23/33: Bug : ven-3 duplicate does not work with currency : incorrect amount, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 24/33: allow many-to-many lettering + cosmetic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 20/33: Fix cosmetic : export Operation PDF: anc not printed properly, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 21/33: Fix Bug Cosmetic: appearance : color of menu1, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 03/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 01/33: tag 9206, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 05/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 26/33: PRINTJRN Cosmetic : 2 columns reversed, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 27/33: SQL : menu cosmetic,
dwm <=
- [Noalyss-commit] [noalyss] 12/33: Menu not printable, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 14/33: PHP8.2 Allow Dynamic Properties, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 13/33: PRINTTVA : display tva_code, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 30/33: ODS : duplicate in currency, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 11/33: PHP8.2 Allow Dynamic Properties, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 25/33: Block new operation with deactivated card, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 15/33: Menu not printable, dwm, 2024/07/18