Hi Dan,
A (new) retail store can be added in the Catalog application. And of course via entity management in the WebTools application. Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Tue, Apr 4, 2017 at 4:23 AM, <[hidden email]> wrote: > But...how do I add a retail store? I only see a way to edit an existing > retail store. One company should have at least one retail store, possibly > many (unless it does all sales online). If I can't add a store I will have > none...if I have no stores, I can't open a WebPOS terminal because there > are no terminals (there can't be terminals without retail stores). > > ----- Original Message -----From: Shi Jinghai <[hidden email]>To: > [hidden email]: Tue, 04 Apr 2017 02:15:30 -0000 (UTC)Subject: > Re: WebPOS Setup > > I think current data structure is right, in China, a retail store has at > least 2 facilities, one for storage, one for shop space. You can add an > area amount to the shop space facility, and then it's easy to get its sales > per square meter from order statics by day, month or year, this data can > help a retailer to improve his/her product visual. > > -----邮件原件-----发件人: [hidden email] [mailto:[hidden email]] 发送时间: > 2017年4月4日 4:23收件人: [hidden email].org主题: Re: WebPOS Setup > > Hi, Under Asset Maintenance, Facility, I can change existing facilities, > but cannot add a new one. Should there be a button for "Add New Facility"? > Is a retail store not a facility in this context? I do see that under Asset > Maintenance, Fixed Assets has a button for New Fixed Asset, but this does > not seem correct for adding a retail store. Same for New > Maintenance...Maintenance items just doesn't seem like they are intended > for adding a retail store facility. Perhaps I'm just not used to how the > app words things. Just for humor, a modified quote: My kingdom for an Add > Facility button! Thanks! PS: I don't have a kingdom, YMMV. ----- Original > Message -----From: Pierre Smits <[hidden email]>To: > [hidden email]: Mon, 03 Apr 2017 18:59:28 -0000 (UTC)Subject: > Re: WebPOS Setup > > Hi Dan, > > You can add new facilities, as well as existing ones, through > theassetmaint appl. > > Best regards, > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com>OFBiz based solutions & services > > OFBiz Extensions Marketplacehttp://oem.ofbizci.net/oci-2/ > > On Mon, Apr 3, 2017 at 8:35 PM, <[hidden email]> wrote: > > > Just to reply to my own post on what I've found is that with sample > data> you can search and find the facility with facilityId MyRetailStore, > but the> functionality to add more facilities from scratch (to create a new > physical> retail store facility) seems to be completely non-existent (you > can edit> facilities, but you cannot create them...MyRetailStore is not > part of a> facility group, it is a facility it seems). I hope I'm > wrong...can anyone> verify if this is correct or not since I have so little > experience with> this app?>> It would make sense if adding a WebPOS > terminal were part of the retail> store edit since terminals would be > associated that retail store. When> editing the information for the > existing sample data retail store there is> (unfortunately) no link or clue > as to how to edit any WebPOS terminals> associated with that store.>> ----- > Original Message -----From: [hidden email]:> > [hidden email]: Mon, 03 Apr 2017 02:20:27 -0000 (UTC)Subject:> > Re: WebPOS Setup>> Hi, I'm sure you are correct on this, I need to add > facilityId> MyRetailStore...I have facilityId Company with a retail store > type, but> this is not the same (and editing facilityId from MyRetailStore > to Company> does not help). I used the setup app originally on the seeded > (but not data> demo added) instance to add Company, but I'm having a hard > time figuring> out where a new facility other than the original Company is> > added...apparently this is not from the facility function of the setup> > application (I can edit "Company" ID, but I can't add more facilities). Is> > this a case of my needing to think about adding ID MyRetailStore as> > something other than a facility in the setup application? E.G., some> > sub-menu of Company setup? Thanks! ----- Original Message -----From: > Pierre> Smits <[hidden email]>To: [hidden email]: Sun, > 02 Apr> 2017 07:02:50 -0000 (UTC)Subject: Re: WebPOS Setup>> HI Dan,>> > Please ensure that there also is a:<Facility facilityId="MyRetailStore" />> > uploaded prior to uploading thedata regarding terminals,>> Best regards,>> > Pierre Smits>> ORRTIZ.COM <http://www.orrtiz.com>OFBiz based solutions & > services>> OFBiz Extensions Marketplacehttp://oem.ofbizci.net/oci-2/>> On > Sun, Apr 2, 2017 at 1:54 AM, <[hidden email]> wrote:>> > Just an > apology for prior email formatting. It was nicely formatted and>> readable, > but comcast web mail strips the formatting and throws away my>> work > sometimes.> > |
Hi,
Thought I'd summarize with some specific steps since I've made progress, but still fail (writing down to explain to others might help me catch my own mistakes too). Problem: I need WebPOS to work on a brand new install using my own hand-entered data for a real retail store (versus demo data). WebPOS login page can be reached, but login cannot occur because there are no terminals. Apparently terminals cannot be added until there is a retail store. Creating the retail store and associating terminals is failing. The explicit steps: I drop the PostgreSQL DBs (to clear old data), recreate them, then run: ./gradlew 'ofbiz --load-data readers=seed' I then create "admin" user via: ./gradlew loadAdminUserLogin -PuserLoginId=admin Start ofbiz: ./gradlew ofbiz Under the setup app I create Company (requires admin password update first, Party Id "Company" created by manually typing in info of a real company): https://localhost:8443/ofbizsetup/control/initialsetup Go to Catalog Manager->Stores, click New Product Store. "Primary Store Group Id" can't be selected or entered ("Not Applicable [_NA_]" is all that is there), the drop-down is empty other than "Not Applicable" (so I pick Not Applicable). Set Store Name to "Main Store". It isn't a demo store, and I don't know what the effect is, but I pick drop-down of "Is Demo Store" as "N". Everything else is unmodified and default. Click Update. Error rejects adding the store: "Inventory Facility Id Required". Summary 1: Store cannot be added via Catalog Manager until an Inventory Facility Id is created. I switch now to Applications->Facility Manager. "Main" or "Facilities" is only for searching, not for adding a Facility. This is where the prior email reply mentions to do this under Asset Management, but Asset Management->Facility is also only for searching, not for creating a Facility. Perhaps it is a Fixed Asset? Summary 2: The required Facility Id of Summary 1 cannot be added under Applications->Facility Manager. Asset Management->Facility is also a search mechanism, and cannot be used to add the required facility. Under Fixed Asset I can click "New Fixed Asset". Is it "Real Estate", "Property", or "Other"? Real Estate is chosen since it is most descriptive (Property might be a tract of land, Real Estate is more specific since it implies a building on the land). When I get to RoleType ID I am convinced this is not the correct place to create a facility. Summary 3: I can add a new fixed asset, but it does not seem to give me a Facility Id. Perhaps I missed a detail. Under Applications->Facility Manager->Facility Groups I can click "New Group". The only part I can logically add is Facility Group Name, and I add "Retail Facility" in that text entry box. This fails. Although nothing is marked as mandatory, submitting this requires a currently missing parameter, "createFacilityGroup.facilityGroupTypeId". I don't really know if the Facility type is Management Structure, or if it is Pricing Group, but it seems Management Structure is more logical for a structure serving a store...I pick this. It works, I now have a Management Structure with Facility Group Name "Retail Facility". I don't have a Facility Id. Summary 4: I can add a Facility Group, but I'm unsure how to use this to create a Facility. I don't believe this is the right approach. I'm now at a loss as to how to add a Facility since I've only found how to edit a facility which already exists in Asset Manager; Facility Manger is definitely the wrong place. If Asset Manager can add a facility and produce a Facility Id, how is this done? Do I need to think of my Retail Store as a Fixed Asset of type Real Estate? Thanks! |
Hi
I'm not sure if this would help, but the readers has only seed data, perhaps adding seed-initial might solve some problems? > On Apr 7, 2017, at 12:28 AM, [hidden email] wrote: > > Hi, > > Thought I'd summarize with some specific steps since I've made progress, but still fail (writing down to explain to others might help me catch my own mistakes too). > > Problem: I need WebPOS to work on a brand new install using my own hand-entered data for a real retail store (versus demo data). WebPOS login page can be reached, but login cannot occur because there are no terminals. Apparently terminals cannot be added until there is a retail store. Creating the retail store and associating terminals is failing. > > The explicit steps: > > I drop the PostgreSQL DBs (to clear old data), recreate them, then run: > ./gradlew 'ofbiz --load-data readers=seed' > > I then create "admin" user via: > ./gradlew loadAdminUserLogin -PuserLoginId=admin > > Start ofbiz: > ./gradlew ofbiz > > Under the setup app I create Company (requires admin password update first, Party Id "Company" created by manually typing in info of a real company): > https://localhost:8443/ofbizsetup/control/initialsetup > > Go to Catalog Manager->Stores, click New Product Store. "Primary Store Group Id" can't be selected or entered ("Not Applicable [_NA_]" is all that is there), the drop-down is empty other than "Not Applicable" (so I pick Not Applicable). Set Store Name to "Main Store". It isn't a demo store, and I don't know what the effect is, but I pick drop-down of "Is Demo Store" as "N". Everything else is unmodified and default. Click Update. Error rejects adding the store: "Inventory Facility Id Required". > > Summary 1: Store cannot be added via Catalog Manager until an Inventory Facility Id is created. > > I switch now to Applications->Facility Manager. "Main" or "Facilities" is only for searching, not for adding a Facility. This is where the prior email reply mentions to do this under Asset Management, but Asset Management->Facility is also only for searching, not for creating a Facility. Perhaps it is a Fixed Asset? > > Summary 2: The required Facility Id of Summary 1 cannot be added under Applications->Facility Manager. Asset Management->Facility is also a search mechanism, and cannot be used to add the required facility. > > Under Fixed Asset I can click "New Fixed Asset". Is it "Real Estate", "Property", or "Other"? Real Estate is chosen since it is most descriptive (Property might be a tract of land, Real Estate is more specific since it implies a building on the land). When I get to RoleType ID I am convinced this is not the correct place to create a facility. > > Summary 3: I can add a new fixed asset, but it does not seem to give me a Facility Id. Perhaps I missed a detail. > > Under Applications->Facility Manager->Facility Groups I can click "New Group". The only part I can logically add is Facility Group Name, and I add "Retail Facility" in that text entry box. This fails. Although nothing is marked as mandatory, submitting this requires a currently missing parameter, "createFacilityGroup.facilityGroupTypeId". I don't really know if the Facility type is Management Structure, or if it is Pricing Group, but it seems Management Structure is more logical for a structure serving a store...I pick this. It works, I now have a Management Structure with Facility Group Name "Retail Facility". I don't have a Facility Id. > > Summary 4: I can add a Facility Group, but I'm unsure how to use this to create a Facility. I don't believe this is the right approach. > > I'm now at a loss as to how to add a Facility since I've only found how to edit a facility which already exists in Asset Manager; Facility Manger is definitely the wrong place. If Asset Manager can add a facility and produce a Facility Id, how is this done? Do I need to think of my Retail Store as a Fixed Asset of type Real Estate? > > Thanks! |
Hi Dan,
Thank you for taking the time to write your experiences down and posting them here. I feel confident that members of this community can find improvement points to make OFBiz better. While it may create confusion, the Facility Management component isn't purely about managing facilities (as in https://en.wikipedia.org/wiki/Facility_management) but more about warehousing (inventory/stock control, receiving and shipping goods). The Asset Maint component seems (to me) the logical place to creating new facilities, as they may be closely linked to fixed assets (buildings, etc). As in associations between the FixedAsset (the building) and facility (the office, the warehouse, etc). How unfortunate that it isn't in OOTB. Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Fri, Apr 7, 2017 at 6:05 AM, Taher Alkhateeb <[hidden email]> wrote: > Hi > > I'm not sure if this would help, but the readers has only seed data, > perhaps adding seed-initial might solve some problems? > > > On Apr 7, 2017, at 12:28 AM, [hidden email] wrote: > > > > Hi, > > > > Thought I'd summarize with some specific steps since I've made progress, > but still fail (writing down to explain to others might help me catch my > own mistakes too). > > > > Problem: I need WebPOS to work on a brand new install using my own > hand-entered data for a real retail store (versus demo data). WebPOS login > page can be reached, but login cannot occur because there are no terminals. > Apparently terminals cannot be added until there is a retail store. > Creating the retail store and associating terminals is failing. > > > > The explicit steps: > > > > I drop the PostgreSQL DBs (to clear old data), recreate them, then run: > > ./gradlew 'ofbiz --load-data readers=seed' > > > > I then create "admin" user via: > > ./gradlew loadAdminUserLogin -PuserLoginId=admin > > > > Start ofbiz: > > ./gradlew ofbiz > > > > Under the setup app I create Company (requires admin password update > first, Party Id "Company" created by manually typing in info of a real > company): > > https://localhost:8443/ofbizsetup/control/initialsetup > > > > Go to Catalog Manager->Stores, click New Product Store. "Primary Store > Group Id" can't be selected or entered ("Not Applicable [_NA_]" is all that > is there), the drop-down is empty other than "Not Applicable" (so I pick > Not Applicable). Set Store Name to "Main Store". It isn't a demo store, and > I don't know what the effect is, but I pick drop-down of "Is Demo Store" as > "N". Everything else is unmodified and default. Click Update. Error rejects > adding the store: "Inventory Facility Id Required". > > > > Summary 1: Store cannot be added via Catalog Manager until an Inventory > Facility Id is created. > > > > I switch now to Applications->Facility Manager. "Main" or "Facilities" > is only for searching, not for adding a Facility. This is where the prior > email reply mentions to do this under Asset Management, but Asset > Management->Facility is also only for searching, not for creating a > Facility. Perhaps it is a Fixed Asset? > > > > Summary 2: The required Facility Id of Summary 1 cannot be added under > Applications->Facility Manager. Asset Management->Facility is also a search > mechanism, and cannot be used to add the required facility. > > > > Under Fixed Asset I can click "New Fixed Asset". Is it "Real Estate", > "Property", or "Other"? Real Estate is chosen since it is most descriptive > (Property might be a tract of land, Real Estate is more specific since it > implies a building on the land). When I get to RoleType ID I am convinced > this is not the correct place to create a facility. > > > > Summary 3: I can add a new fixed asset, but it does not seem to give me > a Facility Id. Perhaps I missed a detail. > > > > Under Applications->Facility Manager->Facility Groups I can click "New > Group". The only part I can logically add is Facility Group Name, and I add > "Retail Facility" in that text entry box. This fails. Although nothing is > marked as mandatory, submitting this requires a currently missing > parameter, "createFacilityGroup.facilityGroupTypeId". I don't really know > if the Facility type is Management Structure, or if it is Pricing Group, > but it seems Management Structure is more logical for a structure serving a > store...I pick this. It works, I now have a Management Structure with > Facility Group Name "Retail Facility". I don't have a Facility Id. > > > > Summary 4: I can add a Facility Group, but I'm unsure how to use this to > create a Facility. I don't believe this is the right approach. > > > > I'm now at a loss as to how to add a Facility since I've only found how > to edit a facility which already exists in Asset Manager; Facility Manger > is definitely the wrong place. If Asset Manager can add a facility and > produce a Facility Id, how is this done? Do I need to think of my Retail > Store as a Fixed Asset of type Real Estate? > > > > Thanks! > |
Hi,
I did try readers of both seed and seed-initial, this does not seem to have changed anything. So...how was the retail store in the sample data added? Was the building itself added by XML file edit/import (I don't see how asset management can be used to do this...loosely speaking one could add real estate or property, but I've not found any way to mark that asset as a facility to create a required facilityId)? For OOTB, is this only possible through XML edits? I could see this as possible if the demo data were inherited from a prior release and actual interface was not used to initially load the data. Thanks! ----- Original Message -----From: Pierre Smits <[hidden email]>To: [hidden email]: Fri, 07 Apr 2017 09:09:35 -0000 (UTC)Subject: Re: WebPOS Setup Hi Dan, Thank you for taking the time to write your experiences down and postingthem here. I feel confident that members of this community can findimprovement points to make OFBiz better. While it may create confusion, the Facility Management component isn'tpurely about managing facilities (as inhttps://en.wikipedia.org/wiki/Facility_management) but more aboutwarehousing (inventory/stock control, receiving and shipping goods). The Asset Maint component seems (to me) the logical place to creating newfacilities, as they may be closely linked to fixed assets (buildings, etc).As in associations between the FixedAsset (the building) and facility (theoffice, the warehouse, etc). How unfortunate that it isn't in OOTB. Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com>OFBiz based solutions & services OFBiz Extensions Marketplacehttp://oem.ofbizci.net/oci-2/ On Fri, Apr 7, 2017 at 6:05 AM, Taher Alkhateeb <[hidden email]>wrote: > Hi>> I'm not sure if this would help, but the readers has only seed data,> perhaps adding seed-initial might solve some problems?>> > On Apr 7, 2017, at 12:28 AM, [hidden email] wrote:> >> > Hi,> >> > Thought I'd summarize with some specific steps since I've made progress,> but still fail (writing down to explain to others might help me catch my> own mistakes too).> >> > Problem: I need WebPOS to work on a brand new install using my own> hand-entered data for a real retail store (versus demo data). WebPOS login> page can be reached, but login cannot occur because there are no terminals.> Apparently terminals cannot be added until there is a retail store.> Creating the retail store and associating terminals is failing.> >> > The explicit steps:> >> > I drop the PostgreSQL DBs (to clear old data), recreate them, then run:> > ./gradlew 'ofbiz --load-data readers=seed'> >> > I then create "admin" user via:> > ./gradlew loadAdminUserLogin -PuserLoginId=admin> >> > Start ofbiz:> > ./gradlew ofbiz> >> > Under the setup app I create Company (requires admin password update> first, Party Id "Company" created by manually typing in info of a real> company):> > https://localhost:8443/ofbizsetup/control/initialsetup> >> > Go to Catalog Manager->Stores, click New Product Store. "Primary Store> Group Id" can't be selected or entered ("Not Applicable [_NA_]" is all that> is there), the drop-down is empty other than "Not Applicable" (so I pick> Not Applicable). Set Store Name to "Main Store". It isn't a demo store, and> I don't know what the effect is, but I pick drop-down of "Is Demo Store" as> "N". Everything else is unmodified and default. Click Update. Error rejects> adding the store: "Inventory Facility Id Required".> >> > Summary 1: Store cannot be added via Catalog Manager until an Inventory> Facility Id is created.> >> > I switch now to Applications->Facility Manager. "Main" or "Facilities"> is only for searching, not for adding a Facility. This is where the prior> email reply mentions to do this under Asset Management, but Asset> Management->Facility is also only for searching, not for creating a> Facility. Perhaps it is a Fixed Asset?> >> > Summary 2: The required Facility Id of Summary 1 cannot be added under> Applications->Facility Manager. Asset Management->Facility is also a search> mechanism, and cannot be used to add the required facility.> >> > Under Fixed Asset I can click "New Fixed Asset". Is it "Real Estate",> "Property", or "Other"? Real Estate is chosen since it is most descriptive> (Property might be a tract of land, Real Estate is more specific since it> implies a building on the land). When I get to RoleType ID I am convinced> this is not the correct place to create a facility.> >> > Summary 3: I can add a new fixed asset, but it does not seem to give me> a Facility Id. Perhaps I missed a detail.> >> > Under Applications->Facility Manager->Facility Groups I can click "New> Group". The only part I can logically add is Facility Group Name, and I add> "Retail Facility" in that text entry box. This fails. Although nothing is> marked as mandatory, submitting this requires a currently missing> parameter, "createFacilityGroup.facilityGroupTypeId". I don't really know> if the Facility type is Management Structure, or if it is Pricing Group,> but it seems Management Structure is more logical for a structure serving a> store...I pick this. It works, I now have a Management Structure with> Facility Group Name "Retail Facility". I don't have a Facility Id.> >> > Summary 4: I can add a Facility Group, but I'm unsure how to use this to> create a Facility. I don't believe this is the right approach.> >> > I'm now at a loss as to how to add a Facility since I've only found how> to edit a facility which already exists in Asset Manager; Facility Manger> is definitely the wrong place. If Asset Manager can add a facility and> produce a Facility Id, how is this done? Do I need to think of my Retail> Store as a Fixed Asset of type Real Estate?> >> > Thanks!> |
Hello,
Okay so it seems so far like the problem you are facing is simply your inability to use the WebPOS application because there are no terminals defined. Is this correct? If yes, then this is mostly likely just some missing seed / demo data that we should add to the WebPOS component. I suggest to create a JIRA for this and we can tackle this issue over there to resolve it permanently. On Fri, Apr 7, 2017 at 11:36 PM, <[hidden email]> wrote: > Hi, > > I did try readers of both seed and seed-initial, this does not seem to > have changed anything. > > So...how was the retail store in the sample data added? Was the building > itself added by XML file edit/import (I don't see how asset management can > be used to do this...loosely speaking one could add real estate or > property, but I've not found any way to mark that asset as a facility to > create a required facilityId)? For OOTB, is this only possible through XML > edits? I could see this as possible if the demo data were inherited from a > prior release and actual interface was not used to initially load the data. > > Thanks! > > ----- Original Message -----From: Pierre Smits <[hidden email]>To: > [hidden email]: Fri, 07 Apr 2017 09:09:35 -0000 (UTC)Subject: > Re: WebPOS Setup > > Hi Dan, > > Thank you for taking the time to write your experiences down and > postingthem here. I feel confident that members of this community can > findimprovement points to make OFBiz better. > > While it may create confusion, the Facility Management component > isn'tpurely about managing facilities (as inhttps://en.wikipedia.org/ > wiki/Facility_management) but more aboutwarehousing (inventory/stock > control, receiving and shipping goods). > > The Asset Maint component seems (to me) the logical place to creating > newfacilities, as they may be closely linked to fixed assets (buildings, > etc).As in associations between the FixedAsset (the building) and facility > (theoffice, the warehouse, etc). How unfortunate that it isn't in OOTB. > > Best regards, > > > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com>OFBiz based solutions & services > > OFBiz Extensions Marketplacehttp://oem.ofbizci.net/oci-2/ > > On Fri, Apr 7, 2017 at 6:05 AM, Taher Alkhateeb < > [hidden email]>wrote: > > > Hi>> I'm not sure if this would help, but the readers has only seed > data,> perhaps adding seed-initial might solve some problems?>> > On Apr 7, > 2017, at 12:28 AM, [hidden email] wrote:> >> > Hi,> >> > Thought I'd > summarize with some specific steps since I've made progress,> but still > fail (writing down to explain to others might help me catch my> own > mistakes too).> >> > Problem: I need WebPOS to work on a brand new install > using my own> hand-entered data for a real retail store (versus demo data). > WebPOS login> page can be reached, but login cannot occur because there are > no terminals.> Apparently terminals cannot be added until there is a retail > store.> Creating the retail store and associating terminals is failing.> >> > > The explicit steps:> >> > I drop the PostgreSQL DBs (to clear old data), > recreate them, then run:> > ./gradlew 'ofbiz --load-data readers=seed'> >> > > I then create "admin" user via:> > ./gradlew loadAdminUserLogin > -PuserLoginId=admin> >> > Start ofbiz:> > ./gradlew ofbiz> >> > Under the > setup app I create Company (requires admin password update> first, Party Id > "Company" created by manually typing in info of a real> company):> > > https://localhost:8443/ofbizsetup/control/initialsetup> >> > Go to > Catalog Manager->Stores, click New Product Store. "Primary Store> Group Id" > can't be selected or entered ("Not Applicable [_NA_]" is all that> is > there), the drop-down is empty other than "Not Applicable" (so I pick> Not > Applicable). Set Store Name to "Main Store". It isn't a demo store, and> I > don't know what the effect is, but I pick drop-down of "Is Demo Store" as> > "N". Everything else is unmodified and default. Click Update. Error > rejects> adding the store: "Inventory Facility Id Required".> >> > Summary > 1: Store cannot be added via Catalog Manager until an Inventory> Facility > Id is created.> >> > I switch now to Applications->Facility Manager. "Main" > or "Facilities"> is only for searching, not for adding a Facility. This is > where the prior> email reply mentions to do this under Asset Management, > but Asset> Management->Facility is also only for searching, not for > creating a> Facility. Perhaps it is a Fixed Asset?> >> > Summary 2: The > required Facility Id of Summary 1 cannot be added under> > Applications->Facility Manager. Asset Management->Facility is also a > search> mechanism, and cannot be used to add the required facility.> >> > > Under Fixed Asset I can click "New Fixed Asset". Is it "Real Estate",> > "Property", or "Other"? Real Estate is chosen since it is most descriptive> > (Property might be a tract of land, Real Estate is more specific since it> > implies a building on the land). When I get to RoleType ID I am convinced> > this is not the correct place to create a facility.> >> > Summary 3: I can > add a new fixed asset, but it does not seem to give me> a Facility Id. > Perhaps I missed a detail.> >> > Under Applications->Facility > Manager->Facility Groups I can click "New> Group". The only part I can > logically add is Facility Group Name, and I add> "Retail Facility" in that > text entry box. This fails. Although nothing is> marked as mandatory, > submitting this requires a currently missing> parameter, > "createFacilityGroup.facilityGroupTypeId". I don't really know> if the > Facility type is Management Structure, or if it is Pricing Group,> but it > seems Management Structure is more logical for a structure serving a> > store...I pick this. It works, I now have a Management Structure with> > Facility Group Name "Retail Facility". I don't have a Facility Id.> >> > > Summary 4: I can add a Facility Group, but I'm unsure how to use this to> > create a Facility. I don't believe this is the right approach.> >> > I'm > now at a loss as to how to add a Facility since I've only found how> to > edit a facility which already exists in Asset Manager; Facility Manger> is > definitely the wrong place. If Asset Manager can add a facility and> > produce a Facility Id, how is this done? Do I need to think of my Retail> > Store as a Fixed Asset of type Real Estate?> >> > Thanks!> > |
Hi,
Yes, this is how the problem started, and the end goal, to add a terminal so WebPOS can be logged in to. However, this also exposed a chain of issues with no ability to enter data through a standard mechanism while trying to create a retail store via "Catalog Manager->Stores, click New Product Store" (a terminal for WebPOS was the proverbial tip of the iceberg). You can't add the WebPOS until you have a terminal, and you can't add a terminal until you have a store, and you can't add a store until you have solved "Inventory Facility Id Required"...and there appears to be no way to add an asset/property/real-estate/facility which can be set up to have an Inventory Facility Id, so the store can't be added. Should I add a JIRA bug based on the entire chain of missing requirements leading up to the inability to log in to WebPOS? Thanks! ----- Original Message -----From: Taher Alkhateeb <[hidden email]>To: [hidden email]: Sat, 08 Apr 2017 09:16:21 -0000 (UTC)Subject: Re: WebPOS Setup Hello, Okay so it seems so far like the problem you are facing is simply yourinability to use the WebPOS application because there are no terminalsdefined. Is this correct? If yes, then this is mostly likely just some missing seed / demo data thatwe should add to the WebPOS component. I suggest to create a JIRA for thisand we can tackle this issue over there to resolve it permanently. On Fri, Apr 7, 2017 at 11:36 PM, <[hidden email]> wrote: > Hi,>> I did try readers of both seed and seed-initial, this does not seem to> have changed anything.>> So...how was the retail store in the sample data added? Was the building> itself added by XML file edit/import (I don't see how asset management can> be used to do this...loosely speaking one could add real estate or> property, but I've not found any way to mark that asset as a facility to> create a required facilityId)? For OOTB, is this only possible through XML> edits? I could see this as possible if the demo data were inherited from a> prior release and actual interface was not used to initially load the data.>> Thanks!>> ----- Original Message -----From: Pierre Smits <[hidden email]>To:> [hidden email]: Fri, 07 Apr 2017 09:09:35 -0000 (UTC)Subject:> Re: WebPOS Setup>> Hi Dan,>> Thank you for taking the time to write your experiences down and> postingthem here. I feel confident that members of this community can> findimprovement points to make OFBiz better.>> While it may create confusion, the Facility Management component> isn'tpurely about managing facilities (as inhttps://en.wikipedia.org/> wiki/Facility_management) but more aboutwarehousing (inventory/stock> control, receiving and shipping goods).>> The Asset Maint component seems (to me) the logical place to creating> newfacilities, as they may be closely linked to fixed assets (buildings,> etc).As in associations between the FixedAsset (the building) and facility> (theoffice, the warehouse, etc). How unfortunate that it isn't in OOTB.>> Best regards,>>>> Pierre Smits>> ORRTIZ.COM <http://www.orrtiz.com>OFBiz based solutions & services>> OFBiz Extensions Marketplacehttp://oem.ofbizci.net/oci-2/>> On Fri, Apr 7, 2017 at 6:05 AM, Taher Alkhateeb <> [hidden email]>wrote:>> > Hi>> I'm not sure if this would help, but the readers has only seed> data,> perhaps adding seed-initial might solve some problems?>> > On Apr 7,> 2017, at 12:28 AM, [hidden email] wrote:> >> > Hi,> >> > Thought I'd> summarize with some specific steps since I've made progress,> but still> fail (writing down to explain to others might help me catch my> own> mistakes too).> >> > Problem: I need WebPOS to work on a brand new install> using my own> hand-entered data for a real retail store (versus demo data).> WebPOS login> page can be reached, but login cannot occur because there are> no terminals.> Apparently terminals cannot be added until there is a retail> store.> Creating the retail store and associating terminals is failing.> >>> > The explicit steps:> >> > I drop the PostgreSQL DBs (to clear old data),> recreate them, then run:> > ./gradlew 'ofbiz --load-data readers=seed'> >>> > I then create "admin" user via:> > ./gradlew loadAdminUserLogin> -PuserLoginId=admin> >> > Start ofbiz:> > ./gradlew ofbiz> >> > Under the> setup app I create Company (requires admin password update> first, Party Id> "Company" created by manually typing in info of a real> company):> >> https://localhost:8443/ofbizsetup/control/initialsetup> >> > Go to> Catalog Manager->Stores, click New Product Store. "Primary Store> Group Id"> can't be selected or entered ("Not Applicable [_NA_]" is all that> is> there), the drop-down is empty other than "Not Applicable" (so I pick> Not> Applicable). Set Store Name to "Main Store". It isn't a demo store, and> I> don't know what the effect is, but I pick drop-down of "Is Demo Store" as>> "N". Everything else is unmodified and default. Click Update. Error> rejects> adding the store: "Inventory Facility Id Required".> >> > Summary> 1: Store cannot be added via Catalog Manager until an Inventory> Facility> Id is created.> >> > I switch now to Applications->Facility Manager. "Main"> or "Facilities"> is only for searching, not for adding a Facility. This is> where the prior> email reply mentions to do this under Asset Management,> but Asset> Management->Facility is also only for searching, not for> creating a> Facility. Perhaps it is a Fixed Asset?> >> > Summary 2: The> required Facility Id of Summary 1 cannot be added under>> Applications->Facility Manager. Asset Management->Facility is also a> search> mechanism, and cannot be used to add the required facility.> >> >> Under Fixed Asset I can click "New Fixed Asset". Is it "Real Estate",>> "Property", or "Other"? Real Estate is chosen since it is most descriptive>> (Property might be a tract of land, Real Estate is more specific since it>> implies a building on the land). When I get to RoleType ID I am convinced>> this is not the correct place to create a facility.> >> > Summary 3: I can> add a new fixed asset, but it does not seem to give me> a Facility Id.> Perhaps I missed a detail.> >> > Under Applications->Facility> Manager->Facility Groups I can click "New> Group". The only part I can> logically add is Facility Group Name, and I add> "Retail Facility" in that> text entry box. This fails. Although nothing is> marked as mandatory,> submitting this requires a currently missing> parameter,> "createFacilityGroup.facilityGroupTypeId". I don't really know> if the> Facility type is Management Structure, or if it is Pricing Group,> but it> seems Management Structure is more logical for a structure serving a>> store...I pick this. It works, I now have a Management Structure with>> Facility Group Name "Retail Facility". I don't have a Facility Id.> >> >> Summary 4: I can add a Facility Group, but I'm unsure how to use this to>> create a Facility. I don't believe this is the right approach.> >> > I'm> now at a loss as to how to add a Facility since I've only found how> to> edit a facility which already exists in Asset Manager; Facility Manger> is> definitely the wrong place. If Asset Manager can add a facility and>> produce a Facility Id, how is this done? Do I need to think of my Retail>> Store as a Fixed Asset of type Real Estate?> >> > Thanks!>> |
It's up to you, but I would suggest to make it a comprehensive JIRA that
addresses all of your concerns, so maybe call it "unable to use WebPOS due to missing data" if you like. If that proves to be too big, we can always create sub tasks. It would be cool to get this thing working properly. On Apr 8, 2017 7:28 PM, <[hidden email]> wrote: > Hi, > > Yes, this is how the problem started, and the end goal, to add a terminal > so WebPOS can be logged in to. > > However, this also exposed a chain of issues with no ability to enter data > through a standard mechanism while trying to create a retail store via > "Catalog Manager->Stores, click New Product Store" (a terminal for WebPOS > was the proverbial tip of the iceberg). You can't add the WebPOS until you > have a terminal, and you can't add a terminal until you have a store, and > you can't add a store until you have solved "Inventory Facility Id > Required"...and there appears to be no way to add an > asset/property/real-estate/facility which can be set up to have an > Inventory Facility Id, so the store can't be added. > > Should I add a JIRA bug based on the entire chain of missing requirements > leading up to the inability to log in to WebPOS? > > Thanks! > > ----- Original Message -----From: Taher Alkhateeb < > [hidden email]>To: [hidden email]: Sat, 08 Apr > 2017 09:16:21 -0000 (UTC)Subject: Re: WebPOS Setup > > Hello, > > Okay so it seems so far like the problem you are facing is simply > yourinability to use the WebPOS application because there are no > terminalsdefined. Is this correct? > > If yes, then this is mostly likely just some missing seed / demo data > thatwe should add to the WebPOS component. I suggest to create a JIRA for > thisand we can tackle this issue over there to resolve it permanently. > > On Fri, Apr 7, 2017 at 11:36 PM, <[hidden email]> wrote: > > > Hi,>> I did try readers of both seed and seed-initial, this does not > seem to> have changed anything.>> So...how was the retail store in the > sample data added? Was the building> itself added by XML file edit/import > (I don't see how asset management can> be used to do this...loosely > speaking one could add real estate or> property, but I've not found any way > to mark that asset as a facility to> create a required facilityId)? For > OOTB, is this only possible through XML> edits? I could see this as > possible if the demo data were inherited from a> prior release and actual > interface was not used to initially load the data.>> Thanks!>> ----- > Original Message -----From: Pierre Smits <[hidden email]>To:> > [hidden email]: Fri, 07 Apr 2017 09:09:35 -0000 (UTC)Subject:> > Re: WebPOS Setup>> Hi Dan,>> Thank you for taking the time to write your > experiences down and> postingthem here. I feel confident that members of > this community can> findimprovement points to make OFBiz better.>> While it > may create confusion, the Facility Management component> isn'tpurely about > managing facilities (as inhttps://en.wikipedia.org/> > wiki/Facility_management) but more aboutwarehousing (inventory/stock> > control, receiving and shipping goods).>> The Asset Maint component seems > (to me) the logical place to creating> newfacilities, as they may be > closely linked to fixed assets (buildings,> etc).As in associations between > the FixedAsset (the building) and facility> (theoffice, the warehouse, > etc). How unfortunate that it isn't in OOTB.>> Best regards,>>>> Pierre > Smits>> ORRTIZ.COM <http://www.orrtiz.com>OFBiz based solutions & > services>> OFBiz Extensions Marketplacehttp://oem.ofbizci.net/oci-2/>> On > Fri, Apr 7, 2017 at 6:05 AM, Taher Alkhateeb <> [hidden email] > >wrote:>> > Hi>> I'm not sure if this would help, but the readers has > only seed> data,> perhaps adding seed-initial might solve some problems?>> > > On Apr 7,> 2017, at 12:28 AM, [hidden email] wrote:> >> > Hi,> >> > > Thought I'd> summarize with some specific steps since I've made > progress,> but still> fail (writing down to explain to others might help me > catch my> own> mistakes too).> >> > Problem: I need WebPOS to work on a > brand new install> using my own> hand-entered data for a real retail store > (versus demo data).> WebPOS login> page can be reached, but login cannot > occur because there are> no terminals.> Apparently terminals cannot be > added until there is a retail> store.> Creating the retail store and > associating terminals is failing.> >>> > The explicit steps:> >> > I drop > the PostgreSQL DBs (to clear old data),> recreate them, then run:> > > ./gradlew 'ofbiz --load-data readers=seed'> >>> > I then create "admin" > user via:> > ./gradlew loadAdminUserLogin> -PuserLoginId=admin> >> > Start > ofbiz:> > ./gradlew ofbiz> >> > Under the> setup app I create Company > (requires admin password update> first, Party Id> "Company" created by > manually typing in info of a real> company):> >> https://localhost:8443/ > ofbizsetup/control/initialsetup> >> > Go to> Catalog Manager->Stores, > click New Product Store. "Primary Store> Group Id"> can't be selected or > entered ("Not Applicable [_NA_]" is all that> is> there), the drop-down is > empty other than "Not Applicable" (so I pick> Not> Applicable). Set Store > Name to "Main Store". It isn't a demo store, and> I> don't know what the > effect is, but I pick drop-down of "Is Demo Store" as>> "N". Everything > else is unmodified and default. Click Update. Error> rejects> adding the > store: "Inventory Facility Id Required".> >> > Summary> 1: Store cannot be > added via Catalog Manager until an Inventory> Facility> Id is created.> >> > > I switch now to Applications->Facility Manager. "Main"> or "Facilities"> > is only for searching, not for adding a Facility. This is> where the prior> > email reply mentions to do this under Asset Management,> but Asset> > Management->Facility is also only for searching, not for> creating a> > Facility. Perhaps it is a Fixed Asset?> >> > Summary 2: The> required > Facility Id of Summary 1 cannot be added under>> Applications->Facility > Manager. Asset Management->Facility is also a> search> mechanism, and > cannot be used to add the required facility.> >> >> Under Fixed Asset I can > click "New Fixed Asset". Is it "Real Estate",>> "Property", or "Other"? > Real Estate is chosen since it is most descriptive>> (Property might be a > tract of land, Real Estate is more specific since it>> implies a building > on the land). When I get to RoleType ID I am convinced>> this is not the > correct place to create a facility.> >> > Summary 3: I can> add a new fixed > asset, but it does not seem to give me> a Facility Id.> Perhaps I missed a > detail.> >> > Under Applications->Facility> Manager->Facility Groups I can > click "New> Group". The only part I can> logically add is Facility Group > Name, and I add> "Retail Facility" in that> text entry box. This fails. > Although nothing is> marked as mandatory,> submitting this requires a > currently missing> parameter,> "createFacilityGroup.facilityGroupTypeId". > I don't really know> if the> Facility type is Management Structure, or if > it is Pricing Group,> but it> seems Management Structure is more logical > for a structure serving a>> store...I pick this. It works, I now have a > Management Structure with>> Facility Group Name "Retail Facility". I don't > have a Facility Id.> >> >> Summary 4: I can add a Facility Group, but I'm > unsure how to use this to>> create a Facility. I don't believe this is the > right approach.> >> > I'm> now at a loss as to how to add a Facility since > I've only found how> to> edit a facility which already exists in Asset > Manager; Facility Manger> is> definitely the wrong place. If Asset Manager > can add a facility and>> produce a Facility Id, how is this done? Do I need > to think of my Retail>> Store as a Fixed Asset of type Real Estate?> >> > > Thanks!>> > |
Hi,
Before I file the JIRA bug report, I want to check one more time about any ideas anyone might have on the particular blocker in the chain of requirements resulting in "Inventory Facility Id Required". This is currently at the root of the chain of details blocking WebPOS. In summary, I have not been able to figure out how to create an asset which is a facility producing "Inventory Facility Id". Neither asset nor facility applications seem to have a way of doing this. Does anyone have any last suggestion on something to try before filing the JIRA report? Thanks! ----- Original Message -----From: Taher Alkhateeb <[hidden email]>To: [hidden email]: Sat, 08 Apr 2017 16:34:21 -0000 (UTC)Subject: Re: WebPOS Setup It's up to you, but I would suggest to make it a comprehensive JIRA thataddresses all of your concerns, so maybe call it "unable to use WebPOS dueto missing data" if you like. If that proves to be too big, we can always create sub tasks. It would becool to get this thing working properly. On Apr 8, 2017 7:28 PM, <[hidden email]> wrote: > Hi,>> Yes, this is how the problem started, and the end goal, to add a terminal> so WebPOS can be logged in to.>> However, this also exposed a chain of issues with no ability to enter data> through a standard mechanism while trying to create a retail store via> "Catalog Manager->Stores, click New Product Store" (a terminal for WebPOS> was the proverbial tip of the iceberg). You can't add the WebPOS until you> have a terminal, and you can't add a terminal until you have a store, and> you can't add a store until you have solved "Inventory Facility Id> Required"...and there appears to be no way to add an> asset/property/real-estate/facility which can be set up to have an> Inventory Facility Id, so the store can't be added.>> Should I add a JIRA bug based on the entire chain of missing requirements> leading up to the inability to log in to WebPOS?>> Thanks!>> ----- Original Message -----From: Taher Alkhateeb <> [hidden email]>To: [hidden email]: Sat, 08 Apr> 2017 09:16:21 -0000 (UTC)Subject: Re: WebPOS Setup>> Hello,>> Okay so it seems so far like the problem you are facing is simply> yourinability to use the WebPOS application because there are no> terminalsdefined. Is this correct?>> If yes, then this is mostly likely just some missing seed / demo data> thatwe should add to the WebPOS component. I suggest to create a JIRA for> thisand we can tackle this issue over there to resolve it permanently.>> On Fri, Apr 7, 2017 at 11:36 PM, <[hidden email]> wrote:>> > Hi,>> I did try readers of both seed and seed-initial, this does not> seem to> have changed anything.>> So...how was the retail store in the> sample data added? Was the building> itself added by XML file edit/import> (I don't see how asset management can> be used to do this...loosely> speaking one could add real estate or> property, but I've not found any way> to mark that asset as a facility to> create a required facilityId)? For> OOTB, is this only possible through XML> edits? I could see this as> possible if the demo data were inherited from a> prior release and actual> interface was not used to initially load the data.>> Thanks!>> -----> Original Message -----From: Pierre Smits <[hidden email]>To:>> [hidden email]: Fri, 07 Apr 2017 09:09:35 -0000 (UTC)Subject:>> Re: WebPOS Setup>> Hi Dan,>> Thank you for taking the time to write your> experiences down and> postingthem here. I feel confident that members of> this community can> findimprovement points to make OFBiz better.>> While it> may create confusion, the Facility Management component> isn'tpurely about> managing facilities (as inhttps://en.wikipedia.org/>> wiki/Facility_management) but more aboutwarehousing (inventory/stock>> control, receiving and shipping goods).>> The Asset Maint component seems> (to me) the logical place to creating> newfacilities, as they may be> closely linked to fixed assets (buildings,> etc).As in associations between> the FixedAsset (the building) and facility> (theoffice, the warehouse,> etc). How unfortunate that it isn't in OOTB.>> Best regards,>>>> Pierre> Smits>> ORRTIZ.COM <http://www.orrtiz.com>OFBiz based solutions &> services>> OFBiz Extensions Marketplacehttp://oem.ofbizci.net/oci-2/>> On> Fri, Apr 7, 2017 at 6:05 AM, Taher Alkhateeb <> [hidden email]> >wrote:>> > Hi>> I'm not sure if this would help, but the readers has> only seed> data,> perhaps adding seed-initial might solve some problems?>>> > On Apr 7,> 2017, at 12:28 AM, [hidden email] wrote:> >> > Hi,> >>> > Thought I'd> summarize with some specific steps since I've made> progress,> but still> fail (writing down to explain to others might help me> catch my> own> mistakes too).> >> > Problem: I need WebPOS to work on a> brand new install> using my own> hand-entered data for a real retail store> (versus demo data).> WebPOS login> page can be reached, but login cannot> occur because there are> no terminals.> Apparently terminals cannot be> added until there is a retail> store.> Creating the retail store and> associating terminals is failing.> >>> > The explicit steps:> >> > I drop> the PostgreSQL DBs (to clear old data),> recreate them, then run:> >> ./gradlew 'ofbiz --load-data readers=seed'> >>> > I then create "admin"> user via:> > ./gradlew loadAdminUserLogin> -PuserLoginId=admin> >> > Start> ofbiz:> > ./gradlew ofbiz> >> > Under the> setup app I create Company> (requires admin password update> first, Party Id> "Company" created by> manually typing in info of a real> company):> >> https://localhost:8443/> ofbizsetup/control/initialsetup> >> > Go to> Catalog Manager->Stores,> click New Product Store. "Primary Store> Group Id"> can't be selected or> entered ("Not Applicable [_NA_]" is all that> is> there), the drop-down is> empty other than "Not Applicable" (so I pick> Not> Applicable). Set Store> Name to "Main Store". It isn't a demo store, and> I> don't know what the> effect is, but I pick drop-down of "Is Demo Store" as>> "N". Everything> else is unmodified and default. Click Update. Error> rejects> adding the> store: "Inventory Facility Id Required".> >> > Summary> 1: Store cannot be> added via Catalog Manager until an Inventory> Facility> Id is created.> >>> > I switch now to Applications->Facility Manager. "Main"> or "Facilities">> is only for searching, not for adding a Facility. This is> where the prior>> email reply mentions to do this under Asset Management,> but Asset>> Management->Facility is also only for searching, not for> creating a>> Facility. Perhaps it is a Fixed Asset?> >> > Summary 2: The> required> Facility Id of Summary 1 cannot be added under>> Applications->Facility> Manager. Asset Management->Facility is also a> search> mechanism, and> cannot be used to add the required facility.> >> >> Under Fixed Asset I can> click "New Fixed Asset". Is it "Real Estate",>> "Property", or "Other"?> Real Estate is chosen since it is most descriptive>> (Property might be a> tract of land, Real Estate is more specific since it>> implies a building> on the land). When I get to RoleType ID I am convinced>> this is not the> correct place to create a facility.> >> > Summary 3: I can> add a new fixed> asset, but it does not seem to give me> a Facility Id.> Perhaps I missed a> detail.> >> > Under Applications->Facility> Manager->Facility Groups I can> click "New> Group". The only part I can> logically add is Facility Group> Name, and I add> "Retail Facility" in that> text entry box. This fails.> Although nothing is> marked as mandatory,> submitting this requires a> currently missing> parameter,> "createFacilityGroup.facilityGroupTypeId".> I don't really know> if the> Facility type is Management Structure, or if> it is Pricing Group,> but it> seems Management Structure is more logical> for a structure serving a>> store...I pick this. It works, I now have a> Management Structure with>> Facility Group Name "Retail Facility". I don't> have a Facility Id.> >> >> Summary 4: I can add a Facility Group, but I'm> unsure how to use this to>> create a Facility. I don't believe this is the> right approach.> >> > I'm> now at a loss as to how to add a Facility since> I've only found how> to> edit a facility which already exists in Asset> Manager; Facility Manger> is> definitely the wrong place. If Asset Manager> can add a facility and>> produce a Facility Id, how is this done? Do I need> to think of my Retail>> Store as a Fixed Asset of type Real Estate?> >> >> Thanks!>>> |
Administrator
|
I guess it's best to look at the POS data when they were still existing, eg
https://svn.apache.org/repos/asf/ofbiz/branches/release15.12/specialpurpose/pos/data/DemoRetail.xml You might also need tp look into https://svn.apache.org/repos/asf/ofbiz/branches/release15.12/specialpurpose/pos/data globally... HTH Jacques Le 08/04/2017 à 21:48, [hidden email] a écrit : > Hi, > > Before I file the JIRA bug report, I want to check one more time about any ideas anyone might have on the particular blocker in the chain of requirements resulting in "Inventory Facility Id Required". This is currently at the root of the chain of details blocking WebPOS. In summary, I have not been able to figure out how to create an asset which is a facility producing "Inventory Facility Id". Neither asset nor facility applications seem to have a way of doing this. Does anyone have any last suggestion on something to try before filing the JIRA report? > > Thanks! > > ----- Original Message -----From: Taher Alkhateeb <[hidden email]>To: [hidden email]: Sat, 08 Apr 2017 16:34:21 -0000 (UTC)Subject: Re: WebPOS Setup > > It's up to you, but I would suggest to make it a comprehensive JIRA thataddresses all of your concerns, so maybe call it "unable to use WebPOS dueto missing data" if you like. > > If that proves to be too big, we can always create sub tasks. It would becool to get this thing working properly. > > On Apr 8, 2017 7:28 PM, <[hidden email]> wrote: > >> Hi,>> Yes, this is how the problem started, and the end goal, to add a terminal> so WebPOS can be logged in to.>> However, this also exposed a chain of issues with no ability to enter data> through a standard mechanism while trying to create a retail store via> "Catalog Manager->Stores, click New Product Store" (a terminal for WebPOS> was the proverbial tip of the iceberg). You can't add the WebPOS until you> have a terminal, and you can't add a terminal until you have a store, and> you can't add a store until you have solved "Inventory Facility Id> Required"...and there appears to be no way to add an> asset/property/real-estate/facility which can be set up to have an> Inventory Facility Id, so the store can't be added.>> Should I add a JIRA bug based on the entire chain of missing requirements> leading up to the inability to log in to WebPOS?>> Thanks!>> ----- Original Message -----From: Taher Alkhateeb <> [hidden email]>To: [hidden email]: Sat, 08 Apr> 2017 09:16:21 -0000 (UTC)Subject: Re: WebPOS Setup>> Hello,>> Okay so it seems so far like the problem you are facing is simply> yourinability to use the WebPOS application because there are no> terminalsdefined. Is this correct?>> If yes, then this is mostly likely just some missing seed / demo data> thatwe should add to the WebPOS component. I suggest to create a JIRA for> thisand we can tackle this issue over there to resolve it permanently.>> On Fri, Apr 7, 2017 at 11:36 PM, <[hidden email]> wrote:>> > Hi,>> I did try readers of both seed and seed-initial, this does not> seem to> have changed anything.>> So...how was the retail store in the> sample data added? Was the building> itself added by XML file edit/import> (I don't see how asset management can> be used to do this...loosely> speaking one could add real estate or> property, but I've not found any way> to mark that asset as a facility to> create a required facilityId)? For> OOTB, is this only possible through XML> edits? I could see this as> possible if the demo data were inherited from a> prior release and actual> interface was not used to initially load the data.>> Thanks!>> -----> Original Message -----From: Pierre Smits <[hidden email]>To:>> [hidden email]: Fri, 07 Apr 2017 09:09:35 -0000 (UTC)Subject:>> Re: WebPOS Setup>> Hi Dan,>> Thank you for taking the time to write your> experiences down and> postingthem here. I feel confident that members of> this community can> findimprovement points to make OFBiz better.>> While it> may create confusion, the Facility Management component> isn'tpurely about> managing facilities (as inhttps://en.wikipedia.org/>> wiki/Facility_management) but more aboutwarehousing (inventory/stock>> control, receiving and shipping goods).>> The Asset Maint component seems> (to me) the logical place to creating> newfacilities, as they may be> closely linked to fixed assets (buildings,> etc).As in associations between> the FixedAsset (the building) and facility> (theoffice, the warehouse,> etc). How unfortunate that it isn't in OOTB.>> Best regards,>>>> Pierre> Smits>> ORRTIZ.COM <http://www.orrtiz.com>OFBiz based solutions &> services>> OFBiz Extensions Marketplacehttp://oem.ofbizci.net/oci-2/>> On> Fri, Apr 7, 2017 at 6:05 AM, Taher Alkhateeb <> [hidden email]> >wrote:>> > Hi>> I'm not sure if this would help, but the readers has> only seed> data,> perhaps adding seed-initial might solve some problems?>>> > On Apr 7,> 2017, at 12:28 AM, [hidden email] wrote:> >> > Hi,> >>> > Thought I'd> summarize with some specific steps since I've made> progress,> but still> fail (writing down to explain to others might help me> catch my> own> mistakes too).> >> > Problem: I need WebPOS to work on a> brand new install> using my own> hand-entered data for a real retail store> (versus demo data).> WebPOS login> page can be reached, but login cannot> occur because there are> no terminals.> Apparently terminals cannot be> added until there is a retail> store.> Creating the retail store and> associating terminals is failing.> >>> > The explicit steps:> >> > I drop> the PostgreSQL DBs (to clear old data),> recreate them, then run:> >> ./gradlew 'ofbiz --load-data readers=seed'> >>> > I then create "admin"> user via:> > ./gradlew loadAdminUserLogin> -PuserLoginId=admin> >> > Start> ofbiz:> > ./gradlew ofbiz> >> > Under the> setup app I create Company> (requires admin password update> first, Party Id> "Company" created by> manually typing in info of a real> company):> >> https://localhost:8443/> ofbizsetup/control/initialsetup> >> > Go to> Catalog Manager->Stores,> click New Product Store. "Primary Store> Group Id"> can't be selected or> entered ("Not Applicable [_NA_]" is all that> is> there), the drop-down is> empty other than "Not Applicable" (so I pick> Not> Applicable). Set Store> Name to "Main Store". It isn't a demo store, and> I> don't know what the> effect is, but I pick drop-down of "Is Demo Store" as>> "N". Everything> else is unmodified and default. Click Update. Error> rejects> adding the> store: "Inventory Facility Id Required".> >> > Summary> 1: Store cannot be> added via Catalog Manager until an Inventory> Facility> Id is created.> >>> > I switch now to Applications->Facility Manager. "Main"> or "Facilities">> is only for searching, not for adding a Facility. This is> where the prior>> email reply mentions to do this under Asset Management,> but Asset>> Management->Facility is also only for searching, not for> creating a>> Facility. Perhaps it is a Fixed Asset?> >> > Summary 2: The> required> Facility Id of Summary 1 cannot be added under>> Applications->Facility> Manager. Asset Management->Facility is also a> search> mechanism, and> cannot be used to add the required facility.> >> >> Under Fixed Asset I can> click "New Fixed Asset". Is it "Real Estate",>> "Property", or "Other"?> Real Estate is chosen since it is most descriptive>> (Property might be a> tract of land, Real Estate is more specific since it>> implies a building> on the land). When I get to RoleType ID I am convinced>> this is not the> correct place to create a facility.> >> > Summary 3: I can> add a new fixed> asset, but it does not seem to give me> a Facility Id.> Perhaps I missed a> detail.> >> > Under Applications->Facility> Manager->Facility Groups I can> click "New> Group". The only part I can> logically add is Facility Group> Name, and I add> "Retail Facility" in that> text entry box. This fails.> Although nothing is> marked as mandatory,> submitting this requires a> currently missing> parameter,> "createFacilityGroup.facilityGroupTypeId".> I don't really know> if the> Facility type is Management Structure, or if> it is Pricing Group,> but it> seems Management Structure is more logical> for a structure serving a>> store...I pick this. It works, I now have a> Management Structure with>> Facility Group Name "Retail Facility". I don't> have a Facility Id.> >> >> Summary 4: I can add a Facility Group, but I'm> unsure how to use this to>> create a Facility. I don't believe this is the> right approach.> >> > I'm> now at a loss as to how to add a Facility since> I've only found how> to> edit a facility which already exists in Asset> Manager; Facility Manger> is> definitely the wrong place. If Asset Manager> can add a facility and>> produce a Facility Id, how is this done? Do I need> to think of my Retail>> Store as a Fixed Asset of type Real Estate?> >> >> Thanks!>>> |
Free forum by Nabble | Edit this page |