noalyss-generale
[Top][All Lists]
Advanced

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

Re: [noalyss-generale] Noalyss version 9.1


From: Dany De Bontridder
Subject: Re: [noalyss-generale] Noalyss version 9.1
Date: Sun, 26 Feb 2023 23:20:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

Bonsoir,

Il semble que le patch 172 n'a pas fonctionné, pourriez-vous refaire la mise à jour avec install.php et surtout mettre Noalyss en mode debug (voir https://wiki.noalyss.eu/doku.php?id=faq )

Une fois que l'erreur sera visible on pourra facilement la corriger

Aussi : version de postgresql et version PHP


Bonne soirée


D



On 26/02/23 22:37, rolphp@gmx.com wrote:
Bonsoir,
 
Merci, mais j'ai un problème lors de la mise à jour. Une page blanche lors de l'accès au dossier.
 

Patching 26 macompta

Base de données dossier26
  • Patching 26 macompta from the version 172 to 173 open /srv/www/noalyss/include/sql/patch/upgrade172.sql
    begin;
    create table acc_other_tax
    (
    ac_id serial constraint acc_other_tax_pk primary key,
    ac_label text not null,
    ac_rate numeric (5,2) not null,
    ajrn_def_id integer[],
    ac_accounting account_type not null
    );
    comment on table acc_other_tax is 'Additional tax for Sale or Purchase ';
    comment on column acc_other_tax.ac_label is 'Label of the tax';
    comment on column acc_other_tax.ac_rate is 'rate of the tax in percent';
    comment on column acc_other_tax.ajrn_def_id is 'array of to FK jrn_def (jrn_def_id)';
    comment on column acc_other_tax.ac_accounting is 'FK tmp_pcmn (pcm_val)';

    ALTER TABLE public.jrn drop CONSTRAINT jrn_pkey ;
    ALTER TABLE public.jrn ADD CONSTRAINT jrn_pkey PRIMARY KEY (jr_id);

    CREATE TABLE public.jrn_tax (
    jt_id int4 NOT NULL GENERATED ALWAYS AS IDENTITY,
    j_id int8 NOT NULL, -- fk jrnx
    pcm_val public."account_type" NOT NULL, -- FK tmp_pcmn
    ac_id int4 NOT NULL, -- FK to acc_other_tax
    CONSTRAINT jrn_tax_pk PRIMARY KEY (jt_id)
    );
Avez-vous une petite idée ?
Avec mes remerciements
 
Roland
Envoyé: dimanche 26 février 2023 à 20:42
De: "Dany De Bontridder via noalyss-generale" <noalyss-generale@nongnu.org>
À: noalyss-generale@nongnu.org
Cc: "Dany De Bontridder" <danydb@noalyss.eu>
Objet: [noalyss-generale] Noalyss version 9.1
bonsoir,

Le nouvelle version de noalyss est sortie, c'est une version stable,
l'annonce complète est ici


https://www.noalyss.eu/?p=1677



Bonne soirée à tous ,



D.


---
NOALYSS est un Serveur de Comptabilité et de Gestion libre

NOALYSS is an ERP Server opensource focused on accountancy

Gérer votre abonnement https://lists.nongnu.org/mailman/listinfo/noalyss-generale
 
 

---
NOALYSS est un Serveur de Comptabilité et de Gestion libre

NOALYSS is an ERP Server opensource focused on accountancy

Gérer votre abonnement https://lists.nongnu.org/mailman/listinfo/noalyss-generale

reply via email to

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