Ajout champs tva_tx et description

This commit is contained in:
Rodolphe Quiedeville 2003-06-21 15:21:48 +00:00
parent 8b44ba9a3a
commit 4d2e5ff5f2

View File

@ -1,8 +1,5 @@
-- =================================================================== -- ===================================================================
-- Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
-- --
-- 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
@ -18,6 +15,8 @@
-- along with this program; if not, write to the Free Software -- along with this program; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-- --
-- $Id$
-- $Source$
-- =================================================================== -- ===================================================================
create table llx_propaldet create table llx_propaldet
@ -25,6 +24,8 @@ create table llx_propaldet
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_propal integer, fk_propal integer,
fk_product integer, fk_product integer,
description text,
qty smallint, qty smallint,
price real price real
tva_tx real default 19.6
); );