Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clivi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
NF17 - CAMP - P14
clivi
Commits
bdfc1845
Commit
bdfc1845
authored
10 years ago
by
clement
Browse files
Options
Downloads
Patches
Plain Diff
c
parent
936c48aa
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
class/lignefactureordonnance
+9
-0
9 additions, 0 deletions
class/lignefactureordonnance
class/lignefactureprestation.php
+9
-0
9 additions, 0 deletions
class/lignefactureprestation.php
class/lignefactureproduit.php
+9
-0
9 additions, 0 deletions
class/lignefactureproduit.php
with
27 additions
and
0 deletions
class/lignefactureordonnance
+
9
−
0
View file @
bdfc1845
...
@@ -6,10 +6,19 @@ class LigneFactureOrdonnance extends LigneFacture
...
@@ -6,10 +6,19 @@ class LigneFactureOrdonnance extends LigneFacture
"prestation"
=>
array
(
"prestation"
=>
array
(
"i"
=>
-
1
"i"
=>
-
1
),
),
"ordonnance"
=>
array
(
"t"
=>
"ForeignField"
),
"produit"
=>
array
(
"produit"
=>
array
(
"i"
=>
-
1
"i"
=>
-
1
),
),
"quantite"
=>
array
(
"quantite"
=>
array
(
"i"
=>
-
1
"i"
=>
-
1
),
"facture"
=>
array
(
"i"
=>
-
1
),
"remise"
=>
array
(
"i"
=>
10
));
));
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
class/lignefactureprestation.php
+
9
−
0
View file @
bdfc1845
...
@@ -9,8 +9,17 @@ class LigneFacturePrestation extends LigneFacture
...
@@ -9,8 +9,17 @@ class LigneFacturePrestation extends LigneFacture
"produit"
=>
array
(
"produit"
=>
array
(
"i"
=>
-
1
"i"
=>
-
1
),
),
"prestation"
=>
array
(
"t"
=>
"ForeignField"
),
"quantite"
=>
array
(
"quantite"
=>
array
(
"i"
=>
-
1
"i"
=>
-
1
),
"facture"
=>
array
(
"i"
=>
-
1
),
"remise"
=>
array
(
"i"
=>
10
));
));
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
class/lignefactureproduit.php
+
9
−
0
View file @
bdfc1845
...
@@ -6,7 +6,16 @@ class LigneFactureProduit extends LigneFacture
...
@@ -6,7 +6,16 @@ class LigneFactureProduit extends LigneFacture
"ordonnance"
=>
array
(
"ordonnance"
=>
array
(
"i"
=>
-
1
"i"
=>
-
1
),
),
"produit"
=>
array
(
"t"
=>
"ForeignField"
),
"prestation"
=>
array
(
"prestation"
=>
array
(
"i"
=>
-
1
"i"
=>
-
1
),
"facture"
=>
array
(
"i"
=>
-
1
),
"remise"
=>
array
(
"i"
=>
10
));
));
}
}
\ No newline at end of file
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