[MODERATE EMAIL] Re: Separation database for inventory module

2018-03-20 Thread Deepak Dixit
Hi Jayachandra02, your email has been moderated, Please subscribe mailing list http://ofbiz.apache.org/mailing-lists.html Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co -- Forwarded message -- From: "jayachandr...@gmail.com" To: Cc: Bcc: Date: Wed, 21 Mar

Re: perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
I am mostly not sending ids and expecting system to generate it . Only in certain web services its being asked for. At this moment i am generating a pseudo random sequence consisting for some decorative prefix (based on entityname) and 10 random alphanumeric chars. this is being checked for exis

Re: perceived lack of exportable services

2018-03-20 Thread Taher Alkhateeb
I'm not sure, but you can surely look at the SequenceValueItem entity and the services around it. You need to get a bit more familiar with how sequence banks work. On Tue, Mar 20, 2018 at 6:30 PM, Rajesh Mallah wrote: > Hello List / Taher , > > Is there any service that can get the next suitable

Re: perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
Hello List / Taher , Is there any service that can get the next suitable ID to be used for creating Items of an particular entity type. eg; duplicateProductCategory ( /webtools/control/ServiceList?sel_service_name=duplicateProductCategory ) expects us to send a productCategoryId along with oldPro

Re: [DOC] Viewing the OFBiz Manuals in Progress

2018-03-20 Thread Taher Alkhateeb
Hi Sharan, Jacques, All Okay so if you want to move forward with this, I suggest to create a page somewhere in wiki to receive the publication, then we update buildbot to generate the docs. On Tue, Mar 20, 2018, 6:07 PM Jacques Le Roux wrote: > Le 20/03/2018 à 13:52, Taher Alkhateeb a écrit : >

Re: [FYI] fisheye.apache.org can be wrong

2018-03-20 Thread Jacques Le Roux
This is wrong as well https://fisheye.apache.org/rdiff/ofbiz?csid=1824803&u&N Unreliable! Le 20/03/2018 à 15:24, Jacques Le Roux a écrit : Hi, fisheye.apache.org can be sometimes wrong when you want to grab a patch Consider http://svn.apache.org/viewvc?view=revision&revision=1824805 and h

Re: [DOC] Viewing the OFBiz Manuals in Progress

2018-03-20 Thread Jacques Le Roux
Le 20/03/2018 à 13:52, Taher Alkhateeb a écrit : Hi Jacques, so if my understanding is correct the way to create this is by creating an HTML macro and linking it to where the file is located. Yes Great, but this assumes that "./gradlew generateOfbizDocumentation" is called beforehand. Where do

[FYI] fisheye.apache.org can be wrong

2018-03-20 Thread Jacques Le Roux
Hi, fisheye.apache.org can be sometimes wrong when you want to grab a patch Consider http://svn.apache.org/viewvc?view=revision&revision=1824805 and https://fisheye.apache.org/rdiff/ofbiz?csid=1824805&u&N I did not get into details and will not report to Infra because it's not maintained by

Re: [DOC] Viewing the OFBiz Manuals in Progress

2018-03-20 Thread Taher Alkhateeb
Hi Jacques, so if my understanding is correct the way to create this is by creating an HTML macro and linking it to where the file is located. Great, but this assumes that "./gradlew generateOfbizDocumentation" is called beforehand. Where do we automate that call? On Tue, Mar 20, 2018 at 2:49 PM,

Re: language switching tool in demo instance

2018-03-20 Thread Jacques Le Roux
Hi, Actually there are country flags in current default theme (Rainbow) but only few flags were provided OOTB. It's though harder for RTL language, I have opened https://issues.apache.org/jira/browse/OFBIZ-9866 for that In Tomahawk (the previous default theme) you had only the word language o

Re: [DOC] Viewing the OFBiz Manuals in Progress

2018-03-20 Thread Jacques Le Roux
Hi Taher, Sharan We can easily import HTML directly from the svn repo. See how it's done (in edit mode) using the HTML import Confluence plugin at https://cwiki.apache.org/confluence/display/OFBIZ/From+Ant+to+Gradle+-+trunk+version Once the page is saved it updates automatically HTH Jacques

Re: Separation database for inventory module

2018-03-20 Thread Rajesh Mallah
Hi Jaya , thanks for sharing the interesting details . Pls allow some time for detailed reply which database do you use btw? regds Mallah. On Tue, Mar 20, 2018 at 2:40 PM, jayachandr...@gmail.com < jayachandr...@gmail.com> wrote: > > > On 2018/03/19 15:23:07, Rajesh Mallah wrote: > > Hello Ja

Re: perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
Yep it (performFind) sounds quite powerful , didn't knew this existed. -- thanks On Tue, Mar 20, 2018 at 3:15 PM, Taher Alkhateeb wrote: > Hi Rajesh. Your question is a bit too broad / general, but to take the > example of products related to a party, then a combination between a > view entity

Re: [DOC] Viewing the OFBiz Manuals in Progress

2018-03-20 Thread Taher Alkhateeb
Hi Sharan, Since our documentation system generates HTML, we can publish it to our wiki in a similar fashion to how we usually publish README.md. I'm not sure if we can automate the wiki or we should just copy-paste every once in a while. Others might provide some good feedback here. On Mon, Mar

Re: perceived lack of exportable services

2018-03-20 Thread Taher Alkhateeb
Hi Rajesh. Your question is a bit too broad / general, but to take the example of products related to a party, then a combination between a view entity and a "performFind" service would be probably sufficient for your needs. You can also find other search services that are generic in that sense. O

Re: Separation database for inventory module

2018-03-20 Thread jayachandra02
On 2018/03/20 02:43:26, Paul Foxworthy wrote: > Hi Jaya, > > As you've just shown, inventory data is interconnected with many other > things. If you were to proceed with this, I doubt it could be contributed > to the OFBiz project. > > If you want to integrate OFBiz with other data in other d

Re: Separation database for inventory module

2018-03-20 Thread jayachandra02
On 2018/03/19 15:23:07, Rajesh Mallah wrote: > Hello Jaya , > > Could you consider hinting why you would want certain entities in a > separate database? > What are you trying to achieve? > > regds > mallah. > > > On Mon, Mar 19, 2018 at 8:23 PM, jayachandr...@gmail.com < > jayachandr...@gma

language switching tool in demo instance

2018-03-20 Thread Rajesh Mallah
Hi , At times we find the demo instance in a foreign language and it is difficult to reset the language back to preferred one. Should we have some flags (visual) in most / common themes so that language of interface can be quickly changed to the one the current user understands. Such a facility s

perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
Hi , Although there is a huge collection of services that can be utilized for integrating OFBiz into other applications still some services seems to be missing. eg: a service to get Person/PartyGroup entity details using partyId , or to get list of Products related to a Party in ProductRole enti