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 |
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 |
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: |
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 > > |
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 >> >> >> |
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 >>> >>> >>> > |
Free forum by Nabble | Edit this page |