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" <[email protected]>
À: [email protected]
Cc: "Dany De Bontridder" <[email protected]>
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