*** empty log message ***
This commit is contained in:
parent
8352a9708c
commit
e9a5fc6932
@ -1,5 +1,5 @@
|
|||||||
-- ===========================================================================
|
-- ===========================================================================
|
||||||
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
--
|
--
|
||||||
-- This program is free software; you can redistribute it and/or modify
|
-- This program is free software; you can redistribute it and/or modify
|
||||||
-- it under the terms of the GNU General Public License as published by
|
-- it under the terms of the GNU General Public License as published by
|
||||||
@ -33,10 +33,14 @@ create table llx_facture_fourn
|
|||||||
remise real default 0,
|
remise real default 0,
|
||||||
tva real default 0,
|
tva real default 0,
|
||||||
total real default 0,
|
total real default 0,
|
||||||
|
total_ht real default 0,
|
||||||
|
total_tva real default 0,
|
||||||
|
total_ttc real default 0,
|
||||||
|
|
||||||
fk_statut smallint default 0 NOT NULL,
|
fk_statut smallint default 0 NOT NULL,
|
||||||
|
|
||||||
fk_user_author integer, -- createur de la propale
|
fk_user_author integer, -- createur de la facture
|
||||||
fk_user_valid integer, -- valideur de la propale
|
fk_user_valid integer, -- valideur de la facture
|
||||||
|
|
||||||
note text,
|
note text,
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user