Hello everyone, well I am new here and I’ve. installed this CRM for my existing company, I want to know is there any option by which we can directly send quotation to customer in pdf attachment with a mail, but quotation price I can choose according to the location of the customer.
Hi there
In SuiteCRM you can create Products with fixed costs
Then create a Quote and add the products inside
You can also add services to a Quote that are not fixed costs
To make product prices different based on location you could
Without custom coding
Add a field to Products called location (dropdown or multiselect)
This could help filter products based on location (you would need to create each product at each cost)
Or With custom coding
adding logic hooks to the quote & product module to have a pricing structure based on Contact / Account location
Thanks