BrentNewland
12-15-2010, 02:02 AM
I work for a computer repair shop which uses QB Pro 2009 to manage all the finances. Right now I'm making a service order system in PHP using Consolibyte's connection scripts (to manage customers, make service orders, automatically send payments to quickbooks for invoicing, etc). That's not a problem (besides being horribly complicated).
I'm thinking about future proofing the software I'm making, which brings to mind multiple locations. We're thinking of expanding in the next year or two, and we'll obviously need to use Quickbooks to manage the new location's finances.
What concerns me is that we need to have all of our clients in one quickbooks database (since connecting the software to multiple quickbooks databases would be a huge nightmare and could lead to accounting errors).
So, is there any way for one Quickbooks company database to manage the finances for multiple locations? (We would be using a single installation of Quickbooks with a single company file, with all the work done by the script I'm writing) I guess, specifically, we would need to assign invoices, bills, payments, etc. to different stores for accounting and tax purposes (keep in mind that I'm just a tech and PHP programmer, and I've never really used Quickbooks).
I'm thinking about future proofing the software I'm making, which brings to mind multiple locations. We're thinking of expanding in the next year or two, and we'll obviously need to use Quickbooks to manage the new location's finances.
What concerns me is that we need to have all of our clients in one quickbooks database (since connecting the software to multiple quickbooks databases would be a huge nightmare and could lead to accounting errors).
So, is there any way for one Quickbooks company database to manage the finances for multiple locations? (We would be using a single installation of Quickbooks with a single company file, with all the work done by the script I'm writing) I guess, specifically, we would need to assign invoices, bills, payments, etc. to different stores for accounting and tax purposes (keep in mind that I'm just a tech and PHP programmer, and I've never really used Quickbooks).