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
44d6bdb1
Commit
44d6bdb1
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doc
parent
306eff62
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/tables/llx_commande.sql
+2
-2
2 additions, 2 deletions
htdocs/install/mysql/tables/llx_commande.sql
htdocs/install/mysql/tables/llx_commande_fournisseur.sql
+2
-2
2 additions, 2 deletions
htdocs/install/mysql/tables/llx_commande_fournisseur.sql
with
4 additions
and
4 deletions
htdocs/install/mysql/tables/llx_commande.sql
+
2
−
2
View file @
44d6bdb1
...
...
@@ -40,7 +40,7 @@ create table llx_commande
fk_user_modif
integer
,
-- user making last change
fk_user_valid
integer
,
-- user validating
fk_user_cloture
integer
,
-- user closing
source
smallint
,
source
smallint
,
-- not used, except by setting this to 42 for orders coming for replenishment and 0 in other case ?
fk_statut
smallint
default
0
,
amount_ht
real
default
0
,
remise_percent
real
default
0
,
...
...
@@ -64,7 +64,7 @@ create table llx_commande
date_livraison
date
default
NULL
,
fk_shipping_method
integer
,
-- shipping method id
fk_availability
integer
NULL
,
fk_input_reason
integer
,
fk_input_reason
integer
,
-- id coming from c_input_reason, '0' if no defined
fk_delivery_address
integer
,
-- delivery address (deprecated)
import_key
varchar
(
14
),
extraparams
varchar
(
255
)
-- for stock other parameters with json format
...
...
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_commande_fournisseur.sql
+
2
−
2
View file @
44d6bdb1
...
...
@@ -41,7 +41,7 @@ create table llx_commande_fournisseur
fk_user_modif
integer
,
-- user making last change
fk_user_valid
integer
,
-- user validating
fk_user_approve
integer
,
-- user approving
source
smallint
NOT
NULL
,
source
smallint
NOT
NULL
,
-- not used, except by setting this to 42 for orders coming for replenishment and 0 in other case ?
fk_statut
smallint
default
0
,
amount_ht
real
default
0
,
remise_percent
real
default
0
,
...
...
@@ -59,7 +59,7 @@ create table llx_commande_fournisseur
fk_account
integer
,
-- bank account
fk_cond_reglement
integer
,
-- condition de reglement
fk_mode_reglement
integer
,
-- mode de reglement
fk_input_method
integer
default
0
,
fk_input_method
integer
default
0
,
-- id coming from c_input_reason, '0' if no defined
import_key
varchar
(
14
),
extraparams
varchar
(
255
)
-- for stock other parameters with json format
...
...
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