Re: WebPOS Setup

2017-04-03 Thread stimits
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

Re: WebPOS Setup

2017-04-03 Thread Shi Jinghai
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

Re: entitydef XIncludes

2017-04-03 Thread Taher Alkhateeb
In that case perhaps one solution is to define as many files as you want and then include them all in ofbiz-component.xml as entity resources of type model .. I think this might achieve what you are looking for. Just make sure to load them in the proper sequence. On Mon, Apr 3, 2017 at 11:20 PM,

Re: Equivalent Steps for Creating Sample Data

2017-04-03 Thread Taher Alkhateeb
Hello, inline... On Mar 26, 2017 11:59 PM, wrote: ... > cleanAll deletes everything as long as you are using an embedded database> (default) otherwise you have to clean itup yourself. ... This is the reason why I'm trying to better understand if loadDefault and cleanAll

Re: WebPOS Setup

2017-04-03 Thread stimits
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

entitydef XIncludes

2017-04-03 Thread Max Peak
Greetings user list, In order to add DB tables to the Business Intelligence app, I used XIncludes to import xml fragments into entitygroup.xml and entitymodel.xml. On restart, entities were not added, and the err.log reports: Invalid content was found starting with element 'xi:include'.

Re: Special char

2017-04-03 Thread Mike
> The demo is not backed by PostgreSQL but Apache Derby, same for OFBiz when installed locally. Thanks Jacques. Good to know. Maybe Derby is by default UTF8, but I haven't been able to verify this. On Sun, Apr 2, 2017 at 10:08 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi

AW: Special char

2017-04-03 Thread Ingo Wolfmayr
Hi, maybe it would be a good idea to adopt the Mysql Wiki: https://cwiki.apache.org/confluence/display/OFBIZ/How+to+migrate+OFBiz+from+Derby+to+MySQL+database entity.properties: change character-set="latin1" to character-set="utf8" change collate="latin1_general_cs" to "utf8_general_ci" change