Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Projekt+Hack-n-Fun
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
9sorneWpersma
Projekt+Hack-n-Fun
Commits
2b86527c
Verified
Commit
2b86527c
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Add due date to invoice PDF
parent
d2e8a1d3
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
aleksis/apps/paweljong/templates/paweljong/invoice_pdf.html
+9
-1
9 additions, 1 deletion
aleksis/apps/paweljong/templates/paweljong/invoice_pdf.html
with
9 additions
and
1 deletion
aleksis/apps/paweljong/templates/paweljong/invoice_pdf.html
+
9
−
1
View file @
2b86527c
...
...
@@ -206,7 +206,7 @@
<p>
{% blocktrans %}
Please make the payment with a member of the board or by bank transfer to the following
account
within 7 days
:
account:
{% endblocktrans %}
</p>
<table>
...
...
@@ -231,6 +231,14 @@
{{ invoice.get_variant_name }}
</p>
{% endif %}
{% if invoice.due_date %}
<p>
{% blocktrans %}
The payment is due on
{% endblocktrans %}
{{ invoice.due_date }}
</p>
{% endif %}
</article>
<footer>
<div
class=
"text"
><p>
Vereinsregister Amtsgericht Bonn · VR 9846
</p>
...
...
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