Ajout champs tva_tx et description
This commit is contained in:
parent
8b44ba9a3a
commit
4d2e5ff5f2
@ -1,8 +1,5 @@
|
||||
-- ===================================================================
|
||||
-- Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
--
|
||||
-- $Id$
|
||||
-- $Source$
|
||||
-- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
--
|
||||
-- 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
|
||||
@ -18,6 +15,8 @@
|
||||
-- along with this program; if not, write to the Free Software
|
||||
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
--
|
||||
-- $Id$
|
||||
-- $Source$
|
||||
-- ===================================================================
|
||||
|
||||
create table llx_propaldet
|
||||
@ -25,6 +24,8 @@ create table llx_propaldet
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
fk_propal integer,
|
||||
fk_product integer,
|
||||
description text,
|
||||
qty smallint,
|
||||
price real
|
||||
tva_tx real default 19.6
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user