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
2479bf62
Commit
2479bf62
authored
20 years ago
by
Rodolphe Quiedeville
Browse files
Options
Downloads
Patches
Plain Diff
Ajout mode de reglement
parent
562fb990
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mysql/tables/llx_facture.sql
+3
-1
3 additions, 1 deletion
mysql/tables/llx_facture.sql
with
3 additions
and
1 deletion
mysql/tables/llx_facture.sql
+
3
−
1
View file @
2479bf62
...
...
@@ -23,6 +23,7 @@ create table llx_facture
(
rowid
integer
AUTO_INCREMENT
PRIMARY
KEY
,
facnumber
varchar
(
50
)
NOT
NULL
,
increment
varchar
(
10
),
fk_soc
integer
NOT
NULL
,
datec
datetime
,
-- date de creation de la facture
datef
date
,
-- date de la facture
...
...
@@ -39,7 +40,8 @@ create table llx_facture
fk_user_author
integer
,
-- createur de la propale
fk_user_valid
integer
,
-- valideur de la propale
fk_projet
integer
,
-- projet auquel est associ la facture
fk_cond_reglement
integer
,
-- condition de reglement
fk_cond_reglement
integer
,
-- condition de reglement (30 jours, fin de mois ...)
fk_mode_reglement
integer
,
-- mode de reglement (Virement, Prlvement)
date_lim_reglement
date
,
-- date limite de reglement
note
text
,
fk_export_compta
integer
DEFAULT
0
NOT
NULL
,
...
...
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