/[dolibarr]/dolibarr/mysql/tables/llx_facturedet.sql
ViewVC logotype

Diff of /dolibarr/mysql/tables/llx_facturedet.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by rodolphe, Fri Apr 22 14:23:46 2005 UTC revision 1.16 by eldy, Wed Oct 19 05:51:45 2005 UTC
# Line 1  Line 1 
1  -- ===================================================================  -- ===================================================================
2  -- Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>  -- Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3  -- Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>  -- Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
4  --  --
5  -- This program is free software; you can redistribute it and/or modify  -- This program is free software; you can redistribute it and/or modify
6  -- 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
# Line 24  create table llx_facturedet Line 24  create table llx_facturedet
24  (  (
25    rowid           integer AUTO_INCREMENT PRIMARY KEY,    rowid           integer AUTO_INCREMENT PRIMARY KEY,
26    fk_facture      integer NOT NULL,    fk_facture      integer NOT NULL,
27    fk_product      integer DEFAULT 0 NOT NULL,    fk_product      integer NULL,      -- doit pouvoir etre nul pour ligne detail sans produits
28    description     text,    description     text,
29    tva_taux        real DEFAULT 19.6, -- taux tva    tva_taux        real DEFAULT 19.6, -- taux tva
30    qty             real,              -- quantité    qty             real,              -- quantité

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26