diff --git a/erpnext/accounts/doctype/dunning_letter_text/dunning_letter_text.json b/erpnext/accounts/doctype/dunning_letter_text/dunning_letter_text.json index 5ede3a1071abf9d5e7985a93c158dfd66b581a49..53459902cc351cbcd26f66f2b23b5951f1043587 100644 --- a/erpnext/accounts/doctype/dunning_letter_text/dunning_letter_text.json +++ b/erpnext/accounts/doctype/dunning_letter_text/dunning_letter_text.json @@ -53,12 +53,12 @@ "fieldname": "body_and_closing_text_help", "fieldtype": "HTML", "label": "Body and Closing Text Help", - "options": "

Body Text and Closing Text Example

\n\n
We have noticed that you have not yet paid invoice {{sales_invoice}} for {{frappe.db.get_value(\"Currency\", currency, \"symbol\")}} {{outstanding_amount}}. This is a friendly reminder that the invoice was due on {{due_date}}. Please pay the amount due immediately to avoid any further dunning cost.
\n\n

How to get fieldnames

\n\n

The fieldnames you can use in your template are the fields in the document. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Sales Invoice)

\n\n

Templating

\n\n

Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

" + "options": "

Body Text and Closing Text Example

\n\n
We have noticed that you have not yet paid invoice {{sales_invoice}} for {{frappe.db.get_value(\"Currency\", currency, \"symbol\")}} {{outstanding_amount}}. This is a friendly reminder that the invoice was due on {{due_date}}. Please pay the amount due immediately to avoid any further dunning cost.
\n\n

How to get fieldnames

\n\n

The fieldnames you can use in your template are the fields in the document. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Sales Invoice)

\n\n

Templating

\n\n

Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

" } ], "istable": 1, "links": [], - "modified": "2020-07-14 18:02:35.988958", + "modified": "2024-05-07 18:02:35.988958", "modified_by": "Administrator", "module": "Accounts", "name": "Dunning Letter Text", @@ -67,4 +67,4 @@ "sort_field": "modified", "sort_order": "DESC", "track_changes": 1 -} \ No newline at end of file +} diff --git a/erpnext/crm/doctype/contract_template/contract_template.json b/erpnext/crm/doctype/contract_template/contract_template.json index 8e48a28678b0229209166fe3ef4cc765e095183c..46f351ccef66eacb51bc1123cf67a8f19e5fd17d 100644 --- a/erpnext/crm/doctype/contract_template/contract_template.json +++ b/erpnext/crm/doctype/contract_template/contract_template.json @@ -1,117 +1,117 @@ { - "actions": [], - "allow_rename": 1, - "autoname": "field:title", - "creation": "2018-04-16 06:44:48.791312", - "doctype": "DocType", - "editable_grid": 1, - "engine": "InnoDB", - "field_order": [ - "title", - "contract_terms", - "sb_fulfilment", - "requires_fulfilment", - "fulfilment_terms", - "section_break_6", - "contract_template_help" - ], - "fields": [ - { - "fieldname": "title", - "fieldtype": "Data", - "label": "Title", - "unique": 1 - }, - { - "fieldname": "contract_terms", - "fieldtype": "Text Editor", - "label": "Contract Terms and Conditions" - }, - { - "fieldname": "sb_fulfilment", - "fieldtype": "Section Break" - }, - { - "default": "0", - "fieldname": "requires_fulfilment", - "fieldtype": "Check", - "label": "Requires Fulfilment" - }, - { - "depends_on": "eval:doc.requires_fulfilment==1", - "fieldname": "fulfilment_terms", - "fieldtype": "Table", - "label": "Fulfilment Terms and Conditions", - "options": "Contract Template Fulfilment Terms" - }, - { - "fieldname": "section_break_6", - "fieldtype": "Section Break" - }, - { - "fieldname": "contract_template_help", - "fieldtype": "HTML", - "label": "Contract Template Help", - "options": "

Contract Template Example

\n\n
Contract for Customer {{ party_name }}\n\n-Valid From : {{ start_date }} \n-Valid To : {{ end_date }}\n
\n\n

How to get fieldnames

\n\n

The field names you can use in your Contract Template are the fields in the Contract for which you are creating the template. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Contract)

\n\n

Templating

\n\n

Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

" - } - ], - "links": [], - "modified": "2020-12-07 10:44:22.587047", - "modified_by": "Administrator", - "module": "CRM", - "name": "Contract Template", - "owner": "Administrator", - "permissions": [ - { - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "print": 1, - "read": 1, - "report": 1, - "role": "System Manager", - "share": 1, - "write": 1 - }, - { - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "print": 1, - "read": 1, - "report": 1, - "role": "Sales Manager", - "share": 1, - "write": 1 - }, - { - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "print": 1, - "read": 1, - "report": 1, - "role": "Purchase Manager", - "share": 1, - "write": 1 - }, - { - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "print": 1, - "read": 1, - "report": 1, - "role": "HR Manager", - "share": 1, - "write": 1 - } - ], - "sort_field": "modified", - "sort_order": "DESC", - "track_changes": 1 - } \ No newline at end of file + "actions": [], + "allow_rename": 1, + "autoname": "field:title", + "creation": "2018-04-16 06:44:48.791312", + "doctype": "DocType", + "editable_grid": 1, + "engine": "InnoDB", + "field_order": [ + "title", + "contract_terms", + "sb_fulfilment", + "requires_fulfilment", + "fulfilment_terms", + "section_break_6", + "contract_template_help" + ], + "fields": [ + { + "fieldname": "title", + "fieldtype": "Data", + "label": "Title", + "unique": 1 + }, + { + "fieldname": "contract_terms", + "fieldtype": "Text Editor", + "label": "Contract Terms and Conditions" + }, + { + "fieldname": "sb_fulfilment", + "fieldtype": "Section Break" + }, + { + "default": "0", + "fieldname": "requires_fulfilment", + "fieldtype": "Check", + "label": "Requires Fulfilment" + }, + { + "depends_on": "eval:doc.requires_fulfilment==1", + "fieldname": "fulfilment_terms", + "fieldtype": "Table", + "label": "Fulfilment Terms and Conditions", + "options": "Contract Template Fulfilment Terms" + }, + { + "fieldname": "section_break_6", + "fieldtype": "Section Break" + }, + { + "fieldname": "contract_template_help", + "fieldtype": "HTML", + "label": "Contract Template Help", + "options": "

Contract Template Example

\n\n
Contract for Customer {{ party_name }}\n\n-Valid From : {{ start_date }} \n-Valid To : {{ end_date }}\n
\n\n

How to get fieldnames

\n\n

The field names you can use in your Contract Template are the fields in the Contract for which you are creating the template. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Contract)

\n\n

Templating

\n\n

Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

" + } + ], + "links": [], + "modified": "2024-05-07 10:44:22.587047", + "modified_by": "Administrator", + "module": "CRM", + "name": "Contract Template", + "owner": "Administrator", + "permissions": [ + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "System Manager", + "share": 1, + "write": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "Sales Manager", + "share": 1, + "write": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "Purchase Manager", + "share": 1, + "write": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "HR Manager", + "share": 1, + "write": 1 + } + ], + "sort_field": "modified", + "sort_order": "DESC", + "track_changes": 1 +} diff --git a/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json b/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json index 2cf7215b8cc8df43e648eb7e47a4334b030a4d4d..0023c51ac94223fbcd34d1bbd31306362da03179 100644 --- a/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json +++ b/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json @@ -48,7 +48,7 @@ "fieldname": "terms_and_conditions_help", "fieldtype": "HTML", "label": "Terms and Conditions Help", - "options": "

Standard Terms and Conditions Example

\n\n
Delivery Terms for Order number {{ name }}\n\n-Order Date : {{ transaction_date }} \n-Expected Delivery Date : {{ delivery_date }}\n
\n\n

How to get fieldnames

\n\n

The fieldnames you can use in your email template are the fields in the document from which you are sending the email. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Sales Invoice)

\n\n

Templating

\n\n

Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

" + "options": "

Standard Terms and Conditions Example

\n\n
Delivery Terms for Order number {{ name }}\n\n-Order Date : {{ transaction_date }} \n-Expected Delivery Date : {{ delivery_date }}\n
\n\n

How to get fieldnames

\n\n

The fieldnames you can use in your email template are the fields in the document from which you are sending the email. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Sales Invoice)

