|
|
@@ -1,5 +1,28 @@ |
|
|
|
DocType: Currency,Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01,"Fracción más pequeña de circulación (moneda). Por ejemplo, 1 centavo por USD y debe ser ingresado como 0.01" |
|
|
|
DocType: Website Settings,<head> HTML,HTML |
|
|
|
DocType: Error Snapshot,Snapshot View,Vista de instantánea |
|
|
|
DocType: Currency,Smallest Currency Fraction Value,Valor de la fracción de moneda más pequeña |
|
|
|
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +219,Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de permisos |
|
|
|
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +226,Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de permisos |
|
|
|
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>" |
|
|
|
DocType: Error Snapshot,Snapshot View,Vista de instantánea |
|
|
|
DocType: Website Settings,<head> HTML,HTML |