-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While printing the values are changing their placements to anywhere #341
Comments
@SamarthRedtra please provide more information. Thank you |
I think I am experiencing what he mentioned. If I make my custom format with print designer, it'll show exactly how I want it. Whenever I go to Quotations and print the Quotation. The elements I had all lined up seem to fail and scatter around the page. Someone on the ERPnext forum also had this issue it seems https://discuss.frappe.io/t/print-designer-print-format-is-not-working-properly/118587 This is how it looks in print format This is during the print designer I checked my console and it reported this error The Here is the copy to clipboard from my custom format {"name":"New Quote Format","creation":"2024-10-17 20:37:48.012527","modified":"2024-10-18 10:27:36.217932","modified_by":"Administrator","owner":"Administrator","docstatus":0,"idx":0,"doc_type":"Quotation","module":"Selling","standard":"No","custom_format":0,"disabled":0,"print_format_type":"Jinja","raw_printing":0,"margin_top":15,"margin_bottom":15,"margin_left":15,"margin_right":15,"align_labels_right":0,"show_section_headings":0,"line_breaks":0,"absolute_value":0,"font_size":14,"page_number":"Hide","css":":root { --scale-factor: 1px; --modal-x: 0px; --modal-y: 0px; } .staticText { display: inline-block; font-family: Inter; font-size: 14px; font-weight: 400; color: rgb(0, 0, 0); text-align: left; font-style: normal; text-decoration: none; text-transform: none; line-height: 1.25; letter-spacing: 0px; border: 0px solid rgb(0, 0, 0); border-radius: 0px; padding: 0px; margin: 0px; min-width: 0px; min-height: 0px; box-shadow: none; overflow: hidden; overflow-wrap: break-word; white-space: normal; user-select: none; opacity: 1; z-index: 1; } .dynamicText { display: inline-block; font-family: Inter; font-size: 14px; font-weight: 400; color: rgb(0, 0, 0); text-align: left; font-style: normal; text-decoration: none; text-transform: none; line-height: 1.25; letter-spacing: 0px; border: 0px solid rgb(0, 0, 0); border-radius: 0px; padding: 0px; margin: 0px; min-width: 0px; min-height: 0px; box-shadow: none; overflow: hidden; overflow-wrap: break-word; white-space: normal; user-select: none; opacity: 1; } .dynamicText .label-text { font-family: Inter; font-size: 14px; font-weight: 600; color: rgb(0, 0, 0); text-align: left; font-style: normal; text-decoration: none; text-transform: none; line-height: 1.25; letter-spacing: 0px; border: 0px solid rgb(0, 0, 0); border-radius: 0px; padding: 0px; margin: 0px; min-width: 0px; min-height: 0px; box-shadow: none; white-space: normal; user-select: none; opacity: 1; z-index: 1; } .rectangle { padding: 0px; margin: 0px; white-space: normal; user-select: none; min-width: 0px; min-height: 0px; color: rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0); box-sizing: border-box; outline: none; border-radius: 0px; box-shadow: none; opacity: 1; z-index: 0; } .image { display: block; border: 0px solid rgb(0, 0, 0); border-radius: 0px; padding: 0px; margin: 0px; min-width: 0px; min-height: 0px; box-shadow: none; white-space: normal; user-select: none; object-fit: scale-down; object-position: center center; background-size: contain; background-position: center center; background-repeat: no-repeat; opacity: 1; } .barcode { display: block; border: 0px solid rgb(0, 0, 0); border-radius: 0px; padding: 0px; margin: 0px; min-width: 0px; min-height: 0px; box-shadow: none; white-space: normal; user-select: none; opacity: 1; } .printTable td { font-family: Inter; font-size: 10px; font-weight: 400; color: rgb(0, 0, 0); text-align: left; font-style: normal; text-decoration: none; text-transform: none; line-height: 1.25; letter-spacing: 0px; border: 1px solid rgb(0, 0, 0); border-radius: 0px; background-color: rgb(255, 255, 255); padding: 10px; margin: 0px; min-width: 0px; min-height: 0px; box-shadow: none; overflow-wrap: break-word; white-space: normal; user-select: none; vertical-align: baseline; opacity: 1; } .printTable .label-text { font-family: Inter; font-size: 10px; font-weight: 600; color: rgb(0, 0, 0); text-align: left; font-style: normal; text-decoration: none; text-transform: none; line-height: 1.25; letter-spacing: 0px; border: 0px solid rgb(0, 0, 0); border-radius: 0px; background-color: rgb(255, 255, 255); padding: 0px; margin: 0px; min-width: 0px; min-height: 0px; box-shadow: none; white-space: normal; user-select: none; opacity: 1; vertical-align: baseline; z-index: 1; } .printTable th { font-family: Inter; font-size: 11px; font-weight: 600; color: rgb(0, 0, 0); text-align: left; font-style: normal; text-decoration: none; text-transform: none; line-height: 1.25; letter-spacing: 0px; border: 1px solid rgb(0, 0, 0); border-radius: 0px; background-color: rgb(255, 255, 255); padding: 10px; margin: 0px; min-width: 0px; min-height: 0px; box-shadow: none; white-space: normal; user-select: none; opacity: 1; z-index: 1; } .printTable tr:nth-child(2n) td { } :root, ::after, ::before { --print-width: 210.000mm; --print-height: 297.000mm; --print-container-width: 210.000mm; --print-container-height: 297.000mm; --print-margin-top: 0mm; --print-margin-bottom: 0.000mm; --print-margin-left: 0mm; --print-margin-right: 0.000mm; } :root, ::after, ::before { --print-width: 210.000mm; --print-height: 297.000mm; --print-container-width: 210.000mm; --print-container-height: 297.000mm; --print-margin-top: 0mm; --print-margin-bottom: 0.000mm; --print-margin-left: 0mm; --print-margin-right: 0.000mm; } :root, ::after, ::before { --print-width: 210.000mm; --print-height: 297.000mm; --print-container-width: 210.000mm; --print-container-height: 297.000mm; --print-margin-top: 0mm; --print-margin-bottom: 0.000mm; --print-margin-left: 0mm; --print-margin-right: 0.000mm; }@page { size: 210mm 297mm; margin: 0mm; } @page { size: 210mm 297mm; margin: 0mm; } @page { size: 210mm 297mm; margin: 0mm; }","print_format_builder":0,"print_format_builder_beta":0,"print_designer_print_format":"{"header":{"firstPage":[],"oddPage":[],"evenPage":[],"lastPage":[]},"body":[{"type":"page","index":0,"isDropZone":true,"childrens":[{"id":"RmvKAVQSgl","type":"rectangle","DOMRef":null,"childrens":[{"id":"VbgQmNSDCo","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[{"doctype":"","parentField":"","fieldname":"transaction_date","options":null,"fieldtype":"Date","label":"Date :","suffix":null,"is_labelled":true,"is_static":false,"print_hide":0,"style":{},"labelStyle":{},"nextLine":true,"value":"","labelStyleEditing":false}],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":453.54330709199996,"startY":119,"pageX":917,"pageY":233,"width":118.53334045410156,"height":24.5,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":0,"isElementOverlapping":true}],"isDraggable":false,"isResizable":false,"isDropZone":false,"startX":0,"startY":0,"pageX":453.54330709199996,"pageY":0,"width":793.701,"height":143.5,"styleEditMode":"main","style":{},"classes":["relative-row"],"layoutType":"row","heightType":"auto"},{"id":"PJSXNnFohR","type":"rectangle","DOMRef":null,"childrens":[{"id":"fkfTbQMpEY","type":"rectangle","DOMRef":null,"childrens":[{"id":"YEfyLaKFfe","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[{"doctype":"","parentField":"","fieldname":"valid_till","options":null,"fieldtype":"Date","label":"Valid Till :","suffix":false,"is_labelled":true,"is_static":false,"print_hide":0,"style":{},"labelStyle":{},"nextLine":true,"value":"","suffixRef":null,"labelStyleEditing":false}],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":304.69330098848434,"startY":-0.5,"pageX":920,"pageY":257,"width":141.4499969482422,"height":24.5,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":1,"isElementOverlapping":false}],"isDraggable":false,"isResizable":false,"isDropZone":false,"startX":148.85000610351562,"startY":0,"pageX":148.85000610351562,"pageY":0,"width":644.8509938964844,"height":67,"styleEditMode":"main","style":{},"classes":["relative-column"],"layoutType":"column","relativeColumn":true,"heightType":"auto"},{"id":"yVHOMsBvyW","type":"rectangle","DOMRef":null,"childrens":[{"id":"vxRZYKQJXM","type":"text","content":"\n","contenteditable":false,"isDynamic":false,"isFixedSize":false,"isDraggable":true,"isResizable":true,"isDropZone":false,"parseJinja":false,"startX":88,"startY":21.5,"pageX":553,"pageY":279,"width":3,"height":23,"styleEditMode":"main","labelDisplayStyle":"standard","style":{"zIndex":1},"classes":[],"index":2,"isElementOverlapping":false},{"id":"qOYynDxfKi","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[{"doctype":"","parentField":"","fieldname":"contact_display","options":null,"fieldtype":"Small Text","label":"Contact :","suffix":null,"is_labelled":false,"is_static":false,"print_hide":0,"style":{},"labelStyle":{},"nextLine":true,"value":"","labelStyleEditing":false}],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":63,"startY":42.5,"pageX":528,"pageY":300,"width":85.85000610351562,"height":24.5,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":3,"isElementOverlapping":false}],"isDraggable":false,"isResizable":false,"isDropZone":false,"startX":0,"startY":0,"pageX":0,"pageY":0,"width":148.85000610351562,"height":67,"styleEditMode":"main","style":{},"classes":["relative-column"],"layoutType":"column","relativeColumn":true,"heightType":"fixed"}],"isDraggable":false,"isResizable":false,"isDropZone":false,"startX":0,"startY":143.5,"pageX":63,"pageY":143.5,"width":793.701,"height":67,"styleEditMode":"main","style":{},"classes":["relative-row"],"layoutType":"row","heightType":"auto"},{"id":"jESusNfEDh","type":"rectangle","DOMRef":null,"childrens":[{"id":"mSNBAbiGGg","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":106,"startY":30.5,"pageX":571,"pageY":355,"width":2,"height":23,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":5,"isElementOverlapping":true},{"id":"UetWKSmfgr","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[{"doctype":"","parentField":"","fieldname":"customer_name","options":null,"fieldtype":"Data","label":"Customer Name :","suffix":null,"is_labelled":false,"is_static":false,"print_hide":0,"style":{},"labelStyle":{},"nextLine":true,"value":"","labelStyleEditing":false}],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":63,"startY":30.5,"pageX":528,"pageY":355,"width":85.85000610351562,"height":24.5,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":4,"isElementOverlapping":false}],"isDraggable":false,"isResizable":false,"isDropZone":false,"startX":0,"startY":210.5,"pageX":63,"pageY":210.5,"width":793.701,"height":55,"styleEditMode":"main","style":{},"classes":["relative-row"],"layoutType":"row","heightType":"fixed"}],"snapPoints":[null,null],"snapEdges":[null,null,null,null],"isDraggable":false,"isResizable":true}],"footer":{"firstPage":[],"oddPage":[],"evenPage":[],"lastPage":[]}}","print_designer_preview_img":"/private/files/print_designer-new_quote_format-preview.jpg","print_designer_settings":"{"page":{"height":1122.52,"width":793.701,"marginTop":0,"marginBottom":0,"marginLeft":0,"marginRight":0,"headerHeight":0,"footerHeight":0,"headerHeightWithMargin":0,"footerHeightWithMargin":0,"UOM":"mm"},"pdfPrintDPI":96,"globalStyles":{"staticText":{"isGlobalStyle":true,"styleEditMode":"main","labelDisplayStyle":"standard","type":"text","isDynamic":false,"mainRuleSelector":".staticText","style":{"display":"inline-block","fontFamily":"Inter","fontSize":"14px","fontWeight":400,"color":"#000000","textAlign":"left","fontStyle":"normal","textDecoration":"none","textTransform":"none","lineHeight":1.25,"letterSpacing":"0px","contenteditable":false,"border":"none","borderWidth":"0px","borderColor":"#000000","borderStyle":"solid","borderRadius":0,"backgroundColor":"","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px","margin":"0px","minWidth":"0px","minHeight":"0px","boxShadow":"none","overflow":"hidden","overflowWrap":"break-word","whiteSpace":"normal","userSelect":"none","opacity":1,"zIndex":1},"mainCssRule":{}},"dynamicText":{"isGlobalStyle":true,"styleEditMode":"main","labelDisplayStyle":"standard","type":"text","isDynamic":true,"mainRuleSelector":".dynamicText","labelRuleSelector":".dynamicText .label-text","style":{"display":"inline-block","fontFamily":"Inter","fontSize":"14px","fontWeight":400,"color":"#000000","textAlign":"left","fontStyle":"normal","textDecoration":"none","textTransform":"none","lineHeight":1.25,"letterSpacing":"0px","contenteditable":false,"border":"none","borderWidth":"0px","borderColor":"#000000","borderStyle":"solid","borderRadius":0,"backgroundColor":"","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px","margin":"0px","minWidth":"0px","minHeight":"0px","boxShadow":"none","overflow":"hidden","overflowWrap":"break-word","whiteSpace":"normal","userSelect":"none","opacity":1},"labelStyle":{"fontFamily":"Inter","fontSize":"14px","fontWeight":600,"color":"#000000","textAlign":"left","fontStyle":"normal","textDecoration":"none","textTransform":"none","lineHeight":1.25,"letterSpacing":"0px","border":"none","borderWidth":"0px","borderColor":"#000000","borderStyle":"solid","borderRadius":0,"backgroundColor":"","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px","margin":"0px","minWidth":"0px","minHeight":"0px","boxShadow":"none","whiteSpace":"normal","userSelect":"none","opacity":1,"zIndex":1},"mainCssRule":{},"labelCssRule":{}},"rectangle":{"isGlobalStyle":true,"styleEditMode":"main","type":"rectangle","isDynamic":false,"mainRuleSelector":".rectangle","style":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px","margin":"0px","whiteSpace":"normal","userSelect":"none","minWidth":"0px","minHeight":"0px","color":"#000000","backgroundColor":"","border":"1px solid black","borderColor":"#000000","borderStyle":"solid","borderWidth":"1px","boxSizing":"border-box","outline":"none","borderRadius":0,"boxShadow":"none","opacity":1,"zIndex":0},"mainCssRule":{}},"image":{"isGlobalStyle":true,"styleEditMode":"main","type":"image","isDynamic":false,"mainRuleSelector":".image","style":{"display":"block","border":"none","borderWidth":"0px","borderColor":"#000000","borderStyle":"solid","borderRadius":0,"backgroundColor":"","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px","margin":"0px","minWidth":"0px","minHeight":"0px","boxShadow":"none","whiteSpace":"normal","userSelect":"none","objectFit":"scale-down","objectPosition":"center center","backgroundSize":"contain","backgroundPosition":"center center","backgroundRepeat":"no-repeat","opacity":1},"mainCssRule":{}},"barcode":{"isGlobalStyle":true,"styleEditMode":"main","type":"barcode","isDynamic":false,"mainRuleSelector":".barcode","style":{"display":"block","border":"none","borderWidth":"0px","borderColor":"#000000","borderStyle":"solid","borderRadius":0,"backgroundColor":"","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px","margin":"0px","minWidth":"0px","minHeight":"0px","boxShadow":"none","whiteSpace":"normal","userSelect":"none","opacity":1},"mainCssRule":{}},"table":{"isGlobalStyle":true,"styleEditMode":"main","labelDisplayStyle":"standard","type":"table","isDynamic":true,"mainRuleSelector":".printTable td","headerRuleSelector":".printTable th","altRuleSelector":".printTable tr:nth-child(even) td","labelRuleSelector":".printTable .label-text","style":{"fontFamily":"Inter","fontSize":"10px","fontWeight":400,"color":"#000000","textAlign":"left","fontStyle":"normal","textDecoration":"none","textTransform":"none","lineHeight":1.25,"letterSpacing":"0px","contenteditable":false,"border":"none","borderWidth":"1px","borderColor":"#000000","borderStyle":"solid","borderRadius":0,"backgroundColor":"#ffffff","paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px","margin":"0px","minWidth":"0px","minHeight":"0px","boxShadow":"none","overflowWrap":"break-word","whiteSpace":"normal","userSelect":"none","verticalAlign":"baseline","opacity":1},"labelStyle":{"fontFamily":"Inter","fontSize":"10px","fontWeight":600,"color":"#000000","textAlign":"left","fontStyle":"normal","textDecoration":"none","textTransform":"none","lineHeight":1.25,"letterSpacing":"0px","border":"none","borderWidth":"0px","borderColor":"#000000","borderStyle":"solid","borderRadius":0,"backgroundColor":"#ffffff","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px","margin":"0px","minWidth":"0px","minHeight":"0px","boxShadow":"none","whiteSpace":"normal","userSelect":"none","opacity":1,"verticalAlign":"baseline","zIndex":1},"headerStyle":{"fontFamily":"Inter","fontSize":"11px","fontWeight":600,"color":"#000000","textAlign":"left","fontStyle":"normal","textDecoration":"none","textTransform":"none","lineHeight":1.25,"letterSpacing":"0px","border":"none","borderWidth":"1px","borderColor":"#000000","borderStyle":"solid","borderRadius":0,"backgroundColor":"#ffffff","paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px","margin":"0px","minWidth":"0px","minHeight":"0px","boxShadow":"none","whiteSpace":"normal","userSelect":"none","opacity":1,"zIndex":1},"altStyle":{},"mainCssRule":{},"labelCssRule":{},"headerCssRule":{},"altCssRule":{}}},"currentPageSize":"A4","isHeaderFooterAuto":true,"currentDoc":"SAL-QTN-2024-00001","textControlType":"dynamic","currentFonts":["Inter"],"printHeaderFonts":null,"printFooterFonts":null,"printBodyFonts":{"Inter":{"weight":[400,600],"italic":[]}},"userProvidedJinja":"","schema_version":"1.3.0"}","print_designer_header":"[{"type":"page","childrens":[],"firstPage":true,"oddPage":true,"evenPage":true,"lastPage":true}]","print_designer_footer":"[{"type":"page","childrens":[],"firstPage":true,"oddPage":true,"evenPage":true,"lastPage":true}]","print_designer_body":"[{"type":"page","index":0,"isDropZone":true,"childrens":[{"id":"VbgQmNSDCo","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[{"doctype":"","parentField":"","fieldname":"transaction_date","options":null,"fieldtype":"Date","label":"Date :","suffix":null,"is_labelled":true,"is_static":false,"print_hide":0,"style":{},"labelStyle":{},"nextLine":true,"value":"","labelStyleEditing":false}],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":453.54330709199996,"startY":119,"pageX":917,"pageY":233,"width":118.53334045410156,"height":24.5,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":0,"isElementOverlapping":true},{"id":"YEfyLaKFfe","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[{"doctype":"","parentField":"","fieldname":"valid_till","options":null,"fieldtype":"Date","label":"Valid Till :","suffix":false,"is_labelled":true,"is_static":false,"print_hide":0,"style":{},"labelStyle":{},"nextLine":true,"value":"","suffixRef":null,"labelStyleEditing":false}],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":453.54330709199996,"startY":143,"pageX":920,"pageY":257,"width":141.4499969482422,"height":24.5,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":1,"isElementOverlapping":false},{"id":"vxRZYKQJXM","type":"text","content":"\n","contenteditable":false,"isDynamic":false,"isFixedSize":false,"isDraggable":true,"isResizable":true,"isDropZone":false,"parseJinja":false,"startX":88,"startY":165,"pageX":553,"pageY":279,"width":3,"height":23,"styleEditMode":"main","labelDisplayStyle":"standard","style":{"zIndex":1},"classes":[],"index":2,"isElementOverlapping":false},{"id":"qOYynDxfKi","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[{"doctype":"","parentField":"","fieldname":"contact_display","options":null,"fieldtype":"Small Text","label":"Contact :","suffix":null,"is_labelled":false,"is_static":false,"print_hide":0,"style":{},"labelStyle":{},"nextLine":true,"value":"","labelStyleEditing":false}],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":63,"startY":186,"pageX":528,"pageY":300,"width":85.85000610351562,"height":24.5,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":3,"isElementOverlapping":false},{"id":"mSNBAbiGGg","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":106,"startY":241,"pageX":571,"pageY":355,"width":2,"height":23,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":5,"isElementOverlapping":true},{"id":"UetWKSmfgr","type":"text","content":"","contenteditable":false,"isDynamic":true,"isFixedSize":false,"dynamicContent":[{"doctype":"","parentField":"","fieldname":"customer_name","options":null,"fieldtype":"Data","label":"Customer Name :","suffix":null,"is_labelled":false,"is_static":false,"print_hide":0,"style":{},"labelStyle":{},"nextLine":true,"value":"","labelStyleEditing":false}],"selectedDynamicText":null,"isDraggable":true,"isResizable":true,"isDropZone":false,"startX":63,"startY":241,"pageX":528,"pageY":355,"width":85.85000610351562,"height":24.5,"styleEditMode":"main","labelDisplayStyle":"standard","style":{},"labelStyle":{},"heightType":"auto","classes":[],"index":4,"isElementOverlapping":false}],"snapPoints":[null,null],"snapEdges":[null,null,null,null],"isDraggable":false,"isResizable":true}]","print_designer":1,"print_designer_template_app":"print_designer","doctype":"Print Format","__onload":{"print_templates":[]}} |
Same problem as you |
I haven't been able to solve this issue. I went ahead and just started making my own templates using Jinja. It works without any issues, just need to know some HTML and CSS. It's extremely customizable with the custom format. I suggest trying that if you want a customized format for now. |
No description provided.
The text was updated successfully, but these errors were encountered: