Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
2da50130
Commit
2da50130
authored
Jul 02, 2020
by
Thomas Gambier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_accounting: better invoice view
parent
4842a024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_accounting/SaleInvoiceTransaction_viewSlapOSPrintout.zpt
..._accounting/SaleInvoiceTransaction_viewSlapOSPrintout.zpt
+5
-5
No files found.
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_accounting/SaleInvoiceTransaction_viewSlapOSPrintout.zpt
View file @
2da50130
...
@@ -27,15 +27,15 @@
...
@@ -27,15 +27,15 @@
<h1
class=
"company"
tal:content=
"python: context.getSourceSectionTitle('SlapOS Company')"
></h1>
<h1
class=
"company"
tal:content=
"python: context.getSourceSectionTitle('SlapOS Company')"
></h1>
<tal:block
tal:define=
"source_section_organisation python: context.getSourceSectionValue()"
>
<tal:block
tal:define=
"source_section_organisation python: context.getSourceSectionValue()"
>
<p
tal:condition=
"python: source_section_organisation is not None"
>
<p
tal:condition=
"python: source_section_organisation is not None"
>
<tal:block
tal:repeat=
"line python: source_section_organisation.getDe
scription
('').split('\n')"
>
<tal:block
tal:repeat=
"line python: source_section_organisation.getDe
faultAddressText
('').split('\n')"
>
<span
style=
"display:block"
tal:content=
"line"
></span>
<span
style=
"display:block
;float:none;margin:0
"
tal:content=
"line"
></span>
</tal:block>
</tal:block>
<tal:block
tal:content=
"python: source_section_organisation.getDefaultRegionTitle()"
></tal:block>
</p>
</p>
<p
tal:condition=
"python: source_section_organisation is not None"
>
<p
tal:condition=
"python: source_section_organisation is not None"
>
<tal:block
tal:repeat=
"line python: source_section_organisation.getDe
faultAddressText
('').split('\n')"
>
<tal:block
tal:repeat=
"line python: source_section_organisation.getDe
scription
('').split('\n')"
>
<span
style=
"display:block"
tal:content=
"line"
></span>
<span
style=
"display:block
;float:none;margin:0
"
tal:content=
"line"
></span>
</tal:block>
</tal:block>
<tal:block
tal:content=
"python: source_section_organisation.getDefaultRegionTitle()"
></tal:block>
</p>
</p>
<p
tal:content=
"python: 'Corporate Registration Code: %s' % source_section_organisation.getCorporateRegistrationCode()"
></p>
<p
tal:content=
"python: 'Corporate Registration Code: %s' % source_section_organisation.getCorporateRegistrationCode()"
></p>
<p
tal:content=
"python: 'VAT Code: %s' % source_section_organisation.getVatCode()"
></p>
<p
tal:content=
"python: 'VAT Code: %s' % source_section_organisation.getVatCode()"
></p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment