Accounting Software

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi

I have a client who wants to use our cloud based accounting software.

They want their sales data on nopCommerce to be feeded into their company account on our cloud accounting software.

Please advise

thanks
6 years ago
there you go,
1. identify what data you need to push into your accounting software platform.
2. create a api plugin to expose identified data ( think about security concerns. token based authentication/authorization will be a good starting point)
3. create a scheduled task on your cloud based accounting platform that communicate with the api
4. fetch data from NopCommerce api using scheduled task and push into your accounting software..

please do message if you need further assistance
6 years ago
There are several ways it could be done depending on if they need real-time data or not.  If real-time is not required, then one way (and probably the easiest) is to query the SQL server database.
6 years ago
There's a plugin to connect a nopCommerce store to Quickbooks Online service to push customers, orders, etc.
https://www.nopcommerce.com/p/1046/quickbooks-online-integration.aspx

And another one that says it works with Quickbooks in the Cloud:
https://www.nopcommerce.com/p/1750/quickbooks-enterprise-premier-pro-cloud-wholesale-manufacturing-sync.aspx

If you use a different cloud accounting service, check their "integrations" directory to see if an API (written in C#) exists. If so, you could hire a developer to create the plugin for you using the API provided by your accounting service.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.