frappe / print_designer

Visual print designer for Frappe / ERPNext
GNU Affero General Public License v3.0
179 stars 101 forks source link

Error while updating app with new patch #285

Closed PhantomKunai closed 1 week ago

PhantomKunai commented 2 weeks ago
Executing print_designer.patches.convert_formats_for_recursive_container in *************** (_e2028d621a3561c8)
    add layoutType to rows and columns in old print formats.

Traceback with variables (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
      mod_name = 'frappe.utils.bench_helper'
      alter_argv = True
      mod_spec = ModuleSpec(name='frappe.utils.bench_helper', loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fc5d21ac7d0>, origin='/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py')
      code = <code object <module> at 0x1215e90, file "/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 1>
      main_globals = {'__name__': '__main__', '__doc__': None, '__package__': 'frappe.utils', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x7fc5d21ac7d0>, '__spec__': ModuleSpec(name='frappe.utils.bench_helper', loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fc5d21ac7d0>, origin='/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py'), '__annotations__': {}, '__builtins__': <module 'builtins' (built-in)>, '__file__': '/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py', '__cached__': '/home/frappe/frappe-bench/apps/frappe/frappe/utils/__pycache__/bench_helper.cpython-311.pyc', 'importlib': <module 'importlib' from '/usr/lib/python3.11/importlib/__init__.py'>, 'json': <module 'json' from '/usr/lib/python3.11/json/__init__.py'>, 'os': <module 'os' (frozen)>, 'traceback': <module 'traceback' from '/usr/lib/python3.11/traceback.py'>, 'warnings': <module 'warnings' from '/usr/lib/python3.11/warnings.py'>, 'Path': <class 'pathlib.Path'>, 'de...
  File "<frozen runpy>", line 88, in _run_code
      code = <code object <module> at 0x1215e90, file "/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 1>
      run_globals = {'__name__': '__main__', '__doc__': None, '__package__': 'frappe.utils', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x7fc5d21ac7d0>, '__spec__': ModuleSpec(name='frappe.utils.bench_helper', loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fc5d21ac7d0>, origin='/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py'), '__annotations__': {}, '__builtins__': <module 'builtins' (built-in)>, '__file__': '/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py', '__cached__': '/home/frappe/frappe-bench/apps/frappe/frappe/utils/__pycache__/bench_helper.cpython-311.pyc', 'importlib': <module 'importlib' from '/usr/lib/python3.11/importlib/__init__.py'>, 'json': <module 'json' from '/usr/lib/python3.11/json/__init__.py'>, 'os': <module 'os' (frozen)>, 'traceback': <module 'traceback' from '/usr/lib/python3.11/traceback.py'>, 'warnings': <module 'warnings' from '/usr/lib/python3.11/warnings.py'>, 'Path': <class 'pathlib.Path'>, 'de...
      init_globals = None
      mod_name = '__main__'
      mod_spec = ModuleSpec(name='frappe.utils.bench_helper', loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fc5d21ac7d0>, origin='/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py')
      pkg_name = 'frappe.utils'
      script_name = None
      loader = <_frozen_importlib_external.SourceFileLoader object at 0x7fc5d21ac7d0>
      fname = '/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py'
      cached = '/home/frappe/frappe-bench/apps/frappe/frappe/utils/__pycache__/bench_helper.cpython-311.pyc'
  File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 114, in <module>
    main()
      ...skipped... 27 vars
  File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 20, in main
    click.Group(commands=commands)(prog_name="bench")
      commands = {'frappe': <Group frappe>, 'get-frappe-commands': <Command get-frappe-commands>, 'get-frappe-help': <Command get-frappe-help>}
  File "/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
      self = <Group None>
      args = ()
      kwargs = {'prog_name': 'bench'}
  File "/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
      self = <Group None>
      args = ['frappe', '--site', '***************', 'migrate', '--skip-search-index']
      prog_name = 'bench'
      complete_var = None
      standalone_mode = True
      windows_expand_args = True
      extra = {}
      ctx = <click.core.Context object at 0x7fc5d0d3ec10>
  File "/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
      self = <Group None>
      ctx = <click.core.Context object at 0x7fc5d0d3ec10>
      _process_result = <function MultiCommand.invoke.<locals>._process_result at 0x7fc5d1388e00>
      args = ['migrate', '--skip-search-index']
      cmd_name = 'frappe'
      cmd = <Group frappe>
      sub_ctx = <click.core.Context object at 0x7fc5d1382510>
      __class__ = <class 'click.core.MultiCommand'>
  File "/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
      self = <Group frappe>
      ctx = <click.core.Context object at 0x7fc5d1382510>
      _process_result = <function MultiCommand.invoke.<locals>._process_result at 0x7fc5d1388cc0>
      args = []
      cmd_name = 'migrate'
      cmd = <Command migrate>
      sub_ctx = <click.core.Context object at 0x7fc5d0d3f890>
      __class__ = <class 'click.core.MultiCommand'>
  File "/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
      self = <Command migrate>
      ctx = <click.core.Context object at 0x7fc5d0d3f890>
  File "/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
      _Context__self = <click.core.Context object at 0x7fc5d0d3f890>
      _Context__callback = <function migrate at 0x7fc5d0cdede0>
      args = ()
      kwargs = {'skip_search_index': True, 'skip_failing': False}
      ctx = <click.core.Context object at 0x7fc5d0d3f890>
  File "/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
      args = ()
      kwargs = {'skip_search_index': True, 'skip_failing': False}
      f = <function migrate at 0x7fc5d0cdeb60>
  File "/home/frappe/frappe-bench/apps/frappe/frappe/commands/__init__.py", line 29, in _func
    ret = f(frappe._dict(ctx.obj), *args, **kwargs)
      ctx = <click.core.Context object at 0x7fc5d0d3f890>
      args = ()
      kwargs = {'skip_search_index': True, 'skip_failing': False}
      profile = False
      f = <function migrate at 0x7fc5d0cdeac0>
  File "/home/frappe/frappe-bench/apps/frappe/frappe/commands/site.py", line 616, in migrate
    ).run(site=site)
      context = {'sites': ['***************'], 'force': False, 'verbose': False, 'profile': False}
      skip_failing = False
      skip_search_index = True
      activate_by_import = <module 'traceback_with_variables.activate_by_import' from '/home/frappe/frappe-bench/env/lib/python3.11/site-packages/traceback_with_variables/activate_by_import.py'>
      SiteMigration = <class 'frappe.migrate.SiteMigration'>
      site = '***************'
  File "/home/frappe/frappe-bench/apps/frappe/frappe/migrate.py", line 186, in run
    self.run_schema_updates()
      self = <frappe.migrate.SiteMigration object at 0x7fc5cedc4b90>
      site = '***************'
      filelock = <function filelock at 0x7fc5cead2020>
  File "/home/frappe/frappe-bench/apps/frappe/frappe/migrate.py", line 52, in wrapper
    raise e
      args = (<frappe.migrate.SiteMigration object at 0x7fc5cedc4b90>,)
      kwargs = {}
      method = <function SiteMigration.run_schema_updates at 0x7fc5cead1b20>
  File "/home/frappe/frappe-bench/apps/frappe/frappe/migrate.py", line 44, in wrapper
    ret = method(*args, **kwargs)
      args = (<frappe.migrate.SiteMigration object at 0x7fc5cedc4b90>,)
      kwargs = {}
      method = <function SiteMigration.run_schema_updates at 0x7fc5cead1b20>
  File "/home/frappe/frappe-bench/apps/frappe/frappe/migrate.py", line 121, in run_schema_updates
    frappe.modules.patch_handler.run_all(
      self = <frappe.migrate.SiteMigration object at 0x7fc5cedc4b90>
  File "/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 76, in run_all
    run_patch(patch)
      skip_failing = False
      patch_type = <PatchType.post_model_sync: 'post_model_sync'>
      executed = {'frappe.patches.v15_0.set_file_type', 'erpnext.patches.v11_0.remove_modules_setup_page', 'erpnext.patches.v11_0.refactor_naming_series', 'frappe.patches.v14_0.update_github_endpoints #08-11-2021', 'erpnext.patches.v12_0.rename_pos_closing_doctype', 'execute:frappe.delete_doc("Report", "Inactive Items")', 'erpnext.patches.v13_0.update_recipient_email_digest', 'erpnext.patches.v11_0.make_asset_finance_book_against_old_entries', "execute:frappe.reload_doc('core', 'doctype', 'doctype_action', force=True) #2019-09-23", 'erpnext.patches.v12_0.set_priority_for_support', 'erpnext.patches.v14_0.update_flag_for_return_invoices #2024-03-22', 'erpnext.patches.v14_0.update_batch_valuation_flag', 'print_designer.patches.introduce_table_alt_row_styles', 'erpnext.patches.v14_0.delete_datev_doctypes', 'frappe.patches.v14_0.clear_long_pending_stale_logs', 'execute:frappe.delete_doc("Web Template", "Section with Left Image", force=1)', 'frappe.patches.v11_0.drop_column_apply_user_permissions', 'erpnext....
      run_patch = <function run_all.<locals>.run_patch at 0x7fc5cd90d620>
      patches = ["execute:frappe.get_doc('Role', 'Guest').save() # remove desk access", 'frappe.core.doctype.role.patches.v13_set_default_desk_properties', 'frappe.patches.v14_0.update_workspace2 # 06.06.2023', 'frappe.patches.v14_0.drop_data_import_legacy', 'frappe.patches.v14_0.copy_mail_data #08.03.21', 'frappe.patches.v14_0.update_github_endpoints #08-11-2021', 'frappe.patches.v14_0.remove_db_aggregation', 'frappe.patches.v14_0.update_color_names_in_kanban_board_column', 'frappe.patches.v14_0.update_is_system_generated_flag', 'frappe.patches.v14_0.update_auto_account_deletion_duration', 'frappe.patches.v14_0.update_integration_request', 'frappe.patches.v14_0.set_document_expiry_default', 'frappe.patches.v14_0.delete_data_migration_tool', 'frappe.patches.v14_0.set_suspend_email_queue_default', 'frappe.patches.v14_0.different_encryption_key', 'frappe.patches.v14_0.update_multistep_webforms', "execute:frappe.delete_doc('Page', 'background_jobs', ignore_missing=True, force=True)", 'frappe.patches.v14_...
      patch = 'print_designer.patches.convert_formats_for_recursive_container'
  File "/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 62, in run_patch
    if not run_single(patchmodule=patch):
      patch = 'print_designer.patches.convert_formats_for_recursive_container'
      skip_failing = False
  File "/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 152, in run_single
    return execute_patch(patchmodule, method, methodargs)
      patchmodule = 'print_designer.patches.convert_formats_for_recursive_container'
      method = None
      methodargs = None
      force = False
      conf = <LocalProxy unbound>
  File "/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 188, in execute_patch
    _patch()
      patchmodule = 'print_designer.patches.convert_formats_for_recursive_container'
      method = None
      methodargs = None
      has_patch_file = True
      patch = 'print_designer.patches.convert_formats_for_recursive_container.execute'
      docstring = '\n\tadd layoutType to rows and columns in old print formats.'
      _patch = <function execute at 0x7fc5cd8f4ea0>
      start_time = 76530688.70048252
  File "/home/frappe/frappe-bench/apps/print_designer/print_designer/patches/convert_formats_for_recursive_container.py", line 60, in execute
    patch_format()
  File "/home/frappe/frappe-bench/apps/print_designer/print_designer/patches/convert_formats_for_recursive_container.py", line 24, in patch_format
    for row in pf_print_format["header"][headerType]:
      print_formats = [{'name': 'AI-Quotation', 'print_designer_print_format': None, 'print_designer_settings': '{"page": {"height": 1122.52, "width": 793.701, "marginTop": 18.8976377955, "marginBottom": 18.8976377955, "marginLeft": 37.795275591, "marginRight": 18.8976377955, "headerHeight": 377.95275591, "footerHeight": 264.5672440843, "UOM": "mm", "headerHeightWithMargin": 396.8503937055, "footerHeightWithMargin": 283.4648818798}, "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", "borderR...
      pf = {'name': 'Quotation - PD', 'print_designer_print_format': '{"header":[{"id":"iQuftIpKEI","type":"rectangle","childrens":[{"id":"pKVgTqvXej","type":"rectangle","childrens":[{"id":"iToTXbelSH","type":"image","isDraggable":true,"isResizable":true,"isDropZone":false,"isDynamic":true,"image":{"name":"","doctype":"Letter Head","fieldname":"image","fieldtype":"Attach Image","label":"Image","parentField":"letter_head","value":"","file_name":"","file_url":"","modified":""},"startX":0.007,"startY":0.002,"pageX":504.4499816894531,"pageY":134.99998474121094,"width":706.751,"height":99.952,"styleEditMode":"main","style":{},"classes":[],"isElementOverlapping":false}],"isDraggable":false,"isResizable":false,"isDropZone":false,"startX":0,"startY":0,"pageX":0,"pageY":0,"width":706.772,"height":99.955,"styleEditMode":"main","style":{},"classes":["relative-column"],"relativeColumn":true}],"isDraggable":false,"isResizable":false,"isDropZone":false,"startX":0,"startY":0,"pageX":0,"pageY":0,"width":706.7718...
      settings = {'page': {'height': 1122.52, 'width': 793.701, 'marginTop': 18.8976377955, 'marginBottom': 7.5590551182, 'marginLeft': 56.692913386499995, 'marginRight': 30.2362204728, 'headerHeight': 171.385826773, 'footerHeight': 0, 'headerHeightWithMargin': 190.2834645685, 'footerHeightWithMargin': 7.5590551182, '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',...
      pf_print_format = {'header': [{'id': 'iQuftIpKEI', 'type': 'rectangle', 'childrens': [{'id': 'pKVgTqvXej', 'type': 'rectangle', 'childrens': [{'id': 'iToTXbelSH', 'type': 'image', 'isDraggable': True, 'isResizable': True, 'isDropZone': False, 'isDynamic': True, 'image': {'name': '', 'doctype': 'Letter Head', 'fieldname': 'image', 'fieldtype': 'Attach Image', 'label': 'Image', 'parentField': 'letter_head', 'value': '', 'file_name': '', 'file_url': '', 'modified': ''}, 'startX': 0.007, 'startY': 0.002, 'pageX': 504.4499816894531, 'pageY': 134.99998474121094, 'width': 706.751, 'height': 99.952, 'styleEditMode': 'main', 'style': {}, 'classes': [], 'isElementOverlapping': False}], 'isDraggable': False, 'isResizable': False, 'isDropZone': False, 'startX': 0, 'startY': 0, 'pageX': 0, 'pageY': 0, 'width': 706.772, 'height': 99.955, 'styleEditMode': 'main', 'style': {}, 'classes': ['relative-column'], 'relativeColumn': True}], 'isDraggable': False, 'isResizable': False, 'isDropZone': False, 'startX': 0, 'startY'...
      headerType = 'firstPage'
      row = {'id': 'AJIRwcJxbS', 'type': 'rectangle', 'childrens': [{'id': 'VAgXiEXIvI', 'type': 'rectangle', 'childrens': [{'id': 'zzwFXOdmdF', 'type': 'text', 'content': '', 'contenteditable': False, 'isDynamic': True, 'isFixedSize': True, 'dynamicContent': [{'doctype': '', 'parentField': '', 'fieldname': 'KevJduGndm', 'value': 'Commercial Terms:&nbsp;', 'fieldtype': 'StaticText', 'is_static': True, 'is_labelled': False, 'nextLine': False, 'parseJinja': False, 'style': {}, 'labelStyleEditing': False}, {'doctype': '', 'parentField': '', 'fieldname': 'terms', 'value': '', 'fieldtype': 'Text Editor', 'label': 'Term Details :', 'suffix': None, 'is_labelled': False, 'is_static': False, 'print_hide': 0, 'style': {}, 'labelStyle': {}, 'nextLine': True, 'labelStyleEditing': False}], 'selectedDynamicText': None, 'isDraggable': True, 'isResizable': True, 'isDropZone': False, 'startX': 38.795, 'startY': 97.85, 'pageX': 292, 'pageY': 556, 'width': 718.11, 'height': 432.4, 'styleEditMode': 'main', 'labelDisp...
      column = {'id': 'VAgXiEXIvI', 'type': 'rectangle', 'childrens': [{'id': 'zzwFXOdmdF', 'type': 'text', 'content': '', 'contenteditable': False, 'isDynamic': True, 'isFixedSize': True, 'dynamicContent': [{'doctype': '', 'parentField': '', 'fieldname': 'KevJduGndm', 'value': 'Commercial Terms:&nbsp;', 'fieldtype': 'StaticText', 'is_static': True, 'is_labelled': False, 'nextLine': False, 'parseJinja': False, 'style': {}, 'labelStyleEditing': False}, {'doctype': '', 'parentField': '', 'fieldname': 'terms', 'value': '', 'fieldtype': 'Text Editor', 'label': 'Term Details :', 'suffix': None, 'is_labelled': False, 'is_static': False, 'print_hide': 0, 'style': {}, 'labelStyle': {}, 'nextLine': True, 'labelStyleEditing': False}], 'selectedDynamicText': None, 'isDraggable': True, 'isResizable': True, 'isDropZone': False, 'startX': 38.795, 'startY': 97.85, 'pageX': 292, 'pageY': 556, 'width': 718.11, 'height': 432.4, 'styleEditMode': 'main', 'labelDisplayStyle': 'standard', 'style': {}, 'labelStyle': {}, 'i...
      footerType = 'lastPage'
builtins.TypeError: list indices must be integers or slices, not str
maharshivpatel commented 2 weeks ago

@PhantomKunai can you please send me Quotation - PD

maharshivpatel commented 2 weeks ago

you share your format like this :

You can paste the data here ( change any personal info )

https://github.com/frappe/print_designer/assets/39730881/b7b761c7-a2b1-43d4-a3b3-0dde25ba9699

PhantomKunai commented 2 weeks ago

@maharshivpatel pd.json

maharshivpatel commented 2 weeks ago

@PhantomKunai i need print format called "Quotation - PD" because patch is breaking on that Format.

PhantomKunai commented 2 weeks ago

@maharshivpatel This is that same format. Only abstracted.

PhantomKunai commented 2 weeks ago

@maharshivpatel Any update on this? Or do I have to re-make the print format perhaps.

maharshivpatel commented 2 weeks ago

i have found the issue but trying to find the root cause so i can fix it properly and not cause other issues.

PhantomKunai commented 2 weeks ago

Thanks for the input. If I am pressed for time, I will try to either revert to older version or redo the format. Thank you.

maharshivpatel commented 1 week ago

@PhantomKunai did you paste this format from some other site ?

PhantomKunai commented 1 week ago

@maharshivpatel No. Its the exact same one as in the error. Just abstracted.

maharshivpatel commented 1 week ago

@PhantomKunai can you try latest v1.3.2

PhantomKunai commented 1 week ago

The patch went through successfully it looks like. No errors while migrating. However, the print format just remains un-editable.

image

image

image

maharshivpatel commented 1 week ago

@PhantomKunai looks like somehow your format didn't run patch print_designer.patches.move_header_footers_to_new_schema that was introduced here : https://github.com/frappe/print_designer/pull/278/commits/2363ad9c6567ab032c0c311d52ddea89ec214f2c

i am unable to find any reason this would have happened. were you on develop branch at some point and then switched to main branch. or you exported format from some site and imported in current site ?

PhantomKunai commented 1 week ago

Yes I was on develop branch at some point. I did move back to main branch.

maharshivpatel commented 1 week ago

i was able to load the format after running that patch again.

Screenshot 2024-06-18 at 8 45 52 PM
PhantomKunai commented 1 week ago

Does this mean that I have to redo the format?

maharshivpatel commented 1 week ago

did you checkout multi page branch ?

PhantomKunai commented 1 week ago

No I just checked out develop branch.

maharshivpatel commented 1 week ago

is this local development branch or production ?

PhantomKunai commented 1 week ago

I think I had the local dev setup switched to develop branch for print designer app alone while working on the format. Switched it back to main, before the recent update. How can I run the patch you ran?

maharshivpatel commented 1 week ago

you can't ( technically you can ) and shouldn't unless you are sure. how many formats are breaking ? maybe, you can share and i can run patch on them for you

PhantomKunai commented 1 week ago

Only this one is broken at the moment, which I have already shared.

PhantomKunai commented 1 week ago

Please do share the procedure. I am open to understanding

maharshivpatel commented 1 week ago
{"name":"Quotation - PD AFTER PATCH","creation":"2024-06-18 20:26:40.254704","modified":"2024-06-18 20:40:39.454066","modified_by":"Administrator","owner":"Administrator","docstatus":0,"idx":0,"doc_type":"Quotation","module":"Selling","default_print_language":"en","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,"font":"","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; background-color: rgb(240, 240, 240); } .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: 225.000mm; --print-container-height: 302.000mm; --print-margin-top: -5mm; --print-margin-bottom: 2.000mm; --print-margin-left: -15mm; --print-margin-right: 8.000mm; }@page  { size: 210mm 297mm; margin: 0mm; } @page  { size: 210mm 297mm; margin: 0mm; } @page  { size: 210mm 297mm; margin: 5mm 8mm 2mm 15mm; }","print_format_builder":0,"print_format_builder_beta":0,"print_designer":1,"print_designer_header":"[{\"type\": \"page\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007083561742192046, \"startY\": 0.002356100984375331, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.7507904627578, \"height\": 99.95249242241405, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}, {\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 106.38582677299999, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3000030517578, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"firstPage\": true, \"oddPage\": true, \"evenPage\": true, \"lastPage\": true}]","print_designer_body":"[{\"index\": 0, \"type\": \"page\", \"childrens\": [{\"id\": \"WdNSgXeCdt\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"HgsYtXPyrD\", \"value\": \"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RFQ:&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontWeight\": \"700\"}, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"customer_rfq\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Customer RFQ :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"NEymgTRADJ\", \"value\": \"RFQ Date:&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontWeight\": \"700\"}, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"customer_rfq_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Customer RFQ Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 399.7999572753906, \"startY\": 178.63333129882812, \"pageX\": 637.7833251953125, \"pageY\": 334.0833282470703, \"width\": 300.9667053222656, \"height\": 44.449981689453125, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"borderWidth\": \"0px\", \"borderColor\": \"#ECAD4B\", \"borderRadius\": \"5px\", \"paddingTop\": \"5px\", \"paddingLeft\": \"5px\", \"paddingRight\": \"5px\", \"paddingBottom\": \"5px\", \"textAlign\": \"justify\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}, {\"id\": \"gArUoQmJsN\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"nGgCiBWKPY\", \"value\": \"M/s.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontWeight\": \"700\"}, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"customer_name\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Customer Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontWeight\": \"700\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"address_display\", \"value\": \"\", \"fieldtype\": \"Small Text\", \"label\": \"Address :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 178.63333129882812, \"pageX\": 245, \"pageY\": 299.0833282470703, \"width\": 340.25, \"height\": 104, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"borderRadius\": \"5px\", \"paddingBottom\": \"5px\", \"paddingTop\": \"5px\", \"borderWidth\": \"0px\", \"borderColor\": \"#ECAD4B\", \"textAlign\": \"left\", \"paddingLeft\": \"5px\", \"backgroundColor\": \"#ffffff\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}, {\"id\": \"uvKhKYDhJO\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"xmfvyyDsZG\", \"value\": \"Overview:\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"paddingTop\": \"5px\"}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 285.6333465576172, \"pageX\": 232, \"pageY\": 416.6333465576172, \"width\": 71.06666564941406, \"height\": 29.5, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"700\", \"backgroundColor\": \"#ffffff\", \"paddingTop\": \"5px\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}, {\"id\": \"BPEvVCcTIy\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"HAMMASmwtl\", \"value\": \"We are the Exclusive Authorized Service Centre in India for our Principal M/s.\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false}, {\"doctype\": \"Supplier\", \"parentField\": \"custom_principal\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {}, \"labelStyle\": {}, \"nextLine\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"NOsgKOSMhg\", \"value\": \".<span data-v-5b21d261=\\\"\\\" class=\\\"preview-text preview-text-selected\\\" contenteditable=\\\"true\\\">Our experienced and dedicated service team provide \\nTele-Assistance, Installation, Commissioning, Preventive, Breakdown \\nservices and OEM spares supply for their installations in India.</span>\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 315.14171397718013, \"pageX\": 240.25, \"pageY\": 479.1999816894531, \"width\": 706.7643521993721, \"height\": 59, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"textAlign\": \"left\", \"fontSize\": \"12px\", \"paddingTop\": \"5px\", \"paddingBottom\": \"0px\", \"paddingLeft\": \"5px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}, {\"id\": \"axANjcOJCv\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"rjqfAkeTwd\", \"value\": \"Proposal:\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 374.1333312988281, \"pageX\": 235, \"pageY\": 199.13333129882812, \"width\": 69, \"height\": 29.5, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontWeight\": \"700\", \"paddingTop\": \"5px\", \"paddingLeft\": \"5px\", \"paddingBottom\": \"0px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}, {\"id\": \"pGuAPfWlts\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"nVKbmRRTPH\", \"value\": \"We are pleased to submit our proposal for the below Spare parts / Services of your machines, as per the terms mentioned below:\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"backgroundColor\": \"#ffffff\", \"paddingBottom\": \"5px\"}, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 403.6333312988281, \"pageX\": 247.25, \"pageY\": 228.63333129882812, \"width\": 706.7643521993721, \"height\": 40, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"paddingTop\": \"5px\", \"paddingLeft\": \"5px\", \"paddingBottom\": \"0px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}, {\"id\": \"jNFpsAUthc\", \"type\": \"table\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"table\": {\"fieldname\": \"items\", \"fieldtype\": \"Table\", \"label\": \"Items\", \"options\": \"Quotation Item\", \"print_hide\": 0}, \"columns\": [{\"id\": 0, \"label\": \"No\", \"style\": {\"textAlign\": \"left\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"fieldname\": \"idx\", \"fieldtype\": \"Int\", \"label\": \"No\", \"value\": \"\"}], \"x\": 468, \"w\": 45.73332214355469, \"width\": 5.525262471726247, \"selectedDynamicText\": null}, {\"id\": 1, \"label\": \"Code\", \"style\": {\"textAlign\": \"left\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"custom_abs_code\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"ABS Code\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontWeight\": \"700\"}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"cbpoxfizKm\", \"value\": \"[\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}}, {\"doctype\": \"\", \"fieldname\": \"custom_item_type\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Item Type\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"pPSgUmvgUO\", \"value\": \"][ MC\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}}, {\"doctype\": \"\", \"fieldname\": \"custom_machine_no\", \"options\": \"Machine No\", \"value\": \"\", \"fieldtype\": \"Link\", \"label\": \"Machine No\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"NgeJCQeUlZ\", \"value\": \"]\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {}}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"item_name\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Item Name\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 1, \"style\": {\"fontWeight\": \"700\"}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"x\": 783, \"w\": 323.433349609375, \"width\": 44.397562387300056}, {\"id\": 2, \"label\": \"HSN/SAC\", \"style\": {\"textAlign\": \"center\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"gst_hsn_code\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"HSN/SAC\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 1, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"x\": 660, \"w\": 97.56666564941406, \"width\": 11.393769496060724}, {\"id\": 3, \"label\": \"Qty\", \"style\": {\"textAlign\": \"center\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"fieldname\": \"qty\", \"value\": \"\", \"fieldtype\": \"Float\", \"label\": \"Quantity\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"uom\", \"options\": \"UOM\", \"value\": \"\", \"fieldtype\": \"Link\", \"label\": \"UOM\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false}], \"selectedDynamicText\": null, \"x\": 984, \"w\": 76.58332824707031, \"width\": 6.090183206434356}, {\"id\": 4, \"label\": \"Rate\", \"style\": {\"textAlign\": \"center\", \"paddingRight\": \"10px\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"fieldname\": \"rate\", \"fieldtype\": \"Currency\", \"label\": \"Rate\", \"options\": \"currency\", \"print_hide\": 0, \"is_virtual\": 0, \"in_list_view\": 1, \"spanRef\": null, \"value\": \"\"}], \"selectedDynamicText\": null, \"x\": 1015, \"w\": 114.58332824707031, \"width\": 16.816534557658333}, {\"id\": 5, \"label\": \"Amount\", \"style\": {\"textAlign\": \"center\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"amount\", \"options\": \"currency\", \"value\": \"\", \"fieldtype\": \"Currency\", \"label\": \"Amount\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"x\": 1118, \"w\": 102.56666564941406, \"width\": 14.954917271754375}], \"PreviewRowNo\": 5, \"selectedColumn\": {\"id\": 3, \"label\": \"Qty\", \"style\": {\"textAlign\": \"center\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"fieldname\": \"qty\", \"value\": \"2\", \"fieldtype\": \"Float\", \"label\": \"Quantity\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"mrzhxgxiIj\", \"value\": \"&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"uom\", \"options\": \"UOM\", \"value\": \"<a href=\\\"/app/uom/Nos\\\" data-doctype=\\\"UOM\\\" data-name=\\\"Nos\\\" data-value=\\\"Nos\\\">Nos</a>\", \"fieldtype\": \"Link\", \"label\": \"UOM\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"x\": 984, \"w\": 76.58332824707031, \"width\": 6.090183206434356, \"DOMRef\": {}}, \"selectedDynamicText\": null, \"startX\": 0, \"startY\": 449.63331604003906, \"pageX\": 230, \"pageY\": 257.63331604003906, \"width\": 699.2125984335, \"height\": 77, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontSize\": \"12px\", \"paddingTop\": \"10px\", \"paddingLeft\": \"10px\", \"paddingBottom\": \"10px\", \"paddingRight\": \"10px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"headerStyle\": {}, \"altStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"isPrimaryTable\": true, \"heightType\": \"auto\"}, {\"id\": \"kwSMrfPiwC\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"total\", \"options\": \"currency\", \"value\": \"\", \"fieldtype\": \"Currency\", \"label\": \"Total : &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;\", \"suffix\": null, \"is_labelled\": true, \"is_static\": false, \"print_hide\": 0, \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontWeight\": \"500\"}, \"nextLine\": true, \"labelStyleEditing\": false, \"labelRef\": null, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 479.5551455596453, \"startY\": 532, \"pageX\": 776.9999847412109, \"pageY\": 20, \"width\": 219.21670532226562, \"height\": 24.5, \"styleEditMode\": \"label\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontSize\": \"10px\", \"backgroundColor\": \"#ffffff\", \"textAlign\": \"right\", \"zIndex\": 0}, \"labelStyle\": {\"borderRadius\": \"0px\", \"borderWidth\": \"0px\", \"textAlign\": \"left\", \"fontWeight\": \"400\", \"fontFamily\": \"Roboto\"}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}, {\"id\": \"bzirHmXSCt\", \"type\": \"rectangle\", \"childrens\": [], \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": true, \"startX\": 0, \"startY\": 573, \"pageX\": 226.5, \"pageY\": 21, \"width\": 693.2180756007001, \"height\": 1, \"styleEditMode\": \"main\", \"style\": {\"zIndex\": 0}, \"classes\": [], \"isElementOverlapping\": false}, {\"id\": \"QKIwAaqenp\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"zTvArBozam\", \"value\": \"Terms and Conditions\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontSize\": \"16px\", \"fontWeight\": \"600\"}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 265.69426742093594, \"startY\": 579, \"pageX\": 716, \"pageY\": 37, \"width\": 161.9499969482422, \"height\": 47, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"paddingTop\": \"10px\", \"paddingLeft\": \"0px\", \"paddingBottom\": \"10px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}, {\"id\": \"hncKYrjOBu\", \"type\": \"table\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"table\": {\"fieldname\": \"scopes\", \"fieldtype\": \"Table\", \"label\": \"Scopes\", \"options\": \"Quotation Item Scope\", \"print_hide\": 0}, \"columns\": [{\"id\": 0, \"label\": \"Details\", \"style\": {}, \"applyStyleToHeader\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"scope\", \"options\": \"\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Scope\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontWeight\": \"700\"}, \"tableName\": \"scopes\", \"labelStyle\": {}, \"nextLine\": false, \"spanRef\": null, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"lUgwAoIwYJ\", \"value\": \"&nbsp;:&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"scope_details\", \"value\": \"\", \"fieldtype\": \"Text Editor\", \"label\": \"Scope Details\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"custom_scopes_copy\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"x\": 916, \"w\": 602.36669921875, \"width\": 86.80708531524296}], \"PreviewRowNo\": 1, \"selectedColumn\": {\"id\": 0, \"label\": \"Details\", \"style\": {}, \"applyStyleToHeader\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"scope\", \"options\": \"\", \"value\": \"Ordering\", \"fieldtype\": \"Data\", \"label\": \"Scope\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontWeight\": \"700\"}, \"tableName\": \"scopes\", \"labelStyle\": {}, \"nextLine\": false, \"spanRef\": null, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"lUgwAoIwYJ\", \"value\": \"&nbsp;:&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"scope_details\", \"value\": \"\", \"fieldtype\": \"Text Editor\", \"label\": \"Scope Details\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"custom_scopes_copy\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"x\": 916, \"w\": 602.36669921875, \"width\": 86.80708531524296, \"DOMRef\": null}, \"selectedDynamicText\": null, \"startX\": 0, \"startY\": 627, \"pageX\": 228, \"pageY\": 102, \"width\": 699.2125984335, \"height\": 117, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"zIndex\": 0}, \"labelStyle\": {}, \"headerStyle\": {}, \"altStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"isPrimaryTable\": false, \"heightType\": \"auto\"}, {\"id\": \"rThJggewpw\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"ZjXkqrjqKh\", \"value\": \"We trust our offer meets your requirement and look forward to receiving your valuable order.\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"backgroundColor\": \"#ffffff\"}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 745.9999389648438, \"pageX\": 247, \"pageY\": 303.99993896484375, \"width\": 556.683349609375, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontSize\": \"12px\", \"backgroundColor\": \"#ffffff\", \"paddingTop\": \"10px\", \"paddingLeft\": \"5px\", \"paddingRight\": \"0px\", \"paddingBottom\": \"10px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}, {\"id\": \"onWmFVTcXJ\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"PZEzyrMkfV\", \"value\": \"For ABS India\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 527.7666320800781, \"startY\": 928.566650390625, \"pageX\": 1295.7666320800781, \"pageY\": 408.566650390625, \"width\": 75.88333129882812, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}, {\"id\": \"zGWFvRTgYf\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": false, \"image\": {\"name\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"is_folder\": 0, \"modified\": \"\", \"value\": \"\"}, \"startX\": 527.7666320800781, \"startY\": 961.566650390625, \"pageX\": 1278.7667236328125, \"pageY\": 406.566650390625, \"width\": 157.00009155273438, \"height\": 72, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}, {\"id\": \"nRLJgoIQDO\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"User\", \"parentField\": \"custom_authorised_by\", \"fieldname\": \"full_name\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Full Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 527.7666320800781, \"startY\": 1042.566650390625, \"pageX\": 1301.7666320800781, \"pageY\": 535.566650390625, \"width\": 84.65000915527344, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}, {\"id\": \"JmMribhDdq\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"yOeFNJvmHp\", \"value\": \"Authorized Signatory\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 527.7666320800781, \"startY\": 1068.566650390625, \"pageX\": 1292.7666320800781, \"pageY\": 559.566650390625, \"width\": 115.10000610351562, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}, {\"id\": \"vnVhedrgRW\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"GgJVAEYHjK\", \"value\": \"Prepared By :&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontWeight\": \"700\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"User\", \"parentField\": \"custom_prepared_by\", \"fieldname\": \"full_name\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Full Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"12px\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 12.999969482421875, \"startY\": 1070.066650390625, \"pageX\": 244.99996948242188, \"pageY\": 561.0667419433594, \"width\": 153.9499969482422, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontSize\": \"12px\", \"backgroundColor\": \"#ffffff\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}], \"isDropZone\": true}]","print_designer_footer":"[{\"type\": \"page\", \"childrens\": [], \"firstPage\": true, \"oddPage\": true, \"evenPage\": true, \"lastPage\": true}]","print_designer_settings":"{\"page\": {\"height\": 1122.52, \"width\": 793.701, \"marginTop\": 18.8976377955, \"marginBottom\": 7.5590551182, \"marginLeft\": 56.692913386499995, \"marginRight\": 30.2362204728, \"headerHeight\": 171.385826773, \"footerHeight\": 0, \"headerHeightWithMargin\": 190.2834645685, \"footerHeightWithMargin\": 7.5590551182, \"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\": \"#f0f0f0\", \"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\": \"CUSTOM\", \"isHeaderFooterAuto\": false, \"currentDoc\": \"QT_24040_CMSE\", \"textControlType\": \"dynamic\", \"currentFonts\": [\"Roboto\", \"Inter\"], \"printHeaderFonts\": {\"Roboto\": {\"weight\": [400, 500], \"italic\": [400]}, \"Inter\": {\"weight\": [600], \"italic\": []}}, \"printFooterFonts\": null, \"printBodyFonts\": {\"Roboto\": {\"weight\": [400, 500, 600, 700], \"italic\": []}, \"Inter\": {\"weight\": [400, 600], \"italic\": []}}, \"userProvidedJinja\": \"\", \"schema_version\": \"1.1.0\"}","load_from_file":"Yes","print":0,"print_from_file":0,"print_designer_template_app":"absindia","print_designer_preview_img":"/private/files/print_designer-quotation_-_pd-preview.jpg","print_designer_print_format":"{\"header\": {\"firstPage\": {\"firstPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"oddPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"evenPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"lastPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}]}, \"oddPage\": {\"firstPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"oddPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"evenPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"lastPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}]}, \"evenPage\": {\"firstPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"oddPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"evenPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"lastPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}]}, \"lastPage\": {\"firstPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"oddPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"evenPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"lastPage\": [{\"id\": \"iQuftIpKEI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pKVgTqvXej\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"iToTXbelSH\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": true, \"image\": {\"name\": \"\", \"doctype\": \"Letter Head\", \"fieldname\": \"image\", \"fieldtype\": \"Attach Image\", \"label\": \"Image\", \"parentField\": \"letter_head\", \"value\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"modified\": \"\"}, \"startX\": 0.007, \"startY\": 0.002, \"pageX\": 504.4499816894531, \"pageY\": 134.99998474121094, \"width\": 706.751, \"height\": 99.952, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 99.955, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.7718661407, \"height\": 99.95484852339843, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"TXekybVSkw\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ivaqqedlft\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TAVPYNPSzV\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"tkQCbzqrqN\", \"value\": \"Quotation\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"fontSize\": \"30px\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"WnyBbHPHWf\", \"value\": \"&nbsp;dtd.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontStyle\": \"italic\", \"fontWeight\": \"400\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"transaction_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"15px\", \"fontWeight\": \"500\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 1, \"startY\": 6.431, \"pageX\": 535, \"pageY\": 258, \"width\": 653.3, \"height\": 61.25, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"fontSize\": \"15px\", \"fontStyle\": \"normal\", \"backgroundColor\": \"#ffffff\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 67.681, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 99.95484852339843, \"pageX\": 0, \"pageY\": 99.95484852339843, \"width\": 706.7718661407, \"height\": 67.68097824960157, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}]}}, \"body\": [{\"index\": 0, \"type\": \"page\", \"childrens\": [{\"id\": \"EIHIkpIaSl\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ztamnzSxzC\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"WdNSgXeCdt\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"HgsYtXPyrD\", \"value\": \"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RFQ:&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontWeight\": \"700\"}, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"customer_rfq\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Customer RFQ :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"NEymgTRADJ\", \"value\": \"RFQ Date:&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontWeight\": \"700\"}, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"customer_rfq_date\", \"value\": \"\", \"fieldtype\": \"Date\", \"label\": \"Customer RFQ Date :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 399.8, \"startY\": 7.248, \"pageX\": 637.7833251953125, \"pageY\": 334.0833282470703, \"width\": 300.967, \"height\": 44.45, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"borderWidth\": \"0px\", \"borderColor\": \"#ECAD4B\", \"borderRadius\": \"5px\", \"paddingTop\": \"5px\", \"paddingLeft\": \"5px\", \"paddingRight\": \"5px\", \"paddingBottom\": \"5px\", \"textAlign\": \"justify\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 0, \"height\": 111.248, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}, {\"id\": \"UFHUBvaIXf\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"gArUoQmJsN\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"nGgCiBWKPY\", \"value\": \"M/s.&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontWeight\": \"700\"}, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"customer_name\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Customer Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontWeight\": \"700\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"address_display\", \"value\": \"\", \"fieldtype\": \"Small Text\", \"label\": \"Address :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 7.248, \"pageX\": 245, \"pageY\": 299.0833282470703, \"width\": 340.25, \"height\": 104, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"borderRadius\": \"5px\", \"paddingBottom\": \"5px\", \"paddingTop\": \"5px\", \"borderWidth\": \"0px\", \"borderColor\": \"#ECAD4B\", \"textAlign\": \"left\", \"paddingLeft\": \"5px\", \"backgroundColor\": \"#ffffff\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 111.248, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 171.385826773, \"pageX\": 0, \"pageY\": 171.385826773, \"width\": 706.7718661407, \"height\": 111.24750452582813, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"QnXdJFUWvQ\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"zhZYHicLxO\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"uvKhKYDhJO\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"xmfvyyDsZG\", \"value\": \"Overview:\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {\"paddingTop\": \"5px\"}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 3, \"pageX\": 232, \"pageY\": 416.6333465576172, \"width\": 71.067, \"height\": 29.5, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"700\", \"backgroundColor\": \"#ffffff\", \"paddingTop\": \"5px\", \"paddingLeft\": \"5px\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 32.5, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 282.6333312988281, \"pageX\": 0, \"pageY\": 282.6333312988281, \"width\": 706.7718661407, \"height\": 32.50001525878906, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"APvacUaWRP\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ifcSzxGbiX\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"BPEvVCcTIy\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"HAMMASmwtl\", \"value\": \"We are the Exclusive Authorized Service Centre in India for our Principal M/s.\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false}, {\"doctype\": \"Supplier\", \"parentField\": \"custom_principal\", \"fieldname\": \"name\", \"value\": \"\", \"fieldtype\": \"Document\", \"label\": \"Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"style\": {}, \"labelStyle\": {}, \"nextLine\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"NOsgKOSMhg\", \"value\": \".<span data-v-5b21d261=\\\"\\\" class=\\\"preview-text preview-text-selected\\\" contenteditable=\\\"true\\\">Our experienced and dedicated service team provide \\nTele-Assistance, Installation, Commissioning, Preventive, Breakdown \\nservices and OEM spares supply for their installations in India.</span>\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 0.008, \"pageX\": 240.25, \"pageY\": 479.1999816894531, \"width\": 706.764, \"height\": 59, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"textAlign\": \"left\", \"fontSize\": \"12px\", \"paddingTop\": \"5px\", \"paddingBottom\": \"0px\", \"paddingLeft\": \"5px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 59.008, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 315.1333465576172, \"pageX\": 0, \"pageY\": 315.1333465576172, \"width\": 706.7718661407, \"height\": 59.008367419562944, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"uVIcmRxVCO\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"UNmmPLGQsT\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"axANjcOJCv\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"rjqfAkeTwd\", \"value\": \"Proposal:\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": -0.008, \"pageX\": 235, \"pageY\": 199.13333129882812, \"width\": 69, \"height\": 29.5, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontWeight\": \"700\", \"paddingTop\": \"5px\", \"paddingLeft\": \"5px\", \"paddingBottom\": \"0px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 29.492, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 374.14171397718013, \"pageX\": 0, \"pageY\": 374.14171397718013, \"width\": 706.7718661407, \"height\": 29.491617321647993, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"tuiqGaTKuS\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"ynyhWHlWnz\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"pGuAPfWlts\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"nVKbmRRTPH\", \"value\": \"We are pleased to submit our proposal for the below Spare parts / Services of your machines, as per the terms mentioned below:\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"backgroundColor\": \"#ffffff\", \"paddingBottom\": \"5px\"}, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 247.25, \"pageY\": 228.63333129882812, \"width\": 706.764, \"height\": 40, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"paddingTop\": \"5px\", \"paddingLeft\": \"5px\", \"paddingBottom\": \"0px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 40, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 403.6333312988281, \"pageX\": 0, \"pageY\": 403.6333312988281, \"width\": 706.7718661407, \"height\": 40, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"zQdsCllqXF\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"tAgSZTaLSD\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"jNFpsAUthc\", \"type\": \"table\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"table\": {\"fieldname\": \"items\", \"fieldtype\": \"Table\", \"label\": \"Items\", \"options\": \"Quotation Item\", \"print_hide\": 0}, \"columns\": [{\"id\": 0, \"label\": \"No\", \"style\": {\"textAlign\": \"left\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"fieldname\": \"idx\", \"fieldtype\": \"Int\", \"label\": \"No\", \"value\": \"\"}], \"x\": 468, \"w\": 45.73332214355469, \"width\": 5.525262471726247, \"selectedDynamicText\": null}, {\"id\": 1, \"label\": \"Code\", \"style\": {\"textAlign\": \"left\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"custom_abs_code\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"ABS Code\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontWeight\": \"700\"}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"cbpoxfizKm\", \"value\": \"[\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}}, {\"doctype\": \"\", \"fieldname\": \"custom_item_type\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Item Type\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"pPSgUmvgUO\", \"value\": \"][ MC\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}}, {\"doctype\": \"\", \"fieldname\": \"custom_machine_no\", \"options\": \"Machine No\", \"value\": \"\", \"fieldtype\": \"Link\", \"label\": \"Machine No\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"NgeJCQeUlZ\", \"value\": \"]\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": true, \"parseJinja\": false, \"style\": {}}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"item_name\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Item Name\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 1, \"style\": {\"fontWeight\": \"700\"}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"x\": 783, \"w\": 323.433349609375, \"width\": 44.397562387300056}, {\"id\": 2, \"label\": \"HSN/SAC\", \"style\": {\"textAlign\": \"center\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"gst_hsn_code\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"HSN/SAC\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 1, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"x\": 660, \"w\": 97.56666564941406, \"width\": 11.393769496060724}, {\"id\": 3, \"label\": \"Qty\", \"style\": {\"textAlign\": \"center\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"fieldname\": \"qty\", \"value\": \"\", \"fieldtype\": \"Float\", \"label\": \"Quantity\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"uom\", \"options\": \"UOM\", \"value\": \"\", \"fieldtype\": \"Link\", \"label\": \"UOM\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false}], \"selectedDynamicText\": null, \"x\": 984, \"w\": 76.58332824707031, \"width\": 6.090183206434356}, {\"id\": 4, \"label\": \"Rate\", \"style\": {\"textAlign\": \"center\", \"paddingRight\": \"10px\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"fieldname\": \"rate\", \"fieldtype\": \"Currency\", \"label\": \"Rate\", \"options\": \"currency\", \"print_hide\": 0, \"is_virtual\": 0, \"in_list_view\": 1, \"spanRef\": null, \"value\": \"\"}], \"selectedDynamicText\": null, \"x\": 1015, \"w\": 114.58332824707031, \"width\": 16.816534557658333}, {\"id\": 5, \"label\": \"Amount\", \"style\": {\"textAlign\": \"center\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"amount\", \"options\": \"currency\", \"value\": \"\", \"fieldtype\": \"Currency\", \"label\": \"Amount\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"x\": 1118, \"w\": 102.56666564941406, \"width\": 14.954917271754375}], \"PreviewRowNo\": 5, \"selectedColumn\": {\"id\": 3, \"label\": \"Qty\", \"style\": {\"textAlign\": \"center\"}, \"applyStyleToHeader\": false, \"dynamicContent\": [{\"doctype\": \"\", \"fieldname\": \"qty\", \"value\": \"2\", \"fieldtype\": \"Float\", \"label\": \"Quantity\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"mrzhxgxiIj\", \"value\": \"&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"uom\", \"options\": \"UOM\", \"value\": \"<a href=\\\"/app/uom/Nos\\\" data-doctype=\\\"UOM\\\" data-name=\\\"Nos\\\" data-value=\\\"Nos\\\">Nos</a>\", \"fieldtype\": \"Link\", \"label\": \"UOM\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"items\", \"labelStyle\": {}, \"nextLine\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"x\": 984, \"w\": 76.58332824707031, \"width\": 6.090183206434356, \"DOMRef\": {}}, \"selectedDynamicText\": null, \"startX\": 0, \"startY\": 6, \"pageX\": 230, \"pageY\": 257.63331604003906, \"width\": 699.213, \"height\": 77, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontSize\": \"12px\", \"paddingTop\": \"10px\", \"paddingLeft\": \"10px\", \"paddingBottom\": \"10px\", \"paddingRight\": \"10px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"headerStyle\": {}, \"altStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"isPrimaryTable\": true, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 83, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 443.6333312988281, \"pageX\": 0, \"pageY\": 443.6333312988281, \"width\": 706.7718661407, \"height\": 82.99998474121094, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"EpdWufpGjP\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"XcVNNjEhmV\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"kwSMrfPiwC\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"total\", \"options\": \"currency\", \"value\": \"\", \"fieldtype\": \"Currency\", \"label\": \"Total : &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;\", \"suffix\": null, \"is_labelled\": true, \"is_static\": false, \"print_hide\": 0, \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontWeight\": \"500\"}, \"nextLine\": true, \"labelStyleEditing\": false, \"labelRef\": null, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 479.555, \"startY\": 5.367, \"pageX\": 776.9999847412109, \"pageY\": 20, \"width\": 219.217, \"height\": 24.5, \"styleEditMode\": \"label\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontSize\": \"10px\", \"backgroundColor\": \"#ffffff\", \"textAlign\": \"right\", \"zIndex\": 0}, \"labelStyle\": {\"borderRadius\": \"0px\", \"borderWidth\": \"0px\", \"textAlign\": \"left\", \"fontWeight\": \"400\", \"fontFamily\": \"Roboto\"}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 29.867, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 526.6333160400391, \"pageX\": 0, \"pageY\": 526.6333160400391, \"width\": 706.7718661407, \"height\": 29.866683959960938, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"ZlvefUzXlV\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"QVyopJZTsq\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"bzirHmXSCt\", \"type\": \"rectangle\", \"childrens\": [], \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": true, \"startX\": 0, \"startY\": 16.5, \"pageX\": 226.5, \"pageY\": 21, \"width\": 693.218, \"height\": 1, \"styleEditMode\": \"main\", \"style\": {\"zIndex\": 0}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 17.5, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 556.5, \"pageX\": 0, \"pageY\": 556.5, \"width\": 706.7718661407, \"height\": 17.5, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"rpaiehVQEB\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"TgtGkKYzgs\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"QKIwAaqenp\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"zTvArBozam\", \"value\": \"Terms and Conditions\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontSize\": \"16px\", \"fontWeight\": \"600\"}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 265.694, \"startY\": 5, \"pageX\": 716, \"pageY\": 37, \"width\": 161.95, \"height\": 47, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"paddingTop\": \"10px\", \"paddingLeft\": \"0px\", \"paddingBottom\": \"10px\", \"fontFamily\": \"Roboto\", \"zIndex\": 0}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 52, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 574, \"pageX\": 0, \"pageY\": 574, \"width\": 706.7718661407, \"height\": 52, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"IWBWmdkTCI\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"jssJkbiMCg\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"hncKYrjOBu\", \"type\": \"table\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"table\": {\"fieldname\": \"scopes\", \"fieldtype\": \"Table\", \"label\": \"Scopes\", \"options\": \"Quotation Item Scope\", \"print_hide\": 0}, \"columns\": [{\"id\": 0, \"label\": \"Details\", \"style\": {}, \"applyStyleToHeader\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"scope\", \"options\": \"\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Scope\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontWeight\": \"700\"}, \"tableName\": \"scopes\", \"labelStyle\": {}, \"nextLine\": false, \"spanRef\": null, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"lUgwAoIwYJ\", \"value\": \"&nbsp;:&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"scope_details\", \"value\": \"\", \"fieldtype\": \"Text Editor\", \"label\": \"Scope Details\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"custom_scopes_copy\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"x\": 916, \"w\": 602.36669921875, \"width\": 86.80708531524296}], \"PreviewRowNo\": 1, \"selectedColumn\": {\"id\": 0, \"label\": \"Details\", \"style\": {}, \"applyStyleToHeader\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"scope\", \"options\": \"\", \"value\": \"Ordering\", \"fieldtype\": \"Data\", \"label\": \"Scope\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontWeight\": \"700\"}, \"tableName\": \"scopes\", \"labelStyle\": {}, \"nextLine\": false, \"spanRef\": null, \"labelStyleEditing\": false}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"lUgwAoIwYJ\", \"value\": \"&nbsp;:&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"spanRef\": null}, {\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"scope_details\", \"value\": \"\", \"fieldtype\": \"Text Editor\", \"label\": \"Scope Details\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"tableName\": \"custom_scopes_copy\", \"labelStyle\": {}, \"nextLine\": false, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"x\": 916, \"w\": 602.36669921875, \"width\": 86.80708531524296, \"DOMRef\": null}, \"selectedDynamicText\": null, \"startX\": 0, \"startY\": 1, \"pageX\": 228, \"pageY\": 102, \"width\": 699.213, \"height\": 117, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontFamily\": \"Roboto\", \"fontWeight\": \"400\", \"zIndex\": 0}, \"labelStyle\": {}, \"headerStyle\": {}, \"altStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"isPrimaryTable\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 118, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 626, \"pageX\": 0, \"pageY\": 626, \"width\": 706.7718661407, \"height\": 118, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"YduBNBkxmr\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"XBdenWQBkE\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"rThJggewpw\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": true, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"ZjXkqrjqKh\", \"value\": \"We trust our offer meets your requirement and look forward to receiving your valuable order.\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"backgroundColor\": \"#ffffff\"}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 2, \"pageX\": 247, \"pageY\": 303.99993896484375, \"width\": 556.683, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontSize\": \"12px\", \"backgroundColor\": \"#ffffff\", \"paddingTop\": \"10px\", \"paddingLeft\": \"5px\", \"paddingRight\": \"0px\", \"paddingBottom\": \"10px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 25, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 744, \"pageX\": 0, \"pageY\": 744, \"width\": 706.7718661407, \"height\": 24.99993896484375, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"XQgfddZJlu\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"wPVGmYPjMm\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"onWmFVTcXJ\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"PZEzyrMkfV\", \"value\": \"For ABS India\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 527.767, \"startY\": 159.567, \"pageX\": 1295.7666320800781, \"pageY\": 408.566650390625, \"width\": 75.883, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 182.567, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 768.9999389648438, \"pageX\": 0, \"pageY\": 768.9999389648438, \"width\": 706.7718661407, \"height\": 182.56671142578125, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"vFcCpnOMld\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"fTTLQMijIZ\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"zGWFvRTgYf\", \"type\": \"image\", \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"isDynamic\": false, \"image\": {\"name\": \"\", \"file_name\": \"\", \"file_url\": \"\", \"is_folder\": 0, \"modified\": \"\", \"value\": \"\"}, \"startX\": 527.767, \"startY\": 10, \"pageX\": 1278.7667236328125, \"pageY\": 406.566650390625, \"width\": 157, \"height\": 72, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [], \"isElementOverlapping\": false}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 82, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 951.566650390625, \"pageX\": 0, \"pageY\": 951.566650390625, \"width\": 706.7718661407, \"height\": 82, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"layoutType\": \"row\"}, {\"id\": \"SXEgAsmyYN\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"OxmymIvlvk\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"nRLJgoIQDO\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"User\", \"parentField\": \"custom_authorised_by\", \"fieldname\": \"full_name\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Full Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 527.767, \"startY\": 9, \"pageX\": 1301.7666320800781, \"pageY\": 535.566650390625, \"width\": 84.65, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": false, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 706.772, \"height\": 32, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 1033.566650390625, \"pageX\": 0, \"pageY\": 1033.566650390625, \"width\": 706.7718661407, \"height\": 32, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}, {\"id\": \"IPXNlTEHVf\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"dwaXIdSqhf\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"JmMribhDdq\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"yOeFNJvmHp\", \"value\": \"Authorized Signatory\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {}, \"labelStyleEditing\": false}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 527.767, \"startY\": 3, \"pageX\": 1292.7666320800781, \"pageY\": 559.566650390625, \"width\": 115.1, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"backgroundColor\": \"#ffffff\", \"fontSize\": \"12px\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 0, \"pageX\": 0, \"pageY\": 0, \"width\": 13, \"height\": 27.5, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}, {\"id\": \"xxdxvzUexk\", \"type\": \"rectangle\", \"childrens\": [{\"id\": \"vnVhedrgRW\", \"type\": \"text\", \"content\": \"\", \"contenteditable\": false, \"isDynamic\": true, \"isFixedSize\": false, \"dynamicContent\": [{\"doctype\": \"\", \"parentField\": \"\", \"fieldname\": \"GgJVAEYHjK\", \"value\": \"Prepared By :&nbsp;\", \"fieldtype\": \"StaticText\", \"is_static\": true, \"is_labelled\": false, \"nextLine\": false, \"parseJinja\": false, \"style\": {\"fontWeight\": \"700\"}, \"labelStyleEditing\": false, \"spanRef\": null}, {\"doctype\": \"User\", \"parentField\": \"custom_prepared_by\", \"fieldname\": \"full_name\", \"value\": \"\", \"fieldtype\": \"Data\", \"label\": \"Full Name :\", \"suffix\": null, \"is_labelled\": false, \"is_static\": false, \"print_hide\": 0, \"style\": {\"fontSize\": \"12px\"}, \"labelStyle\": {}, \"nextLine\": true, \"labelStyleEditing\": false, \"spanRef\": null}], \"selectedDynamicText\": null, \"isDraggable\": true, \"isResizable\": true, \"isDropZone\": false, \"startX\": 0, \"startY\": 4.5, \"pageX\": 244.99996948242188, \"pageY\": 561.0667419433594, \"width\": 153.95, \"height\": 23, \"styleEditMode\": \"main\", \"labelDisplayStyle\": \"standard\", \"style\": {\"fontSize\": \"12px\", \"backgroundColor\": \"#ffffff\", \"fontFamily\": \"Roboto\"}, \"labelStyle\": {}, \"isDynamicHeight\": true, \"classes\": [], \"isElementOverlapping\": true, \"heightType\": \"auto\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 13, \"startY\": 0, \"pageX\": 12.999969482421875, \"pageY\": 0, \"width\": 693.772, \"height\": 27.5, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-column\"], \"isDynamicHeight\": true, \"relativeColumn\": true, \"layoutType\": \"column\"}], \"isDraggable\": false, \"isResizable\": false, \"isDropZone\": false, \"startX\": 0, \"startY\": 1065.566650390625, \"pageX\": 0, \"pageY\": 1065.566650390625, \"width\": 706.7718661407, \"height\": 27.5, \"styleEditMode\": \"main\", \"style\": {}, \"classes\": [\"relative-row\"], \"isDynamicHeight\": true, \"layoutType\": \"row\"}], \"isDropZone\": true}], \"footer\": {\"firstPage\": [], \"oddPage\": [], \"evenPage\": [], \"lastPage\": []}}","doctype":"Print Format","parent":"Quotation","__last_sync_on":"2024-06-18T15:10:50.821Z"}

copy and paste this on your site. this is the format after running the patch

process i followed and you should not unless you are sure.

  1. Deleted entry of patch from tabPatch Log table

    Screenshot 2024-06-18 at 8 57 38 PM
  2. modified patch to only run on that one format.

    Screenshot 2024-06-18 at 8 59 01 PM
  3. run migrate on site