2.5 KiB
2.5 KiB
| 1 | 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 |
|---|---|---|---|
| 2 | DocType: System Settings | If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User | Si está activado Aplicar Permiso de Usuario Estricto y se ha definido el Permiso de Usuario para un DocType para un Usuario, todos los documentos en los que el valor del enlace esté en blanco no se mostrarán a ese Usuario |
| 3 | apps/frappe/frappe/core/doctype/system_settings/system_settings.py | Please select Minimum Password Score | Por favor selecciona la Puntuación Mínima de la Contraseña |
| 4 | DocType: Currency | Smallest Currency Fraction Value | Valor de la fracción de moneda más pequeña |
| 5 | 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> |
| 6 | DocType: Data Migration Plan | Postprocess Method | Método de Postproceso |
| 7 | DocType: Website Settings | <head> HTML | <head> HTML |