Re: how to import/export data from ofbiz to quickbooks and quickbooks to ofbiz

2021-11-30 Thread Michael Brohl

Hi Maheshwari,

you'll have to implement a scheduled service which reads the files from 
disk, processes them and archives the successfully processed files.


For the handling of your xls files, have a look at the Apache POI 
framework (https://poi.apache.org/).


Best regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 30.11.21 um 06:51 schrieb Mahi maheshwari:

Hi,

I have a spreadsheet folder that contains xls files in my ofbiz root
directory. I want to import these xls files into ofbiz. this import of
files should be automated every 5 minutes. how can I use recurrence_info,
job_sandbox, recurrence_rule entities for this?

is there any way to import and export data automatically from Quickbooks to
ofbiz and ofbiz to QuickBooks?


Regards,
Maheshwari.



Re: how to import/export data from ofbiz to quickbooks and quickbooks to ofbiz

2021-11-29 Thread Pierre Smits
Good morning

Yes, you can do that with a scheduled custom service

Op di 30 nov. 2021 06:52 schreef Mahi maheshwari :

> Hi,
>
> I have a spreadsheet folder that contains xls files in my ofbiz root
> directory. I want to import these xls files into ofbiz. this import of
> files should be automated every 5 minutes. how can I use recurrence_info,
> job_sandbox, recurrence_rule entities for this?
>
> is there any way to import and export data automatically from Quickbooks to
> ofbiz and ofbiz to QuickBooks?
>
>
> Regards,
> Maheshwari.
>


how to import/export data from ofbiz to quickbooks and quickbooks to ofbiz

2021-11-29 Thread Mahi maheshwari
Hi,

I have a spreadsheet folder that contains xls files in my ofbiz root
directory. I want to import these xls files into ofbiz. this import of
files should be automated every 5 minutes. how can I use recurrence_info,
job_sandbox, recurrence_rule entities for this?

is there any way to import and export data automatically from Quickbooks to
ofbiz and ofbiz to QuickBooks?


Regards,
Maheshwari.