diff --git a/rangeldigital/fixtures/contract_custom_fields.json b/rangeldigital/fixtures/contract_custom_fields.json new file mode 100644 index 0000000..9d7d878 --- /dev/null +++ b/rangeldigital/fixtures/contract_custom_fields.json @@ -0,0 +1,108 @@ +[ + { + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "doctype": "Custom Field", + "dt": "Contract", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "signature_image_company", + "fieldtype": "Attach", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "signee_company", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Signature Image (Company)", + "length": 0, + "mandatory_depends_on": null, + "modified": "2023-01-24 20:38:35.623451", + "module": null, + "name": "contract_signature_image_company", + "no_copy": 0, + "non_negative": 0, + "options": null, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "translatable": 0, + "unique": 0, + "width": null + }, + { + "allow_in_quick_entry": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "doctype": "Custom Field", + "dt": "Contract", + "fetch_from": null, + "fetch_if_empty": 0, + "fieldname": "signed_on_company", + "fieldtype": "Datetime", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_preview": 0, + "in_standard_filter": 0, + "insert_after": "signature_image_company", + "is_system_generated": 1, + "is_virtual": 0, + "label": "Signed On (Company)", + "length": 0, + "mandatory_depends_on": null, + "modified": "2023-01-24 20:38:35.623451", + "module": null, + "name": "contract_signed_on_company", + "no_copy": 0, + "non_negative": 0, + "options": null, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "translatable": 0, + "unique": 0, + "width": null + } + ] \ No newline at end of file diff --git a/rangeldigital/fixtures/print_format_rd_contract_1.json b/rangeldigital/fixtures/print_format_rd_contract_1.json new file mode 100644 index 0000000..45ec20a --- /dev/null +++ b/rangeldigital/fixtures/print_format_rd_contract_1.json @@ -0,0 +1,23 @@ +{ + "absolute_value": 0, + "align_labels_right": 0, + "creation": "2020-03-21 11:08:55", + "custom_format": 1, + "disabled": 0, + "doc_type": "Contract", + "docstatus": 0, + "doctype": "Print Format", + "html": "
Rangel Digital LLCsales@rangeldigital.com 541-808-9102 | CONTRACT
|
I, the undersigned, affirm that I have entered into this agreement voluntarily and with full authority to do so.
| Rangel Digital LLC Full Name: {{ doc.signed_by_company }}
Date: {{ frappe.utils.formatdate(doc.signed_on_company, \"MMMM d, YYYY\") }} | {{ doc.party_name }} Full Name: ___________________________ Signature: ___________________________ Date: ________________________________ |