Order import and export support in OOTB.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Order import and export support in OOTB.

Lalit Kushwah
Hello All,

First I would like to give huge thanks to the Apache OFBiz community for
developing such an amazing framework. I have started learning and have some
questions in mind related to the order creation.Here it is:

Does OFBiz have support for order import and export using CSV?

   -  If yes Is there any defined schema available?
   -  If no What will be the suitable schema design for CSV?




Thanks in advance, any guidance will be helpful for me to move forward.


Thanks & Regards
Lalit Kushwah
Reply | Threaded
Open this post in threaded view
|

Re: Order import and export support in OOTB.

Hans Bakker
Good morning , a long time ago we created an import/export component of
which we have two versions:

https://gerrit.antwebsystems.com/#/admin/projects/import-export
https://gerrit.antwebsystems.com/#/admin/projects/importexport

not sure what the difference is but it contains an order import/export
function next to a data conversion tool to import any data into ofbiz...

The total list of public components you can find at:
https://gerrit.antwebsystems.com/#/admin/projects/
--

Regards,

Hans Bakker
CEO, http://antwebsystems.com

On 22/08/17 12:36, Lalit Kushwah wrote:

> Hello All,
>
> First I would like to give huge thanks to the Apache OFBiz community for
> developing such an amazing framework. I have started learning and have some
> questions in mind related to the order creation.Here it is:
>
> Does OFBiz have support for order import and export using CSV?
>
>     -  If yes Is there any defined schema available?
>     -  If no What will be the suitable schema design for CSV?
>
>
>
>
> Thanks in advance, any guidance will be helpful for me to move forward.
>
>
> Thanks & Regards
> Lalit Kushwah
>

--

Regards,

Hans Bakker
CEO, http://antwebsystems.com
Reply | Threaded
Open this post in threaded view
|

Re: Order import and export support in OOTB.

Lalit Kushwah
Thanks Hans,

I appreciate your quick response. I have gone through the links which you had mentioned.I have tried to visit the component but don't have permission or page not found.

So can you please guide me how to proceed further?

Thanks & Regards
Lalit Kushwah





On Tue, Aug 22, 2017 at 11:54 AM, Hans Bakker <[hidden email]> wrote:
Good morning , a long time ago we created an import/export component of which we have two versions:

https://gerrit.antwebsystems.com/#/admin/projects/import-export
https://gerrit.antwebsystems.com/#/admin/projects/importexport

not sure what the difference is but it contains an order import/export function next to a data conversion tool to import any data into ofbiz...

The total list of public components you can find at:
https://gerrit.antwebsystems.com/#/admin/projects/
--

Regards,

Hans Bakker
CEO, http://antwebsystems.com

On 22/08/17 12:36, Lalit Kushwah wrote:
Hello All,

First I would like to give huge thanks to the Apache OFBiz community for
developing such an amazing framework. I have started learning and have some
questions in mind related to the order creation.Here it is:

Does OFBiz have support for order import and export using CSV?

    -  If yes Is there any defined schema available?
    -  If no What will be the suitable schema design for CSV?




Thanks in advance, any guidance will be helpful for me to move forward.


Thanks & Regards
Lalit Kushwah


--

Regards,

Hans Bakker
CEO, http://antwebsystems.com

Reply | Threaded
Open this post in threaded view
|

Re: Order import and export support in OOTB.

Hans Bakker-2
Hi Lalit Kushwah,

As you can see on the Gerrit pages, can you see those with the Ant logo
on top?
there is a command line link to download the git repository:

from the command line:
git clone https://gerrit.antwebsystems.com/import-export
or
git clone https://gerrit.antwebsystems.com/importexport

Yes we assume you, as a developer, are familiar with GIT?

If I am wrong, please give me the url where you get the 'page not found"
error

Regards,
Hans

On 24/08/17 11:43, Lalit Kushwah wrote:

