Prepare migrate to git
This commit is contained in:
parent
e918d9115e
commit
47c3b14a11
20
.buildpath
Normal file
20
.buildpath
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<buildpath>
|
||||||
|
<buildpathentry kind="src" path="build/dmg/dolimamp"/>
|
||||||
|
<buildpathentry kind="src" path="dev/fpdf"/>
|
||||||
|
<buildpathentry kind="src" path="dev/initdata"/>
|
||||||
|
<buildpathentry kind="src" path="dev/samples"/>
|
||||||
|
<buildpathentry kind="src" path="dev/skeletons"/>
|
||||||
|
<buildpathentry kind="src" path="dev/test"/>
|
||||||
|
<buildpathentry kind="src" path="dev/translation"/>
|
||||||
|
<buildpathentry kind="src" path="htdocs"/>
|
||||||
|
<buildpathentry kind="src" path="scripts/banks"/>
|
||||||
|
<buildpathentry kind="src" path="scripts/company"/>
|
||||||
|
<buildpathentry kind="src" path="scripts/emailings"/>
|
||||||
|
<buildpathentry kind="src" path="scripts/invoices"/>
|
||||||
|
<buildpathentry kind="src" path="scripts/members"/>
|
||||||
|
<buildpathentry kind="src" path="scripts/user"/>
|
||||||
|
<buildpathentry kind="src" path="scripts/withdrawals"/>
|
||||||
|
<buildpathentry kind="src" path="test/phpunit"/>
|
||||||
|
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
|
||||||
|
</buildpath>
|
||||||
@ -1,3 +1,3 @@
|
|||||||
#Wed Dec 01 20:46:32 CET 2010
|
#Sat Sep 17 16:07:47 CEST 2011
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
include_path=
|
include_path=0;/dolibarrveryold
|
||||||
|
|||||||
@ -1,22 +0,0 @@
|
|||||||
-- ===================================================================
|
|
||||||
-- $Id$
|
|
||||||
-- $Source$
|
|
||||||
-- ===================================================================
|
|
||||||
|
|
||||||
|
|
||||||
create table llx_voyage
|
|
||||||
(
|
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
|
||||||
datec datetime,
|
|
||||||
datev date, -- date de valeur
|
|
||||||
dateo date, -- date operation
|
|
||||||
amount real NOT NULL default 0,
|
|
||||||
label varchar(255),
|
|
||||||
author varchar(50),
|
|
||||||
fk_type smallint, -- CB, Virement, cheque
|
|
||||||
fk_account integer,
|
|
||||||
num_releve varchar(50),
|
|
||||||
num_chq int,
|
|
||||||
rappro tinyint default 0,
|
|
||||||
note text
|
|
||||||
);
|
|
||||||
Loading…
Reference in New Issue
Block a user