Coder Social home page Coder Social logo

tryton / sale_opportunity Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 3.0 1.05 MB

Mirror of tryton sale_opportunity module

Home Page: https://hg.tryton.org/modules/sale_opportunity

License: GNU General Public License v3.0

Python 100.00%
tryton sale opportunity lead

sale_opportunity's Introduction

Sale Opportunity Module

The sale_opportunity module defines the lead/opportunity model.

Lead/Opportunity

The lead and opportunity are defined by the same record but with different state. Depending on the state, fields of the record become mandatory. Here is the extensive list of the fields, most of them are optional:

  • Party: The customer.

  • Contact: The contact who placed the order.

  • Address: The main address of the customer.

  • Description: The description of the lead/opportunity.

  • Number: The internal reference of the lead/opportunity (will be generated automatically at creation).

  • Reference: The optional external reference of the order.

  • Amount: The estimated revenue amount.

  • Currency: Define the currency of the amount.

  • Probability: The probability of conversion.

  • Company: The company which issue the lead/opportunity.

  • Employee: The employee responsible of the lead/opportunity.

  • Start Date: When the lead started.

  • End Date: When the lead ends (automatically set on win, cancel or lost).

  • Payment Term: Define which payment term will be used for the future invoice.

  • Comment: A text field to add custom comments.

  • State: The state of the lead/opportunity. May take one of the following values:

    • Lead
    • Opportunity
    • Converted
    • Won
    • Cancelled
    • Lost
  • Lines: A list of Lead/Opportunity line

  • Sales: The list of sales converted from this opportunity.

  • History: The list of changes made over time to the lead/opportunity.

The first time an opportunity is converted, a sale is created base on the information of the opportunity and the lines. The amount of the opportunity is later updated with the sales amount. Once all the sales of an opportunity are confirmed (or cancelled with at least one confirmed), the opportunity is won. If all the sales of an opportunity are cancelled than the opportunity is lost.

Lead/Opportunity Line

A lead/opportunity line define a quantity of product that are expected to be sold.

Reports

The sale_opportunity module defines also some reports:

  • Opportunities per Employee.
  • Opportunities per Month.
  • Opportunities per Employee per Month.

which all show:

  • The number of leads/opportunities.
  • The number of converted opportunities.
  • The convertion rate.
  • The number of won opportunities.
  • The winning rate.
  • The number of lost opportunities.
  • The total amount of leads/opportunities.
  • The total amount of converted opportunities.
  • The convertion amount rate.
  • The total amount of won opportunities.
  • The winning amount rate.

sale_opportunity's People

Contributors

albertca avatar camux avatar cedk avatar corro avatar fabyc avatar jonlevy avatar lem0na avatar libateq avatar mbehrle avatar mrichez-saluc avatar nicoe avatar pokoli avatar rayanayar avatar semarie avatar vezjakv avatar xcodinas avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.