| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| integration:quickbooks [2018/04/16 21:38] – [Description] marija | integration:quickbooks [2021/05/14 18:31] (current) – [Description] marija |
|---|
| ---- dataentry ---- | ---- dataentry ---- |
| type : integration # do not change this line | type : integration # do not change this line |
| systems : QuickBooks # the system(s) that the integration is for, separated with commas if more than one | systems : QuickBooks # the system(s) that the integration is for, separated with commas if more than one |
| name : Quickbooks Custom IIF Generator # the name of the integration | name : Quickbooks Integrations # the name of the integration |
| description : Generate a custom IIF from the FoxyCart XML datafeed, and automatically email the IIF file every day/week/month as desired. | description : # |
| tags : accounting, export, xml, datafeed # tags, separated by commas. don't include the "system" here. | tags : accounting, export, datafeed, webhooks # tags, separated by commas. don't include the "system" here. |
| date_dt : 2008-03-10 # the date in YYYY-MM-DD format | date_dt : # the date in YYYY-MM-DD format |
| version : 0.2.0 # if you have a version for your code, enter it here | version : # if you have a version for your code, enter it here |
| developer_url : http://www.jeremysaye.com/ # if you'd like a link back to your site, stick it here | developer_url : # if you'd like a link back to your site, stick it here |
| ---- | ---- |
| |
| |
| ====== Quickbooks Custom XML->IIF Generator ====== | |
| |
| <WRAP important round> | ====== Integrating Quickbooks Online ====== |
| //**Please note:**// | |
| The code on this page is submitted by members of the FoxyCart community, and may not verified by FoxyCart.com LLC in any way, shape, or form. Please double check the code before installing. If you need help with it please [[http://forum.foxycart.com/|post in our forum]], but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance. | |
| </WRAP> | |
| |
| ===== Description ===== | ===== Description ===== |
| Generate a custom IIF from the FoxyCart XML datafeed, and automatically email the IIF file every day/week/month as desired. | You can integrate FoxyCart with QuickBooks Online using our [[https://wiki.foxycart.com/v/2.0/webhooks#zapier|Zapier integration]] or [[https://support.foxy.io/integromat/integrating-the-foxy-webhook-with-integromat|Integromat]] or a custom integration using our [[https://wiki.foxycart.com/v/2.0/webhooks|Webhooks]]. |
| |
| <note warning>This script is tricky, and is probably not the best way to do things. If you're interested in a QuickBooks + FoxyCart integration, [[https://www.foxy.io/integrations/accounting/quickbooks/quickbooks-connector-by-jma-web-technologies|please check this real integration]] for QuickBooks Pro/Desktop or [[https://wiki.foxycart.com/v/2.0/webhooks#zapier|Zapier Integration]] for QuickBooks Online. | A QuickBooks Pro/Desktop integration is not supported at this time. |
| |
| |
| This page is left up only for legacy purposes. For QuickBooks Online, you PROBABLY WANT TO USE our [[https://wiki.foxycart.com/v/2.0/webhooks#zapier|ZAPIER INTEGRATION]] INSTEAD. For QuickBooks Pro/Desktop, | |
| we recommend [[https://www.foxy.io/integrations/accounting/quickbooks/quickbooks-connector-by-jma-web-technologies|JMA Web Technologies' QuickBooks Connector]].</note> | |
| |
| ===== Installation ===== | |
| Follow the instructions in the ''config.inc.php'' file. | |
| |
| |
| ===== Requirements ===== | |
| * PHP | |
| |
| |
| ===== Code ===== | |
| {{:integration:xml-to-iif-v0.2.0.zip|}} | |