Managing Quotes: Difference between revisions

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to navigation Jump to search
No edit summary
Line 41: Line 41:
The ODBC is free distributed, and little setup is needed to get working with it; however, the ODBC connector is still regarded as an [b]advanced option[/b] which usually takes some prior experience with ODBC orientated databases in order to get to function properly.
The ODBC is free distributed, and little setup is needed to get working with it; however, the ODBC connector is still regarded as an [b]advanced option[/b] which usually takes some prior experience with ODBC orientated databases in order to get to function properly.


*[b]For more information regarding using the ODBC Connector, '''[[Commit_API_Developers_Guide#ODBC_Data_Retrieval|please click here]]'''.[/b]
*For more information regarding using the ODBC Connector, '''[[Commit_API_Developers_Guide#ODBC_Data_Retrieval|please click here]]'''.


<br>
<br>
==See Also==
==See Also==
*[[ KB:_Using_Commit_Document_Templates |KB: Using Commit Document Templates]]
*[[ KB:_Using_Commit_Document_Templates |KB: Using Commit Document Templates]]

Revision as of 17:45, 30 December 2009

User Manuals > Sales > Managing Quotes

Description

IT service providers many times need to prepare organized and formatted pricing quotes & estimations to their customers, as a step in opportunity negotiations, or just formalizing a sale of a computer. Traditionally, pricing quotes include information about the customer you’re preparing the quote for, what work is going into the price, what the final price is (plus tax), sales agreement disclaimer, and customer signature.


Managing Quotes

Using CommitCRM, you can easily file the quotes you send your customers under the specific sales opportunity they are related to. This is achieved by using the Docs tab of a Sales Opportunity.


Sales Opportunities

Each Sales Opportunity is linked to a selected account (see more details in the Managing Prospects page). Managing the Opportunity's activity allows you to track the overall activity for this opportunity, including any Documents, Messages, Audit changes and History Notes. When managing your sales opportunities, the CommitCRM system allows you to keep information about your prospective customer, as well as your competition, influencing relationships, price bidding negotiations, and filing & management of assorted documents such as Quotes and contracts.


Storing your Quotes in CommitCRM

You can save the quote documents in CommitCRM in various ways:

  1. Save the quote as an external file (such as a Word, Excel, PDF, RTF document) and link it to the relevant Opportunity in CommitCRM by dragging the file and dropping it onto the CommitCRM application window. If the quoting software you use does not support the saving-to-file option, simply try printing it to PDF and file the PDF file under the opportunity in CommitCRM.

  2. Create a new MS-Word® quote template directly from CommitCRM and edit it via the application. To create documents, click the New button found at the bottom of the opportunity's Docs tab.

  3. To save time you can copy any existing quote to a new one by right-clicking the document and selecting the Copy option. You can copy quotes previously sent to other accounts, or copy a quote document you've previously sent for this opportunity. The benefit of copying a previously sent quote for this opportunity to a new document, instead of just editing the previous document, is that in this way you will have a complete audit of all the stages and different versions of the quote you've sent your customer for this opportunity. For example, if you initially sent a quote for a new server with 1 year warranty, and then the customer wants to go with the 3 year warranty option, you can easily select the original quote, select the Copy option, and edit the newly created quote so it will include the 3 year warranty. This way you will always be able to see the quote you've originally sent to the customer and also the updated version.

  4. If you send quotes by e-mail, either as an attached file or as part of the e-mail body itself, simply file the e-mail (with attachments, if any) under the opportunity in CommitCRM by dragging it from your e-mail software (Outlook®/Outlook Express®) and dropping it on the Opportunity record in CommitCRM. All these proposal documents will then be listed in the Docs and History tabs for each opportunity. Note that sale opportunities can contain as many documents as needed (for example different versions of the same proposal).

All these proposal documents will then be listed in the Docs and History tabs for each opportunity. Note that sale opportunities can contain as many documents as needed (for example different versions of the same proposal).

File:Commit sales opportunity quote.gif
  • Double-clicking on a selected document row will automatically open the associated software that displays the document content—MS-Word®, Excel®, TextPad, Power Point®, Acrobat®, Outlook®, or any other application.


Commit Document Templates

Using CommitCRM Document templates, you can have MS Word templates created that already have customer information inside them. The template can include a charge table, disclaimer/Terms of Service, and a place for the Customer signature, in addition to your customer info that gets applied to the document once the template has been applied to your customer account. The document created from the template would be automatically saved in your CommitCRM documents, which would allow you to link the estimate to an account, ticket, asset, contract, or opportunity, as well as enabling you or your customers to download the documents from the Commit Web Interface.


3rd Party Quoting Systems

In addition to this internal option, CommitCRM also has an API which offers ODBC support so that 3rd party software can pull Item & Account information from the CommitCRM database. This feature would allow 3rd party Quote Management software that also supports ODBC (Such as QuoteWerks® Professional or Corporate Editions which are also known for their API and ODBC support) to automatically pull your item list and accounts list from CommitCRM. Once you’re quote is generated via the 3rd party software, you can create a PDF/XLS file for the quote within the quoting software, and drag it into CommitCRM, as mentioned above.

The ODBC is free distributed, and little setup is needed to get working with it; however, the ODBC connector is still regarded as an [b]advanced option[/b] which usually takes some prior experience with ODBC orientated databases in order to get to function properly.


See Also