Hello,
I'd like to use OFBiz for testing. Currently, starting OFBiz loads demo data for demo company. But I'd like to set up new data for my new (fictional) company from scratch (that is, blank data). How can I achieve it? Bagas -- An old man doll... just what I always wanted! - Clara |
Hello Bagas,
Thanks for A2A. You can have a look at the demo data for Organization under OrganizationDemoData.xml. If you want to do it from UI, you will be able to create this data from partymgr component as well. HTH! -- Thanks & Regards Pawan Verma Technical Consultant *HotWax Systems* *Enterprise open source experts* http://www.hotwaxsystems.com On Sun, Dec 1, 2019 at 2:08 PM Bagas Sanjaya <[hidden email]> wrote: > Hello, > > I'd like to use OFBiz for testing. Currently, starting OFBiz loads demo > data for demo company. But I'd like to set up new data for my new > (fictional) company from scratch (that is, blank data). How can I > achieve it? > > Bagas > > -- > An old man doll... just what I always wanted! - Clara > |
Sorry I didn't find the mentioned file on my instance (I run OFBiz from
git repo). Because I'm so new to OFBiz, any step-by-step walkthrough to create company data? On 02/12/19 12.19, Pawan Verma wrote: > Hello Bagas, > > Thanks for A2A. > > You can have a look at the demo data for Organization under > OrganizationDemoData.xml. > If you want to do it from UI, you will be able to create this data from > partymgr component as well. > > HTH! > -- An old man doll... just what I always wanted! - Clara |
Administrator
|
Hi Bagas,
It's not yet complete, but if you load only seed data you will be able to run ofbizsetup webapp which will help you a bit HTH Jacques Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : > Sorry I didn't find the mentioned file on my instance (I run OFBiz from git repo). > > Because I'm so new to OFBiz, any step-by-step walkthrough to create company data? > > On 02/12/19 12.19, Pawan Verma wrote: >> Hello Bagas, >> >> Thanks for A2A. >> >> You can have a look at the demo data for Organization under >> OrganizationDemoData.xml. >> If you want to do it from UI, you will be able to create this data from >> partymgr component as well. >> >> HTH! >> > |
So where is ofbizsetup URL as you mentioned?
On 02/12/19 16.23, Jacques Le Roux wrote: > Hi Bagas, > > It's not yet complete, but if you load only seed data you will be able > to run ofbizsetup webapp which will help you a bit > > HTH > > Jacques > > Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : >> Sorry I didn't find the mentioned file on my instance (I run OFBiz >> from git repo). >> >> Because I'm so new to OFBiz, any step-by-step walkthrough to create >> company data? >> >> On 02/12/19 12.19, Pawan Verma wrote: >>> Hello Bagas, >>> >>> Thanks for A2A. >>> >>> You can have a look at the demo data for Organization under >>> OrganizationDemoData.xml. >>> If you want to do it from UI, you will be able to create this data from >>> partymgr component as well. >>> >>> HTH! >>> >> -- An old man doll... just what I always wanted! - Clara |
Administrator
|
As I said it appears only when you have ONLY loaded seed data, ie no demo data.
It's then https://localhost:8443/ofbizsetup Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit : > So where is ofbizsetup URL as you mentioned? > > On 02/12/19 16.23, Jacques Le Roux wrote: >> Hi Bagas, >> >> It's not yet complete, but if you load only seed data you will be able to run ofbizsetup webapp which will help you a bit >> >> HTH >> >> Jacques >> >> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : >>> Sorry I didn't find the mentioned file on my instance (I run OFBiz from git repo). >>> >>> Because I'm so new to OFBiz, any step-by-step walkthrough to create company data? >>> >>> On 02/12/19 12.19, Pawan Verma wrote: >>>> Hello Bagas, >>>> >>>> Thanks for A2A. >>>> >>>> You can have a look at the demo data for Organization under >>>> OrganizationDemoData.xml. >>>> If you want to do it from UI, you will be able to create this data from >>>> partymgr component as well. >>>> >>>> HTH! >>>> >>> > |
AHA! Thanks Jacques for helping.
So to set up new company load seed data with `./gradlew "ofbiz --load-data readers=seed,seed-initial", run OFBiz, and visit the instance at `http://localhost:8443/ofbizsetup`. On 02/12/19 17.58, Jacques Le Roux wrote: > As I said it appears only when you have ONLY loaded seed data, ie no > demo data. > > It's then https://localhost:8443/ofbizsetup > > Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit : >> So where is ofbizsetup URL as you mentioned? >> >> On 02/12/19 16.23, Jacques Le Roux wrote: >>> Hi Bagas, >>> >>> It's not yet complete, but if you load only seed data you will be >>> able to run ofbizsetup webapp which will help you a bit >>> >>> HTH >>> >>> Jacques >>> >>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : >>>> Sorry I didn't find the mentioned file on my instance (I run OFBiz >>>> from git repo). >>>> >>>> Because I'm so new to OFBiz, any step-by-step walkthrough to create >>>> company data? >>>> >>>> On 02/12/19 12.19, Pawan Verma wrote: >>>>> Hello Bagas, >>>>> >>>>> Thanks for A2A. >>>>> >>>>> You can have a look at the demo data for Organization under >>>>> OrganizationDemoData.xml. >>>>> If you want to do it from UI, you will be able to create this data >>>>> from >>>>> partymgr component as well. >>>>> >>>>> HTH! >>>>> >>>> >> -- An old man doll... just what I always wanted! - Clara |
Administrator
|
That's it
Le 02/12/2019 à 12:36, Bagas Sanjaya a écrit : > AHA! Thanks Jacques for helping. > > So to set up new company load seed data with `./gradlew "ofbiz --load-data readers=seed,seed-initial", run OFBiz, and visit the instance at > `http://localhost:8443/ofbizsetup`. > > On 02/12/19 17.58, Jacques Le Roux wrote: >> As I said it appears only when you have ONLY loaded seed data, ie no demo data. >> >> It's then https://localhost:8443/ofbizsetup >> >> Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit : >>> So where is ofbizsetup URL as you mentioned? >>> >>> On 02/12/19 16.23, Jacques Le Roux wrote: >>>> Hi Bagas, >>>> >>>> It's not yet complete, but if you load only seed data you will be able to run ofbizsetup webapp which will help you a bit >>>> >>>> HTH >>>> >>>> Jacques >>>> >>>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : >>>>> Sorry I didn't find the mentioned file on my instance (I run OFBiz from git repo). >>>>> >>>>> Because I'm so new to OFBiz, any step-by-step walkthrough to create company data? >>>>> >>>>> On 02/12/19 12.19, Pawan Verma wrote: >>>>>> Hello Bagas, >>>>>> >>>>>> Thanks for A2A. >>>>>> >>>>>> You can have a look at the demo data for Organization under >>>>>> OrganizationDemoData.xml. >>>>>> If you want to do it from UI, you will be able to create this data from >>>>>> partymgr component as well. >>>>>> >>>>>> HTH! >>>>>> >>>>> >>> > |
Administrator
|
As I said, it's incomplete:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22ofbizsetup%22 Le 02/12/2019 à 12:38, Jacques Le Roux a écrit : > That's it > > Le 02/12/2019 à 12:36, Bagas Sanjaya a écrit : >> AHA! Thanks Jacques for helping. >> >> So to set up new company load seed data with `./gradlew "ofbiz --load-data readers=seed,seed-initial", run OFBiz, and visit the instance at >> `http://localhost:8443/ofbizsetup`. >> >> On 02/12/19 17.58, Jacques Le Roux wrote: >>> As I said it appears only when you have ONLY loaded seed data, ie no demo data. >>> >>> It's then https://localhost:8443/ofbizsetup >>> >>> Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit : >>>> So where is ofbizsetup URL as you mentioned? >>>> >>>> On 02/12/19 16.23, Jacques Le Roux wrote: >>>>> Hi Bagas, >>>>> >>>>> It's not yet complete, but if you load only seed data you will be able to run ofbizsetup webapp which will help you a bit >>>>> >>>>> HTH >>>>> >>>>> Jacques >>>>> >>>>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : >>>>>> Sorry I didn't find the mentioned file on my instance (I run OFBiz from git repo). >>>>>> >>>>>> Because I'm so new to OFBiz, any step-by-step walkthrough to create company data? >>>>>> >>>>>> On 02/12/19 12.19, Pawan Verma wrote: >>>>>>> Hello Bagas, >>>>>>> >>>>>>> Thanks for A2A. >>>>>>> >>>>>>> You can have a look at the demo data for Organization under >>>>>>> OrganizationDemoData.xml. >>>>>>> If you want to do it from UI, you will be able to create this data from >>>>>>> partymgr component as well. >>>>>>> >>>>>>> HTH! >>>>>>> >>>>>> >>>> >> > |
I'm sorry to hear the unresolved ofbizsetup bug from 2015, any workaround?
On 02/12/19 18.43, Jacques Le Roux wrote: > As I said, it's incomplete: > https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22ofbizsetup%22 > > > Le 02/12/2019 à 12:38, Jacques Le Roux a écrit : >> That's it >> >> Le 02/12/2019 à 12:36, Bagas Sanjaya a écrit : >>> AHA! Thanks Jacques for helping. >>> >>> So to set up new company load seed data with `./gradlew "ofbiz >>> --load-data readers=seed,seed-initial", run OFBiz, and visit the >>> instance at `http://localhost:8443/ofbizsetup`. >>> >>> On 02/12/19 17.58, Jacques Le Roux wrote: >>>> As I said it appears only when you have ONLY loaded seed data, ie no >>>> demo data. >>>> >>>> It's then https://localhost:8443/ofbizsetup >>>> >>>> Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit : >>>>> So where is ofbizsetup URL as you mentioned? >>>>> >>>>> On 02/12/19 16.23, Jacques Le Roux wrote: >>>>>> Hi Bagas, >>>>>> >>>>>> It's not yet complete, but if you load only seed data you will be >>>>>> able to run ofbizsetup webapp which will help you a bit >>>>>> >>>>>> HTH >>>>>> >>>>>> Jacques >>>>>> >>>>>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : >>>>>>> Sorry I didn't find the mentioned file on my instance (I run >>>>>>> OFBiz from git repo). >>>>>>> >>>>>>> Because I'm so new to OFBiz, any step-by-step walkthrough to >>>>>>> create company data? >>>>>>> >>>>>>> On 02/12/19 12.19, Pawan Verma wrote: >>>>>>>> Hello Bagas, >>>>>>>> >>>>>>>> Thanks for A2A. >>>>>>>> >>>>>>>> You can have a look at the demo data for Organization under >>>>>>>> OrganizationDemoData.xml. >>>>>>>> If you want to do it from UI, you will be able to create this >>>>>>>> data from >>>>>>>> partymgr component as well. >>>>>>>> >>>>>>>> HTH! >>>>>>>> >>>>>>> >>>>> >>> >> -- An old man doll... just what I always wanted! - Clara |
Dear Bagas,
Please refer AccountingDemoData.xml L1599, Under comment <!-- The main Company Internal Organization --> and partyId as "Company" and related data. This would help you to understand how company and its internal organization setup in OFBiz. Best Regards, -- Rishi Solanki *CTO, Mindpath Technology* Intelligent Solutions cell: +91-98932-87847 On Mon, Dec 2, 2019 at 5:30 PM Bagas Sanjaya <[hidden email]> wrote: > I'm sorry to hear the unresolved ofbizsetup bug from 2015, any workaround? > > On 02/12/19 18.43, Jacques Le Roux wrote: > > As I said, it's incomplete: > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22ofbizsetup%22 > > > > > > Le 02/12/2019 à 12:38, Jacques Le Roux a écrit : > >> That's it > >> > >> Le 02/12/2019 à 12:36, Bagas Sanjaya a écrit : > >>> AHA! Thanks Jacques for helping. > >>> > >>> So to set up new company load seed data with `./gradlew "ofbiz > >>> --load-data readers=seed,seed-initial", run OFBiz, and visit the > >>> instance at `http://localhost:8443/ofbizsetup` > <http://localhost:8443/ofbizsetup>. > >>> > >>> On 02/12/19 17.58, Jacques Le Roux wrote: > >>>> As I said it appears only when you have ONLY loaded seed data, ie no > >>>> demo data. > >>>> > >>>> It's then https://localhost:8443/ofbizsetup > >>>> > >>>> Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit : > >>>>> So where is ofbizsetup URL as you mentioned? > >>>>> > >>>>> On 02/12/19 16.23, Jacques Le Roux wrote: > >>>>>> Hi Bagas, > >>>>>> > >>>>>> It's not yet complete, but if you load only seed data you will be > >>>>>> able to run ofbizsetup webapp which will help you a bit > >>>>>> > >>>>>> HTH > >>>>>> > >>>>>> Jacques > >>>>>> > >>>>>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : > >>>>>>> Sorry I didn't find the mentioned file on my instance (I run > >>>>>>> OFBiz from git repo). > >>>>>>> > >>>>>>> Because I'm so new to OFBiz, any step-by-step walkthrough to > >>>>>>> create company data? > >>>>>>> > >>>>>>> On 02/12/19 12.19, Pawan Verma wrote: > >>>>>>>> Hello Bagas, > >>>>>>>> > >>>>>>>> Thanks for A2A. > >>>>>>>> > >>>>>>>> You can have a look at the demo data for Organization under > >>>>>>>> OrganizationDemoData.xml. > >>>>>>>> If you want to do it from UI, you will be able to create this > >>>>>>>> data from > >>>>>>>> partymgr component as well. > >>>>>>>> > >>>>>>>> HTH! > >>>>>>>> > >>>>>>> > >>>>> > >>> > >> > > -- > An old man doll... just what I always wanted! - Clara > |
Huh, I'm still quite not sure how I can setup my new company by manually
editing data files (I'm newbie to OFBiz here). On 03/12/19 12.19, Rishi Solanki wrote: > Dear Bagas, > Please refer AccountingDemoData.xml L1599, Under comment <!-- The main > Company Internal Organization --> and partyId as "Company" and related data. > > This would help you to understand how company and its internal organization > setup in OFBiz. > > > Best Regards, > -- > Rishi Solanki > *CTO, Mindpath Technology* > Intelligent Solutions > cell: +91-98932-87847 > > > On Mon, Dec 2, 2019 at 5:30 PM Bagas Sanjaya <[hidden email]> wrote: > >> I'm sorry to hear the unresolved ofbizsetup bug from 2015, any workaround? >> >> On 02/12/19 18.43, Jacques Le Roux wrote: >>> As I said, it's incomplete: >>> >> https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22ofbizsetup%22 >>> >>> >>> Le 02/12/2019 à 12:38, Jacques Le Roux a écrit : >>>> That's it >>>> >>>> Le 02/12/2019 à 12:36, Bagas Sanjaya a écrit : >>>>> AHA! Thanks Jacques for helping. >>>>> >>>>> So to set up new company load seed data with `./gradlew "ofbiz >>>>> --load-data readers=seed,seed-initial", run OFBiz, and visit the >>>>> instance at `http://localhost:8443/ofbizsetup` >> <http://localhost:8443/ofbizsetup>. >>>>> >>>>> On 02/12/19 17.58, Jacques Le Roux wrote: >>>>>> As I said it appears only when you have ONLY loaded seed data, ie no >>>>>> demo data. >>>>>> >>>>>> It's then https://localhost:8443/ofbizsetup >>>>>> >>>>>> Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit : >>>>>>> So where is ofbizsetup URL as you mentioned? >>>>>>> >>>>>>> On 02/12/19 16.23, Jacques Le Roux wrote: >>>>>>>> Hi Bagas, >>>>>>>> >>>>>>>> It's not yet complete, but if you load only seed data you will be >>>>>>>> able to run ofbizsetup webapp which will help you a bit >>>>>>>> >>>>>>>> HTH >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : >>>>>>>>> Sorry I didn't find the mentioned file on my instance (I run >>>>>>>>> OFBiz from git repo). >>>>>>>>> >>>>>>>>> Because I'm so new to OFBiz, any step-by-step walkthrough to >>>>>>>>> create company data? >>>>>>>>> >>>>>>>>> On 02/12/19 12.19, Pawan Verma wrote: >>>>>>>>>> Hello Bagas, >>>>>>>>>> >>>>>>>>>> Thanks for A2A. >>>>>>>>>> >>>>>>>>>> You can have a look at the demo data for Organization under >>>>>>>>>> OrganizationDemoData.xml. >>>>>>>>>> If you want to do it from UI, you will be able to create this >>>>>>>>>> data from >>>>>>>>>> partymgr component as well. >>>>>>>>>> >>>>>>>>>> HTH! >>>>>>>>>> >>>>>>>>> >>>>>>> >>>>> >>>> >> >> -- >> An old man doll... just what I always wanted! - Clara >> > -- An old man doll... just what I always wanted! - Clara |
Bagas,
Are you developer or business user. Following links helps you to understand the data model and coding practices. 1) https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=6556307 2) https://cwiki.apache.org/confluence/display/OFBENDUSER/Key+data+model+reference 3) https://cwiki.apache.org/confluence/display/OFBIZ/Data+Model To use OFBiz you should know universal data model, there is no straight forward approach/document know to me which can help you. May be other from community know that and help. Not sure, if above details helps you or not. But it will surely give you more insights. Best Regards, -- Rishi Solanki *CTO, Mindpath Technology* Intelligent Solutions cell: +91-98932-87847 http://www.mindpathtech.com On Wed, Dec 4, 2019 at 5:20 PM Bagas Sanjaya <[hidden email]> wrote: > Huh, I'm still quite not sure how I can setup my new company by manually > editing data files (I'm newbie to OFBiz here). > > On 03/12/19 12.19, Rishi Solanki wrote: > > Dear Bagas, > > Please refer AccountingDemoData.xml L1599, Under comment <!-- The main > > Company Internal Organization --> and partyId as "Company" and related > data. > > > > This would help you to understand how company and its internal > organization > > setup in OFBiz. > > > > > > Best Regards, > > -- > > Rishi Solanki > > *CTO, Mindpath Technology* > > Intelligent Solutions > > cell: +91-98932-87847 > > > > > > On Mon, Dec 2, 2019 at 5:30 PM Bagas Sanjaya <[hidden email]> > wrote: > > > >> I'm sorry to hear the unresolved ofbizsetup bug from 2015, any > workaround? > >> > >> On 02/12/19 18.43, Jacques Le Roux wrote: > >>> As I said, it's incomplete: > >>> > >> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22ofbizsetup%22 > >>> > >>> > >>> Le 02/12/2019 à 12:38, Jacques Le Roux a écrit : > >>>> That's it > >>>> > >>>> Le 02/12/2019 à 12:36, Bagas Sanjaya a écrit : > >>>>> AHA! Thanks Jacques for helping. > >>>>> > >>>>> So to set up new company load seed data with `./gradlew "ofbiz > >>>>> --load-data readers=seed,seed-initial", run OFBiz, and visit the > >>>>> instance at `http://localhost:8443/ofbizsetup` > <http://localhost:8443/ofbizsetup> > >> <http://localhost:8443/ofbizsetup>. > >>>>> > >>>>> On 02/12/19 17.58, Jacques Le Roux wrote: > >>>>>> As I said it appears only when you have ONLY loaded seed data, ie no > >>>>>> demo data. > >>>>>> > >>>>>> It's then https://localhost:8443/ofbizsetup > >>>>>> > >>>>>> Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit : > >>>>>>> So where is ofbizsetup URL as you mentioned? > >>>>>>> > >>>>>>> On 02/12/19 16.23, Jacques Le Roux wrote: > >>>>>>>> Hi Bagas, > >>>>>>>> > >>>>>>>> It's not yet complete, but if you load only seed data you will be > >>>>>>>> able to run ofbizsetup webapp which will help you a bit > >>>>>>>> > >>>>>>>> HTH > >>>>>>>> > >>>>>>>> Jacques > >>>>>>>> > >>>>>>>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : > >>>>>>>>> Sorry I didn't find the mentioned file on my instance (I run > >>>>>>>>> OFBiz from git repo). > >>>>>>>>> > >>>>>>>>> Because I'm so new to OFBiz, any step-by-step walkthrough to > >>>>>>>>> create company data? > >>>>>>>>> > >>>>>>>>> On 02/12/19 12.19, Pawan Verma wrote: > >>>>>>>>>> Hello Bagas, > >>>>>>>>>> > >>>>>>>>>> Thanks for A2A. > >>>>>>>>>> > >>>>>>>>>> You can have a look at the demo data for Organization under > >>>>>>>>>> OrganizationDemoData.xml. > >>>>>>>>>> If you want to do it from UI, you will be able to create this > >>>>>>>>>> data from > >>>>>>>>>> partymgr component as well. > >>>>>>>>>> > >>>>>>>>>> HTH! > >>>>>>>>>> > >>>>>>>>> > >>>>>>> > >>>>> > >>>> > >> > >> -- > >> An old man doll... just what I always wanted! - Clara > >> > > > > -- > An old man doll... just what I always wanted! - Clara > |
I'm business user sir, not developer
On 05/12/19 00.25, Rishi Solanki wrote: > Bagas, > Are you developer or business user. Following links helps you to understand > the data model and coding practices. > > 1) https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=6556307 > 2) > https://cwiki.apache.org/confluence/display/OFBENDUSER/Key+data+model+reference > 3) https://cwiki.apache.org/confluence/display/OFBIZ/Data+Model > > To use OFBiz you should know universal data model, there is no straight > forward approach/document know to me which can help you. May be other from > community know that and help. > > Not sure, if above details helps you or not. But it will surely give you > more insights. > > Best Regards, > -- > Rishi Solanki > *CTO, Mindpath Technology* > Intelligent Solutions > cell: +91-98932-87847 > http://www.mindpathtech.com > > > On Wed, Dec 4, 2019 at 5:20 PM Bagas Sanjaya <[hidden email]> wrote: > >> Huh, I'm still quite not sure how I can setup my new company by manually >> editing data files (I'm newbie to OFBiz here). >> >> On 03/12/19 12.19, Rishi Solanki wrote: >>> Dear Bagas, >>> Please refer AccountingDemoData.xml L1599, Under comment <!-- The main >>> Company Internal Organization --> and partyId as "Company" and related >> data. >>> >>> This would help you to understand how company and its internal >> organization >>> setup in OFBiz. >>> >>> >>> Best Regards, >>> -- >>> Rishi Solanki >>> *CTO, Mindpath Technology* >>> Intelligent Solutions >>> cell: +91-98932-87847 >>> >>> >>> On Mon, Dec 2, 2019 at 5:30 PM Bagas Sanjaya <[hidden email]> >> wrote: >>> >>>> I'm sorry to hear the unresolved ofbizsetup bug from 2015, any >> workaround? >>>> >>>> On 02/12/19 18.43, Jacques Le Roux wrote: >>>>> As I said, it's incomplete: >>>>> >>>> >> https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22ofbizsetup%22 >>>>> >>>>> >>>>> Le 02/12/2019 à 12:38, Jacques Le Roux a écrit : >>>>>> That's it >>>>>> >>>>>> Le 02/12/2019 à 12:36, Bagas Sanjaya a écrit : >>>>>>> AHA! Thanks Jacques for helping. >>>>>>> >>>>>>> So to set up new company load seed data with `./gradlew "ofbiz >>>>>>> --load-data readers=seed,seed-initial", run OFBiz, and visit the >>>>>>> instance at `http://localhost:8443/ofbizsetup` >> <http://localhost:8443/ofbizsetup> >>>> <http://localhost:8443/ofbizsetup>. >>>>>>> >>>>>>> On 02/12/19 17.58, Jacques Le Roux wrote: >>>>>>>> As I said it appears only when you have ONLY loaded seed data, ie no >>>>>>>> demo data. >>>>>>>> >>>>>>>> It's then https://localhost:8443/ofbizsetup >>>>>>>> >>>>>>>> Le 02/12/2019 à 11:30, Bagas Sanjaya a écrit : >>>>>>>>> So where is ofbizsetup URL as you mentioned? >>>>>>>>> >>>>>>>>> On 02/12/19 16.23, Jacques Le Roux wrote: >>>>>>>>>> Hi Bagas, >>>>>>>>>> >>>>>>>>>> It's not yet complete, but if you load only seed data you will be >>>>>>>>>> able to run ofbizsetup webapp which will help you a bit >>>>>>>>>> >>>>>>>>>> HTH >>>>>>>>>> >>>>>>>>>> Jacques >>>>>>>>>> >>>>>>>>>> Le 02/12/2019 à 08:05, Bagas Sanjaya a écrit : >>>>>>>>>>> Sorry I didn't find the mentioned file on my instance (I run >>>>>>>>>>> OFBiz from git repo). >>>>>>>>>>> >>>>>>>>>>> Because I'm so new to OFBiz, any step-by-step walkthrough to >>>>>>>>>>> create company data? >>>>>>>>>>> >>>>>>>>>>> On 02/12/19 12.19, Pawan Verma wrote: >>>>>>>>>>>> Hello Bagas, >>>>>>>>>>>> >>>>>>>>>>>> Thanks for A2A. >>>>>>>>>>>> >>>>>>>>>>>> You can have a look at the demo data for Organization under >>>>>>>>>>>> OrganizationDemoData.xml. >>>>>>>>>>>> If you want to do it from UI, you will be able to create this >>>>>>>>>>>> data from >>>>>>>>>>>> partymgr component as well. >>>>>>>>>>>> >>>>>>>>>>>> HTH! >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>> >>>>>> >>>> >>>> -- >>>> An old man doll... just what I always wanted! - Clara >>>> >>> >> >> -- >> An old man doll... just what I always wanted! - Clara >> > -- An old man doll... just what I always wanted! - Clara |
Free forum by Nabble | Edit this page |