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
e6503c0d
Commit
e6503c0d
authored
8 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Better explanation
parent
bac1f95e
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/accountancy/customer/index.php
+1
-1
1 addition, 1 deletion
htdocs/accountancy/customer/index.php
htdocs/accountancy/supplier/index.php
+1
-1
1 addition, 1 deletion
htdocs/accountancy/supplier/index.php
htdocs/langs/en_US/accountancy.lang
+10
-5
10 additions, 5 deletions
htdocs/langs/en_US/accountancy.lang
with
12 additions
and
7 deletions
htdocs/accountancy/customer/index.php
+
1
−
1
View file @
e6503c0d
...
...
@@ -143,7 +143,7 @@ $textnextyear = ' <a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_cur
print
load_fiche_titre
(
$langs
->
trans
(
"CustomersVentilation"
)
.
" "
.
$textprevyear
.
" "
.
$langs
->
trans
(
"Year"
)
.
" "
.
$year_start
.
" "
.
$textnextyear
);
print
'<b>'
.
$langs
->
trans
(
"DescVentilCustomer"
)
.
'<
/
b>'
;
print
$langs
->
trans
(
"DescVentilCustomer"
)
.
'<b
r><br
>'
;
print
'<div class="inline-block divButAction">'
;
print
'<a class="butAction" href="'
.
$_SERVER
[
'PHP_SELF'
]
.
'?year='
.
$year_current
.
'&action=validatehistory">'
.
$langs
->
trans
(
"ValidateHistory"
)
.
'</a>'
;
print
'<a class="butAction" href="'
.
$_SERVER
[
'PHP_SELF'
]
.
'?year='
.
$year_current
.
'&action=fixaccountancycode">'
.
$langs
->
trans
(
"CleanFixHistory"
,
$year_current
)
.
'</a>'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/accountancy/supplier/index.php
+
1
−
1
View file @
e6503c0d
...
...
@@ -140,7 +140,7 @@ $textnextyear = ' <a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_cur
print
load_fiche_titre
(
$langs
->
trans
(
"SuppliersVentilation"
)
.
" "
.
$textprevyear
.
" "
.
$langs
->
trans
(
"Year"
)
.
" "
.
$year_start
.
" "
.
$textnextyear
);
print
'<b>'
.
$langs
->
trans
(
"DescVentilSupplier"
)
.
'<
/
b>'
;
print
$langs
->
trans
(
"DescVentilSupplier"
)
.
'<b
r><br
>'
;
print
'<div class="inline-block divButAction">'
;
print
'<a class="butAction" href="'
.
$_SERVER
[
'PHP_SELF'
]
.
'?year='
.
$year_current
.
'&action=validatehistory">'
.
$langs
->
trans
(
"ValidateHistory"
)
.
'</a>'
;
print
'<a class="butAction" href="'
.
$_SERVER
[
'PHP_SELF'
]
.
'?year='
.
$year_current
.
'&action=fixaccountancycode">'
.
$langs
->
trans
(
"CleanFixHistory"
,
$year_current
)
.
'</a>'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/accountancy.lang
+
10
−
5
View file @
e6503c0d
...
...
@@ -116,15 +116,15 @@ Pcgtype=Class of account
Pcgsubtype=Under class of account
Accountparent=Root of the account
DescVentilCustomer=Consult here the
annual breakdown accounting of your invoices customers
DescVentilCustomer=Consult here the
list of customer invoice lines binded or not yet binded to a product bookkeeping account
TotalVente=Total turnover before tax
TotalMarge=Total sales margin
DescVentilDoneCustomer=Consult here the list of the lines of invoices customers and their
account
ing account
DescVentilTodoCustomer=
Ventilate
your lines of customer invoice with a
n account
ing account
DescVentilDoneCustomer=Consult here the list of the lines of invoices customers and their
product bookkeep
ing account
DescVentilTodoCustomer=
Bind
your lines of customer invoice with a
product bookkeep
ing account
ChangeAccount=Change the accounting account for lines selected by the account:
Vide=-
DescVentilSupplier=Consult here the
annual breakdown accounting of your invoices suppliers
DescVentilDoneSupplier=Consult here the list of the lines of invoices supplier and their
account
ing account
DescVentilSupplier=Consult here the
list of supplier invoice lines binded or not yet binded to a product bookkeeping account
DescVentilDoneSupplier=Consult here the list of the lines of invoices supplier and their
bookkeep
ing account
ValidateHistory=Validate Automatically
...
...
@@ -171,3 +171,8 @@ Formula=Formula
ErrorNoAccountingCategoryForThisCountry=No accounting category are available for this country
ExportNotSupported=The export format setuped is not supported into this page
BookeppingLineAlreayExists=Lines already existing into bookeeping
Binded=Lines binded
To bind=Lines to bind
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