Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
09a6cc96
Commit
09a6cc96
authored
9 years ago
by
aspangaro
Browse files
Options
Downloads
Patches
Plain Diff
wrong table
parent
882b66c5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/install/mysql/tables/llx_societe_rib.sql
+9
-5
9 additions, 5 deletions
htdocs/install/mysql/tables/llx_societe_rib.sql
with
9 additions
and
5 deletions
htdocs/install/mysql/tables/llx_societe_rib.sql
+
9
−
5
View file @
09a6cc96
...
@@ -19,11 +19,10 @@
...
@@ -19,11 +19,10 @@
--
--
-- =============================================================================
-- =============================================================================
create
table
llx_
user
_rib
create
table
llx_
societe
_rib
(
(
rowid
integer
AUTO_INCREMENT
PRIMARY
KEY
,
rowid
integer
AUTO_INCREMENT
PRIMARY
KEY
,
fk_user
integer
NOT
NULL
,
fk_soc
integer
NOT
NULL
,
entity
integer
DEFAULT
1
NOT
NULL
,
-- multi company id
datec
datetime
,
datec
datetime
,
tms
timestamp
,
tms
timestamp
,
label
varchar
(
30
),
label
varchar
(
30
),
...
@@ -32,10 +31,15 @@ create table llx_user_rib
...
@@ -32,10 +31,15 @@ create table llx_user_rib
code_guichet
varchar
(
6
),
-- desk code
code_guichet
varchar
(
6
),
-- desk code
number
varchar
(
255
),
-- account number
number
varchar
(
255
),
-- account number
cle_rib
varchar
(
5
),
-- key of bank account
cle_rib
varchar
(
5
),
-- key of bank account
bic
varchar
(
11
),
-- 11 according to ISO 9362
bic
varchar
(
20
),
-- 11 according to ISO 9362
(we keep 20 for backward compatibility)
iban_prefix
varchar
(
34
),
-- full iban. 34 according to ISO 13616
iban_prefix
varchar
(
34
),
-- full iban. 34 according to ISO 13616
domiciliation
varchar
(
255
),
domiciliation
varchar
(
255
),
proprio
varchar
(
60
),
proprio
varchar
(
60
),
owner_address
varchar
(
255
),
owner_address
varchar
(
255
),
default_rib
smallint
NOT
NULL
DEFAULT
0
default_rib
smallint
NOT
NULL
DEFAULT
0
,
rum
varchar
(
32
),
-- RUM value to use for SEPA generation
frstrecur
varchar
(
16
)
default
'FRST'
,
-- 'FRST' or 'RECUR'
import_key
varchar
(
14
)
-- import key
)
ENGINE
=
innodb
;
)
ENGINE
=
innodb
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment