Hi All
Has anyone interfaced their software with Sage Pastel or any of the other
smaller accounting packages ie MYOB , Quickbooks.
Regards
Colin
Accounting Software
Re: Accounting Software
I import data from accounting software using CSV files.
Colin I'd like to see what your doing with quickBooks. Do you have a direct link to QB or use an intermiedate step such as a csv file?
Colin I'd like to see what your doing with quickBooks. Do you have a direct link to QB or use an intermiedate step such as a csv file?
Thank you
Harvey
Harvey
-
- Posts: 310
- Joined: Mon Oct 10, 2005 5:10 am
Re: Accounting Software
Hi Randal and Harvey
Harvey - Randal has the done the interface to Quickbooks.
I am trying to interface my job costing software to an accounting package - my
client likes Sage Pastel - there is a SDK which uses activex but I cant find any
code samples and if I want to evaluate the product I would have to purchase the
full accounting product , SDK and the SQL database it uses and this is over $2000 AUD.
So this is why I am asking about other products and how the interface is achieved.
Cheers
Colin
Harvey - Randal has the done the interface to Quickbooks.
I am trying to interface my job costing software to an accounting package - my
client likes Sage Pastel - there is a SDK which uses activex but I cant find any
code samples and if I want to evaluate the product I would have to purchase the
full accounting product , SDK and the SQL database it uses and this is over $2000 AUD.
So this is why I am asking about other products and how the interface is achieved.
Cheers
Colin
Re: Accounting Software
Sorry Got you mixed up. Can you client upload data from a csv. I send my data to excel have it save in a CSV file which is then imported into their bookkeeping program. This any help?
Thank you
Harvey
Harvey
-
- Posts: 310
- Joined: Mon Oct 10, 2005 5:10 am
Re: Accounting Software
Harvey
I am hoping to transfer data in realtime rather than in batches.
Cheers
Colin
I am hoping to transfer data in realtime rather than in batches.
Cheers
Colin
- TimStone
- Posts: 2955
- Joined: Fri Oct 07, 2005 1:45 pm
- Location: Trabuco Canyon, CA USA
- Has thanked: 25 times
- Been thanked: 2 times
- Contact:
Re: Accounting Software
You can also use an SDK ( free ) for Quickbooks, but you would have to buy that product.
There are samples available for working with QB.
There are samples available for working with QB.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
- James Bott
- Posts: 4840
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: Accounting Software
Harvey,
You do know that you can save data directly to a CSV file directly from within FW? You don't have to go through Excel.
James
I send my data to excel have it save in a CSV file which is then imported into their bookkeeping program.
You do know that you can save data directly to a CSV file directly from within FW? You don't have to go through Excel.
James
Re: Accounting Software
Thanks james I do create a CSV directly from the porgram. Its on the import side when the file to import must be a csv file.
Thank you
Harvey
Harvey