forked from msupply-foundation/openmsupply-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msupply-foundation#6 - Improvement in visual
- Loading branch information
bijaySussol
committed
May 22, 2022
1 parent
601bdee
commit a54e298
Showing
4 changed files
with
96 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
<div style="font-size: 10px; padding-top: 8px; text-align: center; width: 100%;"> | ||
</span>Page number: <span class="pageNumber"></span> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
<div style="font-size: 13px; padding-top: 15px; text-align: center; width: 100%;"> | ||
<span>{{ data.invoice.otherPartyName }}</span> | ||
</div> | ||
|
||
<div style="font-size: 10px; padding-top: 8px; text-align: center; width: 98%;"> | ||
<table class="header_image_section" style="width: 98%;height: 98%;"> | ||
<tr> | ||
<td style="padding-left: 8px;"> | ||
<img style='display:block; width:25%;' src="{% include "logo_msupply" %}"/> | ||
</td> | ||
<td> | ||
<span style="text-align: center;font-size: 7pt;font-weight: bold;font-family: Tahoma;">National Medical Store Nepal</span><br> | ||
<span style="text-align: center;font-size: 6pt;font-family: Tahoma;">Kanibahal,Lagankhel Lalitpur, Kathmandu, Nepal</span><br> | ||
<span style="text-align: center;font-size: 5pt;font-family: Tahoma;">Opposite NIMS College</span> | ||
</td> | ||
<td style="padding-left: 8px;"> | ||
<span class="invoice_number" | ||
style="text-align: right;font-weight: bold;font-size: 7pt;float: right;margin-left: 20px;"> | ||
Packing slip #: {{ data.invoice.invoiceNumber }} | ||
</span> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters