Pricelists

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • partomas
    Active Community Member
    • Sep 2018
    • 341

    Pricelists

    Does anyone have any ideas or practices how to work with price lists?
    1. As we do wholesale and regular sales we need separate price lists as RRP (list price) and wholesale prices.
    2. The wholesale price depend from the Account, they are divided to group A B C and ger separate pricing of the same products.
    3. The product price itself depend on purchase quantity and it can cost from 100 to 80 per unit depending on the purchase quantity. As example:
    1-10 - 100$
    11-25 - 95$
    25-100 - 90$
    100-500 - 95$
    500+ - 80$

    So how would you set up such pricing structure in Sales to get automatic quotation calculated based on Account?
  • emillod
    Active Community Member
    • Apr 2017
    • 1449

    #2
    We have something like this for our sms modules. Basically our clients are sending messages through our EspoCRM nad every single client have own pricing list where every country have own price. We've created this as seperated module.

    So there is module Sms, which is relation with SmsPricing, where every single client have own pricing, and to these records in SmsPricing, we have assigned SmsRates for every single country.
    Based on that when client order sms, our system create message in Sms module. Based on who ordered that specific Sms, our system will assign specific SmsPricing. Based on phone number, our system will set country and thanks to SmsPricing relation, our system will match prices from SmsRates, based on country.

    Comment

    • partomas
      Active Community Member
      • Sep 2018
      • 341

      #3
      yuri is there are any plans to implement calculated pricing from the main pricelis. I mean wholesale A list per account which is -20% from RRP list. And specific discount per one product and another % to another product at the same pricelist.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8695

        #4
        As I have already mentioned on the forum, calculated prices in price books are planned. But not for soon.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • partomas
          Active Community Member
          • Sep 2018
          • 341

          #5
          A small sample of how it was done in the odoo system. Quite usefull functionality to create price-list based on formula from another pricelist.
          Attached Files

          Comment

          • yuri
            Member
            • Mar 2014
            • 8695

            #6
            If it will done, it's unlikely to be similar to the Odoo's design. Every system I researched had some limitations. Maybe we could do a more flexible solution.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            Working...