Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#terms and condition coding centrolized with company and amount in words

<div class="text-left">Amount In Words: <strong>{{ doc.in_words }}</strong><br/>


</div>
<div class="margin-bottom">
<div class="col-xs-12 text-right">
<strong>For Warner Electronics (I) Pvt. Ltd.</strong>
<br /><br /><br><br><br>
<strong>Authorised Signatory</strong><br>
</div>
</div>
<hr>
<br>
<div class="margin-top">
<div class="text-left"><br>
<strong>Gross Consignment Weight: {{doc.total_net_weight}} KG </strong>
<br/>
<br>
<strong style="font-size: 10px;"> Payment Terms: </strong>{% if
doc.terms %}{{doc.payment_terms_template}}{% else %} -{% endif %}
<br>
<br><strong style="font-size: 12px;"> Terms and Condition: </strong>
<p class="font-term">{% if doc.terms %}{{doc.terms}}{% else %} -{%
endif %} </p>
</div>
</div>

#overlapped images in authorised signatury


<div class="col-xs-4 text-right">
<strong>For Warner Electronics (I) Pvt. Ltd.</strong>
<br /><img src="/files/weipl-stamp.png" style="position:
absolute;left: 80px;" height="100px">
<br /><img src="/private/files/tausif khan.jpeg" height="50
px"><br>
<strong>Authorised Signatory</strong>
</div>

During your tenure with us, we appreciate your hard work, dedication, and
valuable contributions to the success of the company. We wish you the best in your
future endeavors.

***********************************************************
send link of the document in email in erpnext (Paste code in message section
of notification alert)
code:
<a href="{{ frappe.utils.get_url_to_form(doc.doctype,
doc.name) }}">{{ doc.employee_name}}'s Leave Application </a>

You might also like