• Add Quote like functionality to the Custom Module

    I need to create a module exactly same as quote module with all functionality of quote module My Custom Module name is "Order Form" Quote & "Order Form" will be related as 1 to Many i.e 1 "Quote" : Many "Order Form" Product and "Order Form" will…
  • The Products "Subpanel" on Quotes

    I need to run a script when an item is Saved on the Quote. So you pick a product from the dashlet, it is added to the SubPanel and then you click on the green button to save it. As it is saved I need to check its 'product_template_id' and if it is one…
  • Dynamic Dropdown in Quoted line item

    I want to populate the drop-down values dynamically based on other field value selected in Quoted Line Item. I have add ed my changes in following path: custom/modules/Products/clients/base/fields/enum/enum.js. OnChange of product_template_id field, i…
  • How to disable or unset an action button dynamically from the main dropdown menu on the record view ?

    I am trying to disable the 'download-pdf' and 'email-pdf' buttons if the field 'pdf-disabled-c' is set to true. I tired overriding the record view with creating the file \custom\modules\Quotes\clients\base\views\record\record.js: ({ extendsFrom: 'RecordView…
  • quotes module add static groups

    Hi, I want to customize quotes module for adding groups. By default button click opens add group panel. I need in such a way that, multiple add group panels to be shown on loading create quotes page without clicking button. Please let me know if any one…
  • What's the "line-num"-field in Quotes?

    Hi I'm stuck on the line-num field in the Quote interface. Can it be fetched using the api or is it calculated on the spot. I found it in the metadata under the name "line_num"(modules.Products.views.quote-data-group-list.meta.panels[0].fields[0]): {…
  • where is QLI comment is stored?

    Please help me to know in which field QLI item comment is stored for the module Quotes/Sales Orders? Or in which module?
  • Creating a custom module based on Quotes

    I am thinking about creating a custom module much like Quotes where a related modules records can be added on the same form as the Record/Create of the parent record. This module would be much simpler than quotes and products would not be involved but…