KB: Managing Your Inventory: Difference between revisions

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to navigation Jump to search
No edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Introduction==
==Introduction==
When your business needs to maintain a product & part inventory, the needs arises to have CommitCRM have the ability to talk to your Inventory Solution software, in order to keep your inventory lists up to date. Using CommitCRM, you can have the system easily update your inventory without having to manually enter the information again into your inventory software.
When your business needs to maintain a product & part inventory, the needs arises to have RangerMSP have the ability to talk to your Inventory Solution software, in order to keep your inventory lists up to date. Using RangerMSP, you can have the system easily update your inventory without having to manually enter the information again into your inventory software.


__TOC__
__TOC__
Line 6: Line 6:


==Suggestions==
==Suggestions==
The items stored in CommitCRM are only kept for billing purposes, and are not used in any inventory tracking capacity; however, the charges can be used to pass quantity information to 3rd party inventory solution software. For now, customers who also manage inventory have 3 alternatives that are usually enough.
The items stored in RangerMSP are only kept for billing purposes, and are not used in any inventory tracking capacity; however, the charges can be used to pass quantity information to 3rd party inventory solution software. For now, customers who also manage inventory have 3 alternatives that are usually enough.




Line 17: Line 17:


===ODBC===
===ODBC===
*Using ODBC is very similar to the first option; however, instead of exporting and importing the information, you can have it automatically retrieved from CommitCRM directly into your Inventory Solution, which will automatically adjust the quantities in your inventory accordingly, as long as your Inventory Solution supports ODBC. The ODBC driver handles all communication of data between your database and the 3rd party software you want the information to go to. The CommitCRM ODBC only supports information being '''read''' from the CommitCRM database. The ODBC is free and open to all customers who wish to use it, the best practices for use with the ODBC can be found in the link below.
*Using ODBC is very similar to the first option; however, instead of exporting and importing the information, you can have it automatically retrieved from RangerMSP directly into your Inventory Solution, which will automatically adjust the quantities in your inventory accordingly, as long as your Inventory Solution supports ODBC. The ODBC driver handles all communication of data between your database and the 3rd party software you want the information to go to. The RangerMSP ODBC only supports information being '''read''' from the RangerMSP database. The ODBC is free and open to all customers who wish to use it, the best practices for use with the ODBC can be found in the link below.
*The ODBC is an advanced option, and should be used if you've have had experience with getting ODBC applications to talk to each other.
*The ODBC is an advanced option, and should be used if you've have had experience with getting ODBC applications to talk to each other.


<br>
<br>
*For more information regarding CommitCRM ODBC, [[Commit_API_Developers_Guide#ODBC_Data_Retrieval|please click here]].
*For more information regarding RangerMSP ODBC, [[API_Developers_Guide#ODBC_Data_Retrieval|please click here]].


===QuickBooks===
===QuickBooks===
*QuickBooks has powerful integration options which also include issuing invoices from within CommitCRM. This allows QuickBooks to later take the charge info and pass it to the QuickBooks inventory module, and process it to automatically adjust your inventory list accordingly.
*You can use the [[QuickBooks_Link|RangerMSP QuickBooks Link]] to generate QuickBooks invoices right from within RangerMSP and based on the charges logged into RangerMSP. Inventory items in QuickBooks, which are in sync with RangerMSP’s items that were selected to be charged in RangerMSP, will affect inventory levels when transferred to QuickBooks as an invoice line.


<br>
<br>
*For more information regarding the Commit QuickBooks Link, [[QuickBooks_Link|please click here]].
*For more information regarding the RangerMSP QuickBooks Link, [[QuickBooks_Link|please click here]].
 


==See Also==
==See Also==
*[[Billing Lifecycle|Billing_Lifecycle]]
*[[Billing Lifecycle|Billing Lifecycle]]
*[[QuickBooks_Link|Quickbooks Link User Guide]]
*[[QuickBooks_Link|Quickbooks Link User Guide]]
*[[Commit_API_Developers_Guide#ODBC_Data_Retrieval|EDBC Data Retrieval]]
*[[API_Developers_Guide#ODBC_Data_Retrieval|ODBC Data Retrieval]]
*[[Import_and_Export|Import & Export User Guides]]
*[[Import_and_Export|Import & Export User Guides]]
[[Category:KB|Billing]]
[[Category:KB|Inventory]]

Latest revision as of 12:40, 8 July 2020

Introduction

When your business needs to maintain a product & part inventory, the needs arises to have RangerMSP have the ability to talk to your Inventory Solution software, in order to keep your inventory lists up to date. Using RangerMSP, you can have the system easily update your inventory without having to manually enter the information again into your inventory software.


Suggestions

The items stored in RangerMSP are only kept for billing purposes, and are not used in any inventory tracking capacity; however, the charges can be used to pass quantity information to 3rd party inventory solution software. For now, customers who also manage inventory have 3 alternatives that are usually enough.


Export

  • By exporting your charges, you can later import the charge list into a 3rd party inventory application, which will automatically correct the inventory list according to the imported list. This method can be done once a day/week, or even a few times a day.



ODBC

  • Using ODBC is very similar to the first option; however, instead of exporting and importing the information, you can have it automatically retrieved from RangerMSP directly into your Inventory Solution, which will automatically adjust the quantities in your inventory accordingly, as long as your Inventory Solution supports ODBC. The ODBC driver handles all communication of data between your database and the 3rd party software you want the information to go to. The RangerMSP ODBC only supports information being read from the RangerMSP database. The ODBC is free and open to all customers who wish to use it, the best practices for use with the ODBC can be found in the link below.
  • The ODBC is an advanced option, and should be used if you've have had experience with getting ODBC applications to talk to each other.


QuickBooks

  • You can use the RangerMSP QuickBooks Link to generate QuickBooks invoices right from within RangerMSP and based on the charges logged into RangerMSP. Inventory items in QuickBooks, which are in sync with RangerMSP’s items that were selected to be charged in RangerMSP, will affect inventory levels when transferred to QuickBooks as an invoice line.


See Also