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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
06126ae6
Commit
06126ae6
authored
15 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doc
parent
6ce69a7b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/invoices/rebuild_merge_pdf.php
+5
-3
5 additions, 3 deletions
scripts/invoices/rebuild_merge_pdf.php
with
5 additions
and
3 deletions
scripts/invoices/rebuild_merge_pdf.php
+
5
−
3
View file @
06126ae6
#!/usr/bin/php
#!/usr/bin/php
<?PHP
<?PHP
/* Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2009
-2010
Laurent Destailleur <eldy@users.sourceforge.net>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -331,10 +331,10 @@ function usage()
...
@@ -331,10 +331,10 @@ function usage()
print
"Rebuild PDF files for some invoices and merge PDF files into one.
\n
"
;
print
"Rebuild PDF files for some invoices and merge PDF files into one.
\n
"
;
print
"
\n
"
;
print
"
\n
"
;
print
"To build/merge PDF for invoices with at least one payment in a date range:
\n
"
;
print
"Usage: "
.
$script_file
.
" filter=payments dateafter datebefore [lang=langcode]
\n
"
;
print
"To build/merge PDF for invoices in a date range:
\n
"
;
print
"To build/merge PDF for invoices in a date range:
\n
"
;
print
"Usage: "
.
$script_file
.
" filter=date dateafter datebefore [lang=langcode]
\n
"
;
print
"Usage: "
.
$script_file
.
" filter=date dateafter datebefore [lang=langcode]
\n
"
;
print
"To build/merge PDF for invoices with at least one payment in a date range:
\n
"
;
print
"Usage: "
.
$script_file
.
" filter=payments dateafter datebefore [lang=langcode]
\n
"
;
print
"To build/merge PDF for all invoices, use filter=all
\n
"
;
print
"To build/merge PDF for all invoices, use filter=all
\n
"
;
print
"Usage: "
.
$script_file
.
" filter=all
\n
"
;
print
"Usage: "
.
$script_file
.
" filter=all
\n
"
;
print
"To build/merge PDF for invoices with no payments, use filter=nopayment
\n
"
;
print
"To build/merge PDF for invoices with no payments, use filter=nopayment
\n
"
;
...
@@ -342,5 +342,7 @@ function usage()
...
@@ -342,5 +342,7 @@ function usage()
print
"
\n
"
;
print
"
\n
"
;
print
"Example: "
.
$script_file
.
" filter=payments 20080101 20081231 lang=fr_FR
\n
"
;
print
"Example: "
.
$script_file
.
" filter=payments 20080101 20081231 lang=fr_FR
\n
"
;
print
"Example: "
.
$script_file
.
" filter=all lang=it_IT
\n
"
;
print
"Example: "
.
$script_file
.
" filter=all lang=it_IT
\n
"
;
print
"
\n
"
;
print
"Note that some filters can be cumulated.
\n
"
;
}
}
?>
?>
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