cdfd35c9ca
frappe/translations/am.csv frappe/translations/en-US.csv frappe/translations/en.csv frappe/translations/es-AR.csv frappe/translations/es-CL.csv frappe/translations/es-GT.csv frappe/translations/es-MX.csv frappe/translations/es-NI.csv frappe/translations/fr-CA.csv frappe/translations/ku.csv frappe/translations/lo.csv frappe/translations/lt.csv frappe/translations/ps.csv frappe/translations/rw.csv frappe/translations/sr-SP.csv
1.6 KiB
1.6 KiB
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> <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> <pre><code>{{ address_line1 }}<br> {% if address_line2 %}{{ address_line2 }}<br>{% endif -%} {{ city }}<br> {% if state %}{{ state }}<br>{% endif -%} {% if pincode %} PIN: {{ pincode }}<br>{% endif -%} {{ country }}<br> {% if phone %}Phone: {{ phone }}<br>{% endif -%} {% if fax %}Fax: {{ fax }}<br>{% endif -%} {% if email_id %}Email: {{ email_id }}<br>{% endif -%} </code></pre> | <h4> Por defecto la plantilla <!-- h4--> <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--> </p><pre> <code> {{address_line1}} & lt; br & gt; {% if address_line2%} {{address_line2}} & lt; br & gt; { endif% -%} {{ciudad}} & lt; br & gt; {% if%} Estado {{Estado}} & lt; br & gt; {% endif -%} {% if código PIN%} PIN: {{código PIN}} & lt; br & gt; {% endif -%} {{país}} & lt; br & gt; {% if teléfono%} Teléfono: {{teléfono}} & lt; br & gt; { % endif -%} {% if fax%} Fax: {{fax}} & lt; br & gt; {% endif -%} {% if email_ID%} Email: {{email_ID}} & lt; br & gt ; {% endif -%} <!-- code--> <!-- pre--></code></pre></h4> |