Ajout champs clos
This commit is contained in:
parent
5649c78906
commit
d2b886fb65
@ -1,8 +1,5 @@
|
|||||||
-- ===================================================================
|
-- =============================================================================
|
||||||
-- Copyright (C) 2000-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2000-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,7 +15,10 @@
|
|||||||
-- 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_bank_account
|
create table llx_bank_account
|
||||||
(
|
(
|
||||||
@ -38,5 +38,11 @@ create table llx_bank_account
|
|||||||
|
|
||||||
domiciliation varchar(50),
|
domiciliation varchar(50),
|
||||||
|
|
||||||
courant smallint default 0 not null
|
courant smallint default 0 not null,
|
||||||
|
|
||||||
|
clos smallint default 0 not null
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
-- courant : indique si c'est un compte courant
|
||||||
|
-- clos : le compte est-il clos ou encore ouvert
|
||||||
Loading…
Reference in New Issue
Block a user