23 lines
5.0 KiB
JSON
23 lines
5.0 KiB
JSON
{
|
|
"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": "<table width=\"100%\" class=\"header\"> <tr> <td style=\"width: 50%; vertical-align: top; padding: 10px;\"> <h2 class=\"font-color-3 font-size-4 bold\">Rangel Digital LLC</h2> <p>sales@rangeldigital.com</p> <p>541-808-9102</p> </td> <td class=\"details\" style=\"width: 50%; vertical-align: top; padding: 10px;\"> <h2 class=\"quote-heading bold text-right\">CONTRACT</h2> <table width=\"100%\" class=\"details\"> <tr> <td style=\"width: 25%; vertical-align: top; padding: 0!important;\"> <p class=\"hidden bold\">Contract #</p> <p class=\"bold\">Start Date</p> {% if doc.start_date %} <p class=\"bold\">End Date</p> {% endif %} </td> <td style=\"width: 70%; vertical-align: top; padding: 0!important;\"> <p class=\"hidden text-right\">{{ doc.name }}</p> <p style=\"text-align: right;\"> {{ frappe.utils.formatdate(doc.start_date, \"MMMM d, YYYY\") }} </p> {% if doc.start_date %} <p class=\"text-right\"> {{ frappe.utils.formatdate(doc.end_date, \"MMMM d, yyyy\") }} </p> {% endif %} </td> </tr> </table> </td> </tr> </table> <div class=\"terms\"> {{ doc.contract_terms }} </div> <div class=\"sign_section\"> <p class=\"affirmation bold\"> I, the undersigned, affirm that I have entered into this agreement voluntarily and with full authority to do so. </p> <table width=\"100%\" class=\"signers\"> <tr> <td style=\"width: 50%; vertical-align: top; padding: 10px;\"> <p class=\"bill-to-label bold font-size-2\">Rangel Digital LLC</p> <p class=\"company-full-name\"><span class=\"bold\">Full Name:</span> <span>{{ doc.signed_by_company }}</span></p> <table width=\"100%\" class=\"company-sign\"> <tr> <td class=\"party-name\" style=\"padding-right: 10px;width:30px\"><span class=\"bold\">Signature:</span></td> <td class=\"company-signature\"> <img class=\"signature_company\" src=\"{{ frappe.utils.get_url(doc.signature_image_company) }}\" alt=\"Signature\" style=\"height: 50px; width: auto;\" /> </td> </tr> </table> <p class=\"company-date\"><span class=\"bold\">Date: </span>{{ frappe.utils.formatdate(doc.signed_on_company, \"MMMM d, YYYY\") }}</p> </td> <td style=\"width: 50%; vertical-align: top; padding: 10px;\"> <p class=\"bill-to-label bold font-size-2\">{{ doc.party_name }}</p> <p class=\"party-full-name\"><span class=\"bold\">Full Name:</span> ___________________________</p> <p class=\"party-signature\"><span class=\"bold\">Signature:</span> ___________________________</p> <p class=\"party-date\"><span class=\"bold\">Date:</span> ________________________________</p> </td> </tr> </table> </div>",
|
|
"css": ".hidden { display: none !important; } .bold { font-weight: bold; } .font-size-1 { font-size: 14px !important; } .font-size-2 { font-size: 16px !important; } .font-size-4 { font-size: 24px !important; } .font-color-3 { color: #008AFC !important; } .text-left { text-align: left !important; } .text-center { text-align: center !important; } .text-right { text-align: right !important; } table { border-spacing: 0 1px; border-collapse: separate; } p, td { font-size: 14px; } h2 { margin: 0 !important; } h2.quote-heading { font-size: 20px; } .header { margin-bottom: 40px; } .print-format td.details { padding-left: 20px !important; } .addresses { margin-bottom: 40px; } .items-table * { line-height: 16px; } .items-table .row:before { display: none !important; } .items-table th, .items-table td { font-size: 14px; } .items-table .header-row { background: #02204B; } .items-table .header-row td { font-weight: bold; } .items-table .header-row th { color: white; font-weight: bold; } .items-table .row:not(.description-row) td { padding-top: 5px !important; padding-bottom: 0 !important; } .items-table .description-row td { padding-top: 0 !important; padding-bottom: 0 !important; } .description-row p { padding-left: 5px !important; } .totals { margin-top: 50px; font-size: 14px; } .totals td { padding-top: 3px !important; padding-right: 10px !important; padding-bottom: 3px !important; } .totals .grand-total { background: #f1f1f1; } .totals .grand-total td { padding-top: 7px !important; padding-bottom: 7px !important; } .terms-section { margin-top: 40px; } .terms-section h3 { margin-bottom: 5px; } body:last-child .print-format td img.signature_company { height: 20px !important; width: 50px !important; object-fit: contain; } .terms { margin-top: 50px; margin-bottom: 50px; } .signers { margin-top: 10px; } .party-full-name, .party-signature, .party-date, .company-full-name { padding-top: 10px; } table { margin-left: -10px; } .print-format .company-signature { padding: 0 !important; vertical-align: middle !important; }",
|
|
"line_breaks": 0,
|
|
"is_default": 1,
|
|
"modified": "2021-04-15 15:23:28.867135",
|
|
"modified_by": "Administrator",
|
|
"name": "RD Contract - 1",
|
|
"owner": "Administrator",
|
|
"print_format_builder": 0,
|
|
"print_format_type": "Jinja",
|
|
"raw_printing": 0,
|
|
"show_section_headings": 0,
|
|
"standard": "Yes"
|
|
} |