\n\n

Templating

\n\n

Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

" }, { "fieldname": "applicable_modules_section", @@ -77,7 +77,7 @@ "icon": "icon-legal", "idx": 1, "links": [], - "modified": "2024-01-30 12:47:52.325531", + "modified": "2024-05-07 12:47:52.325531", "modified_by": "Administrator", "module": "Setup", "name": "Terms and Conditions", diff --git a/erpnext/translations/fr.csv b/erpnext/translations/fr.csv index 35de9dee7c2ddf22b9179d81350e64d4ccda4546..621b6c3e24f2583eef1e3a74a8a1218ad7d06367 100644 --- a/erpnext/translations/fr.csv +++ b/erpnext/translations/fr.csv @@ -305,7 +305,7 @@ INV-.####

Templating

-

Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

","

Example de corps de texte

+

Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

","

Example de corps de texte

Votre facture {{sales_invoice}} présente un montant impayé de {{outstanding_amount}} {{frappe.db.get_value(""Currency"", currency, ""symbol"")}}. Cette facture est arrivée à échéance le {{due_date}}. Pouvez-vous procéder à son règlement au plus vite s'il vous plaît ?
@@ -315,7 +315,7 @@ INV-.####

Modèle

-

Les modèles sont générés en utilisant le language Jinja. Pour en savoir plus sur Jinja, lisez cette documentation.

", +

Les modèles sont générés en utilisant le language Jinja. Pour en savoir plus sur Jinja, lisez cette documentation.

", "

Condition Examples

  1. Applying tax if employee born between 31-12-1937 and 01-01-1958 (Employees aged 60 to 80)
    @@ -343,7 +343,7 @@ INV-.####

    Templating

    -

    Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

    ","

    Exemple de modèle de contrat

    +

    Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

    ","

    Exemple de modèle de contrat

    Contrat pour le client {{ party_name }}
     
    @@ -357,7 +357,7 @@ INV-.####

    Modélisation

    -

    Les modèles sont compilés en utilisant le langage de modélisation Jinja. Pour en savoir plus sur Jinja, lisez cette documentation.

    ", +

    Les modèles sont compilés en utilisant le langage de modélisation Jinja. Pour en savoir plus sur Jinja, lisez cette documentation.

    ", "

    Standard Terms and Conditions Example

    Delivery Terms for Order number {{ name }}
    @@ -372,7 +372,7 @@ INV-.####

    Templating

    -

    Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

    ","

    Exemple de Clauses et Conditions Standard

    +

    Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

    ","

    Exemple de Clauses et Conditions Standard

    Termes de livraison pour le numéro de commande {{ name }}
     
    @@ -386,7 +386,7 @@ INV-.####

    Modélisation

    -

    Les modèles sont compilés en utilisant le langage de modélisation Jinja. Pour en savoir plus sur Jinja, lisez cette documentation.

    ", +

    Les modèles sont compilés en utilisant le langage de modélisation Jinja. Pour en savoir plus sur Jinja, lisez cette documentation.

    ", "","", "","", "","",