> Thanks Hans,
>
> I appreciate your quick response. I have gone through the links which
> you had mentioned.I have tried to visit the component but don't have
> permission or page not found.
>
> So can you please guide me how to proceed further?
>
> Thanks & Regards
> Lalit Kushwah
>
>
>
>
>
> On Tue, Aug 22, 2017 at 11:54 AM, Hans Bakker
> <[hidden email] <mailto:[hidden email]>> wrote:
>
>     Good morning , a long time ago we created an import/export component
>     of which we have two versions:
>
>     https://gerrit.antwebsystems.com/#/admin/projects/import-export
>     <https://gerrit.antwebsystems.com/#/admin/projects/import-export>
>     https://gerrit.antwebsystems.com/#/admin/projects/importexport
>     <https://gerrit.antwebsystems.com/#/admin/projects/importexport>
>
>     not sure what the difference is but it contains an order
>     import/export function next to a data conversion tool to import any
>     data into ofbiz...
>
>     The total list of public components you can find at:
>     https://gerrit.antwebsystems.com/#/admin/projects/
>     <https://gerrit.antwebsystems.com/#/admin/projects/>
>     --
>
>     Regards,
>
>     Hans Bakker
>     CEO, http://antwebsystems.com
>
>     On 22/08/17 12:36, Lalit Kushwah wrote:
>
>         Hello All,
>
>         First I would like to give huge thanks to the Apache OFBiz
>         community for
>         developing such an amazing framework. I have started learning
>         and have some
>         questions in mind related to the order creation.Here it is:
>
>         Does OFBiz have support for order import and export using CSV?
>
>              -  If yes Is there any defined schema available?
>              -  If no What will be the suitable schema design for CSV?
>
>
>
>
>         Thanks in advance, any guidance will be helpful for me to move
>         forward.
>
>
>         Thanks & Regards
>         Lalit Kushwah
>
>
>     --
>
>     Regards,
>
>     Hans Bakker
>     CEO, http://antwebsystems.com
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Order import and export support in OOTB.

Lalit Kushwah
Yes Hans, your assumption is right. I was looking at those links as an
implementation, not as a repository. Now able to clone.


Thanks & Regards
Lalit Kushwah



On Thu, Aug 24, 2017 at 10:23 AM, Hans Bakker <[hidden email]> wrote:

> Hi Lalit Kushwah,
>
> As you can see on the Gerrit pages, can you see those with the Ant logo on
> top?
> there is a command line link to download the git repository:
>
> from the command line:
> git clone https://gerrit.antwebsystems.com/import-export
> or
> git clone https://gerrit.antwebsystems.com/importexport
>
> Yes we assume you, as a developer, are familiar with GIT?
>
> If I am wrong, please give me the url where you get the 'page not found"
> error
>
> Regards,
> Hans
>
> On 24/08/17 11:43, Lalit Kushwah wrote:
>
>> Thanks Hans,
>>
>> I appreciate your quick response. I have gone through the links which you
>> had mentioned.I have tried to visit the component but don't have permission
>> or page not found.
>>
>> So can you please guide me how to proceed further?
>>
>> Thanks & Regards
>> Lalit Kushwah
>>
>>
>>
>>
>>
>> On Tue, Aug 22, 2017 at 11:54 AM, Hans Bakker <[hidden email]
>> <mailto:[hidden email]>> wrote:
>>
>>     Good morning , a long time ago we created an import/export component
>>     of which we have two versions:
>>
>>     https://gerrit.antwebsystems.com/#/admin/projects/import-export
>>     <https://gerrit.antwebsystems.com/#/admin/projects/import-export>
>>     https://gerrit.antwebsystems.com/#/admin/projects/importexport
>>
>>     <https://gerrit.antwebsystems.com/#/admin/projects/importexport>
>>
>>     not sure what the difference is but it contains an order
>>     import/export function next to a data conversion tool to import any
>>     data into ofbiz...
>>
>>     The total list of public components you can find at:
>>     https://gerrit.antwebsystems.com/#/admin/projects/
>>     <https://gerrit.antwebsystems.com/#/admin/projects/>
>>     --
>>     Regards,
>>
>>     Hans Bakker
>>     CEO, http://antwebsystems.com
>>
>>     On 22/08/17 12:36, Lalit Kushwah wrote:
>>
>>         Hello All,
>>
>>         First I would like to give huge thanks to the Apache OFBiz
>>         community for
>>         developing such an amazing framework. I have started learning
>>         and have some
>>         questions in mind related to the order creation.Here it is:
>>
>>         Does OFBiz have support for order import and export using CSV?
>>
>>              -  If yes Is there any defined schema available?
>>              -  If no What will be the suitable schema design for CSV?
>>
>>
>>
>>
>>         Thanks in advance, any guidance will be helpful for me to move
>>         forward.
>>
>>
>>         Thanks & Regards
>>         Lalit Kushwah
>>
>>
>>     --
>>     Regards,
>>
>>     Hans Bakker
>>     CEO, http://antwebsystems.com
>>
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: Order import and export support in OOTB.

