[crm] Handling loops in sales pipeline using stages

Asked by Daniel Watkins (credativ)

Hello,

Our client has a sales pipeline that looks something like this:
  New -> Write Quote -> Check Quote -> Send Quote -> Won

However, when in the Send Quote stage, the customer may require a fresh quote. The pipeline then moves back to "Write Quote" and proceeds from there. This can happen many times (so unrolling the loop by just creating identically named stages won't work).

I'd appreciate advice on how to go about dealing with this situation.

Kind regards,

Dan

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Naresh(OpenERP) (nch-openerp) said :
#1

Hello Daniel,

May be you can have a method on a button(fresh quote) which is visible only in the state 'send quote' if the user need a freash quote he/she will execute the button. Now the method should have code to create entire new quote.

Thanks

Revision history for this message
David Mitchell (www.novapointgroup.com) (david-novapointgroup.com) said :
#2

I suggest you add the concept of revision.
This of course destroys the earlier version of a quote because it would overwrite the record.

Add quotation "revision" e.g. 1.1, 1.2, etc

Maybe show a table that tracks the history of the quotation.
So when a quotation is revamped you can track the "history" on the document.

version 1.2 10/12/2010 time Write Quote
version 1.1 09/12/2010 time Check Quote
version 1.1 09/12/2010 time Write Quote
version 1.1 08/12/2010 time New

Every time the stage changes it writes out the version, so you can see how many "Quote revisions" you have.

Can you help with this problem?

Provide an answer of your own, or ask Daniel Watkins (credativ) for more information if necessary.

To post a message you must log in.