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
9a252af8
Commit
9a252af8
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Work to add information required by internationnal businesses.
parent
7a2d72b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/install/mysql/migration/2.9.0-3.0.0.sql
+4
-0
4 additions, 0 deletions
htdocs/install/mysql/migration/2.9.0-3.0.0.sql
htdocs/install/mysql/tables/llx_product.sql
+2
-0
2 additions, 0 deletions
htdocs/install/mysql/tables/llx_product.sql
with
6 additions
and
0 deletions
htdocs/install/mysql/migration/2.9.0-3.0.0.sql
+
4
−
0
View file @
9a252af8
...
...
@@ -69,3 +69,7 @@ DELETE FROM llx_c_tva WHERE rowid = 46;
ALTER
TABLE
llx_adherent
ADD
COLUMN
import_key
varchar
(
14
);
ALTER
TABLE
llx_categorie
ADD
COLUMN
import_key
varchar
(
14
);
ALTER
TABLE
llx_product
ADD
COLUMN
customcode
varchar
(
32
)
after
note
;
ALTER
TABLE
llx_product
ADD
COLUMN
fk_country
integer
after
customcode
;
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_product.sql
+
2
−
0
View file @
9a252af8
...
...
@@ -33,6 +33,8 @@ create table llx_product
label
varchar
(
255
)
NOT
NULL
,
description
text
,
note
text
,
customcode
varchar
(
32
),
-- Optionnal custom code
fk_country
integer
,
-- Optionnal id of original country
price
double
(
24
,
8
)
DEFAULT
0
,
price_ttc
double
(
24
,
8
)
DEFAULT
0
,
price_min
double
(
24
,
8
)
DEFAULT
0
,
...
...
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