Lalit Kushwah
Thank your Hans your component for import/export order in OFBiz helped a
lot. Everything was fine as I want, just one thing i.e. you had given
permission (IMPORT) and not prepared the security data so I have prepared
it by my own.



Thanks & Regards
Lalit Kushwah




On Thu, Aug 24, 2017 at 10:34 AM, Lalit Kushwah <[hidden email]
> wrote:

>
> Yes Hans, your assumption is right. I was looking at those links as an
> implementation, not as a repository. Now able to clone.
>
>
> Thanks & Regards
> Lalit Kushwah
>
>
>
>
> On Thu, Aug 24, 2017 at 10:23 AM, Hans Bakker <[hidden email]> wrote:
>
>> Hi Lalit Kushwah,
>>
>> As you can see on the Gerrit pages, can you see those with the Ant logo
>> on top?
>> there is a command line link to download the git repository:
>>
>> from the command line:
>> git clone https://gerrit.antwebsystems.com/import-export
>> or
>> git clone https://gerrit.antwebsystems.com/importexport
>>
>> Yes we assume you, as a developer, are familiar with GIT?
>>
>> If I am wrong, please give me the url where you get the 'page not found"
>> error
>>
>> Regards,
>> Hans
>>
>> On 24/08/17 11:43, Lalit Kushwah wrote:
>>
>>> Thanks Hans,
>>>
>>> I appreciate your quick response. I have gone through the links which
>>> you had mentioned.I have tried to visit the component but don't have
>>> permission or page not found.
>>>
>>> So can you please guide me how to proceed further?
>>>
>>> Thanks & Regards
>>> Lalit Kushwah
>>>
>>>
>>>
>>>
>>>
>>> On Tue, Aug 22, 2017 at 11:54 AM, Hans Bakker <
>>> [hidden email] <mailto:[hidden email]>> wrote:
>>>
>>>     Good morning , a long time ago we created an import/export component
>>>     of which we have two versions:
>>>
>>>     https://gerrit.antwebsystems.com/#/admin/projects/import-export
>>>     <https://gerrit.antwebsystems.com/#/admin/projects/import-export>
>>>     https://gerrit.antwebsystems.com/#/admin/projects/importexport
>>>
>>>     <https://gerrit.antwebsystems.com/#/admin/projects/importexport>
>>>
>>>     not sure what the difference is but it contains an order
>>>     import/export function next to a data conversion tool to import any
>>>     data into ofbiz...
>>>
>>>     The total list of public components you can find at:
>>>     https://gerrit.antwebsystems.com/#/admin/projects/
>>>     <https://gerrit.antwebsystems.com/#/admin/projects/>
>>>     --
>>>     Regards,
>>>
>>>     Hans Bakker
>>>     CEO, http://antwebsystems.com
>>>
>>>     On 22/08/17 12:36, Lalit Kushwah wrote:
>>>
>>>         Hello All,
>>>
>>>         First I would like to give huge thanks to the Apache OFBiz
>>>         community for
>>>         developing such an amazing framework. I have started learning
>>>         and have some
>>>         questions in mind related to the order creation.Here it is:
>>>
>>>         Does OFBiz have support for order import and export using CSV?
>>>
>>>              -  If yes Is there any defined schema available?
>>>              -  If no What will be the suitable schema design for CSV?
>>>
>>>
>>>
>>>
>>>         Thanks in advance, any guidance will be helpful for me to move
>>>         forward.
>>>
>>>
>>>         Thanks & Regards
>>>         Lalit Kushwah
>>>
>>>
>>>     --
>>>     Regards,
>>>
>>>     Hans Bakker
>>>     CEO, http://antwebsystems.com
>>>
>>>
>>>
>