java - Need to get data into Quickbooks -
i'm looking existing java (or jvm'able language) library create iif files import quickbooks. free or commercial. know of something?
update:
after reading comment on question, looked @ ipp , sdk options intuit provides , not have made more difficult. here need do. need take data database , export sort of format can import quickbooks. doesn't need automatic process quickbooks application/database won't on server (linux) web applications runs on.
there number of free options if you're comfy rolling own (or using intuit test apps).
if download quickbooks sdk, includes examples of sending quickbooks xml documents instruct quickbooks add customers, add transactions, etc. etc. etc. examples easily extended allow copy/paste in xml document or load xml document disk.
you build actual xml files in java. if wanted fancy, use jaxb (or equivalent xsd class generator) generate java classes included .xsd documents, , able things like: invoiceadd inv = new invoiceadd();
there's documentation xml format included in quickbooks sdk. can find quickbooks xml examples on our quickbooks integration wiki.
Comments
Post a Comment