Rushabh Mehta | cdfd35c | 2016-08-25 15:23:40 +0530 | [diff] [blame] | 1 | DocType: Delivery Note,% Installed,% Instalado |
| 2 | DocType: Stock Entry,Customer or Supplier Details,Detalle de cliente o proveedor |
| 3 | DocType: Address Template,"<h4>Default Template</h4> |
| 4 | <p>Uses <a href=""http://jinja.pocoo.org/docs/templates/"">Jinja Templating</a> and all the fields of Address (including Custom Fields if any) will be available</p> |
| 5 | <pre><code>{{ address_line1 }}<br> |
| 6 | {% if address_line2 %}{{ address_line2 }}<br>{% endif -%} |
| 7 | {{ city }}<br> |
| 8 | {% if state %}{{ state }}<br>{% endif -%} |
| 9 | {% if pincode %} PIN: {{ pincode }}<br>{% endif -%} |
| 10 | {{ country }}<br> |
| 11 | {% if phone %}Phone: {{ phone }}<br>{% endif -%} |
| 12 | {% if fax %}Fax: {{ fax }}<br>{% endif -%} |
| 13 | {% if email_id %}Email: {{ email_id }}<br>{% endif -%} |
| 14 | </code></pre>","<h4> Por defecto la plantilla <!-- h4--> |
| 15 | <p> <a href=""http://jinja.pocoo.org/docs/templates/""> Jinja Templating </a> y todos los campos de la Dirección ( incluyendo campos personalizados en su caso) estará disponible <!-- p--> |
| 16 | </p><pre> <code> {{address_line1}} & lt; br & gt; |
| 17 | {% if address_line2%} {{address_line2}} & lt; br & gt; { endif% -%} |
| 18 | {{ciudad}} & lt; br & gt; |
| 19 | {% if%} Estado {{Estado}} & lt; br & gt; {% endif -%} {% if |
| 20 | código PIN%} PIN: {{código PIN}} & lt; br & gt; {% endif -%} |
| 21 | {{país}} & lt; br & gt; |
| 22 | {% if teléfono%} Teléfono: {{teléfono}} & lt; br & gt; { % endif -%} |
| 23 | {% if fax%} Fax: {{fax}} & lt; br & gt; {% endif -%} |
| 24 | {% if email_ID%} Email: {{email_ID}} & lt; br & gt ; {% endif -%} |
| 25 | <!-- code--> <!-- pre--></code></pre></h4>" |