Re: Writing a Simple-service for simple-methods

2019-01-27 Thread Swapnil Mane
Hello Rahul,

As Taher explained, use of mini lang (simple service) is deprecated in
OFBiz [1].

To answer your question,
==
And also why there is no java service written for "*create customer*" while
there is java service for "*create Person*"?
And what are the complexities involved in defining a service for "*create
customer*" simple-method?
==

There was no need to have 'create customer' service because "A customer is
a Person (or Party Group) in a Customer Role".
So, to create a customer, you can use two services  - createPerson (or
createPartyGroup) and createPartyRole (add the party to CUSTOMER role).
In a similar fashion, you can create Supplier, Dealer etc. You don't need a
separate service of them.
There were no complexities in defining "create customer" service, but we
don't need it since we have various generic services which support the
requirement.

[1]
https://lists.apache.org/thread.html/253b41060a295b8ab68bc78763cc129fc74b712cf776f8716022097f@%3Cdev.ofbiz.apache.org%3E

- Best Regards,
Swapnil M Mane
hotwax.co

On Sat, Jan 26, 2019 at 2:42 PM Taher Alkhateeb 
wrote:

> Hi Rahul,
>
> Generally it is recommend to avoid simple services as they are deprecated
> and being phased out. You might want to use Java, groovy or entity-auto
> services instead.
>
> On Sat, Jan 26, 2019, 10:49 AM Rahul Utkoor
> 
> > Hello,
> > I just started working on ofbiz. As a part of my work I was supposed to
> > write a service for "*create customer*" functionality in Party
> application.
> > I wonder why there are no services written for some of the simple-method
> > events.
> > And also why there is no java service written for "*create customer*"
> while
> > there is java service for "*create Person*"?
> > And what are the complexities involved in defining a service for "*create
> > customer*" simple-method?
> > Please help me by pointing in the right direction.
> > --
> >
> > *Thanks & Regards,*
> > *Rahul.*
> >
>


Re: Remove Sfa menu-items "Competitors & Partners" and "Documents"

2019-01-17 Thread Swapnil Mane
+1

On Wed, Jan 16, 2019 at 4:51 PM Dennis Balkir 
wrote:

> Hi to all,
>
> I noticed, that two of the AppBar menu-items in the Sfa application are
> not functional and seem not to serve any further purpose.
> In this issue https://issues.apache.org/jira/browse/OFBIZ-2364, some
> funtionality was in development, but it looks like no one touched it
> since 2009.
>
> My proposal is to remove the mentioned menu-items, since they are only
> defined with "#" as their destination point. If someone wants to work on
> this feature in the future, these links can be added again.
>
> The suggestion would be to wait for a week, and if there are no
> complaints, to remove the items.
>
>


Re: git commit workflow for ofbiz

2019-01-14 Thread Swapnil Mane
+1 for using Git.
Personally, my experience is also very good with Git.


- Best Regards,
Swapnil M Mane

On Mon, Jan 14, 2019 at 2:05 PM Nicolas Malin 
wrote:

> On 12/01/2019 20:56, Taher Alkhateeb wrote:
> > It's awesome to revive this discussion Michael. +1 of course.
> >
> > We need to think practically of our workflows though and whether we
> > want a linear vs non-linear history model. I prefer the latter to
> > allow proper decentralized workflows but it's up to everyone here to
> > decide. I think the overall process is described thoroughly and we can
> > adhere to it for the most part.
>
> We can easily switch from svn to git without change own commit process
> on first time by patch application.
>
> If a commiter want use merge feature, the squash function simulate the
> application patch.
>
> So no opposite to move with this few remark
>
> Nicolas
>
>


Re: OFBiz as Marketplace

2018-11-13 Thread Swapnil Mane
Hi Rishi,

Thanks for bringing this topic. It will be really good to have feature.
I see, various users also ask about marketplace thing on users mailing list.
So, +1 from my side.


- Best Regards,
Swapnil M Mane



On Tue, Nov 13, 2018 at 6:06 PM Rishi Solanki 
wrote:

> Devs,
> While shopping with different marketplaces like amazon the idea came into
> my mind that, what are the things required to have an marketplace plugin
> within the OFBiz same as we have ecommerce.
>
> Which behaves same as ecommerce but also offers sellers to sale their
> products on marketplace. I could think of following workflow;
>
> 1) Sellers can upload their product, images, prices with all the required
> details.
> 2) The same product can be sale by other sellers as well.
> 3) An customer can purchase the product from any listed sellers at
> ecommerce side.
> 4) Manage the product inventory by sellers.
> 5) Shipment tracking.
> 6) Manage/Create seller profile.
> 7) Commission Engine marketplace run and payment made to sellers.
> 8) Manage product details as per seller preferences.
> 9) Seller specific reports and other tasks.
> 10) Manage Orders, Returns and related reports etc.
> 11) Marketing Campaign setup.
>
> Here I'm sharing the idea what comes in my mind, and it would be great to
> have this as plugin in OFBiz which support the marketplace business problem
> and increase the OFBiz acceptance in market.
>
> Any suggestion and help in designing, structuring, modeling, coding,
> architecture is greatly appreciated. I wonder if anyone already implemented
> one using OFBiz.
>
> If all are agree to have this, then I'll start documentation around it and
> move from there.
>
> Thanks!
>
> Best Regards,
> --
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>


Re: "Not Secure" in the Google Chrome browser

2018-09-30 Thread Swapnil Mane
+1


- Best Regard,
Swapnil

On Sun, Sep 30, 2018 at 10:31 AM Ashish Vijaywargiya <
ashish.vijaywarg...@hotwaxsystems.com> wrote:

> Hello Team,
>
> I think we should put some effort and make it work like if some user hits
> http://ofbiz.apache.org(default port http) then the user is redirected to
> https://ofbiz.apache.org(Secure port https)
>
> For now, the user sees a message "Not Secure" in the Google Chrome browser
> URL if the user comes to the official ofbiz website. This message can
> confuse the end user and he can move away if he is the new user visiting
> the project website.
>
> This issue can be easily addressed by setting up the apache redirects. This
> change will also help the project URLs from SEO point of view.
>
> Please share your thoughts then we can plan the things accordingly.
> Thanks!
>
> --
> Kind Regards
> Ashish Vijaywargiya
> HotWax Systems - est. 1997 
>


Re: Demo Trunk NPE

2018-09-22 Thread Swapnil Mane
Hi team,

We have already Jira for this [1].

[1] https://issues.apache.org/jira/browse/OFBIZ-10342


- Best Regards,
Swapnil M Mane

On Sat, Sep 22, 2018 at 3:48 PM Girish Vasmatkar <
girish.vasmat...@hotwaxsystems.com> wrote:

> Hi Rishi/Mohammad
>
> This looks an intermittent issue as I could not reproduce it. However, in
> webtools, under Fetch Logs, I tried searching for "NullPointer" in the
> error.log file and it did return some instances of NullPointerException.
>
> java.lang.IllegalArgumentException: Error running script at location
> [component://webtools/groovyScripts/service/Services.groovy]:
> java.lang.NullPointerException
> Caused by: java.lang.NullPointerException
> java.lang.IllegalArgumentException: Error running script at location
> [component://webtools/groovyScripts/service/Services.groovy]:
> java.lang.NullPointerException
> Caused by: java.lang.NullPointerException
> java.lang.IllegalArgumentException: Error running script at location
> [component://webtools/groovyScripts/service/Services.groovy]:
> java.lang.NullPointerException
> Caused by: java.lang.NullPointerException
> java.lang.IllegalArgumentException: Error running script at location
> [component://webtools/groovyScripts/service/Services.groovy]:
> java.lang.NullPointerException
> Caused by: java.lang.NullPointerException
> java.lang.IllegalArgumentException: Error running script at location
> [component://webtools/groovyScripts/service/Services.groovy]:
> java.lang.NullPointerException
> Caused by: java.lang.NullPointerException
> java.lang.IllegalArgumentException: Error running script at location
> [component://webtools/groovyScripts/service/Services.groovy]:
> java.lang.NullPointerException
> Caused by: java.lang.NullPointerException
> java.lang.IllegalArgumentException: Error running script at location
> [component://webtools/groovyScripts/service/Services.groovy]:
> java.lang.NullPointerException
> Caused by: java.lang.NullPointerException
> java.lang.IllegalArgumentException: Error running script at location
> [component://webtools/groovyScripts/service/Services.groovy]:
> java.lang.NullPointerException
> Caused by: java.lang.NullPointerException
>
> Best,
> Girish Vasmatkar
> HotWax Systems
>
> On Sat, Sep 22, 2018 at 3:02 PM Mohammad Kathawala <
> mohammad.kathaw...@hotwaxsystems.com> wrote:
>
> > Working for me.
> > Regards*,*
> > *Mohammad Kathawala* | Sr. Technical Consultant
> > *HotWax Commerce* by *HotWax Systems*
> > Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> > Indore,
> > M.P 452010
> > Cell phone: 7772858789
> >
> > HotWax Systems recently received 8 mentions in *The Gartner Digital
> > Commerce Vendor Guide, 2016 *by Gartner, Inc., the world's leading IT
> > research and advisory company. Learn more about our research here
> > <
> >
> https://www.gartner.com/technology/media-products/newsletters/HotWax/1-2UVLP6M/index.html
> > >
> > .
> >
> >
> > On Sat, Sep 22, 2018 at 2:19 PM Rishi Solanki 
> > wrote:
> >
> > > Hello Team,
> > > Browse to Webtools >> Logging >> Service Log on demo trunk returns NPE.
> > >
> > > Quick Reference:
> > > https://demo-trunk.ofbiz.apache.org/webtools/control/ServiceLog
> > >
> > > Not able to replicate it on local setup, anyone face the same issue
> then
> > > please revert back. Will log Jira Ticket for that.
> > >
> > > Regards,
> > > --
> > > Rishi Solanki
> > > Sr Manager, Enterprise Software Development
> > > HotWax Systems Pvt. Ltd.
> > > Direct: +91-9893287847
> > > http://www.hotwaxsystems.com
> > > www.hotwax.co
> > >
> >
>


Re: ProductFacility creation on 'Receive Inventory'

2018-09-21 Thread Swapnil Mane
Hi folks,

Thanks for the detailed discussion.

ProductFacility is required in OFBiz for various processes like inventory
reservation, inventory valuation etc.
If we make ProductFacility optional, then we need code changes in these
workflows and also make sure they are tested properly.

A 'quick route' could be if ProductFacility record doesn't exist and the
user wants to receive the product in that facility.
Prompt user about this "Product is not associate with this facility, do you
still want to receive it?"

If the user select, 'Yes' then create the ProductFacility record and
receive the product else don't receive the product.


- Best Regards,
Swapnil M Mane
Hotwax Systems 

On Thu, Sep 20, 2018 at 2:18 PM Vaibhav Jain 
wrote:

> Hello Deepak,
> IMO, It should be configurable that either *ProductFacility* is required or
> not. But we need to think on the respective points to proceed further
>
> If ProductFacility is required then
>
>1. The user needs to create a ProductFacility record before receiving
>inventory Or
>2. Silently system can create a ProductFacility record for the specific
>one
>
> If ProductFacility is not required then need to check the following
> workflows
>
>1. How to show the inventory of the product which is not associate with
>the respective facility
>2. How inventory reservation will work? as of now, the reservation does
>not handle this type of inventory.
>3. How inventory valuation entertain this inventory? As of now, the
>inventory valuation does not handle this type of inventory.
>4. Do we need any other workflow to manage this type of inventory?
>
> Thanks & Regards
> Vaibhav Jain
> Sr. Enterprise Software Engineer
> HotWax Systems
> m: 782-834-1900 e: vaibhav.j...@hotwaxsystems.com
>
>
> On Wed, Sep 19, 2018 at 11:28 PM Scott Gray 
> wrote:
>
> > Sounds like there are 3 options available:
> > 1. Improve any view/report screens to not rely on ProductFacility but
> > instead report on what is actually in the warehouse via InventoryItem.
> > 2. Require ProductFacility but silently create it when it is absent
> > 3. Require ProductFacility and reject receipt of products when it is
> absent
> >
> > My first thought is that if ProductFacility were truly required then we
> > would have a foreign key constraint on InventoryItem to prevent them from
> > being created.  So I'm guessing the original intent wasn't to require a
> > ProductFacility record.
> >
> > IMO we should first look to improving the view/report screens to not
> > require ProductFacility, if that is not possible or overly complicated
> then
> > we could look at requiring ProductFacility.  If we wanted to require
> > ProductFacility in order to enforce business rules, then that should
> > probably be configurable.
> >
> > Regards
> > Scott
> >
> > On 19 September 2018 at 10:49, Deepak Nigam 
> > wrote:
> >
> > > Thanks, Suraj.
> > >
> > > @All, as per the suggestions provided in the Jira ticket, should we
> > > restrict the receiving of non-associated products and simply return an
> > > error message? WDYT?
> > >
> > > On Wed, Sep 19, 2018 at 2:45 PM Suraj Khurana <
> > > suraj.khur...@hotwaxsystems.com> wrote:
> > >
> > > > Hello Deepak,
> > > >
> > > > Please have a look.
> > > > https://issues.apache.org/jira/browse/OFBIZ-7481
> > > >
> > > > HTH.
> > > >
> > > > --
> > > > Thanks and Regards,
> > > > Suraj Khurana
> > > > Omnichannel OMS Technical Expert
> > > > HotWax Systems
> > > >
> > > >
> > > >
> > > > On Wed, Sep 19, 2018 at 2:38 PM, deepak nigam <
> > > deepak.nigam1...@gmail.com>
> > > > wrote:
> > > >
> > > > > Hello All,
> > > > >
> > > > > We can directly receive inventory of a product into a facility by
> > using
> > > > the
> > > > > option 'Facility' -> 'Receive Inventory'. Here we can select a
> > product
> > > > for
> > > > > receiving which is not associated with the receiving facility (e.g.
> > > > product
> > > > > -> Purple Gizmo GZ-5005, facility -> WebS Store Warehouse).
> > > > >
> > > > > After a successful receive also, the product is not getting
> > associated
> > > > with
> > > > > the facility. Due to this, we can't find the newly received product
> > > under
> > > > > the 'Inventory' section of the facility. Should the product be
> > > associated
> > > > > with the facility after receiving?
> > > > >
> > > > >
> > > > >
> > > > > Thanks & Regards
> > > > > --
> > > > > Deepak Nigam
> > > > >
> > > >
> > >
> >
>


Re: Move SecurityPermission, SecurityGroup and SecurityGroupPermission Data to seed data files

2018-09-20 Thread Swapnil Mane
Thanks Deepak for raising this.
I am also agree with Arun's suggestion.


- Best Regards,
Swapnil M Mane

On Fri, Sep 21, 2018 at 11:20 AM Arun Patidar 
wrote:

> Deepak,
>
> IMO,  'SecurityPermission' data should always be part of seed data. but
> SecurityGroup and SecurityGroupPermission like a sample data so should be
> part of demo data.
>
>
>
>
> Kind Regards,
>
> Arun Patidar
> Director of Information Systems
>
> *HotWax CommerceReal OmniChannel. Real Results.*
> m: +91 9827353082
> w: www.hotwax.co
>
>  
> 
> 
>
>
>
> On Fri, Sep 21, 2018 at 9:59 AM Deepak Nigam 
> wrote:
>
> > Hello All,
> >
> > Currently, SecurityPermission, SecurityGroup and SecurityGroupPermission
> > data are mixed in demo and seed data files. Shouldn't these all data be
> > part of seed data files only?
> >
> > Most of the SecurityPermission data is already part of seed data except
> the
> > files HumanresDemoData.xml and SecurityGroupDemoData.xml files, but there
> > is not any fixed pattern for the SecurityGroup and
> > SecurityGroupPermissionData.
> >
> > A Jira ticket OFBIZ-10575
> >  is available for the
> > same.
> >
> >
> > Thanks & Regards
> > --
> > Deepak Nigam
> > HotWax Systems Pvt. Ltd.
> >
>


Re: Async persist service on error restart indefinitely by default

2018-09-11 Thread Swapnil Mane
Thanks Nicolas, indeed this was good change :)


- Best Regards,
Swapnil M Mane

On Tue, Sep 11, 2018 at 1:15 PM Nicolas Malin 
wrote:

> Thanks for your return, much appreciated :)
>
> I load the modification on trunk at 1840526
>
> Cheers,
>
> Nicolas
>
>
> On 07/09/2018 17:22, Nicolas Malin wrote:
> > Hi,
> >
> > On a customer site, we have huge services that call different rest api
> > to collect information
> > To increase the velocity we run all them by persistence asynchrone
> > then the job pooler manage them with available resources.
> >
> > The problem is, when a call failed and the service threw an error, the
> > service engine reschedule it, ... and it failed, rescheduled, failed,
> > rescheduled, failed ... with beautiful result to overload your pool
> > with zombie services.
> >
> > The solution is easy, set on your service definition attribute
> > max-retry to 0 (or 1, if you want one retry) but I didn't understand
> > why we have this configuration to reschedule indefinitely a service if
> > it is in error.
> >
> > This configuration exists before apache migration so I'd happy to have
> > your vision about this.
> > From my view, I'm in favor to set max retry to 0 by default and left
> > the developer set him self when he wants that a service restart after
> > a failure.
> >
> > Easy change  :
> > Index:
> >
> framework/service/src/main/java/org/apache/ofbiz/service/job/PersistedServiceJob.java
> >
> > @@ -80,7 +80,7 @@
> >  this.jobValue = jobValue;
> >  Timestamp storedDate = jobValue.getTimestamp("runTime");
> >  this.startTime = storedDate.getTime();
> > -this.maxRetry = jobValue.get("maxRetry") != null ?
> > jobValue.getLong("maxRetry") : -1;
> > +this.maxRetry = jobValue.get("maxRetry") != null ?
> > jobValue.getLong("maxRetry") : 0;
> >
> > Nicolas
> >
>
>


Re: svn commit: r1839927 - in /ofbiz/site: about-ofbiz.html mailing-lists.html

2018-09-03 Thread Swapnil Mane
Thanks so much, Deepak for spotting and sharing the appropriate way to
update the code base of the OFBiz site repository :-)
I have updated the above changes in tpl.php at rev#1839934.

In this process, I also found changes done in existing code at rev#1833497
was also having similar things. Updated that as well at rev#1839936.

Thanks again!


- Best Regards,
Swapnil M Mane
HotWax Systems 

On Mon, Sep 3, 2018 at 3:53 PM Deepak Dixit  wrote:

> Hi Swapnil,
>
> Please update .php file and use php2html.sh to generate the html file.
> These changes will be overridden when we generate html using  php2html.sh
>
> You can find the php file at following location
>
> https://svn.apache.org/repos/asf/ofbiz/site/template/page/
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Mon, Sep 3, 2018 at 3:16 PM,  wrote:
>
> > Author: swapnilmmane
> > Date: Mon Sep  3 09:46:50 2018
> > New Revision: 1839927
> >
> > URL: http://svn.apache.org/viewvc?rev=1839927=rev
> > Log:
> > Removed the extra full stop from the sentence
> >
> > Modified:
> > ofbiz/site/about-ofbiz.html
> > ofbiz/site/mailing-lists.html
> >
> > Modified: ofbiz/site/about-ofbiz.html
> > URL: http://svn.apache.org/viewvc/ofbiz/site/about-ofbiz.html?
> > rev=1839927=1839926=1839927=diff
> > 
> > ==
> > --- ofbiz/site/about-ofbiz.html (original)
> > +++ ofbiz/site/about-ofbiz.html Mon Sep  3 09:46:50 2018
> > @@ -144,7 +144,7 @@
> >   Developer Mailing
> > List
> >  The developer list is strictly for topics related to
> > the design and development of the OFBiz Project itself.
> >  Please don't ask questions relevant to User Mailing List in this
> > Mailing List.
> > - If you are not sure to which list to post to then use the User
> > Mailing List..
> > + If you are not sure to which list to post to then use the User
> > Mailing List.
> >  Developer List 
> >
> >   Commit Mailing List
> >
> > Modified: ofbiz/site/mailing-lists.html
> > URL: http://svn.apache.org/viewvc/ofbiz/site/mailing-lists.html?
> > rev=1839927=1839926=1839927=diff
> > 
> > ==
> > --- ofbiz/site/mailing-lists.html (original)
> > +++ ofbiz/site/mailing-lists.html Mon Sep  3 09:46:50 2018
> > @@ -146,7 +146,7 @@
> > Developer Mailing
> > List
> > The developer list is strictly for topics related
> > to the design and development of the OFBiz Project itself.
> >Please don't ask questions
> > relevant to User Mailing List in this Mailing List.
> > -   If you are not sure to which list to post to then use the User
> > Mailing List..
> > +   If you are not sure to which list to post to then use the User
> > Mailing List.
> >Developer List
> >  
> >  
> >
> >
> >
>


Re: [DOC] Re-starting our OFBiz Documentation Effort

2018-08-29 Thread Swapnil Mane
Thanks, Sharan for bringing this thread back to life :-)
After a long break in this, I am also now available for this effort.


- Best Regards,
Swapnil M Mane


On Thu, Aug 9, 2018 at 3:55 PM Taher Alkhateeb 
wrote:

> If there are any volunteers that need mentoring at this moment I might
> be able to assist. And it's great to re-energize this critical project
> that seems to be more necessary than ever.
>
> On Mon, Aug 6, 2018 at 2:06 PM, Sharan Foga  wrote:
> > Hi All
> >
> > Our documentation effort has stalled a little.  Partly due to me being
> involved in other Apache activities related to the EU Roadshow. Anyway that
> event is now completed so I’d like to look at getting people started
> working on our documentation again.
> >
> > So first let’s see where we are. This was our team list of people
> wanting to help out.
> >
> >
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Documentation+Team
> >
> > Mentors
> > Please can you contact the people you are mentoring to see if they are
> still interested in helping out and if they need your support
> >
> > Volunteers
> > If you don’t have a mentor but still want to help out then please
> respond to this thread.
> >
> > JIRA Status
> > We are tracking work related to the Human Resources manual under the
> following JIRA
> >
> > https://issues.apache.org/jira/browse/OFBIZ-10251
> >
> > I think we need to focus on getting as much content as possible. Once we
> have the content then we can re-arrange it or format it as necessary.
> >
> > Our aim is to provide enough information for someone who has not seen
> the OFBIz Human Resources application before, to have enough information
> about each of the areas to be able to know how to use them.
> >
> > Next Step
> > Review the patches that have been submitted and commit them or provide
> feedback
> > Continue to migrate, update and complete the content for the Human
> Resources manual
> >
> > So let’s see if we can get things moving again :-) and as always all
> ideas, comments and feedback welcome.
> >
> > Thanks
> > Sharan
> >
>


Re: Committers still in contributors list?

2018-07-03 Thread Swapnil Mane
Thank you Jacques! :-)


- Best Regards,
Swapnil M Mane


On Sun, Jul 1, 2018 at 3:54 PM Jacques Le Roux 
wrote:

> Thank you both for your comments,
>
> I have removed 4 committers:
>
> James Yong
> Swapnil M Mane
> Suraj Khurana
> Aditya Sharma
>
> Please committers double check that I did not miss you there :)
>
> Swapnil, Suraj and Aditya you might add yourself at
>
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+PMC+Members+and+Committers
>
> You may reuse your pictures at
> https://cwiki.apache.org/confluence/pages/viewpageattachments.action?pageId=38568960
>
> HTH
>
> Jacques
>
>
> Le 27/06/2018 à 13:22, Arun Patidar a écrit :
> > +1
> >
> > On Wed, Jun 27, 2018 at 4:49 PM Sharan  wrote:
> >
> >> Hi Jacques
> >>
> >> Yes, I think that would be a good idea because it give us more
> >> visibility on any new (and existing) contributors.
> >>
> >> Thanks
> >> Sharan
> >>
> >> On 27.6.2018 13:05, Jacques Le Roux wrote:
> >>> Hi,
> >>>
> >>> I was wondering, should we not remove committers from the contributors
> >>> list in wiki?
> >>>
> >>>
> >>
> https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors
> >>>
> >>> Jacques
> >>>
> >>
>
>


Re: Welcome to Suraj Khurana as new committer!

2018-07-02 Thread Swapnil Mane
Many congratulations Suraj!! :-)


- Best Regards,
Swapnil M Mane

On Wed, Jun 27, 2018 at 1:30 AM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> The OFBiz PMC has invited Suraj to become a new committer and we
> arepleased  to announce that he has accepted.
>
> Suraj has proved to be committed for a long time now and is doing a very
> good work as a contributor.
>
> He helped in a lot of Jiras, answered properly on MLs and proposed a few
> quite interesting subjects.
>
> Please join me in welcoming and congratulating Suraj.
>
> Jacques
>
>


Re: Welcome to Aditya Sharma as new committer!

2018-07-02 Thread Swapnil Mane
Many congratulations Aditya!! :)

- Best Regards,
Swapnil M Mane

On Mon, Jul 2, 2018 at 10:24 AM Aditya Sharma <
aditya.sha...@hotwaxsystems.com> wrote:

> Thank you all for your warm wishes !!
>
> Thanks and Regards,
>
> *Aditya Sharma* | Enterprise Software Engineer
> HotWax Commerce  by HotWax Systems
> 
>
> 
>
>
> On Mon, Jul 2, 2018 at 9:50 AM Yash Sharma 
> wrote:
>
> > Many Congratulations Aditya !!
> >
> > Thanks & Regards,
> > Pradhan Yash Sharma
> >
> >
> > On Mon, Jul 2, 2018 at 9:12 AM Suraj Khurana <
> > suraj.khur...@hotwaxsystems.com> wrote:
> >
> > > Many Congratulations Aditya !!
> > >
> > > --
> > > Thanks and Regards,
> > > Suraj Khurana | Omni-channel OMS Technical Expert
> > >
> > >
> > > *Suraj Khurana* | Omni-channel OMS Technical Expert
> > > HotWax Commerce   by  HotWax Systems
> > > 
> > > Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
> > > Cell phone: +91 96697-50002
> > > 
> > >
> > >
> > >
> > > HotWax Systems  recently received 8
> > > mentions in *The Gartner Digital Commerce Vendor Guide, 2016 *by
> Gartner,
> > > Inc., the world's leading IT research and advisory company.
> > >
> > > [image: Inline image 1]
> > >
> > > On Fri, Jun 29, 2018 at 2:48 PM, Swapnil Shah <
> > > swapnil.s...@hotwaxsystems.com> wrote:
> > >
> > >> Many Congratulations Aditya !!
> > >>
> > >>
> > >> Thanks & Regards,
> > >> Swapnil
> > >>
> > >> -Original Message-
> > >> From: Jacques Le Roux 
> > >> Sent: Wednesday, June 27, 2018 1:30 AM
> > >> To: dev@ofbiz.apache.org
> > >> Subject: Welcome to Aditya Sharma as new committer!
> > >>
> > >> The OFBiz PMC has invited Aditya to become a new committer and we
> > >> arepleased
> > >> to announce that he has accepted.
> > >>
> > >> Aditya has proved to be committed and doing a very good work as a
> > >> contributor.
> > >>
> > >> He notably coordinated the work around the refactoring of the data
> model
> > >> documents, helped in a lot of Jiras and answered appropriately on MLs.
> > >>
> > >> Please join me in welcoming and congratulating Aditya.
> > >>
> > >> Jacques
> > >>
> > >
> > >
> >
>


Re: Welcome to Swapnil M. Mane as new committer!

2018-07-02 Thread Swapnil Mane
Thank you so much everyone for your kind wishes!! :-)
Thanks Jacques for your words! :)

- Best Regards,
Swapnil M Mane

On Wed, Jun 27, 2018 at 1:31 AM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> The OFBiz PMC has invited Swapnil to become a new committer and we
> arepleased  to announce that he has accepted.
>
> Swapnil has a high level of commitment for Apache OFBiz and consistently
> works with the community.
>
> He is one of the most advanced contributors (including committers) in the
> functional domain.
>
> Please join me in welcoming and congratulating Swapnil.
>
> Jacques
>
>


Re: OFBiz Web Application won't load

2018-06-11 Thread Swapnil Mane
Hi Dev team,

Looking into this mail on user list,
I think we should change the url '//localhost:8443/accounting' to 'https:
//localhost:8443/accounting' at https://ofbiz.apache.org/developers.html


- Best Regards,
Swapnil M Mane
www.hotwax.co

On Mon, Jun 11, 2018 at 10:39 PM Rajesh Mallah 
wrote:

> Hi Bharath ,
>
> >> "localhost:8443/accounting" as in the instructions, but the browser
> claims that the connection was reset.
>
> did you also try:
>
> https://localhost:8443/accounting
>
> regds
> mallah.
>
>
> On Mon, Jun 11, 2018 at 8:29 PM, bharathkay...@gmail.com <
> bharathkay...@gmail.com> wrote:
>
> > Hi all,
> >
> > OS: Ubuntu 16.04
> > Java: OpenJDK 1.8.0_171
> >
> > I downloaded and built OFBiz 16.11.04 around 6/7 using the instructions
> > for developers (https://ofbiz.apache.org/developers.html). The
> "./gradlew
> > cleanAll loadDefault" command ran fine and took about 10 minutes (no
> error
> > messages/warnings during build, final message is "BUILD SUCCESSFUL"), but
> > the "./gradlew ofbiz" command never quite seems to finish. To be sure, I
> > let this command run as an active process for several hours before I
> tried
> > connecting to "localhost:8443/accounting" as in the instructions, but the
> > browser claims that the connection was reset. Has anyone dealt with a
> > similar issue, or does anyone see a problem?
> >
> > I made sure that the firewall rules were set such that port 8443 is open:
> > netcat -z -v localhost 8443
> > Connection to localhost 8443 port [tcp/*] succeeded!
> >
> > And I know for sure that the application is listening on 8443:
> > sudo netstat -tulpn
> > Active Internet connections (only servers)
> > Proto Recv-Q Send-Q Local Address   Foreign Address State
> >  PID/Program name
> > tcp6   0  0 :::8443 :::*
> > LISTEN  4445/java
> >
> > Just to be sure, I tried navigating to ports 10523 and 8009 on localhost
> -
> > both of these prompted OFBiz to print some sort of acknowledgement to the
> > console (either invalid message or connection received). All this
> > information suggests to me that it's some sort of silly network issue
> that
> > I might be overlooking rather than a deeper, dependency-related issue.
> >
> > I looked at the thread titled "New Install won't run after server reboot"
> > from 2018/05/09 but it didn't suggest much that would help me. Any help
> > appreciated.
> >
>


Re: New ASF Member from OFBiz Community

2018-05-02 Thread Swapnil Mane
That's amazing, many congratulations Deepak!! :-)


- Best Regards,
Swapnil M Mane

On Wed, May 2, 2018 at 9:49 PM Jacques Le Roux 
wrote:

> I'm very happy  that Deepak is now an ASF member :)
>
> Cheers Deepak !
>
> Jacques
>
>
> Le 02/05/2018 à 17:38, Jacopo Cappellato a écrit :
> > Hi Everyone,
> >
> > today the ASF has published the list of newly nominated members and "our"
> > Deepak Dixit is one of them:
> >
> >
> https://blogs.apache.org/foundation/entry/the-apache-software-foundation-welcomes2
> > <
> https://www.google.com/url?q=https://blogs.apache.org/foundation/entry/the-apache-software-foundation-welcomes2=D=hangouts=1525357595561000=AFQjCNHXDpgnyJ1wgnbZ06kEPTsbXs9MDQ
> >
> >
> > Congratulations Deepak!
> >
> > Jacopo
> >
>
>


Re: Tree View of Call Graph for Services and Simple Methods

2018-04-19 Thread Swapnil Mane
Hi James,

Thanks for your contribution.
I have applied the patch locally and functionality wise it is working
really nice! :)


- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com

On Thu, Apr 19, 2018 at 11:56 AM, James Yong  wrote:

> Hi all,
>
> I have uploaded a patch for POC.
>
> Thanks,
> James Yong
>
> On 2017/12/29 20:53:37, Jacques Le Roux 
> wrote:
> > Hi James,
> >
> > I think it deserves a POC in a Jira
> >
> > +1
> >
> > Jacques
> >
> >
> > Le 23/12/2017 à 17:37, James Yong a écrit :
> > > Hi All,
> > >
> > > Would like implement a feature to log a tree view of services, simple
> methods, events that are called during a request.
> > > Something like:
> > > -> Service A
> > >  -> Simple Method B
> > >  -> Service C (Async)
> > >  -> Simple Method D
> > >
> > > All feedback is greatly appreciated.
> > >
> > > Regards,
> > > James Yong
> > >
> >
> >
>


Re: Confusing entity names

2018-04-12 Thread Swapnil Mane
+1

We maintain the document for users to upgrade the revision.
https://cwiki.apache.org/confluence/display/OFBIZ/Revisions+Requiring+Data+Migration+-+upgrade+ofbiz
So, IMO we can proceed with this change.


- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com



On Tue, Apr 10, 2018 at 4:54 PM, Suraj Khurana <
suraj.khur...@hotwaxsystems.com> wrote:

> Hello,
>
> There are some entities which could be renamed as per their usage.
>
>- *OrderItemShipGroup*: It shows order ship groups and it doesn't
>contain anything at order item level. So, it could be re-named as
>*OrderShipGroup.*
>- *OrderItemShipGroupAssoc: *It do not maintain any association type, it
>just contains order item with respect to ship group, so this could be
>re-named as *OrderItemShipGroup *to maintain consistency and code
>readablity.
>
> I know that these entities are crucial part of OOTB data model since
> inception. Having thought in mind that 'Naming should be self explanatory',
> this is a proposal and It would be great to hear communities thought on
> this topic.
>
> Please share your opinions on this.
>
> --
>
> Thanks and Regards,
> *Suraj Khurana* | Omni-channel OMS Technical Expert
> *HotWax Commerce*  by  *HotWax Systems*
> Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
> Cell phone: +91 96697-50002
>


Purpose of defining readers in entity configuration

2018-03-21 Thread Swapnil Mane
Hi Devs,

We have defined entity-data-reader in entityengine.xml
e.g.


and read-data in entityengine.xml
e.g.


OFBiz has the capability for real-time data reader identification and for
loading data for the particular newly defined reader for data file entry in
ofbiz-component.xml. This feature is committed at r739782

.

Can somebody please share the purpose of defining these readers in entity
configuration.

Thanks in Advance!

- Best Regards,
Swapnil M Mane


Re: Welcome Paul Foxworthy as a new PMC member

2018-03-21 Thread Swapnil Mane
Many congratulations Paul!!



- Best Regards,
Swapnil M Mane

On Wed, Mar 21, 2018 at 2:12 PM, Jacopo Cappellato <
jacopo.cappell...@gmail.com> wrote:

> The OFBiz PMC has invited Paul Foxworthy to become a new member of the
> committee and we are glad to announce that Paul has accepted the
> nomination.
>
> Welcome on board Paul!
>
> Jacopo Cappellato (on behalf of the OFBiz PMC)
>


Re: [VOTE] [RELEASE] Apache OFBiz 16.11.04

2017-12-25 Thread Swapnil Mane
+1


- Best Regards,
Swapnil M Mane

On Sun, Dec 24, 2017 at 3:20 PM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

>  This is the vote thread to release a new bug fix release for the
> release16.11 branch. This new release, "Apache OFBiz 16.11.04" will
> supersede all the previous releases from the same branch.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-16.11.04.zip
> * KEYS: text file with keys
> * apache-ofbiz-16.11.04.zip.asc: the detached signature file
> * apache-ofbiz-16.11.04.zip.md5, apache-ofbiz-16.11.04.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html
> ).
>
> Then vote:
>
> [ +1] release as Apache OFBiz 16.11.04
> [ -1] do not release
>
> This vote will be open for at least 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>
> Kind Regards,
>
> Jacopo
>


Re: Are we ready to publish a new release (16.11.04)?

2017-12-19 Thread Swapnil Mane
+1


- Best Regards,
Swapnil M Mane

On Tue, Dec 19, 2017 at 9:13 PM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

> Hi all,
>
> we have published our last release mostly 6 months ago and since then we
> have merged several bug fixes to our 16.11 branch: I think it is time to
> publish a new one!
>
> If there are no objections I am going to prepare the release files in the
> next few days and then we will start the release vote: if you think we
> should backport fixes to that branch this is the right time to do it before
> we start the release process.
>
> Kind regards,
>
> Jacopo
>


Re: svn commit: r1817301 - in /ofbiz/site: ./ template/region/

2017-12-07 Thread Swapnil Mane
No worries Jacques!! :-)

On Thu, Dec 7, 2017 at 8:43 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Oops indeed, sorry again :)
>
>
>
> Le 07/12/2017 à 16:05, Swapnil Mane a écrit :
>
>> Hi Jacques,
>>
>> I think you got confused with me and Swapnil Shah ;-)
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>>
>> On Thu, Dec 7, 2017 at 8:25 PM, Jacques Le Roux <
>> jacques.le.r...@les7arts.com> wrote:
>>
>> Ha sorry Swapnil,
>>>
>>> I forgot you are a committer so no patch nor Jira needed if you want to
>>> commit directly ;)
>>>
>>> Jacques
>>>
>>>
>>>
>>> Le 07/12/2017 à 15:26, Jacques Le Roux a écrit :
>>>
>>> BTW not sure how the check page find a "ofbiz.jpg" image but it seems
>>>> happy with it :D
>>>>
>>>>
>>>> Le 07/12/2017 à 15:22, Jacques Le Roux a écrit :
>>>>
>>>> Le 07/12/2017 à 15:04, Swapnil Mane a écrit :
>>>>>
>>>>> Nice, thank you Jacques. Looks good to me.
>>>>>> If everybody is fine with this, I can assist you with the patch.
>>>>>>
>>>>>> Thanks Swapnil,
>>>>>
>>>>> If you get some time, yes I'd appreciate your help for a patch. Then I
>>>>> think creating a Jira is easier.
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>> - Thanks & Regards,
>>>>>> Swapnil M Mane
>>>>>>
>>>>>> On Thu, Dec 7, 2017 at 7:17 PM, Jacques Le Roux <
>>>>>> jacques.le.r...@les7arts.com> wrote:
>>>>>>
>>>>>> Swapnil,
>>>>>>
>>>>>>> That's why I propose to:
>>>>>>>
>>>>>>> 1. Move the security section at the bottom of the download page to a
>>>>>>> new
>>>>>>> https://ofbiz.apache.org/security page
>>>>>>> 2. Add a link from the bottom of the download page to this new
>>>>>>> security
>>>>>>> page
>>>>>>> 3. Update the current "Security" link in the footer (so in all pages)
>>>>>>> to
>>>>>>> this new security page
>>>>>>>
>>>>>>> If nobody see a problem with that, I'll do so
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Le 07/12/2017 à 13:46, Swapnil Mane a écrit :
>>>>>>>
>>>>>>> Thanks for sharing your thoughts Jacques.
>>>>>>>
>>>>>>>> I thought, when user is on download page (
>>>>>>>> https://ofbiz.apache.org/download.html), s/he will read the
>>>>>>>> Security
>>>>>>>> Vulnerabilities section.
>>>>>>>>
>>>>>>>> Indeed, what you saying is also making sense to me, feel free to
>>>>>>>> keep
>>>>>>>> the
>>>>>>>> things as it.
>>>>>>>>
>>>>>>>> Thanks again for your contribution :-)
>>>>>>>>
>>>>>>>> - Best Regards,
>>>>>>>> Swapnil M Mane
>>>>>>>>
>>>>>>>> On Thu, Dec 7, 2017 at 6:03 PM, Jacques Le Roux <
>>>>>>>> jacques.le.r...@les7arts.com> wrote:
>>>>>>>>
>>>>>>>> Yes but we would then loose our security information in the download
>>>>>>>> page
>>>>>>>>
>>>>>>>> which are the most important for OFBiz users
>>>>>>>>>
>>>>>>>>> Jacques
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Le 07/12/2017 à 13:28, Swapnil Mane a écrit :
>>>>>>>>>
>>>>>>>>> :)
>>>>>>>>>
>>>>>>>>> Apache Security page already exist at
>>>>>>>>>> http://www.apache.org/security
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> We can simply change this link in the 

Re: svn commit: r1817301 - in /ofbiz/site: ./ template/region/

2017-12-07 Thread Swapnil Mane
Hi Jacques,

I think you got confused with me and Swapnil Shah ;-)


- Best Regards,
Swapnil M Mane

On Thu, Dec 7, 2017 at 8:25 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Ha sorry Swapnil,
>
> I forgot you are a committer so no patch nor Jira needed if you want to
> commit directly ;)
>
> Jacques
>
>
>
> Le 07/12/2017 à 15:26, Jacques Le Roux a écrit :
>
>> BTW not sure how the check page find a "ofbiz.jpg" image but it seems
>> happy with it :D
>>
>>
>> Le 07/12/2017 à 15:22, Jacques Le Roux a écrit :
>>
>>> Le 07/12/2017 à 15:04, Swapnil Mane a écrit :
>>>
>>>> Nice, thank you Jacques. Looks good to me.
>>>> If everybody is fine with this, I can assist you with the patch.
>>>>
>>> Thanks Swapnil,
>>>
>>> If you get some time, yes I'd appreciate your help for a patch. Then I
>>> think creating a Jira is easier.
>>>
>>> Jacques
>>>
>>>
>>>>
>>>> - Thanks & Regards,
>>>> Swapnil M Mane
>>>>
>>>> On Thu, Dec 7, 2017 at 7:17 PM, Jacques Le Roux <
>>>> jacques.le.r...@les7arts.com> wrote:
>>>>
>>>> Swapnil,
>>>>>
>>>>> That's why I propose to:
>>>>>
>>>>> 1. Move the security section at the bottom of the download page to a
>>>>> new
>>>>> https://ofbiz.apache.org/security page
>>>>> 2. Add a link from the bottom of the download page to this new security
>>>>> page
>>>>> 3. Update the current "Security" link in the footer (so in all pages)
>>>>> to
>>>>> this new security page
>>>>>
>>>>> If nobody see a problem with that, I'll do so
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>>
>>>>> Le 07/12/2017 à 13:46, Swapnil Mane a écrit :
>>>>>
>>>>> Thanks for sharing your thoughts Jacques.
>>>>>>
>>>>>> I thought, when user is on download page (
>>>>>> https://ofbiz.apache.org/download.html), s/he will read the Security
>>>>>> Vulnerabilities section.
>>>>>>
>>>>>> Indeed, what you saying is also making sense to me, feel free to keep
>>>>>> the
>>>>>> things as it.
>>>>>>
>>>>>> Thanks again for your contribution :-)
>>>>>>
>>>>>> - Best Regards,
>>>>>> Swapnil M Mane
>>>>>>
>>>>>> On Thu, Dec 7, 2017 at 6:03 PM, Jacques Le Roux <
>>>>>> jacques.le.r...@les7arts.com> wrote:
>>>>>>
>>>>>> Yes but we would then loose our security information in the download
>>>>>> page
>>>>>>
>>>>>>> which are the most important for OFBiz users
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Le 07/12/2017 à 13:28, Swapnil Mane a écrit :
>>>>>>>
>>>>>>> :)
>>>>>>>
>>>>>>>> Apache Security page already exist at
>>>>>>>> http://www.apache.org/security
>>>>>>>>
>>>>>>>>
>>>>>>>> We can simply change this link in the footer section
>>>>>>>>
>>>>>>>> Security
>>>>>>>>
>>>>>>>> to
>>>>>>>>
>>>>>>>> http://www.apache.org/security/;>Security
>>>>>>>>
>>>>>>>>
>>>>>>>> - Best Regards,
>>>>>>>> Swapnil M Mane
>>>>>>>>
>>>>>>>> On Thu, Dec 7, 2017 at 5:53 PM, Jacques Le Roux <
>>>>>>>> jacques.le.r...@les7arts.com> wrote:
>>>>>>>>
>>>>>>>> Le 07/12/2017 à 11:59, Swapnil Mane a écrit :
>>>>>>>>
>>>>>>>> Hello Jacques,
>>>>>>>>>
>>>>>>>>> I think instead of creating a new page, we should simply change the
>>>>>>>>>> *Security* link in the footer, from
>>>>>>>>>> *https://ofbiz.apache.org/dow

Re: svn commit: r1817301 - in /ofbiz/site: ./ template/region/

2017-12-07 Thread Swapnil Mane
Sure Jacques, will follow the JIRA way.

On Thu, Dec 7, 2017 at 7:56 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> BTW not sure how the check page find a "ofbiz.jpg" image but it seems
> happy with it :D
>
>
:-D

On cursory view whimsy's crawler code
https://github.com/apache/whimsy/blob/26849c6f1fabf249e0709eaa555185
709f100183/tools/site-scan.rb#L25

I guess, It take image from http://svn.apache.org/repos/
asf/infrastructure/site/trunk/content/img/
Not sure how we can update our latest OFBiz logo here.


- Best Regards,
Swapnil M Mane



>
> Le 07/12/2017 à 15:22, Jacques Le Roux a écrit :
>
>> Le 07/12/2017 à 15:04, Swapnil Mane a écrit :
>>
>>> Nice, thank you Jacques. Looks good to me.
>>> If everybody is fine with this, I can assist you with the patch.
>>>
>> Thanks Swapnil,
>>
>> If you get some time, yes I'd appreciate your help for a patch. Then I
>> think creating a Jira is easier.
>>
>> Jacques
>>
>>
>>>
>>> - Thanks & Regards,
>>> Swapnil M Mane
>>>
>>> On Thu, Dec 7, 2017 at 7:17 PM, Jacques Le Roux <
>>> jacques.le.r...@les7arts.com> wrote:
>>>
>>> Swapnil,
>>>>
>>>> That's why I propose to:
>>>>
>>>> 1. Move the security section at the bottom of the download page to a new
>>>> https://ofbiz.apache.org/security page
>>>> 2. Add a link from the bottom of the download page to this new security
>>>> page
>>>> 3. Update the current "Security" link in the footer (so in all pages) to
>>>> this new security page
>>>>
>>>> If nobody see a problem with that, I'll do so
>>>>
>>>> Jacques
>>>>
>>>>
>>>>
>>>> Le 07/12/2017 à 13:46, Swapnil Mane a écrit :
>>>>
>>>> Thanks for sharing your thoughts Jacques.
>>>>>
>>>>> I thought, when user is on download page (
>>>>> https://ofbiz.apache.org/download.html), s/he will read the Security
>>>>> Vulnerabilities section.
>>>>>
>>>>> Indeed, what you saying is also making sense to me, feel free to keep
>>>>> the
>>>>> things as it.
>>>>>
>>>>> Thanks again for your contribution :-)
>>>>>
>>>>> - Best Regards,
>>>>> Swapnil M Mane
>>>>>
>>>>> On Thu, Dec 7, 2017 at 6:03 PM, Jacques Le Roux <
>>>>> jacques.le.r...@les7arts.com> wrote:
>>>>>
>>>>> Yes but we would then loose our security information in the download
>>>>> page
>>>>>
>>>>>> which are the most important for OFBiz users
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>>
>>>>>>
>>>>>> Le 07/12/2017 à 13:28, Swapnil Mane a écrit :
>>>>>>
>>>>>> :)
>>>>>>
>>>>>>> Apache Security page already exist at http://www.apache.org/security
>>>>>>>
>>>>>>>
>>>>>>> We can simply change this link in the footer section
>>>>>>>
>>>>>>> Security
>>>>>>>
>>>>>>> to
>>>>>>>
>>>>>>> http://www.apache.org/security/;>Security
>>>>>>>
>>>>>>>
>>>>>>> - Best Regards,
>>>>>>> Swapnil M Mane
>>>>>>>
>>>>>>> On Thu, Dec 7, 2017 at 5:53 PM, Jacques Le Roux <
>>>>>>> jacques.le.r...@les7arts.com> wrote:
>>>>>>>
>>>>>>> Le 07/12/2017 à 11:59, Swapnil Mane a écrit :
>>>>>>>
>>>>>>> Hello Jacques,
>>>>>>>>
>>>>>>>> I think instead of creating a new page, we should simply change the
>>>>>>>>> *Security* link in the footer, from
>>>>>>>>> *https://ofbiz.apache.org/download.html#security
>>>>>>>>> <https://ofbiz.apache.org/download.html#security>*  to
>>>>>>>>> *http://www.apache.org/security/
>>>>>>>>> <http://www.apache.org/security/>*
>>>>>>>>> Like other Apache Projects do it.
>>>>>>>>>
>>>>>

Re: svn commit: r1817301 - in /ofbiz/site: ./ template/region/

2017-12-07 Thread Swapnil Mane
Nice, thank you Jacques. Looks good to me.
If everybody is fine with this, I can assist you with the patch.


- Thanks & Regards,
Swapnil M Mane

On Thu, Dec 7, 2017 at 7:17 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Swapnil,
>
> That's why I propose to:
>
> 1. Move the security section at the bottom of the download page to a new
> https://ofbiz.apache.org/security page
> 2. Add a link from the bottom of the download page to this new security
> page
> 3. Update the current "Security" link in the footer (so in all pages) to
> this new security page
>
> If nobody see a problem with that, I'll do so
>
> Jacques
>
>
>
> Le 07/12/2017 à 13:46, Swapnil Mane a écrit :
>
>> Thanks for sharing your thoughts Jacques.
>>
>> I thought, when user is on download page (
>> https://ofbiz.apache.org/download.html), s/he will read the Security
>> Vulnerabilities section.
>>
>> Indeed, what you saying is also making sense to me, feel free to keep the
>> things as it.
>>
>> Thanks again for your contribution :-)
>>
>> - Best Regards,
>> Swapnil M Mane
>>
>> On Thu, Dec 7, 2017 at 6:03 PM, Jacques Le Roux <
>> jacques.le.r...@les7arts.com> wrote:
>>
>> Yes but we would then loose our security information in the download page
>>> which are the most important for OFBiz users
>>>
>>> Jacques
>>>
>>>
>>>
>>> Le 07/12/2017 à 13:28, Swapnil Mane a écrit :
>>>
>>> :)
>>>>
>>>> Apache Security page already exist at http://www.apache.org/security
>>>>
>>>>
>>>> We can simply change this link in the footer section
>>>>
>>>> Security
>>>>
>>>> to
>>>>
>>>> http://www.apache.org/security/;>Security
>>>>
>>>>
>>>> - Best Regards,
>>>> Swapnil M Mane
>>>>
>>>> On Thu, Dec 7, 2017 at 5:53 PM, Jacques Le Roux <
>>>> jacques.le.r...@les7arts.com> wrote:
>>>>
>>>> Le 07/12/2017 à 11:59, Swapnil Mane a écrit :
>>>>
>>>>> Hello Jacques,
>>>>>
>>>>>> I think instead of creating a new page, we should simply change the
>>>>>> *Security* link in the footer, from
>>>>>> *https://ofbiz.apache.org/download.html#security
>>>>>> <https://ofbiz.apache.org/download.html#security>*  to
>>>>>> *http://www.apache.org/security/
>>>>>> <http://www.apache.org/security/>*
>>>>>> Like other Apache Projects do it.
>>>>>>
>>>>>> This should work for us. WDYT.
>>>>>>
>>>>>> Mmm, but how will you link to http://www.apache.org/security w/o
>>>>>>
>>>>> creating
>>>>> a new page?
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>> - Best Regards,
>>>>>
>>>>>> Swapnil M Mane
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, Dec 7, 2017 at 4:20 PM, Jacques Le Roux <
>>>>>> jacques.le.r...@les7arts.com> wrote:
>>>>>>
>>>>>> Hi Swapnil,
>>>>>>
>>>>>> The site is now up to date (was not one hour ago) but not the check
>>>>>>> page
>>>>>>> yet.
>>>>>>>
>>>>>>> I agree with you. We shoud create a new security page and link it
>>>>>>> from
>>>>>>> the
>>>>>>> download page.
>>>>>>>
>>>>>>> Will you handle it?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Le 07/12/2017 à 06:13, Swapnil Mane a écrit :
>>>>>>>
>>>>>>> Interesting, thank you Jacques!
>>>>>>>
>>>>>>> I think, we should also change the Security link from
>>>>>>>> download.html#security to http://www.apache.org/security/
>>>>>>>> Since, Whimsy is showing it in yellow color which means 'Sites with
>>>>>>>> link,
>>>>>>>> but not an expected ASF one', WDYT.
>>&

Re: svn commit: r1817301 - in /ofbiz/site: ./ template/region/

2017-12-07 Thread Swapnil Mane
Thanks for sharing your thoughts Jacques.

I thought, when user is on download page (
https://ofbiz.apache.org/download.html), s/he will read the Security
Vulnerabilities section.

Indeed, what you saying is also making sense to me, feel free to keep the
things as it.

Thanks again for your contribution :-)

- Best Regards,
Swapnil M Mane

On Thu, Dec 7, 2017 at 6:03 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Yes but we would then loose our security information in the download page
> which are the most important for OFBiz users
>
> Jacques
>
>
>
> Le 07/12/2017 à 13:28, Swapnil Mane a écrit :
>
>> :)
>>
>> Apache Security page already exist at http://www.apache.org/security
>>
>>
>> We can simply change this link in the footer section
>>
>> Security
>>
>> to
>>
>> http://www.apache.org/security/;>Security
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>>
>> On Thu, Dec 7, 2017 at 5:53 PM, Jacques Le Roux <
>> jacques.le.r...@les7arts.com> wrote:
>>
>> Le 07/12/2017 à 11:59, Swapnil Mane a écrit :
>>>
>>> Hello Jacques,
>>>>
>>>> I think instead of creating a new page, we should simply change the
>>>> *Security* link in the footer, from
>>>> *https://ofbiz.apache.org/download.html#security
>>>> <https://ofbiz.apache.org/download.html#security>*  to
>>>> *http://www.apache.org/security/
>>>> <http://www.apache.org/security/>*
>>>> Like other Apache Projects do it.
>>>>
>>>> This should work for us. WDYT.
>>>>
>>>> Mmm, but how will you link to http://www.apache.org/security w/o
>>> creating
>>> a new page?
>>>
>>> Jacques
>>>
>>>
>>> - Best Regards,
>>>> Swapnil M Mane
>>>>
>>>>
>>>>
>>>>
>>>> On Thu, Dec 7, 2017 at 4:20 PM, Jacques Le Roux <
>>>> jacques.le.r...@les7arts.com> wrote:
>>>>
>>>> Hi Swapnil,
>>>>
>>>>> The site is now up to date (was not one hour ago) but not the check
>>>>> page
>>>>> yet.
>>>>>
>>>>> I agree with you. We shoud create a new security page and link it from
>>>>> the
>>>>> download page.
>>>>>
>>>>> Will you handle it?
>>>>>
>>>>> Thanks
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>>
>>>>> Le 07/12/2017 à 06:13, Swapnil Mane a écrit :
>>>>>
>>>>> Interesting, thank you Jacques!
>>>>>
>>>>>> I think, we should also change the Security link from
>>>>>> download.html#security to http://www.apache.org/security/
>>>>>> Since, Whimsy is showing it in yellow color which means 'Sites with
>>>>>> link,
>>>>>> but not an expected ASF one', WDYT.
>>>>>>
>>>>>> Here are some Apache TLP using correct security link as per Whimsy,
>>>>>>
>>>>>> http://lucene.apache.org/
>>>>>> http://cassandra.apache.org/
>>>>>>
>>>>>>
>>>>>> - Best Regards,
>>>>>> Swapnil M Mane
>>>>>>
>>>>>> On Wed, Dec 6, 2017 at 8:33 PM, <jler...@apache.org> wrote:
>>>>>>
>>>>>> Author: jleroux
>>>>>>
>>>>>> Date: Wed Dec  6 15:03:31 2017
>>>>>>> New Revision: 1817301
>>>>>>>
>>>>>>> URL: http://svn.apache.org/viewvc?rev=1817301=rev
>>>>>>> Log:
>>>>>>> Adds an "Events" link and proper link to "The Apache Software
>>>>>>> Foundation"
>>>>>>> as was required (or suggested?) by https://whimsy.apache.org/
>>>>>>> site/project/ofbiz (now up to date I guess)
>>>>>>>
>>>>>>> Modified:
>>>>>>>ofbiz/site/404.html
>>>>>>>ofbiz/site/about-ofbiz.html
>>>>>>>ofbiz/site/business-users.html
>>>>>>>ofbiz/site/developers.html
>>>>>>>ofbiz/site/download.html
>>>>>>>ofbiz/site/faqs.html
>>>>>>>ofbiz/site/getting-involved.html

Re: svn commit: r1817301 - in /ofbiz/site: ./ template/region/

2017-12-07 Thread Swapnil Mane
:)

Apache Security page already exist at http://www.apache.org/security


We can simply change this link in the footer section

Security

to

http://www.apache.org/security/;>Security


- Best Regards,
Swapnil M Mane

On Thu, Dec 7, 2017 at 5:53 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Le 07/12/2017 à 11:59, Swapnil Mane a écrit :
>
>> Hello Jacques,
>>
>> I think instead of creating a new page, we should simply change the
>> *Security* link in the footer, from
>> *https://ofbiz.apache.org/download.html#security
>> <https://ofbiz.apache.org/download.html#security>*  to
>> *http://www.apache.org/security/
>> <http://www.apache.org/security/>*
>> Like other Apache Projects do it.
>>
>> This should work for us. WDYT.
>>
> Mmm, but how will you link to http://www.apache.org/security w/o creating
> a new page?
>
> Jacques
>
>
>>
>> - Best Regards,
>> Swapnil M Mane
>>
>>
>>
>>
>> On Thu, Dec 7, 2017 at 4:20 PM, Jacques Le Roux <
>> jacques.le.r...@les7arts.com> wrote:
>>
>> Hi Swapnil,
>>>
>>> The site is now up to date (was not one hour ago) but not the check page
>>> yet.
>>>
>>> I agree with you. We shoud create a new security page and link it from
>>> the
>>> download page.
>>>
>>> Will you handle it?
>>>
>>> Thanks
>>>
>>> Jacques
>>>
>>>
>>>
>>> Le 07/12/2017 à 06:13, Swapnil Mane a écrit :
>>>
>>> Interesting, thank you Jacques!
>>>>
>>>> I think, we should also change the Security link from
>>>> download.html#security to http://www.apache.org/security/
>>>> Since, Whimsy is showing it in yellow color which means 'Sites with
>>>> link,
>>>> but not an expected ASF one', WDYT.
>>>>
>>>> Here are some Apache TLP using correct security link as per Whimsy,
>>>>
>>>> http://lucene.apache.org/
>>>> http://cassandra.apache.org/
>>>>
>>>>
>>>> - Best Regards,
>>>> Swapnil M Mane
>>>>
>>>> On Wed, Dec 6, 2017 at 8:33 PM, <jler...@apache.org> wrote:
>>>>
>>>> Author: jleroux
>>>>
>>>>> Date: Wed Dec  6 15:03:31 2017
>>>>> New Revision: 1817301
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=1817301=rev
>>>>> Log:
>>>>> Adds an "Events" link and proper link to "The Apache Software
>>>>> Foundation"
>>>>> as was required (or suggested?) by https://whimsy.apache.org/
>>>>> site/project/ofbiz (now up to date I guess)
>>>>>
>>>>> Modified:
>>>>>   ofbiz/site/404.html
>>>>>   ofbiz/site/about-ofbiz.html
>>>>>   ofbiz/site/business-users.html
>>>>>   ofbiz/site/developers.html
>>>>>   ofbiz/site/download.html
>>>>>   ofbiz/site/faqs.html
>>>>>   ofbiz/site/getting-involved.html
>>>>>   ofbiz/site/index.html
>>>>>   ofbiz/site/mailing-lists.html
>>>>>   ofbiz/site/ofbiz-demos.html
>>>>>   ofbiz/site/release-notes-13.07.03.html
>>>>>   ofbiz/site/release-notes-16.11.03.html
>>>>>   ofbiz/site/service-providers.html
>>>>>   ofbiz/site/source-repositories.html
>>>>>   ofbiz/site/template/region/footer.tpl.php
>>>>>   ofbiz/site/user-stories.html
>>>>>
>>>>> Modified: ofbiz/site/404.html
>>>>> URL: http://svn.apache.org/viewvc/ofbiz/site/404.html?rev=
>>>>> 1817301=1817300=1817301=diff
>>>>> 
>>>>> ==
>>>>> --- ofbiz/site/404.html (original)
>>>>> +++ ofbiz/site/404.html Wed Dec  6 15:03:31 2017
>>>>> @@ -155,6 +155,7 @@
>>>>>
>>>>>
>>>>>  >>>> target="external">Apache Software Foundation
>>>>> +  >>>> target="external">Events
>>>>>  >>>> target="external">Sponsorship
>>>>>  >>>> target="external">Thanks
>>>>>  Security
>>>

Re: svn commit: r1817301 - in /ofbiz/site: ./ template/region/

2017-12-07 Thread Swapnil Mane
Hello Jacques,

I think instead of creating a new page, we should simply change the
*Security* link in the footer, from
*https://ofbiz.apache.org/download.html#security
<https://ofbiz.apache.org/download.html#security>*  to
*http://www.apache.org/security/
<http://www.apache.org/security/>*
Like other Apache Projects do it.

This should work for us. WDYT.


- Best Regards,
Swapnil M Mane




On Thu, Dec 7, 2017 at 4:20 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Swapnil,
>
> The site is now up to date (was not one hour ago) but not the check page
> yet.
>
> I agree with you. We shoud create a new security page and link it from the
> download page.
>
> Will you handle it?
>
> Thanks
>
> Jacques
>
>
>
> Le 07/12/2017 à 06:13, Swapnil Mane a écrit :
>
>> Interesting, thank you Jacques!
>>
>> I think, we should also change the Security link from
>> download.html#security to http://www.apache.org/security/
>> Since, Whimsy is showing it in yellow color which means 'Sites with link,
>> but not an expected ASF one', WDYT.
>>
>> Here are some Apache TLP using correct security link as per Whimsy,
>>
>> http://lucene.apache.org/
>> http://cassandra.apache.org/
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>>
>> On Wed, Dec 6, 2017 at 8:33 PM, <jler...@apache.org> wrote:
>>
>> Author: jleroux
>>> Date: Wed Dec  6 15:03:31 2017
>>> New Revision: 1817301
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1817301=rev
>>> Log:
>>> Adds an "Events" link and proper link to "The Apache Software Foundation"
>>> as was required (or suggested?) by https://whimsy.apache.org/
>>> site/project/ofbiz (now up to date I guess)
>>>
>>> Modified:
>>>  ofbiz/site/404.html
>>>  ofbiz/site/about-ofbiz.html
>>>  ofbiz/site/business-users.html
>>>  ofbiz/site/developers.html
>>>  ofbiz/site/download.html
>>>  ofbiz/site/faqs.html
>>>  ofbiz/site/getting-involved.html
>>>  ofbiz/site/index.html
>>>  ofbiz/site/mailing-lists.html
>>>  ofbiz/site/ofbiz-demos.html
>>>  ofbiz/site/release-notes-13.07.03.html
>>>  ofbiz/site/release-notes-16.11.03.html
>>>  ofbiz/site/service-providers.html
>>>  ofbiz/site/source-repositories.html
>>>  ofbiz/site/template/region/footer.tpl.php
>>>  ofbiz/site/user-stories.html
>>>
>>> Modified: ofbiz/site/404.html
>>> URL: http://svn.apache.org/viewvc/ofbiz/site/404.html?rev=
>>> 1817301=1817300=1817301=diff
>>> 
>>> ==
>>> --- ofbiz/site/404.html (original)
>>> +++ ofbiz/site/404.html Wed Dec  6 15:03:31 2017
>>> @@ -155,6 +155,7 @@
>>>   
>>>   
>>> >> target="external">Apache Software Foundation
>>> +  >> target="external">Events
>>> >> target="external">Sponsorship
>>> >> target="external">Thanks
>>> Security
>>> @@ -168,7 +169,7 @@
>>>   
>>> 
>>>   
>>> -  Copyright © 2017 The Apache Software Foundation.
>>> +  Copyright © 2017 >> target="external">The Apache Software Foundation.
>>> >> target="external">Licensed under the  Apache License, Version
>>> 2.0.
>>> Apache OFBiz, OFBiz, the project logo and the Apache feather
>>> logo are trademarks of The Apache Software Foundation.
>>>   
>>>
>>> Modified: ofbiz/site/about-ofbiz.html
>>> URL: http://svn.apache.org/viewvc/ofbiz/site/about-ofbiz.html?
>>> rev=1817301=1817300=1817301=diff
>>> 
>>> ==
>>> --- ofbiz/site/about-ofbiz.html (original)
>>> +++ ofbiz/site/about-ofbiz.html Wed Dec  6 15:03:31 2017
>>> @@ -190,6 +190,7 @@
>>>   
>>>   
>>> >> target="external">Apache Software Foundation
>>> +  >> target="external">Events
>>> >> target="external">Sponsorship
>>> >> target="external">Thanks
>>> Security

Re: svn commit: r1817301 - in /ofbiz/site: ./ template/region/

2017-12-06 Thread Swapnil Mane
Interesting, thank you Jacques!

I think, we should also change the Security link from
download.html#security to http://www.apache.org/security/
Since, Whimsy is showing it in yellow color which means 'Sites with link,
but not an expected ASF one', WDYT.

Here are some Apache TLP using correct security link as per Whimsy,

http://lucene.apache.org/
http://cassandra.apache.org/


- Best Regards,
Swapnil M Mane

On Wed, Dec 6, 2017 at 8:33 PM,  wrote:

> Author: jleroux
> Date: Wed Dec  6 15:03:31 2017
> New Revision: 1817301
>
> URL: http://svn.apache.org/viewvc?rev=1817301=rev
> Log:
> Adds an "Events" link and proper link to "The Apache Software Foundation"
> as was required (or suggested?) by https://whimsy.apache.org/
> site/project/ofbiz (now up to date I guess)
>
> Modified:
> ofbiz/site/404.html
> ofbiz/site/about-ofbiz.html
> ofbiz/site/business-users.html
> ofbiz/site/developers.html
> ofbiz/site/download.html
> ofbiz/site/faqs.html
> ofbiz/site/getting-involved.html
> ofbiz/site/index.html
> ofbiz/site/mailing-lists.html
> ofbiz/site/ofbiz-demos.html
> ofbiz/site/release-notes-13.07.03.html
> ofbiz/site/release-notes-16.11.03.html
> ofbiz/site/service-providers.html
> ofbiz/site/source-repositories.html
> ofbiz/site/template/region/footer.tpl.php
> ofbiz/site/user-stories.html
>
> Modified: ofbiz/site/404.html
> URL: http://svn.apache.org/viewvc/ofbiz/site/404.html?rev=
> 1817301=1817300=1817301=diff
> 
> ==
> --- ofbiz/site/404.html (original)
> +++ ofbiz/site/404.html Wed Dec  6 15:03:31 2017
> @@ -155,6 +155,7 @@
>  
>  
> target="external">Apache Software Foundation
> +   target="external">Events
> target="external">Sponsorship
> target="external">Thanks
>Security
> @@ -168,7 +169,7 @@
>  
>
>  
> -  Copyright © 2017 The Apache Software Foundation.
> +  Copyright © 2017  target="external">The Apache Software Foundation.
> target="external">Licensed under the  Apache License, Version 2.0.
>Apache OFBiz, OFBiz, the project logo and the Apache feather
> logo are trademarks of The Apache Software Foundation.
>  
>
> Modified: ofbiz/site/about-ofbiz.html
> URL: http://svn.apache.org/viewvc/ofbiz/site/about-ofbiz.html?
> rev=1817301=1817300=1817301=diff
> 
> ==
> --- ofbiz/site/about-ofbiz.html (original)
> +++ ofbiz/site/about-ofbiz.html Wed Dec  6 15:03:31 2017
> @@ -190,6 +190,7 @@
>  
>  
> target="external">Apache Software Foundation
> +   target="external">Events
> target="external">Sponsorship
> target="external">Thanks
>Security
> @@ -203,7 +204,7 @@
>  
>
>  
> -  Copyright © 2017 The Apache Software Foundation.
> +  Copyright © 2017  target="external">The Apache Software Foundation.
> target="external">Licensed under the  Apache License, Version 2.0.
>Apache OFBiz, OFBiz, the project logo and the Apache feather
> logo are trademarks of The Apache Software Foundation.
>  
>
> Modified: ofbiz/site/business-users.html
> URL: http://svn.apache.org/viewvc/ofbiz/site/business-users.
> html?rev=1817301=1817300=1817301=diff
> 
> ==
> --- ofbiz/site/business-users.html (original)
> +++ ofbiz/site/business-users.html Wed Dec  6 15:03:31 2017
> @@ -351,6 +351,7 @@
>  
>  
> target="external">Apache Software Foundation
> +   target="external">Events
> target="external">Sponsorship
> target="external">Thanks
>Security
> @@ -364,7 +365,7 @@
>  
>
>  
> -  Copyright © 2017 The Apache Software Foundation.
> +  Copyright © 2017  target="external">The Apache Software Foundation.
> target="external">Licensed under the  Apache License, Version 2.0.
>Apache OFBiz, OFBiz, the project logo and the Apache feather
> logo are trademarks of The Apache Software Foundation.
>  
>
> Modified: ofbiz/site/developers.html
> URL: http://svn.apache.org/viewvc/ofbiz/site/developers.html?
> rev=1817301=1817300=1817301=diff
> 
> ==
> --- ofbiz/site/developers.html (original)
> +++ ofbiz/site/developers.html Wed Dec  6 15:03:31 2017
> @@ -290,6 +290,7 @@
>  
>  
> target="external">Apache Software Foundation
> +   target="external">Events
> target="external">Sponsorship
> target="external">Thanks
>Security
> @@ -303,7 +304,7 @@
>  
>
>  

Re: [MODERATE EMAIL] ValueLink Integration

2017-12-03 Thread Swapnil Mane
Hello Laxmi,

You can use EntityUtilProperties.getPropertyValue method.
e.g.

String valueLinkUrl =
EntityUtilProperties.getPropertyValue("payment.properties",
"payment.valuelink.merchantId", "default-value", delegator);

For more overloaded getPropertyValue method, please refer

https://github.com/apache/ofbiz/blob/7ba7f3c2e16df6c8db0d8114e124957199cea1ff/framework/entity/src/main/java/org/apache/ofbiz/entity/util/EntityUtilProperties.java#L101



- Best Regards,
Swapnil M Mane,
http://www.hotwaxsystems.com


On Mon, Dec 4, 2017 at 11:43 AM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> Hi Laxmi Bhardwaj,
>
> 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: Laxmi 
> To: dev@ofbiz.apache.org
> Cc:
> Bcc:
> Date: Sun, 3 Dec 2017 23:03:25 -0700 (MST)
> Subject: ValueLink Integration
> How can I get the values for below attributes mentioned in
> payment.properties?
>
> 
> # ValueLink Configuration
> 
>
> # Full merchant ID (MMM)
> payment.valuelink.merchantId=[MERCHANT_ID]
>
> # Terminal ID (should be different for each application server starting at
> 0001)
> payment.valuelink.terminalId=0001
>
> # Alternate merchant ID (i.e. store ID, etc)
> payment.valuelink.altMerchantId=999
>
> # Modes (SVDotRaw, Debug, etc) delimited by '/'
> payment.valuelink.modes=Debug/SVDotRaw
>
> # URL to use to communicate with ValueLink
> payment.valuelink.url=https://www.callit.com/vltest/api1.asp
>
> # Connection timeout in seconds
> payment.valuelink.timeout=34
>
> # Debug mode dumps all request/response info to the console (Y|N)
> payment.valuelink.debug=Y
>
> # Certificate alias to pass for client auth
> payment.valuelink.certificateAlias=
>
> # ValueLink Timestamp Format
> payment.valuelink.timestamp=ddMMHHmmss
>
> # Prime Modulus (P) for key generation (should be a hex string will be
> converted to unsigned BigInteger from byte array)
> payment.valuelink.prime=
>
> # Generator (G) for key generation (should be smaller then prime, so this
> should be in the form for a integer)
> payment.valuelink.generator=
>
> # ValueLink Public Value (128byte as Hex String)
> payment.valuelink.publicValue=
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html
>


Re: [Proposal] - Leverage the CMS capability for Product Store's Email

2017-11-25 Thread Swapnil Mane
Thanks Nicolas :)

Hello team,
Added comment related to steps planning for this improvement.

https://issues.apache.org/jira/browse/OFBIZ-3894?focusedCommentId=16265653=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16265653


Thanks again everyone for your kind inputs.

- Best Regards,
Swapnil M Mane

On Sat, Nov 25, 2017 at 1:45 PM, Nicolas Malin <nicolas.ma...@nereide.fr>
wrote:

> Hello Swapnil,
>
> Le 25/11/2017 à 09:03, Swapnil Mane a écrit :
>
>> Thanks, Nicolas and everyone for sharing your thoughts.
>>
>> The model we discussed in https://issues.apache.org/jira
>> /browse/OFBIZ-3894
>> is making perfect sense to me. I guess, we should proceed in small steps
>> to
>> implement this.
>>
> Nice to learn that previous discussion will help you. I will try to follow
> your step and if I can help you to implement it.
>
>> @Nicolas, the patch provided by you will be really helpful.
>>
>>
>> P.S. Apologies for the delay in the reply, I was engaged with some other
>> high priority tasks :-)
>>
> No pb, this is also my life :/  ;)
>
> Cheers,
>
> Nicolas
>
>>
>> - Best Regards,
>> Swapnil M Mane
>>
>>
>>
>> On Thu, Aug 17, 2017 at 10:19 AM, Swapnil Mane <
>> swapnil.m...@hotwaxsystems.com> wrote:
>>
>> Thanks Nicolas for your inputs and sharing more details. This proposed
>>> model is making sense to me.
>>> Please give me some more time to look into the details, will get back to
>>> you in next week.
>>>
>>> Also, please see my comments inline.
>>>
>>> On Tue, Aug 15, 2017 at 1:52 AM, Nicolas Malin <nicolas.ma...@nereide.fr
>>> >
>>> wrote:
>>>
>>> Hello Swapnil, in line
>>>>
>>>>
>>>> Le 14/08/2017 à 04:35, Swapnil Mane a écrit :
>>>>
>>>> Thank you Nicolas for your inputs and interest. I highly appreciate it.
>>>>>
>>>>> Based on my understanding, please see my comments inline and let me
>>>>> know
>>>>> if
>>>>> you have further inputs.
>>>>>
>>>>> On Fri, Aug 11, 2017 at 3:10 PM, Nicolas Malin <
>>>>> nicolas.ma...@nereide.fr
>>>>> wrote:
>>>>>
>>>>> Hello Swapnil,
>>>>>
>>>>>> In past I tried to refactoring email interface with the idea to :
>>>>>> * deprecate current ProductStoreEmailSetting to link it to
>>>>>> TemplateEmailSetting. The purpose is to centralize all email
>>>>>> configuration
>>>>>> in this entity
>>>>>>
>>>>>> We may have multiple product store and can have different email
>>>>>>
>>>>> templates
>>>>> for them, ProductStoreEmailSetting will allow us to do that.
>>>>>
>>>>> My fault, I'm not clear. ProductStoreEmailSetting and
>>>> EmailTemplateSetting are redundancy,
>>>> I'm in favor to keep all email template information in
>>>> EmailTemplateSetting and use ProductStoreEmailTemplate to link a email
>>>> template to a productStore throw a purpose.
>>>> So we can deprecate all email template fields in
>>>> ProductStoreEmailSetting
>>>> to centralize all this part in EmailTemplateSetting
>>>>
>>>> +1
>>>
>>>
>>> * link TemplateEmailSetting with Content through
>>>>
>>>>> TemplateEmailSettingContent and TemplateEmailSettingContentType. This
>>>>>> offert the possibilty to link header, body, footer or some more
>>>>>> complex
>>>>>> case like link documents, pdf invoice, order, etc ...
>>>>>>
>>>>>> Having content model with us, the customizable header, footer
>>>>>>
>>>>> (decoratorContentId at content level) and other complex case can be
>>>>> handled
>>>>> easily with content model.
>>>>>
>>>>> Completely, except for attached file. I agree for rendering the email
>>>> content, but if you want link the file to your email its more easier to
>>>> indicate it on EmailTemplateSetting.
>>>>
>>>> An example, when you send a order confirmation, you want attach to this
>>>> email the the legal notice. We would be link directly the contentId
>>>> where
>>>> is the legal notice and an other content for the email body.
>>>>
>>>> I guess, this can be achieved by ContentAssoc model, but yes, your
>>> proposal of using TemplateEmailSettingContent and
>>> TemplateEmailSettingContentType is also looks reasonable to me.
>>>
>>>
>>> * review all send email function to manage the content rendering
>>>>
>>>>> Yes, during the proposed implementation, we were planning to do this as
>>>>>> well.
>>>>>>
>>>>>> But the time has been missed :(
>>>>>> If you are motivate, we can try to revive this idea ?
>>>>>>
>>>>>> :-)
>>>>> I would love to hear more about your idea, will it be possible for you
>>>>> to
>>>>> share more information about this.
>>>>>
>>>>> The issue where I started https://issues.apache.org/jira
>>>> /browse/OFBIZ-4333
>>>>
>>>> Nicolas
>>>>
>>>>
>>>
>>> - Best Regards,
>>> Swapnil M Mane,
>>> www.hotwaxsystems.com
>>> www.hotwax.co
>>>
>>>
>


Re: OFBiz Version Info

2017-11-25 Thread Swapnil Mane
+1 for having the version info.

Taher's proposal looks reasonable to me.


- Best Regards,
Swapnil M Mane

On Sat, Nov 25, 2017 at 2:37 PM, Taher Alkhateeb  wrote:

> I don't think it's necessary to contain the version information, but I
> don't mind it if people find it helpful. With that being said, I
> suggest to avoid putting this information in README.md and also to
> avoid doing this manually. It becomes tedious and human error prone.
>
> My suggestion instead (if enough people want this) is to create a task
> to publish a version file. For example: "./gradlew publishVersion"
> would create a VERSION file that contains ofbiz version and svn
> revision for example and the file should be ignored by the version
> control system.
>
> On Sat, Nov 25, 2017 at 11:37 AM, Deepak Dixit
>  wrote:
> > I think here Devanshu talking about release that we do in zip.
> > http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip
> >
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwaxsystems.com
> > www.hotwax.co
> >
> > On Sat, Nov 25, 2017 at 1:59 PM, Jacques Le Roux <
> > jacques.le.r...@les7arts.com> wrote:
> >
> >> Hi Devanshu, James,
> >>
> >> To see something locally on the ERP pages footer you need to run
> "gradlew
> >> svnInfo" before
> >>
> >> Jacques
> >>
> >> Le 25/11/2017 à 07:14, James Yong a écrit :
> >>
> >>> Hi Devanshu,
> >>>
> >>> Have you looked at the web page’s footer?
> >>>
> >>> Regards,
> >>> James Yong
> >>>
> >>> On 2017-11-25 13:46, Devanshu Vyas  wrote:
> >>>
>  Hello Devs,
> 
>  Recently I came to know and verified that there is no specific
> location
>  in
>  our OFBiz framework(not even in README.md) where we specify what
> version
>  code a Dev has downloaded and currently using.
> 
>  If there is such entry or location in our framework and I missed it,
>  please
>  let me know. And if not, let's discuss what's the best way to inform
> our
>  Devs/users about our code version.
> 
>  PS: I suggest the README.md :)
> 
>  Thanks & Regards,
>  Devanshu Vyas.
> 
> 
> >>
>


Re: [Proposal] - Leverage the CMS capability for Product Store's Email

2017-11-25 Thread Swapnil Mane
Thanks, Nicolas and everyone for sharing your thoughts.

The model we discussed in https://issues.apache.org/jira/browse/OFBIZ-3894
is making perfect sense to me. I guess, we should proceed in small steps to
implement this.

@Nicolas, the patch provided by you will be really helpful.


P.S. Apologies for the delay in the reply, I was engaged with some other
high priority tasks :-)

- Best Regards,
Swapnil M Mane



On Thu, Aug 17, 2017 at 10:19 AM, Swapnil Mane <
swapnil.m...@hotwaxsystems.com> wrote:

> Thanks Nicolas for your inputs and sharing more details. This proposed
> model is making sense to me.
> Please give me some more time to look into the details, will get back to
> you in next week.
>
> Also, please see my comments inline.
>
> On Tue, Aug 15, 2017 at 1:52 AM, Nicolas Malin <nicolas.ma...@nereide.fr>
> wrote:
>
>> Hello Swapnil, in line
>>
>>
>> Le 14/08/2017 à 04:35, Swapnil Mane a écrit :
>>
>>> Thank you Nicolas for your inputs and interest. I highly appreciate it.
>>>
>>> Based on my understanding, please see my comments inline and let me know
>>> if
>>> you have further inputs.
>>>
>>> On Fri, Aug 11, 2017 at 3:10 PM, Nicolas Malin <nicolas.ma...@nereide.fr
>>> >
>>> wrote:
>>>
>>> Hello Swapnil,
>>>>
>>>> In past I tried to refactoring email interface with the idea to :
>>>> * deprecate current ProductStoreEmailSetting to link it to
>>>> TemplateEmailSetting. The purpose is to centralize all email
>>>> configuration
>>>> in this entity
>>>>
>>>> We may have multiple product store and can have different email
>>> templates
>>> for them, ProductStoreEmailSetting will allow us to do that.
>>>
>> My fault, I'm not clear. ProductStoreEmailSetting and
>> EmailTemplateSetting are redundancy,
>> I'm in favor to keep all email template information in
>> EmailTemplateSetting and use ProductStoreEmailTemplate to link a email
>> template to a productStore throw a purpose.
>> So we can deprecate all email template fields in ProductStoreEmailSetting
>> to centralize all this part in EmailTemplateSetting
>>
>
> +1
>
>
>> * link TemplateEmailSetting with Content through
>>>> TemplateEmailSettingContent and TemplateEmailSettingContentType. This
>>>> offert the possibilty to link header, body, footer or some more complex
>>>> case like link documents, pdf invoice, order, etc ...
>>>>
>>>> Having content model with us, the customizable header, footer
>>> (decoratorContentId at content level) and other complex case can be
>>> handled
>>> easily with content model.
>>>
>> Completely, except for attached file. I agree for rendering the email
>> content, but if you want link the file to your email its more easier to
>> indicate it on EmailTemplateSetting.
>>
>> An example, when you send a order confirmation, you want attach to this
>> email the the legal notice. We would be link directly the contentId where
>> is the legal notice and an other content for the email body.
>>
>
> I guess, this can be achieved by ContentAssoc model, but yes, your
> proposal of using TemplateEmailSettingContent and
> TemplateEmailSettingContentType is also looks reasonable to me.
>
>
>> * review all send email function to manage the content rendering
>>>> Yes, during the proposed implementation, we were planning to do this as
>>>> well.
>>>>
>>>> But the time has been missed :(
>>>> If you are motivate, we can try to revive this idea ?
>>>>
>>>
>>> :-)
>>> I would love to hear more about your idea, will it be possible for you to
>>> share more information about this.
>>>
>> The issue where I started https://issues.apache.org/jira
>> /browse/OFBIZ-4333
>>
>> Nicolas
>>
>
>
>
> - Best Regards,
> Swapnil M Mane,
> www.hotwaxsystems.com
> www.hotwax.co
>


Re: [PROPOSAL] Environment variable configuration

2017-11-03 Thread Swapnil Mane
Thank you Michael! :-)


- Best Regards,
Swapnil M Mane

On Fri, Nov 3, 2017 at 2:40 PM, Michael Brohl 
wrote:

> Just an update triggered by the question from Swapnil [1]: our
> configuration mechanism mentioned below is now on Gradle so it would be
> compatible with 16.11 and later.
>
> Regards,
>
> Michael
>
> [1] https://lists.apache.org/thread.html/703f3e615a93a2a83fb92b1
> 22eb8275fb05aa27537d95342815dd043@%3Cdev.ofbiz.apache.org%3E
>
>
> Am 05.07.17 um 17:56 schrieb Michael Brohl:
>
> Hi Gil,
>>
>> we have similar challenges and modified OFBiz to deal with it easily. We
>> offered to contribute this long time ago (2008) but it was decided against
>> [1]. It was suggested to use patches instead but I think it's too
>> complicated to manage several patch sets for different environments.
>>
>> We now use a staged configure mechanism which uses a base build file,
>> auto detected machine name and provided parameters to decide which
>> configurations should be pulled for the environment. It's currently Ant
>> based and therefore does not fit into the current build mechanism (on the
>> todo list).
>>
>> I like your approach also and I think it should be evaluated and
>> discussed.
>>
>> Best regards,
>>
>> Michael Brohl
>> ecomify GmbH
>> www.ecomify.de
>>
>> [1] https://lists.apache.org/thread.html/b95e239250880d9a5b34268
>> b3b711f0f8f7f0540a26bb41c5ced493a@1213087551@%3Cdev.ofbiz.apache.org%3E
>>
>>
>>
>> Am 05.07.17 um 17:36 schrieb gil portenseigne:
>>
>>> Hello all,
>>>
>>> Working with different hosting companies, we used to have issues when
>>> deploying OFBiz concerning technical configuration of the different
>>> environments.
>>> We are writing this mail to get feedback from the community and
>>> eventually propose to improve OFBiz on this matter.
>>>
>>> For a customer, we are working with 4 instances of a release 13.07
>>> OFBiz, and are currently using a set of patches (with addonmanager...) to
>>> manage environment specific configurations.
>>> During each production deployment, the hosting company receive from our
>>> jenkins a precompiled archive containing OFBiz codebase, and then apply the
>>> set of patches to configure it to the environment needs, recompile and
>>> relaunch...
>>>
>>> This way of doing can cause issue when patch could not apply, after a
>>> codebase modification (pretty rare but it happens).
>>>
>>> We are not satisfied with this way of doing, we are currently thinking
>>> about using environment variables to configure technical environment
>>> properties (those are on the hosting company responsibility), and to keep
>>> functional specifics into the code base.
>>> If you have some experience or advice in this matter, you are welcome.
>>>
>>> For our case, we currently have enhanced OFBiz to be able to get
>>> environment variable from the operating system within property file and
>>> some other configuration files (with default value if not set).
>>>
>>> Examples :
>>> *In Property file :
>>> password=${env:ONE_CONF:ofbiz} -> environment variable ONE_CONF or ofbiz
>>> if unset
>>> other_config=${env:OTHER_CONF:${partyId}} -> environment variable
>>> OTHER_CONF or ${partyId} if unset
>>> *In entityengine.xml :
>>> jdbc-uri="${env:DB_POSTGRES_URI:jdbc:mysql://127.0.0.1/ofbiz
>>> ?autoReconnect=true}"
>>> jdbc-username="${env:DB_POSTGRES_USER:ofbiz}"
>>> jdbc-password="${env:DB_POSTGRES_PWD:ofbiz}"/>
>>>
>>> That allow us to keep functional parameters stored within git branches.
>>> Our jenkins now is able to build our 4 configured and compiled instances
>>> and deliver it to the hosting company, that just have to set/check
>>> environment variable (database access, activeMQ, log location, instance id,
>>> etc.) before starting OFBiz app. Now we cannot have configuration failure
>>> during deployment.
>>>
>>> We will be glad to contribute it, if it's the good way to go !
>>>
>>> Best Regards !
>>>
>>> Gil Portenseigne
>>>
>>>
>>
>>
>
>


Re: Running OFBiz in different modes (dev, production etc.)

2017-11-03 Thread Swapnil Mane
Thank you so much Taher, Gil, Jacques for your valuable inputs and time.
All the shared information will be really useful for me, I will have look
into this.

Thanks again for your kind inputs! :)


- Best  Regards,
Swapnil M Mane



On Fri, Nov 3, 2017 at 4:16 PM, gil portenseigne <
gil.portensei...@nereide.fr> wrote:

> Hi Jacques,
>
> Yes I'm interested to see Michael solution :)
>
> There is a Jira about env variable configuration :
> https://issues.apache.org/jira/browse/OFBIZ-9498
>
> Gil
>
>
>
> On 03/11/2017 11:40, Jacques Le Roux wrote:
>
>> Hi Gil,
>>
>> Michael also has a solution, I suggested to create a Jira and share our
>> experiences to get a consensus :)
>>
>> Jacques
>>
>>
>> Le 03/11/2017 à 10:00, gil portenseigne a écrit :
>>
>>> Hello Swapnil,
>>>
>>> Your mail make me think about a proposal i made this summer about
>>> environment configuration : https://s.apache.org/8mJh
>>>
>>> This wasn't adopted in a first place, and i wanting to investigate in a
>>> better way to do this, if no other opinions about it raised... (using
>>> gradle/template and such), but i couldn't find time to do so :).
>>>
>>> I'm still interested in this matter, this feature is very needed to ease
>>> devops !
>>>
>>> Regards,
>>>
>>> Gil
>>>
>>> On 03/11/2017 09:42, Swapnil Mane wrote:
>>>
>>>> Hello team,
>>>>
>>>> Nowadays advance frameworks allow us to run the application in the
>>>> different mode, e.g. dev mode, production mode etc.
>>>>
>>>> For dev mode, we may have the different set of configurations/settings
>>>> and
>>>> for production, it may be different.
>>>>
>>>> Here are few examples, there can be many
>>>>
>>>> 1.) Cache related settings can vary for production and dev mode.
>>>> 2.) We might want to load minified JS, CSS for production and for dev
>>>> mode
>>>> normal files.
>>>> 3.) Locale settings.
>>>> 4.) Host and ports settings
>>>> 5.) Sever Hits settings
>>>>
>>>> Currently, I observed one way of doing it is maintaining patches for the
>>>> production.
>>>> Do we have any such mechanism of running OFBiz in the different mode or
>>>> should we think about bringing this feature in OFBiz.
>>>>
>>>> Any thoughts and inputs are highly appreciated!
>>>>
>>>>
>>>>   - Best Regards,
>>>> Swapnil M Mane
>>>> Sr. Enterprise Software Engineer
>>>> www.hotwaxsystems.com
>>>>
>>>>
>>>
>>>
>>
>


Running OFBiz in different modes (dev, production etc.)

2017-11-03 Thread Swapnil Mane
Hello team,

Nowadays advance frameworks allow us to run the application in the
different mode, e.g. dev mode, production mode etc.

For dev mode, we may have the different set of configurations/settings and
for production, it may be different.

Here are few examples, there can be many

1.) Cache related settings can vary for production and dev mode.
2.) We might want to load minified JS, CSS for production and for dev mode
normal files.
3.) Locale settings.
4.) Host and ports settings
5.) Sever Hits settings

Currently, I observed one way of doing it is maintaining patches for the
production.
Do we have any such mechanism of running OFBiz in the different mode or
should we think about bringing this feature in OFBiz.

Any thoughts and inputs are highly appreciated!


 - Best Regards,
Swapnil M Mane
Sr. Enterprise Software Engineer
www.hotwaxsystems.com


Re: Planning for the creation of the new 17.xx branch(es)

2017-10-10 Thread Swapnil Mane
+1 Jacopo.

We have done really good process from last OFBiz 16.11 release. And yes I
think, it's a right time to start planning for next release.


- Best Regards,
Swapnil M Mane

On Tue, Oct 10, 2017 at 1:05 PM, Jacopo Cappellato  wrote:

> Hi all,
>
> I think it is time to start thinking about if, when, how we should create
> the new release branch out of the trunk. Actually, for the first time, we
> should probably create two branches: one for the framework and one for the
> plugins.
> What do you think?
>
> In my opinion we could try to get all the changes we want to have in the
> trunk to be included in the branch by end of November: this means that the
> the creation of the branch could happen at the end of November.
> If this is the case then the names could be:
> release17.11-framework
> release17.11-plugins
>
> The above is for the release *branches* only, not for the actual releases.
> We could decide at a later point if the actual releases will be shipped as
> two separate products (e.g. "Apache OFBiz Framework 17.11.01" and "Apache
> OFBiz Plugins 17.11.01") or merged into one (e.g. "Apache OFBiz 17.11.01").
>
> Best regards,
>
> Jacopo
>


Re: [ANNOUNCE] The Big Book for Apache OFBiz Data Model 2017 Released

2017-10-04 Thread Swapnil Mane
Super, thanks so much everyone!
Highly appreciated work. Indeed, this is an invaluable document :)


- Best Regards,
Swapnil M Mane

On Wed, Oct 4, 2017 at 7:16 PM, Aditya Sharma <
aditya.sha...@hotwaxsystems.com> wrote:

> My Bad. Just missed something important.
>
> Thanks to Sonal Patwari for all the effort she put in this whole task.
>
> Thanks to Pranay Pandey and Deepak Dixit for the guidance provided.
>
> Thanks and Regards,
>
> *Aditya Sharma* | Enterprise Software Engineer
> HotWax Systems 
> 
>
> On Wed, Oct 4, 2017 at 6:03 PM, Michael Brohl 
> wrote:
>
> > That's really great, thank you very much for your efforts, Aditya!
> >
> > Best regards,
> >
> > Michael
> >
> >
> > Am 04.10.17 um 13:15 schrieb Aditya Sharma:
> >
> >> Hello All,
> >>
> >> It gives me immense pleasure informing you all that we have updated *The
> >> Big
> >> Book of Apache OFBiz Data Model* according to the latest trunk version.
> >>
> >> The key features:
> >> * Colored content with titles according to the internal color pattern.
> >> * Addition of a separate page for integration specific entities.
> >> * Removal of technical process diagrams, making it specific for
> entities.
> >> * Addition of 77 new entities.
> >> * Removal of 8 entities.
> >> * Addition of around 200+ new fields in entities (Though major portion
> >> includes the addition of description or attrDescription fields in
> >> *Attribute or *TypeAttr entities).
> >> * Removal of 24 fields.
> >>
> >> I have uploaded the files on Data Model Diagrams page. Here is the link
> >> .
> >>
> >> Cheers!
> >>
> >> *Aditya Sharma* | Enterprise Software Engineer
> >> HotWax Systems 
> >> 
> >>
> >>
> >
> >
>


Re: [Proposal] Support for more decimals in price fields

2017-10-02 Thread Swapnil Mane
Thanks Chinmay for bringing this up, +1 from my side.

Liked all the points discussed by Taher.


Thanks Aishwary and Jacques too for the inputs :)


- Best Regards,
Swapnil M Mane

On Sun, Oct 1, 2017 at 2:18 PM, Taher Alkhateeb 
wrote:

> So this is one area where I faced many problems in the past, with
> units generally and money specifically. You could be surprised how
> many times something like rounding and accuracy can end up being a
> _big_ problem in systems.
>
> I think to really achieve flexibility (which is one of the strong
> points of OFBiz) then we should have a general purpose accuracy
> system. We can perhaps implement it as follows:
> - Amount could be a free field with no restriction on accuracy (it
> goes as far as the environment provides)
> - Accuracy should be a parameter with a default value. However, the
> parameter should be customizable to each unit of measurement
> (currency) separately. So for example, you can set USD to 2, KWD to 3,
> etc ...
> - Rounding method should be a parameter with a default value. Examples
> could be ROUND_UP, ROUND_DOWN, ROUND_NEAREST
> - Rounding time should be a parameter with a default value. Perhaps
> something like DURING_CALCULATION, AFTER_CALCULATION
> - Then we implement all basic calculations in services or utility
> methods that fully utilize the above parameters and settings.
>
> Sorry if I went overboard :) But I usually always lean towards root
> solutions that solve many problems at once. Not sure if any folks are
> interested but if you like the idea I'd be willing to help with it.
>
> On Wed, Sep 27, 2017 at 3:42 PM, Chinmay Patidar
>  wrote:
> > Hello Devs,
> >
> > Ofbiz places a restriction on saving more than 3 decimal places in price
> > related entity-fields. But there can be a number of use cases where a
> user
> > needs to store more than 2 or 3 decimal places in the currency related
> > entity-fields.
> >
> > I even saw some discussions related to this but didn't found any
> > conclusions from them. Even one issue
> >  has been created but
> for
> > limited fields. So, I would like to propose support for multiple or more
> > than 2/3 decimals in price related fields.
> >
> > Following are some findings related to the currency fields which would be
> > helpful to examine the requirement:
> > Ofbiz uses two field types to store the currency related entity-fields.
> > These two types are 'currency-amount' and 'currency-precise' with their
> > respective types being NUMBER(18,2) and NUMBER(18,3).
> >
> > Upon initial research, one can conclude that changing the field
> definitions
> > of 'currency-amount' and 'currency-precise' would achieve the
> requirement.
> > But doing so will raise following questions which need to be answered.
> Feel
> > free to add in them.
> >
> >- What would be the precise value of precision(number of decimals)?
> >- Will these changes can make the system inconsistent?
> >
> > In addition, I would like to know the significance of having two separate
> > field types, i.e. 'currency-amount' and 'currency-precise'.
> >
> > Also, I have marked one improvement which will be needed to realize the
> > solution. There are multiple occurrences where hardcoded scaling of 2 has
> > been set to either display or store a currency field. This needs to be
> > changed and must be set dynamically.
> >
> > I'd like to hear your thoughts.
> >
> > Thanks,
> > *Chinmay Patidar*
>


Re: Security group permission association must have date range

2017-09-28 Thread Swapnil Mane
+1 Suraj!



- Best Regards,
Swapnil M Mane

On Thu, Sep 28, 2017 at 1:35 PM, Suraj Khurana <
suraj.khur...@hotwaxsystems.com> wrote:

> Hello,
>
> There might be many scenarios in the real business that you need to
> maintain specific permission to a specific group for some specified time
> only. Like at the time of business expansion, permission related work
> allotment to current employees, so maintaining history becomes important
> here.
>
> IMO, there should be *fromDate* and *thruDate* fields on
> *SecurityGroupPermission* entity as well with *fromDate* as part of primary
> key.
>
> Please let me know your thoughts on this.
>
> --
> Thanks and Regards,
> *Suraj Khurana* | Sr. Enterprise Software Engineer
> *HotWax Commerce*  by  *HotWax Systems*
> Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
>


Re: Common-theme next step

2017-09-26 Thread Swapnil Mane
Thank you Jacques!
Done - https://issues.apache.org/jira/browse/OFBIZ-9794


- Best Regards,
Swapnil M Mane

On Tue, Sep 26, 2017 at 8:40 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Swapnil,
>
> Could you please open a Jira for your case?
>
> I'll double check mine and will add it also
>
> Thanks
>
> Jacques
>
>
>
> Le 26/09/2017 à 10:46, Swapnil Mane a écrit :
>
>> Yes Jacques, thanks for looking into this.
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>>
>> On Tue, Sep 26, 2017 at 2:08 PM, Jacques Le Roux <
>> jacques.le.r...@les7arts.com> wrote:
>>
>> Hi Swapnil, All,
>>>
>>> This is a real problem, I just crossed it also with
>>>
>>> 2017-09-26 10:03:34,730 |jsse-nio-8443-exec-6
>>> |ServiceDispatcher |T| [[ASync service failed...-
>>> total:0.004,since last(ASync service sta...):0.004]] - 'ecommerce /
>>> sendOrderConfirmation'
>>> 2017-09-26 10:03:34,730 |jsse-nio-8443-exec-6
>>> |ServiceDispatcher |E| Service [sendOrderConfirmation] threw
>>> an
>>> unexpected exception/error
>>> org.apache.ofbiz.service.GenericServiceException: Problem serializing
>>> service attributes (Cannot serialize object of class
>>> org.apache.ofbiz.widget.renderer.VisualTheme)
>>>
>>> and
>>>
>>> 2017-09-26 10:03:40,283 |jsse-nio-8443-exec-6
>>> |ScreenFactory |I| Got 2 screens in 0.005s from:
>>> file:/C:/projectsASF/ofbiz/plugins/ecommerce/widget/Shopping
>>> ListScreens.xml
>>> 2017-09-26 10:03:40,578 |jsse-nio-8443-exec-6
>>> |ScriptUtil|W| Error running script at location
>>> [component://ecommerce/groovyScripts/shoppinglist/EditShoppi
>>> ngList.groovy]:
>>> org.codehaus.groov
>>> y.runtime.typehandling.GroovyCastException: Cannot cast object 'USD'
>>> with
>>> class 'java.lang.String' to class 'org.apache.ofbiz.widget.rende
>>> rer.VisualTheme'
>>> org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot
>>> cast
>>> object 'USD' with class 'java.lang.String' to class
>>> 'org.apache.ofbiz.widget.renderer.VisualTheme'
>>>
>>> I have no other ideas yet (working on something else). But I'll have a
>>> look ASAP
>>>
>>> Jacques
>>>
>>>
>>>
>>> Le 23/09/2017 à 11:11, Swapnil Mane a écrit :
>>>
>>> Thanks Jacques for your timings and suggestion.
>>>> @SuppressWarnings("serial") doesn't work for me.
>>>>
>>>> = Console Log start =
>>>>
>>>> 2017-09-23 14:38:25,610 |jsse-nio-8443-exec-8
>>>> |ServiceDispatcher |T| [[ASync service started...-
>>>> total:0.0,since last(Begin):0.0]] - 'manufacturing / executeMrp'
>>>> 2017-09-23 14:38:25,630 |jsse-nio-8443-exec-8
>>>> |SequenceUtil  |I| Got bank of sequenced IDs for
>>>> [RuntimeData]; curSeqId=10600, maxSeqId=10700, bankSize=100
>>>> 2017-09-23 14:38:25,649 |jsse-nio-8443-exec-8
>>>> |UtilObject|E| null
>>>> java.io.NotSerializableException: org.apache.ofbiz.widget.model.
>>>> ModelTheme$ModelTemplate
>>>>   at java.io.ObjectOutputStream.wri
>>>> teObject0(ObjectOutputStream.
>>>> java:1184)
>>>> ~[?:1.8.0_66]
>>>>   at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.
>>>> java:348)
>>>> ~[?:1.8.0_66]
>>>>   at java.util.HashMap.internalWriteEntries(HashMap.java:1777)
>>>> ~[?:1.8.0_66]
>>>>   at java.util.HashMap.writeObject(HashMap.java:1354)
>>>> ~[?:1.8.0_66]
>>>>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>> Method)
>>>> ~[?:1.8.0_66]
>>>>   at sun.reflect.NativeMethodAccessorImpl.invoke(
>>>> NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
>>>>   at sun.reflect.DelegatingMethodAccessorImpl.invoke(
>>>> DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
>>>>   at java.lang.reflect.Method.invoke(Method.java:497)
>>>> ~[?:1.8.0_66]
>>>>   at java.io.ObjectStreamClass.invo
>>>> keWriteObject(ObjectStreamClas
>>>> s.java:1028)
>>>> ~[?:1.8.0_66]
>>>>   at java.io.ObjectOutputStream.wri
>>>> teSerialData(ObjectOut

Re: Common-theme next step

2017-09-26 Thread Swapnil Mane
Yes Jacques, thanks for looking into this.


- Best Regards,
Swapnil M Mane

On Tue, Sep 26, 2017 at 2:08 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Swapnil, All,
>
> This is a real problem, I just crossed it also with
>
> 2017-09-26 10:03:34,730 |jsse-nio-8443-exec-6
> |ServiceDispatcher |T| [[ASync service failed...-
> total:0.004,since last(ASync service sta...):0.004]] - 'ecommerce /
> sendOrderConfirmation'
> 2017-09-26 10:03:34,730 |jsse-nio-8443-exec-6
> |ServiceDispatcher |E| Service [sendOrderConfirmation] threw an
> unexpected exception/error
> org.apache.ofbiz.service.GenericServiceException: Problem serializing
> service attributes (Cannot serialize object of class
> org.apache.ofbiz.widget.renderer.VisualTheme)
>
> and
>
> 2017-09-26 10:03:40,283 |jsse-nio-8443-exec-6
> |ScreenFactory |I| Got 2 screens in 0.005s from:
> file:/C:/projectsASF/ofbiz/plugins/ecommerce/widget/Shopping
> ListScreens.xml
> 2017-09-26 10:03:40,578 |jsse-nio-8443-exec-6
> |ScriptUtil|W| Error running script at location
> [component://ecommerce/groovyScripts/shoppinglist/EditShoppingList.groovy]:
> org.codehaus.groov
> y.runtime.typehandling.GroovyCastException: Cannot cast object 'USD' with
> class 'java.lang.String' to class 'org.apache.ofbiz.widget.rende
> rer.VisualTheme'
> org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast
> object 'USD' with class 'java.lang.String' to class
> 'org.apache.ofbiz.widget.renderer.VisualTheme'
>
> I have no other ideas yet (working on something else). But I'll have a
> look ASAP
>
> Jacques
>
>
>
> Le 23/09/2017 à 11:11, Swapnil Mane a écrit :
>
>> Thanks Jacques for your timings and suggestion.
>> @SuppressWarnings("serial") doesn't work for me.
>>
>> = Console Log start =
>>
>> 2017-09-23 14:38:25,610 |jsse-nio-8443-exec-8
>> |ServiceDispatcher |T| [[ASync service started...-
>> total:0.0,since last(Begin):0.0]] - 'manufacturing / executeMrp'
>> 2017-09-23 14:38:25,630 |jsse-nio-8443-exec-8
>> |SequenceUtil  |I| Got bank of sequenced IDs for
>> [RuntimeData]; curSeqId=10600, maxSeqId=10700, bankSize=100
>> 2017-09-23 14:38:25,649 |jsse-nio-8443-exec-8
>> |UtilObject|E| null
>> java.io.NotSerializableException: org.apache.ofbiz.widget.model.
>> ModelTheme$ModelTemplate
>>  at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.
>> java:1184)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.
>> java:348)
>> ~[?:1.8.0_66]
>>  at java.util.HashMap.internalWriteEntries(HashMap.java:1777)
>> ~[?:1.8.0_66]
>>  at java.util.HashMap.writeObject(HashMap.java:1354)
>> ~[?:1.8.0_66]
>>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> ~[?:1.8.0_66]
>>  at sun.reflect.NativeMethodAccessorImpl.invoke(
>> NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
>>  at sun.reflect.DelegatingMethodAccessorImpl.invoke(
>> DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
>>  at java.lang.reflect.Method.invoke(Method.java:497)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClas
>> s.java:1028)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStrea
>> m.java:1496)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputS
>> tream.java:1432)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.
>> java:1178)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputSt
>> ream.java:1548)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStrea
>> m.java:1509)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputS
>> tream.java:1432)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.
>> java:1178)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputSt
>> ream.java:1548)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStrea
>> m.java:1509)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputS
>> tream.java:1432)
>> ~[?:1.8.0_66]
>>  at java.io.ObjectOutputStream.writeObject0(Obj

Re: Common-theme next step

2017-09-23 Thread Swapnil Mane
jar:8.5.16]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[?:1.8.0_66]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[?:1.8.0_66]
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
[tomcat-util-8.5.16.jar:8.5.16]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
Caused by: org.apache.ofbiz.entity.serialize.SerializeException: Unable to
serialize object; null byte array returned
at org.apache.ofbiz.entity.serialize.XmlSerializer.
serializeCustom(XmlSerializer.java:264) ~[ofbiz.jar:?]
at org.apache.ofbiz.entity.serialize.XmlSerializer.
serializeSingle(XmlSerializer.java:257) ~[ofbiz.jar:?]
at org.apache.ofbiz.entity.serialize.XmlSerializer.
serializeSingle(XmlSerializer.java:252) ~[ofbiz.jar:?]
at org.apache.ofbiz.entity.serialize.XmlSerializer.
serialize(XmlSerializer.java:78) ~[ofbiz.jar:?]
at org.apache.ofbiz.service.engine.GenericAsyncEngine.
runAsync(GenericAsyncEngine.java:94) ~[ofbiz.jar:?]
... 40 more

= Console Log end =


- Best Regards,
Swapnil

On Sat, Sep 23, 2017 at 1:33 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Swapnil,
>
> Did you try?
>
> @SuppressWarnings("serial")
> public final class VisualTheme implements Serializable {
>
> Jacques
>
>
>
> Le 23/09/2017 à 08:29, Swapnil Mane a écrit :
>
>> Thank you Nicolas and team for this great work.
>> Highly appreciated!!
>>
>> I am facing some Exception related to VisualTheme while running the MRP.
>> https://demo-trunk.ofbiz.apache.org/manufacturing/control/RunMrp
>>
>> I guess it is related to theme work we have done, please let me know, if I
>> am missing anything.
>>
>>
>> = Console Log start =
>> [[ASync service failed...- total:0.012,since last(ASync service
>> sta...):0.012]] - 'manufacturing / executeMrp'
>> 2017-09-23 11:44:24,458 |jsse-nio-8443-exec-6
>> |ServiceDispatcher |E| Service [executeMrp] threw an
>> unexpected
>> exception/error
>> org.apache.ofbiz.service.GenericServiceException: Problem serializing
>> service attributes (Cannot serialize object of class
>> org.apache.ofbiz.widget.renderer.VisualTheme)
>>  at
>> org.apache.ofbiz.service.engine.GenericAsyncEngine.runAsync(
>> GenericAsyncEngine.java:124)
>> ~[ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.service.engine.GenericAsyncEngine.runAsync(
>> GenericAsyncEngine.java:70)
>> ~[ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.service.ServiceDispatcher.runAsync(ServiceD
>> ispatcher.java:715)
>> [ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.service.ServiceDispatcher.runAsync(ServiceD
>> ispatcher.java:780)
>> [ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDis
>> patcher.runAsync(GenericDispatcherFactory.java:181)
>> [ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDis
>> patcher.runAsync(GenericDispatcherFactory.java:191)
>> [ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.webapp.event.ServiceEventHandler.invoke(Ser
>> viceEventHandler.java:348)
>> [ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.webapp.control.RequestHandler.runEvent(Requ
>> estHandler.java:730)
>> [ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.webapp.control.RequestHandler.doRequest(Req
>> uestHandler.java:454)
>> [ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.webapp.control.ControlServlet.doGet(Control
>> Servlet.java:212)
>> [ofbiz.jar:?]
>>  at
>> org.apache.ofbiz.webapp.control.ControlServlet.doPost(Contro
>> lServlet.java:87)
>> [ofbiz.jar:?]
>>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
>> [javax.servlet-api-3.1.0.jar:3.1.0]
>>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
>> [javax.servlet-api-3.1.0.jar:3.1.0]
>>  at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
>> lter(ApplicationFilterChain.java:231)
>> [tomcat-catalina-8.5.16.jar:8.5.16]
>>  at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
>> licationFilterChain.java:166)
>> [tomcat-catalina-8.5.16.jar:8.5.16]
>>  at
>> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>> [tomcat-embed-websocket-8.0.39.jar:8.0.39]
>>  at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
>> lter(ApplicationFilterChain.java:193)
>> [tomcat-catalina-8.5.16.jar:8.5.

Re: Common-theme next step

2017-09-23 Thread Swapnil Mane
Thank you Nicolas and team for this great work.
Highly appreciated!!

I am facing some Exception related to VisualTheme while running the MRP.
https://demo-trunk.ofbiz.apache.org/manufacturing/control/RunMrp

I guess it is related to theme work we have done, please let me know, if I
am missing anything.


= Console Log start =
[[ASync service failed...- total:0.012,since last(ASync service
sta...):0.012]] - 'manufacturing / executeMrp'
2017-09-23 11:44:24,458 |jsse-nio-8443-exec-6
|ServiceDispatcher |E| Service [executeMrp] threw an unexpected
exception/error
org.apache.ofbiz.service.GenericServiceException: Problem serializing
service attributes (Cannot serialize object of class
org.apache.ofbiz.widget.renderer.VisualTheme)
at
org.apache.ofbiz.service.engine.GenericAsyncEngine.runAsync(GenericAsyncEngine.java:124)
~[ofbiz.jar:?]
at
org.apache.ofbiz.service.engine.GenericAsyncEngine.runAsync(GenericAsyncEngine.java:70)
~[ofbiz.jar:?]
at
org.apache.ofbiz.service.ServiceDispatcher.runAsync(ServiceDispatcher.java:715)
[ofbiz.jar:?]
at
org.apache.ofbiz.service.ServiceDispatcher.runAsync(ServiceDispatcher.java:780)
[ofbiz.jar:?]
at
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runAsync(GenericDispatcherFactory.java:181)
[ofbiz.jar:?]
at
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runAsync(GenericDispatcherFactory.java:191)
[ofbiz.jar:?]
at
org.apache.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:348)
[ofbiz.jar:?]
at
org.apache.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:730)
[ofbiz.jar:?]
at
org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:454)
[ofbiz.jar:?]
at
org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:212)
[ofbiz.jar:?]
at
org.apache.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:87)
[ofbiz.jar:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
[javax.servlet-api-3.1.0.jar:3.1.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
[javax.servlet-api-3.1.0.jar:3.1.0]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
[tomcat-embed-websocket-8.0.39.jar:8.0.39]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:196)
[ofbiz.jar:?]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.ofbiz.webapp.control.ControlFilter.doFilter(ControlFilter.java:157)
[ofbiz.jar:?]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
[tomcat-catalina-8.5.16.jar:8.5.16]
at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
[tomcat-coyote-8.5.16.jar:8.5.16]
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
[tomcat-coyote-8.5.16.jar:8.5.16]
at

Re: svn commit: r1806762 [1/2] - in /ofbiz/site: ./ template/page/ template/page/releases/

2017-08-31 Thread Swapnil Mane
+1, Liked the idea to have independent page for each release notes.


- Best Regards,
Swapnil M Mane

On Thu, Aug 31, 2017 at 1:43 PM,  wrote:

> Author: deepak
> Date: Thu Aug 31 08:13:30 2017
> New Revision: 1806762
>
> URL: http://svn.apache.org/viewvc?rev=1806762=rev
> Log:
> Added two new pages for release notes, as release notes may be large so
> its good idea to have independent page for each release notes.
>
> Added:
> ofbiz/site/template/page/release-notes-13.07.03.tpl.php
>   - copied, changed from r1806761, ofbiz/site/template/page/
> releases/release-notes-13.07.03.html
> ofbiz/site/template/page/release-notes-16.11.03.tpl.php
>   - copied, changed from r1806761, ofbiz/site/template/page/
> releases/release-notes-16.11.03.html
> Removed:
> ofbiz/site/template/page/releases/release-notes-13.07.03.html
> ofbiz/site/template/page/releases/release-notes-16.11.03.html
> Modified:
> ofbiz/site/download.html
> ofbiz/site/release-notes-13.07.03.html
> ofbiz/site/release-notes-16.11.03.html
> ofbiz/site/template/page/download.tpl.php
>
> Modified: ofbiz/site/download.html
> URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=
> 1806762=1806761=1806762=diff
> 
> ==
> --- ofbiz/site/download.html (original)
> +++ ofbiz/site/download.html Thu Aug 31 08:13:30 2017
> @@ -134,169 +134,20 @@
>OFBiz 16.11.03
> class="moreLink"> Download 
>  
> -  OFBiz 13.07
> +  OFBiz 13.07.03
> class="moreLink"> Download 
>   
>  
>  
>
>  
> -
> -  
> -
> -  
> -  
> -16.11.03
> -Bug
> -
> -   target="external">[OFBIZ-9286] - ERROR: Cannot do a find that returns
> an EntityListIterator with no transaction in place
> -   target="external">[OFBIZ-9305] - change debug.properties property
> value cause ofbiz can't start
> -   target="external">[OFBIZ-9373] - Create new blog article entry
> error
> -   target="external">[OFBIZ-9374] - Fix TemporalExpressions.Frequency to
> avoid moving job start times away from given freqCount raster
> -   target="external">[OFBIZ-9384] - RequestHandlerException on request
> link of Quote Price page
> -   target="external">[OFBIZ-9386] - RequestHandlerException on request
> link of Quote Profit page
> -   target="external">[OFBIZ-9387] - CostServices.xml#getProductCost fail
> currency conversion
> -   target="external">[OFBIZ-9407] -  simple methods not terminating on
> error condition
> -   target="external">[OFBIZ-9410] - Software not usable all standard
> installs failed
> -   target="external">[OFBIZ-9425] - createShipment code logic error
> -
> -Improvement
> -
> -   target="external">[OFBIZ-8202] - Use try-with-resources statement
> wherever it's possible
> -   target="external">[OFBIZ-9380] - renderDateTimeField works in IE, not
> working with lastest Chrome
> -   target="external">[OFBIZ-9406] - Update Geo data for India
> -   target="external">[OFBIZ-9413] - Update Currency Uom data
> -   target="external">[OFBIZ-9422] -  Accounting Manager \ Fixed Assets,
> press button [NEW FIXED ASSET], but action button is [Update], not
> [Save]
> -
> -New Feature
> -
> -   target="external"">[OFBIZ-7120] - Multisite support in
> specialpurpose/cmssite
> -
> -  
> -
> +  OFBiz 16.11.03
> +   class="moreLink"> View
> +
>  
> -
> -  
> -
> -  
> -  
> -13.07.03
> -Sub Task
> -
> -   target="external">[OFBIZ-5634] - Error in pagination in
> createProductSubscriptionResource (Catalog)
> -   target="external">[OFBIZ-5801] -  Upgrade Axis2 to 1.6.3
> -   target="external">[OFBIZ-6568] - Update Groovy to 2.4.5 version
> -   target="external">[OFBIZ-6726] - Update commons collections to 3.2.2
> because of known possible exploit
> -   target="external">[OFBIZ-6751] - POI security fix
> -   target="external">[OFBIZ-6752] - Updates Tomcat to 7.0.65
> -   target="external">[OFBIZ-6754] - Update Spring Framework
> -   target="external">[OFBIZ-6800] - Another .fo.ftl file use "align"
> attribute in "" tag.
> -   target="external">[OFBIZ-6905] - Update Xalan libs to version 2.7.2
> because of CVE-2014-0107
> -   target="external">[OFBIZ-6913] - Update Tomcat to 7.0.68
> -   target="external">[OFBIZ-6916] - Upgrade Axis2 to 1.7.1
> -   target="external">[OFBIZ-6942] - Comment out RMI related code because
> of the Java deserialization issue
> -   target="external">[OFBIZ-6959] - Update XStream lib to prevent XML
> External Entity (XXE) 

Re: Help Needed to move our new website live

2017-08-29 Thread Swapnil Mane
Wow, thank you everyone for your efforts.
New site looks super good.


- Best Regards,
Swapnil M Mane

On Tue, Aug 29, 2017 at 12:21 PM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> Just to update you all, now its working fine
>
> Nice work Kenneth and Sharan. I found some enhancement. Will fix one by one
> when I get a chance.
> Thanks Ashish and Sandeep for your help.
>
> Special Thanks to infra team to fix the issue.
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
>
> On Tue, Aug 29, 2017 at 11:16 AM, Deepak Dixit <
> deepak.di...@hotwaxsystems.com> wrote:
>
> > Yes Pranay, need to debug what we are missing.
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwaxsystems.com
> > www.hotwax.co
> >
> > On Tue, Aug 29, 2017 at 8:30 AM, Pranay Pandey <
> > pranay.pan...@hotwaxsystems.com> wrote:
> >
> >> Hi Deepak,
> >>
> >> Great job. Thanks for the effort.
> >> I think still some configuration is missing.
> >>
> >> On 29-Aug-2017 1:20 AM, "Deepak Dixit" 
> >> wrote:
> >>
> >> > Hi All,
> >> >
> >> > This has been done, But changes not reflecting, I think it may take
> some
> >> > time to reflect.
> >> >
> >> >
> >> > Thanks & Regards
> >> > --
> >> > Deepak Dixit
> >> > www.hotwaxsystems.com
> >> > www.hotwax.co
> >> >
> >> > On Mon, Aug 28, 2017 at 11:48 PM, Deepak Dixit <
> >> > deepak.di...@hotwaxsystems.com> wrote:
> >> >
> >> > > I am also renaming some html file to maintain search engine indexed
> >> > > webpage url.
> >> > > Like mailinglists.html to mailing-lists.html etc.
> >> > >
> >> > > Once these done will update the site.
> >> > >
> >> > > Thanks & Regards
> >> > > --
> >> > > Deepak Dixit
> >> > > www.hotwaxsystems.com
> >> > > www.hotwax.co
> >> > >
> >> > > On Mon, Aug 28, 2017 at 11:42 PM, Jacques Le Roux <
> >> > > jacques.le.r...@les7arts.com> wrote:
> >> > >
> >> > >> +1
> >> > >>
> >> > >> Jacques
> >> > >>
> >> > >>
> >> > >>
> >> > >> Le 28/08/2017 à 20:00, Pranay Pandey a écrit :
> >> > >>
> >> > >>> Yes renaming the old one sounds good Deepak.
> >> > >>>
> >> > >>> Best regards,
> >> > >>> Pranay Pandey
> >> > >>> www.hotwaxsystems.com
> >> > >>> www.hotwax.co
> >> > >>>
> >> > >>> On Mon, Aug 28, 2017 at 5:50 PM, Deepak Dixit <
> >> > >>> deepak.di...@hotwaxsystems.com> wrote:
> >> > >>>
> >> > >>> Hi Sharan,
> >> > 
> >> >  We are using  *svnpubsub  >> > project-site.html>
> >> >  *tools
> >> >  to publish ofbiz website.
> >> >  So we need to move http://svn.apache.org/repos/
> asf/ofbiz/branches/
> >> >  ofbiz-new-website/ to http://svn.apache.org/repos/
> asf/ofbiz/site/
> >> and
> >> >  it
> >> >  should work.
> >> > 
> >> >  We can rename http://svn.apache.org/repos/asf/ofbiz/site/ to
> >> old-site
> >> >  for
> >> >  reference and them can copy some artefacts from old_site to  new
> >> site
> >> >  like doap_OFBiz.rdf
> >> >  , pmc, svn folder etc.
> >> > 
> >> >  Please share your thought on this. Others opinions ?
> >> > 
> >> >  Thanks & Regards
> >> >  --
> >> >  Deepak Dixit
> >> >  www.hotwaxsystems.com
> >> >  www.hotwax.co
> >> > 
> >> >  On Mon, Aug 28, 2017 at 4:58 PM, Sharan Foga <
> >> sharan.f...@gmail.com>
> >> >  wrote:
> >> > 
> >> >  Thanks Deepak, Sandeep and Ashish!
> >> > >
> >> > > We already have a Jira open that we can use:
> >> > >
> >> > > https://issues.apache.org/jira/browse/OFBIZ-7792
> >> > >
> >> > > So what do you recommend as the next steps?
> >> > >
> >> > > Thanks
> >> > > Sharan
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On 28/08/17 12:51, Deepak Dixit wrote:
> >> > >
> >> > > Hi Sharan,
> >> > >>
> >> > >> Thanks for your effort. New website looks good.
> >> > >>
> >> > >> Sandeep Kose, Ashish and I willing to help.
> >> > >>
> >> > >>
> >> > >> Thanks & Regards
> >> > >> --
> >> > >> Deepak Dixit
> >> > >> www.hotwaxsystems.com
> >> > >> www.hotwax.co
> >> > >>
> >> > >> On Mon, Aug 28, 2017 at 3:36 PM, Sharan Foga <
> sha...@apache.org>
> >> > >> wrote:
> >> > >>
> >> > >> Hi All
> >> > >>
> >> > >>> Thanks to everyone for your feedback on the new-look website.
> >> Now
> >> > the
> >> > >>> next
> >> > >>> step is that we need to look at moving it live, so I am
> looking
> >> for
> >> > >>>
> >> > >> some
> >> > 
> >> > > help as I have no idea how to change it over from the old site.
> >> > >>>
> >> > >>> Any volunteers willing to help me with this?
> >> > >>>
> >> > >>> Thanks
> >> > >>> Sharan
> >> > >>>
> >> > >>>
> >> > >>>
> >> > >>
> >> > >
> >> >
> >>
> >
> >
>


Re: tutorial for new version

2017-08-29 Thread Swapnil Mane
Hello team,

We have done good process in OFBiz tutorial restructuring & release
specific tutorial.
Please refer following documents

*OFBiz trunk tutorial* - https://cwiki.apache.org/confl
uence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide

*OFBiz 16.11* - https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
Tutorial+-+A+Beginners+Development+Guide+for+16.11

*OFBiz 13.07, 14.12 and 15.12* - https://cwiki.apache.org/confl
uence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Develop
ment+Guide+for+13.07%2C+14.12+and+15.12

Thank you everyone who helped in this with your kind inputs and work.
Special thanks @Pranay Pandey for your continuous guidance and help. And
@Rohit Rai for verifying the latest tutorial for trunk.


Dear team,
We request you to please have look into these and provide your kind
improvements and suggestions.



- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com
www.hotwax.co


On Tue, Apr 18, 2017 at 6:54 PM, Swapnil Mane <swapnil.m...@hotwaxsystems.co
m> wrote:

> Hello Jacques and team,
>
> We are working on release specific tutorial as well, since we have done
> lots from changes in OFBiz from release 15.12 to current trunk (like gradle
> and plugin directory structure)
>
> So, we are planning to have following structure
>
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tuto
> rial+-+A+Beginners+Development+Guide will be sync up with the latest
> trunk (so this will be always *in progress* document for us)
>
> and for release specific tutorial, we will create child pages under the
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tuto
> rial+-+A+Beginners+Development+Guide
>
> IMO, this structure will not confuse user and will give an easy entry
> route for the new people joining the community.
> (Since, we have seen various user are requesting for latest trunk tutorial
> and some are also using release branch.
> A single tutorial including release and trunk tutorial might confuse the
> user)
>
> We would also welcome thoughts from community on this.
>
> Thanks: @Pranay for inputs and continuous support on this.
>
>
> @Jacques, thanks for help in reviewing, please see my comments inline.
>
>
> - Best Regards,
> Swapnil M Mane
> Sr. Enterprise Software Engineer
> H <http://www.hotwaxsystems.com/>otWax Systems
>
>
> <http://www.hotwaxsystems.com/>
> On Tue, Apr 18, 2017 at 5:52 PM, Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
>
>> Hi Pranay, Tutorial Maintainers :)
>>
>> Great works guys! I have slightly amended the R16.11 version. I'll
>> continue to review...
>>
>> I see very few differences (only "for 13.07, 14.12 and 15.12" added in
>> title and content) between
>>
>> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tuto
>> rial+-+A+Beginners+Development+Guide and
>>
>> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tuto
>> rial+-+A+Beginners+Development+Guide+for+13.07%2C+14.12+and+15.12
>>
>> Why do we have 2 versions?
>>
>
> We are planning to update the https://cwiki.apache.org/confl
> uence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide as per
> the trunk (i.e. commands of gradle and new directory structure we are
> following for plugins)
>
>
>>
>> Thanks
>>
>> Jacques
>>
>>
>>
>> Le 07/02/2017 à 10:43, Pranay Pandey a écrit :
>>
>>> Hi Ahmad,
>>>
>>> The existing OFBiz beginners tutorial
>>> <https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tut
>>> orial+-+A+Beginners+Development+Guide>
>>> should
>>> work for you, as you simply replace ant targets with gradle.
>>> For 16.11.01 and trunk versions of OFBiz you can find good information on
>>> gradle commands in README.md file.
>>>
>>> Please feel free to post any issues you face.
>>>
>>>
>>> Best regards,
>>>
>>> Pranay Pandey
>>> HotWax Systems
>>> http://www.hotwaxsystems.com/
>>>
>>> On Tue, Feb 7, 2017 at 2:38 PM, Ahmad Rabab’ah <araba...@bi-bst.com>
>>> wrote:
>>>
>>> Hello ,
>>>>
>>>> There is any tutorial for the latest version for OFbiz *16.11.01* ?
>>>> or any documentation for that ?
>>>>
>>>>
>>>>
>>>>
>>>> *Best Regards,*
>>>>
>>>>
>>>>
>>>> Ahmad Rbab’ah
>>>>
>>>> Java Developer
>>>>
>>>>
>>>>
>>>> [image: Description: Logo for Office-4]
>>>>
>>>>
>>>>
>>>> [image: Description: bi email-3-02]
>>>>
>>>>
>>>>
>>>> P.O.Box 3516 Amman, 11821
>>>>
>>>> The Hashemite Kingdom of Jordan
>>>>
>>>> *Tel.* +962 (6) 556 2620
>>>>
>>>> *Mob (Jordan).*   +962 79 5077915
>>>>
>>>> [image: Description: bi email-3-04]
>>>>
>>>> [image: Description: bi email-3-05]
>>>>
>>>> /biict
>>>>
>>>> @biict
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>
>


Re: [PROPOSAL] Short Messaging Service(SMS) Gateway Integration

2017-08-26 Thread Swapnil Mane
Big +1 Pritam!


- Best Regards,
Swapnil M Mane

On Sat, Aug 26, 2017 at 5:01 PM, Pritam Kute 
wrote:

> Hi Devs,
>
> Many e-commerce businesses (especially operating in Asian countries)
> nowadays use short messaging service (SMS) in mobile phones to notify and
> update customers about order details, shipment statuses etc.
>
> I would like to propose an SMS Gateway Integration in Ofbiz. I will share
> proposed design details with you all soon. Till then, I would like to know
> your thoughts on this idea.
>
> Thanks and Regards
> --
> Pritam Kute
>


Re: svn commit: r1806152 - /ofbiz/site/community.html

2017-08-25 Thread Swapnil Mane
Thank you Jacques for taking care of many things :)

I also agree with Taher's thoughts, we should remove this line,

>> Please use rather the user ML for technical questions

- Best Regards,
Swapnil M Mane


On Fri, Aug 25, 2017 at 4:58 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> I have no strong opinion about it and can remove the "Please use rather
> the user ML for technical questions" sentence there.
>
> Note that I have put something alike in the HipChat room topic/title.
>
> For my opinion about HipChat room and alike see https://s.apache.org/KwJs
>
> Jacques
>
>
>
> Le 25/08/2017 à 12:16, Taher Alkhateeb a écrit :
>
>> I'm not sure about that. We shouldn't restrain people from asking
>> questions on HipChat if they feel shy or intimidated at first and then
>> we can gently guide them to the ML. Some people might feel overwhelmed
>> in subscribing to an ML and then asking a question publicly to a place
>> subscribed to by hundreds of users.
>>
>> On Fri, Aug 25, 2017 at 1:09 PM,   wrote:
>>
>>> Author: jleroux
>>> Date: Fri Aug 25 10:09:23 2017
>>> New Revision: 1806152
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1806152=rev
>>> Log:
>>> Adds a link to HipChat (with a warning), as suggested by Rajesh Mallah
>>> on user ML
>>>
>>> Modified:
>>>  ofbiz/site/community.html
>>>
>>> Modified: ofbiz/site/community.html
>>> URL: http://svn.apache.org/viewvc/ofbiz/site/community.html?rev=1
>>> 806152=1806151=1806152=diff
>>> 
>>> ==
>>> --- ofbiz/site/community.html (original)
>>> +++ ofbiz/site/community.html Fri Aug 25 10:09:23 2017
>>> @@ -52,6 +52,7 @@ Read and subscribe to the mailing list t
>>>   Mailing Lists
>>>   Source Repository
>>> (SVN)
>>>   https://issues.apache.org/jira/browse/OFBIZ;
>>> target="external">Issue Tracker (Jira)
>>> +https://www.hipchat.com/gGlwdXZZl;
>>> target="_blank">OFBiz Chat Room (HipChat) Please use rather the user ML
>>> for technical questions
>>> 
>>>
>>>   
>>>
>>>
>>>
>


Re: Updating our OFBiz Blog Template

2017-08-25 Thread Swapnil Mane
+1, thanks Sharan and Kenneth.



- Best Regards,
Swapnil M Mane

On Thu, Aug 24, 2017 at 10:16 PM, Sharan Foga  wrote:

> Hi Everyone
>
> I've received some feedback (and a link) from Kenneth for an initial
> design for a new blog format based on the style of the new website.
>
> https://codepen.io/kennethp/full/OjEvaJ/
>
> Please can you take a look and let me have your comments and feedback.
>
> Thanks
> Sharan
>
>
>  Forwarded Message 
> Subject:Re: Movement on the New OFBiz Website :-)
> Date:   Wed, 23 Aug 2017 21:05:39 +
> From:   Kenneth Paskett 
> To: Mike Bates , Sharan Foga <
> sharan.f...@gmail.com>
>
>
>
> Hi Sharan -
>
> I've had some time to review the OFBiz blog. Updating only the CSS, I've
> been able to come up with something that is much more similar to the design
> of the new site. This is what I've come up with:
> https://codepen.io/kennethp/full/OjEvaJ/
>
> I could make it much better if I'm able to edit some of the HTML content
> as well. Looking at the code, there are empty anchor tags, and overall the
> code just looks kind of messy. I'd love to do some additional work and
> structuring of the HTML for better flow and organization, so let me know if
> edits to the HTML are possible or not.
>
> Also, please provide any comments or feedback you have on the current
> direction of the design (remembering there are things I'd like to do if I
> can add some edits to the HTML, mostly layout).
>
> With regards to the SVN code of the new site, I'm not quite sure how to
> access those files. However, I was able to update the index.html file on my
> local instance, and have the Slider Block looking a bit better with
> transparent screenshots images (attached). I've also attached the HTML
> file, so you can see the updates (Lines 125 - 200) See if you can implement
> those and let me know if you run into any issues.
>
> Thanks so much!
>
> ~Kenneth
>
>


Re: Suggestions Request: OFBiz Business Process Reference Book/Guide

2017-08-23 Thread Swapnil Mane
Big +1 for the idea, great initiative.


- Thanks & Regards,
Swapnil M Mane

On Sat, Aug 19, 2017 at 9:54 AM, Pranay Pandey <
pranay.pan...@hotwaxsystems.com> wrote:

> Hello Devs,
>
> This is something where I wanted to request your suggestions. I am planning
> to rename and restructure the documentation on OFBiz Wiki page- Business
> Process Stories and Use Cases Library
> .
>
> The idea will still be the same i.e. to help OFBiz Evaluators. All the
> people who are more interested in written content to prove the
> implementation. Provide a robust process documentation that supports
> decision-makers to choose OFBiz over any other proprietary software. To
> help them take this content to a wider audience who take the decision for
> choosing a business automation software.
>
> I am planning to rename this page to: "*OFBiz Business Process Reference
> Book*".
> Then review and overhaul the overall content on this page to clarify the
> purpose of all the documents in this tree(Directory).
>
> Now restructure the child pages with new names with business significance
> i.e. the process names that industry people refer e.g. CRM, Product
> Information Management(PIM), Procurement, Fulfilment etc.
>
> Now every module page will have two child pages so the structure would be
> changed like this-
>
> - Catalog Management
> -- Product Information Management (PIM)
> --- PIM Process Overview (Content: Process Overview, Business Purpose,
> Level-1,2, and 3 Activity Diagrams as applicable to demonstrate the process
> flow)
> --- PIM User Stories, Use Cases and Test Cases (Content: Review, refine and
> add missing user stories, use cases, and test cases)
> -- Merchandising
> --- Merchandising Process Overview (Content: Process Overview, Business
> Purpose, Level-1,2, and 3 Activity Diagrams as applicable to demonstrate
> the process flow)
> --- Merchandising User Stories, Use Cases and Test Cases
> -- Store Management
> --- Store Management Process Overview
> --- Store Management User Stories, Use Cases and Test Cases
> ...
> ...
> ...
>
> I am planning to create a JIRA ticket with these details and would like to
> start from there with sub tasks. This way we'll be able to collaborate in
> this effort.
>
> How does that all sound to you? Please let me know your thoughts, feedback,
> and improvement suggestions for the mentioned effort.
>
> Kind regards,
> Pranay Pandey
>


Re: [Proposal] - Leverage the CMS capability for Product Store's Email

2017-08-16 Thread Swapnil Mane
Thanks Nicolas for your inputs and sharing more details. This proposed
model is making sense to me.
Please give me some more time to look into the details, will get back to
you in next week.

Also, please see my comments inline.

On Tue, Aug 15, 2017 at 1:52 AM, Nicolas Malin <nicolas.ma...@nereide.fr>
wrote:

> Hello Swapnil, in line
>
>
> Le 14/08/2017 à 04:35, Swapnil Mane a écrit :
>
>> Thank you Nicolas for your inputs and interest. I highly appreciate it.
>>
>> Based on my understanding, please see my comments inline and let me know
>> if
>> you have further inputs.
>>
>> On Fri, Aug 11, 2017 at 3:10 PM, Nicolas Malin <nicolas.ma...@nereide.fr>
>> wrote:
>>
>> Hello Swapnil,
>>>
>>> In past I tried to refactoring email interface with the idea to :
>>> * deprecate current ProductStoreEmailSetting to link it to
>>> TemplateEmailSetting. The purpose is to centralize all email
>>> configuration
>>> in this entity
>>>
>>> We may have multiple product store and can have different email templates
>> for them, ProductStoreEmailSetting will allow us to do that.
>>
> My fault, I'm not clear. ProductStoreEmailSetting and EmailTemplateSetting
> are redundancy,
> I'm in favor to keep all email template information in
> EmailTemplateSetting and use ProductStoreEmailTemplate to link a email
> template to a productStore throw a purpose.
> So we can deprecate all email template fields in ProductStoreEmailSetting
> to centralize all this part in EmailTemplateSetting
>

+1


> * link TemplateEmailSetting with Content through
>>> TemplateEmailSettingContent and TemplateEmailSettingContentType. This
>>> offert the possibilty to link header, body, footer or some more complex
>>> case like link documents, pdf invoice, order, etc ...
>>>
>>> Having content model with us, the customizable header, footer
>> (decoratorContentId at content level) and other complex case can be
>> handled
>> easily with content model.
>>
> Completely, except for attached file. I agree for rendering the email
> content, but if you want link the file to your email its more easier to
> indicate it on EmailTemplateSetting.
>
> An example, when you send a order confirmation, you want attach to this
> email the the legal notice. We would be link directly the contentId where
> is the legal notice and an other content for the email body.
>

I guess, this can be achieved by ContentAssoc model, but yes, your proposal
of using TemplateEmailSettingContent and TemplateEmailSettingContentType is
also looks reasonable to me.


> * review all send email function to manage the content rendering
>>> Yes, during the proposed implementation, we were planning to do this as
>>> well.
>>>
>>> But the time has been missed :(
>>> If you are motivate, we can try to revive this idea ?
>>>
>>
>> :-)
>> I would love to hear more about your idea, will it be possible for you to
>> share more information about this.
>>
> The issue where I started https://issues.apache.org/jira/browse/OFBIZ-4333
>
> Nicolas
>



- Best Regards,
Swapnil M Mane,
www.hotwaxsystems.com
www.hotwax.co


Re: [Proposal] - Leverage the CMS capability for Product Store's Email

2017-08-16 Thread Swapnil Mane
Thanks Pranay!


- Best Regards,
Swapnil M Mane

On Mon, Aug 14, 2017 at 12:52 PM, Pranay Pandey <
pranay.pan...@hotwaxsystems.com> wrote:

> Good idea +1.
>
> Best regards,
> Pranay Pandey
> www.hotwaxsystems.com
> www.hotwax.co
>
> On Fri, Aug 11, 2017 at 11:31 AM, Swapnil Mane <
> swapnil.m...@hotwaxsystems.com> wrote:
>
>> Hello Devs,
>>
>> While looking into the support of email templates for Product Store, we
>> found it is managed by screens.
>>
>> Like for Order Completion
>>
>> > bodyScreenLocation="component://ecommerce/widget/EmailOrderS
>> creens.xml#OrderCompleteNotice"
>> emailType="PRDS_ODR_COMPLETE" fromAddress="ofbizt...@example.com"
>> productStoreId="9000" subject="OFBiz Demo - Your Order Is Complete
>> #${orderId}"/>
>>
>> Here you can see, we are having dependency on screens (i.e. templates
>> defined in file system)
>> Due to this, the user is unable to edit the email template on the fly.
>>
>> We can enhance this mechanism by making the template as content driven.
>> Here is the design plan,
>>
>> We can extend the ProductStoreEmailSetting entity by contentId field.
>> While rendering email based on its type, if the contentId is present, this
>> content will render, else system will look for bodyScreenLocation (our
>> existing implementation)
>>
>> Using this we can leverage the CMS capability of the OFBiz.
>> Right now if end user (client) wants to make any change in the email
>> template, it required the changes in the file.
>> If we manage this by content, the user can edit this on the fly with the
>> help of CMS.
>>
>> All the inputs and suggestions are welcome!
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>> www.hotwaxsystems.com
>> www.hotwax.co
>>
>
>


Re: [DISCUSSION] Improving our Monthly Blog Post Template

2017-08-14 Thread Swapnil Mane
Firstly, thank you Sharan and team for taking care of this.

+1 for improving the look and feel, we should update the blog template.


- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com
www.hotwax.co


On Mon, Aug 14, 2017 at 8:56 PM, Sharan Foga  wrote:

> Hi All
>
> I received some feedback about improving the look and feel of our
> currently monthly blog posts. We currently use the standard ASF default
> template but we could change the template or update it to give it a more
> modern look. A couple projects seem to have already started using
> alternative formats (see links below)
>
> https://blogs.apache.org/carbondata/entry/apache-carbondata-1-1-0
>
> https://blogs.apache.org/nifi/
>
> What do people think?
>
> Thanks
> Sharan
>
>
>
>
>


Re: [Proposal] - Leverage the CMS capability for Product Store's Email

2017-08-13 Thread Swapnil Mane
Thanks Pierre, Jacques and Vaibhav for looking into the proposal and
approval :-)



- Best Regards,
Swapnil M Mane,
www.hotwaxsystems.com
www.hotwax.co

On Fri, Aug 11, 2017 at 2:46 PM, Vaibhav Jain <
vaibhav.j...@hotwaxsystems.com> wrote:

> +1 Swapnil
>
> Thanks & Regards
> Vaibhav Jain
> Hotwax Systems,
> vaibhav.j...@hotwaxsystems.com
>
> On Fri, Aug 11, 2017 at 11:31 AM, Swapnil Mane <
> swapnil.m...@hotwaxsystems.com> wrote:
>
>> Hello Devs,
>>
>> While looking into the support of email templates for Product Store, we
>> found it is managed by screens.
>>
>> Like for Order Completion
>>
>> > bodyScreenLocation="component://ecommerce/widget/EmailOrderS
>> creens.xml#OrderCompleteNotice"
>> emailType="PRDS_ODR_COMPLETE" fromAddress="ofbizt...@example.com"
>> productStoreId="9000" subject="OFBiz Demo - Your Order Is Complete
>> #${orderId}"/>
>>
>> Here you can see, we are having dependency on screens (i.e. templates
>> defined in file system)
>> Due to this, the user is unable to edit the email template on the fly.
>>
>> We can enhance this mechanism by making the template as content driven.
>> Here is the design plan,
>>
>> We can extend the ProductStoreEmailSetting entity by contentId field.
>> While rendering email based on its type, if the contentId is present, this
>> content will render, else system will look for bodyScreenLocation (our
>> existing implementation)
>>
>> Using this we can leverage the CMS capability of the OFBiz.
>> Right now if end user (client) wants to make any change in the email
>> template, it required the changes in the file.
>> If we manage this by content, the user can edit this on the fly with the
>> help of CMS.
>>
>> All the inputs and suggestions are welcome!
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>> www.hotwaxsystems.com
>> www.hotwax.co
>>
>
>


Re: [Proposal] - Leverage the CMS capability for Product Store's Email

2017-08-13 Thread Swapnil Mane
Thank you Nicolas for your inputs and interest. I highly appreciate it.

Based on my understanding, please see my comments inline and let me know if
you have further inputs.

On Fri, Aug 11, 2017 at 3:10 PM, Nicolas Malin <nicolas.ma...@nereide.fr>
wrote:

> Hello Swapnil,
>
> In past I tried to refactoring email interface with the idea to :
> * deprecate current ProductStoreEmailSetting to link it to
> TemplateEmailSetting. The purpose is to centralize all email configuration
> in this entity
>

We may have multiple product store and can have different email templates
for them, ProductStoreEmailSetting will allow us to do that.


> * link TemplateEmailSetting with Content through
> TemplateEmailSettingContent and TemplateEmailSettingContentType. This
> offert the possibilty to link header, body, footer or some more complex
> case like link documents, pdf invoice, order, etc ...
>

Having content model with us, the customizable header, footer
(decoratorContentId at content level) and other complex case can be handled
easily with content model.


> * review all send email function to manage the content rendering
>

Yes, during the proposed implementation, we were planning to do this as
well.


>

But the time has been missed :(
> If you are motivate, we can try to revive this idea ?


:-)
I would love to hear more about your idea, will it be possible for you to
share more information about this.


> Nicolas
>
>
> Le 11/08/2017 à 08:01, Swapnil Mane a écrit :
>
>> Hello Devs,
>>
>> While looking into the support of email templates for Product Store, we
>> found it is managed by screens.
>>
>> Like for Order Completion
>>
>> > bodyScreenLocation="component://ecommerce/widget/EmailOrderS
>> creens.xml#OrderCompleteNotice"
>> emailType="PRDS_ODR_COMPLETE" fromAddress="ofbizt...@example.com"
>> productStoreId="9000" subject="OFBiz Demo - Your Order Is Complete
>> #${orderId}"/>
>>
>> Here you can see, we are having dependency on screens (i.e. templates
>> defined in file system)
>> Due to this, the user is unable to edit the email template on the fly.
>>
>> We can enhance this mechanism by making the template as content driven.
>> Here is the design plan,
>>
>> We can extend the ProductStoreEmailSetting entity by contentId field.
>> While rendering email based on its type, if the contentId is present, this
>> content will render, else system will look for bodyScreenLocation (our
>> existing implementation)
>>
>> Using this we can leverage the CMS capability of the OFBiz.
>> Right now if end user (client) wants to make any change in the email
>> template, it required the changes in the file.
>> If we manage this by content, the user can edit this on the fly with the
>> help of CMS.
>>
>> All the inputs and suggestions are welcome!
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>> www.hotwaxsystems.com
>> www.hotwax.co
>>
>>
>
- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com
www.hotwax.co


Re: [Proposal] - Leverage the CMS capability for Product Store's Email

2017-08-13 Thread Swapnil Mane
Thank you so much Michael for your input and suggestion :)

This will work, but I still feel suggested proposal could be a good
improvement we can have OOTB.
What do you say.

On Fri, Aug 11, 2017 at 1:11 PM, Michael Brohl <michael.br...@ecomify.de>
wrote:

> Hi Swapnil,
>
> you can achieve this by just putting something like:
>
> <@renderSubContentCache subContentId="${yourContentId!}"/>
>
> in your template file for the corresponding screen and edit the content
> like you proposed.
>
> This solution does not support the fallback mechanism you proposed but
> does not require any code changes.
>
>
We have explored the code base, the implementation on contentId at
ProductStoreEmailSetting, will not required heavy code changes.


> Best regards,
>
> Michael Brohl
> ecomify GmbH
> www.ecomify.de
>
>
>
> Am 11.08.17 um 08:01 schrieb Swapnil Mane:
>
> Hello Devs,
>>
>> While looking into the support of email templates for Product Store, we
>> found it is managed by screens.
>>
>> Like for Order Completion
>>
>> > bodyScreenLocation="component://ecommerce/widget/EmailOrderS
>> creens.xml#OrderCompleteNotice"
>> emailType="PRDS_ODR_COMPLETE" fromAddress="ofbizt...@example.com"
>> productStoreId="9000" subject="OFBiz Demo - Your Order Is Complete
>> #${orderId}"/>
>>
>> Here you can see, we are having dependency on screens (i.e. templates
>> defined in file system)
>> Due to this, the user is unable to edit the email template on the fly.
>>
>> We can enhance this mechanism by making the template as content driven.
>> Here is the design plan,
>>
>> We can extend the ProductStoreEmailSetting entity by contentId field.
>> While rendering email based on its type, if the contentId is present, this
>> content will render, else system will look for bodyScreenLocation (our
>> existing implementation)
>>
>> Using this we can leverage the CMS capability of the OFBiz.
>> Right now if end user (client) wants to make any change in the email
>> template, it required the changes in the file.
>> If we manage this by content, the user can edit this on the fly with the
>> help of CMS.
>>
>> All the inputs and suggestions are welcome!
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>> www.hotwaxsystems.com
>> www.hotwax.co
>>
>>
>
>
- Best Regards,
Swapnil M Mane,
www.hotwaxsystems.com
www.hotwax.co


[Proposal] - Leverage the CMS capability for Product Store's Email

2017-08-11 Thread Swapnil Mane
Hello Devs,

While looking into the support of email templates for Product Store, we
found it is managed by screens.

Like for Order Completion



Here you can see, we are having dependency on screens (i.e. templates
defined in file system)
Due to this, the user is unable to edit the email template on the fly.

We can enhance this mechanism by making the template as content driven.
Here is the design plan,

We can extend the ProductStoreEmailSetting entity by contentId field.
While rendering email based on its type, if the contentId is present, this
content will render, else system will look for bodyScreenLocation (our
existing implementation)

Using this we can leverage the CMS capability of the OFBiz.
Right now if end user (client) wants to make any change in the email
template, it required the changes in the file.
If we manage this by content, the user can edit this on the fly with the
help of CMS.

All the inputs and suggestions are welcome!


- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com
www.hotwax.co


Re: Welcome Akash Jain as a New Committer!

2017-08-09 Thread Swapnil Mane
Many congratulations Akash!! :-)


- Best Regards,
Swapnil

On Wed, Aug 9, 2017 at 3:04 PM, Praveen Sharma <
praveen.sha...@hotwaxsystems.com> wrote:

> Congratulations Akash :)
>
> On Wed, Aug 9, 2017 at 2:59 PM, Chinmay Patidar <
> chinmay.pati...@hotwaxsystems.com> wrote:
>
> > Many congratulations Akash Jain !!!
> >
> > Kind Regards -
> > Chinmay Patidar
> >
> >
> > On Wed, Aug 9, 2017 at 2:28 PM, Sharan Foga  wrote:
> >
> > > The OFBiz PMC has invited Akash Jain to become a new committer and are
> > > happy to announce that he has accepted.
> > >
> > > Some of the key factors considered for inviting him were as follows:
> > >
> > > - He has been involved with the OFBiz project for quite a while which
> > > shows his dedication and commitment
> > > - He has a lot of good knowledge (both functional and technical) that
> he
> > > is happy to share which shows he is a good team player
> > > - He is very active, positive and respectful to others in the community
> > > - He has contributed patches and shows a willingness to learn which is
> > > really important as the project continues to go through changes
> > >
> > > Please join me in welcoming and congratulating Akash.
> > >
> > > Thanks
> > > Sharan
> > >
> >
>
>
>
> --
> *Praveen Sharma* | Enterprise Software Engineer
> HotWax Commerce  by HotWax Systems
> 
> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> Indore,
> M.P 452010
> Cell phone: 8878488144
>
> HotWax Systems recently received 8 mentions in *The Gartner Digital
> Commerce Vendor Guide, 2016 *by Gartner, Inc., the world's leading IT
> research and advisory company. Learn more about our research here
>  newsletters/HotWax/1-2UVLP6M/index.html>
> .
> 
>


Re: Welcome Rishi Solanki as a New Committer!

2017-08-09 Thread Swapnil Mane
Many Congratulations Rishi!! :-)


- Best Regards,
Swapnil

On Wed, Aug 9, 2017 at 3:03 PM, Devanshu Vyas 
wrote:

> Many Congratulations Rishi :)
>
> Thanks & Regards,
> Devanshu Vyas.
>
> On Wed, Aug 9, 2017 at 2:26 PM, Sharan Foga  wrote:
>
> > The OFBiz PMC has invited Rishi Solanki to become a new committer and are
> > happy to announce that he has accepted.
> >
> > Some of the key factors considered for inviting him were as follows:
> >
> > - He has been involved with the OFBiz project for quite a while which
> > shows dedication and commitment
> > - He has a lot of good knowledge that he is happy to share which shows he
> > is a good team player
> > - His work is consistent, has good code quality and he has provided a
> > range of patches
> > - He is friendly, respectful and keen to help out others in the community
> >
> > Please join me in welcoming and congratulating Rishi!
> >
> > Thanks
> > Sharan
> >
>


Re: Remove as much as possible delete and remove services

2017-08-02 Thread Swapnil Mane
+1 for using 'expire' service for all the possible places.

IMO, In ERP systems, we should not delete any information/data. Because
data is the real asset for the any organization. Helping in taking the
business decision.

Thanks, Jacques and Deepak for sharing this.


- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com
www.hotwax.co

On Tue, Aug 1, 2017 at 8:04 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi,
>
> After a 1st discussion with Deepak at OFBIZ-9185, we had another at
> OFBIZ-9543.
>
> We claim that we should not remove entities records because of auditing.
> But we have at 157 services with names starting with "remove" and 538
> starting with "delete"
>
> I suggest that we remove as much as possible of these services and have
> only expire services for those which support expire (ie have from and thru
> dates).
>
> For instance I was curious about deleteParty, but what it currently does
> is only returning the "partyservices.cannot_delete_party_not_implemented"
> label. This is pre Apache era (ie there for 10+ years)!
>
> In OFBIZ-9543 Deepak rightly suggested that we keep delete services for
> Assoc kind of entities. But definitely remove delete service for entity
> like Party, WorkEffort, Product, etc those have n number of foreign key
> constraints...
>
> What do you think, other ideas?
>
> Jacques
>
>


Re: Suggest to improve groovy DSL -> entity-one

2017-07-21 Thread Swapnil Mane
Liked this proposed improvement of queryOne() for Groovy.

Thank you Nicolas and Jacopo!


- Best Regards,
Swapnil M Mane

On Fri, Jul 21, 2017 at 11:15 PM, Nicolas Malin 
wrote:

> Hi Jacopo,
>
> I implement your suggest on the issue https://issues.apache.org/jira
> /browse/OFBIZ-9447.
>
> I'm available for any comment :)
>
> Nicolas
>
>
>
> Le 03/07/2017 à 23:27, Nicolas Malin a écrit :
>
>> Hi
>>
>>> Most entity definitions have about 1-4 fields in the primary key: as a
>>> consequence the above API would require to maintain a reference to the
>>> map
>>> and then fetch from the entity definition the field names that compose
>>> the
>>> primary key and perform 1-4 map lookups. This should not impact the
>>> performance in a measurable way. However, only tests will tell!
>>> Some design details: the where(Map) method should only save a reference
>>> to
>>> the map; the actual map lookup with primary key fields should be
>>> performed
>>> later by the findOne() method.
>>>
>> Hmmm, maybe a subtely escape me because the where(Map) function call an
>> EntityCondition to prepare the whereEntityCondition.
>> So I have two solutions :
>>  * not follow your suggest and prepare the Map on the fly for the
>> EntityCondition (it was my first idea)
>>  * add a new variable EntityQuery.searchContext to store the link as you
>> suggest and change all query function to create the whereentityCondition or
>> parse if it's the queryOne.
>>
>> I implemented with success the first, now I will try to implement the
>> second and I will present the result
>> Cheers,
>> Nicolas
>>
>> Regards,
>>>
>>> Jacopo
>>>
>>>
>>
>>
>


Re: [Proposal] moving all data in applications to the data-model component

2017-07-20 Thread Swapnil Mane
Hello Taher,

Thanks for the initiative, please count me in. I will help in providing
patches for the same.


- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com
www.hotwax.co

On Thu, Jul 20, 2017 at 12:15 PM, Taher Alkhateeb <
slidingfilame...@gmail.com> wrote:

> Thank you all for your feedback and votes. I just counted 12 positive
> votes to go ahead.
>
> I have created a JIRA [1] for this task and I will work on it, but it
> would be fantastic if someone is willing to take the lead on this so
> that I can focus on refactoring the rest of the core framework. Also
> any volunteers to commit or provide patches are more than welcomed.
>
> [1] https://issues.apache.org/jira/browse/OFBIZ-9501
>
> On Tue, Jul 18, 2017 at 6:57 PM, Nicolas Malin 
> wrote:
> > +1
> >
> >
> >
> > Le 14/07/2017 à 11:59, Taher Alkhateeb a écrit :
> >>
> >>   Hello Everyone,
> >>
> >> Data loading in OFBiz is quite fragile. A small change could crash the
> >> system and finding out the reason can be difficult. I really felt the
> >> pain of this when trying to disentangle the framework from data
> >> dependencies on plugins [1].
> >>
> >> I've been thinking about a solution to reduce fragility, and here are
> >> my thoughts:
> >> - The less data files the better.
> >> - The less data the better.
> >> - The less distance (e.g. same directory) between data files the better.
> >> - No circular dependencies (file dependencies should be like a tree).
> >> - Fail fast [2].
> >>
> >> Therefore, I suggest the following action points:
> >> - Create a directory structure similar to [3] in the datamodel
> component.
> >> - For any data that two or more files depend on, immediately move it
> >> to the common-.xml file.
> >> - For any data that does not belong to any domain (e.g. marketing,
> >> content, etc ..) move it to the common-.xml.
> >> - Maintain a strict dependency hierarchy of demo -> seed ->
> seed-initial.
> >> - Gradually and carefully move data from all applications to the
> >> datamodel component as per above guidelines.
> >> - Cleanup and refactor the data as we move it including any tests that
> >> depend on it.
> >>
> >> What do you think of this proposal? Does it sound reasonable? Also
> >> given the size of what I'm proposing I think we need multiple people
> >> to work on this. So is anyone interested in taking part in this
> >> initiative?
> >>
> >> Cheers,
> >>
> >> Taher Alkhateeb
> >>
> >> [1] https://issues.apache.org/jira/browse/OFBIZ-9322
> >> [2]
> >> https://lists.apache.org/thread.html/a18b5d4086a07ff34a0cb950999e8f
> 8e869a6aa7efa2fc866a75a7b6@%3Cdev.ofbiz.apache.org%3E
> >> [3] directory structure:
> >> data/
> >> ├── demo
> >> │   ├── accounting-demo.xml
> >> │   ├── common-demo.xml
> >> │   ├── content-demo.xml
> >> │   ├── humanres-demo.xml
> >> │   ├── manufacturing-demo.xml
> >> │   ├── marketing-demo.xml
> >> │   ├── order-demo.xml
> >> │   ├── party-demo.xml
> >> │   ├── product-demo.xml
> >> │   ├── shipment-demo.xml
> >> │   └── workeffort-demo.xml
> >> ├── seed
> >> │   ├── accounting-seed.xml
> >> │   ├── common-seed.xml
> >> │   ├── content-seed.xml
> >> │   ├── humanres-seed.xml
> >> │   ├── manufacturing-seed.xml
> >> │   ├── marketing-seed.xml
> >> │   ├── order-seed.xml
> >> │   ├── party-seed.xml
> >> │   ├── product-seed.xml
> >> │   ├── shipment-seed.xml
> >> │   └── workeffort-seed.xml
> >> └── seed-initial
> >>  ├── accounting-seed-initial.xml
> >>  ├── common-seed-initial.xml
> >>  ├── content-seed-initial.xml
> >>  ├── humanres-seed-initial.xml
> >>  ├── manufacturing-seed-initial.xml
> >>  ├── marketing-seed-initial.xml
> >>  ├── order-seed-initial.xml
> >>  ├── party-seed-initial.xml
> >>  ├── product-seed-initial.xml
> >>  ├── shipment-seed-initial.xml
> >>  └── workeffort-seed-initial.xml
> >>
> >
>


Re: OFBiz Dev List and Deepak Dixit mentioned in ASF Annual Report

2017-06-30 Thread Swapnil Mane
Super, good going team and Deepak :)
Thanks Sharan for sharing.



- Best Regards,
Swapnil M Mane

On Fri, Jun 30, 2017 at 1:04 PM, Sharan Foga  wrote:

> Hi Everyone
>
> I'm not sure if you saw the announcement for the ASF Annual Report that
> was published. I took a quick look through it and saw that on page 25 our
> OFBiz dev list has been listed as one of the most active and on page 26
> Deepak Dixit is listed as one of the top 5 issue closers!
>
> https://blogs.apache.org/foundation/entry/the-apache-softwar
> e-foundation-announces15
>
> Thanks
> Sharan
>
>


Re: [VOTE] [RELEASE] Apache OFBiz 16.11.03 - second attempt

2017-06-21 Thread Swapnil Mane
+1


- Best Regards,
Swapnil

On Wed, Jun 21, 2017 at 7:11 PM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

> This is the vote thread for the second attempt to release a new bug fix
> release for the release16.11 branch. This new release, "Apache OFBiz
> 16.11.03" will supersede the recently published 16.11.02 release that was
> affected by a major bug (OFBIZ-9410).
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-16.11.03.zip
> * KEYS: text file with keys
> * apache-ofbiz-16.11.03.zip.asc: the detached signature file
> * apache-ofbiz-16.11.03.zip.md5, apache-ofbiz-16.11.03.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html
> ).
>
> Vote:
>
> [ +1] release as Apache OFBiz 16.11.03
> [ -1] do not release
>
> This vote will be open for at least 5 days, unless it is cancelled before.
>
> For more details about this process please refer to:
> http://www.apache.org/
> foundation/voting.html
>


Re: [DOCUMENTATION] Fixing our End User Documentation Problem

2017-05-30 Thread Swapnil Mane
Thanks Sharan and Craig, these plans looks really good :-)

Please let me know if I can help in any contribution.


- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com


On Tue, May 30, 2017 at 1:42 PM, Sharan Foga  wrote:

> Hi All
>
> Craig Parker and I are planning to take on our End User Documentation
> problem. Our goal is to improve the OFBiz documentation and provide some
> useful information for users and non-technical people. We plan to work on
> the following:
>
> *_OFBiz Glossary_*
>
>  * Put together a full glossary of OFBiz terms so that the concepts are
>clear (things like catalogs, parties, even products can be confusing
>when trying to explain what they are)
>
> *_Menu Structured Documentation _*
>
>  * This will follow the existing menu structure and will eventually
>replace / update the current in application screen help that is
>already in OFBiz.
>  * The focus of this effort will be to standardise the information and
>complete missing information initially for core modules and official
>plugins
>
> *_End User Guide_*
>
>  * This will give users an overview of the applications and processes
>  * It will include a list of basic tasks for each process
>  * It will also include links to examples
>
> *_How Tos_*
>
>  * This will be a quick reference How-To by area (for example the first
>set of these will focus on downloading and installing OFBiz)
>
> *_Examples and Tutorials_*
>
>  * This will provide practical examples of using the applications in a
>real life scenario
>  * It will build understanding (and familiarity) by having a common
>theme or story
>
> *_Training Matrix_*
>
>  * We also talked about putting together some form of Training Matrix
>but I think that could be done after the other content has been
>developed.
>
> *_Implementation Strategy and Next Steps_*
> I'd like to temporarily recover and use the End User Docs workspace to
> prepare all of these. I prefer using a separate space where we won't need
> to be concerned about the wiki re-organisation. Also at the moment there is
> already some user documentation in the End User Docs workspace so we can
> review that as part of the documentation effort and incorporate it or
> re-write it where it necessary.
>
> Another idea is that the End User Docs workspace could be a good place to
> store what will become the replacement for our in application screen
> sensitive help. The main thing we are missing is content - once we have the
> content we look at extracting it into whatever format we need.
>
> As the documentation sections are completed we will move them over to the
> re-organised documentation space in the wiki.
>
> At this stage we are going to be having any documentation discussions etc
> on this list but the aim is that this effort will eventually also encourage
> contributions and feedback from our user community.
>
> Also if anyone else is interested in helping contribute to this effort
> then please let me know.
>
> Thanks
> Sharan
>
>


Re: [VOTE] [RELEASE] Apache OFBiz 16.11.02

2017-05-16 Thread Swapnil Mane
+1

- Best Regards,
Swapnil M Mane

On Tue, May 16, 2017 at 1:41 PM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

>  This is the vote thread to release a new bug fix release for the
> release16.11 branch. This new release, "Apache OFBiz 16.11.02" will
> supersede the 16.11.01 release.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-16.11.02.zip
> * KEYS: text file with keys
> * apache-ofbiz-16.11.02.zip.asc: the detached signature file
> * apache-ofbiz-16.11.02.zip.md5, apache-ofbiz-16.11.02.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html
> ).
>
> Vote:
>
> [ +1] release as Apache OFBiz 16.11.02
> [ -1] do not release
>
> This vote will be open for at least 5 days, unless it is cancelled before.
>
> For more details about this process please refer to:
> http://www.apache.org/
> foundation/voting.html
>


Re: Guest Access Link for OFBiz HipChat Room

2017-05-02 Thread Swapnil Mane
Thank you Jacques and everyone :)


- Best Regards,
Swapnil

On Tue, May 2, 2017 at 5:20 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Yep, I checked before r1793474 ;)
>
>
>
> Le 02/05/2017 à 13:47, Deepak Dixit a écrit :
>
>> https://apache.hipchat.com/gGlwdXZZl also redirecting it to same room.
>>
>> Thanks & Regards
>> --
>> Deepak Dixit
>> www.hotwaxsystems.com
>>
>> On Tue, May 2, 2017 at 5:13 PM, Taher Alkhateeb <
>> slidingfilame...@gmail.com>
>> wrote:
>>
>> The domain name changed from apache.hipchat.com to www.hipchat.com, is
>>> this
>>> related to the security issue?
>>>
>>> On Tue, May 2, 2017 at 2:35 PM, Swapnil Mane <swapnil.mane@hotwaxsystems.
>>> com
>>>
>>>> wrote:
>>>> Hello team,
>>>>
>>>> After HipChat security notice
>>>> *https://blog.hipchat.com/2017/04/27/hipchat-security-notice-followup/
>>>> <https://blog.hipchat.com/2017/04/27/hipchat-security-notice-followup/
>>>> >*
>>>> guest access link has been reset. (Previous one is expired)
>>>>
>>>> Note from above blog
>>>>
>>>>> Any current users who have joined a room via guest access will have
>>>>>>>>>
>>>>>>>> to be re-invited using the new URL link provided for the room.
>>>>
>>>> The new link is https://www.hipchat.com/gGlwdXZZl
>>>> I think we should update it on our website.
>>>>
>>>>
>>>> - Thanks & Regards,
>>>> Swapnil M Mane
>>>> www.hotwaxsystems.com
>>>>
>>>> On Sat, Apr 1, 2017 at 7:23 AM, Swapnil Mane
>>>> <swapnil.mane@hotwaxsystems.
>>>> com
>>>>
>>>>> wrote:
>>>>> Thank you Sharan and Deepak :)
>>>>>
>>>>>
>>>>> - Best Regards,
>>>>> Swapnil
>>>>>
>>>>> On Fri, Mar 31, 2017 at 1:41 PM, Sharan Foga <sharan.f...@gmail.com>
>>>>> wrote:
>>>>>
>>>>> Thanks Deepak! You beat me to it :-)
>>>>>>
>>>>>> Thanks
>>>>>> Sharan
>>>>>>
>>>>>> On 31/03/17 10:08, Deepak Dixit wrote:
>>>>>>
>>>>>> +1 Swapnil
>>>>>>>
>>>>>>> Done
>>>>>>>
>>>>>>>
>>>>>>> Thanks & Regards
>>>>>>> --
>>>>>>> Deepak Dixit
>>>>>>> www.hotwaxsystems.com
>>>>>>>
>>>>>>> On Fri, Mar 31, 2017 at 1:32 PM, Swapnil Mane
>>>>>>> <swapnil.mane@hotwaxsystems.
>>>>>>> com> wrote:
>>>>>>>
>>>>>>> Hello team,
>>>>>>>
>>>>>>>> OFBiz Chat Room (HipChat) (https://apache.hipchat.com/
>>>>>>>>
>>>>>>> chat/room/2814115
>>>>
>>>>> )
>>>>>>>> link provided on the site http://ofbiz.apache.org/ is of OFBiz chat
>>>>>>>> room
>>>>>>>> i.e. (only the member of this room are able to see the chats)
>>>>>>>>
>>>>>>>> So, should we add guest access link their i.e.
>>>>>>>>
>>>>>>> https://www.hipchat.com/
>>>>
>>>>> g4vOayvmc <https://www.hipchat.com/g4vOayvmc>. <
>>>>>>>>
>>>>>>>> https://www.hipchat.com/g4vOayvmc>
>>>>>>>>
>>>>>>>> - Best Regards,
>>>>>>>> Swapnil
>>>>>>>> <https://www.hipchat.com/g4vOayvmc>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, Nov 18, 2016 at 6:34 PM, Jacques Le Roux <
>>>>>>>> jacques.le.r...@les7arts.com> wrote:
>>>>>>>>
>>>>>>>> Done
>>>>>>>>
>>>>>>>>> Jacques
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Le 16/09/2016 à 09:46, Jacques Le Roux a écrit :
>>>>>>>>>
>>>>>>>>> Pierre,
>>>>>>>>>
>>>>>>>>>> I plan to put it in the "Resources & Tools" section
>>>>>>>>>>
>>>>>>>>>> What would you suggest as content text to explain the link?
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>> Jacques
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Le 02/09/2016 à 10:45, Pierre Smits a écrit :
>>>>>>>>>>
>>>>>>>>>> I suggest to put a link (button) on the home page of our site.
>>>>>>>>>>
>>>>>>>>>>> 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, Sep 2, 2016 at 10:24 AM, Sharan Foga <
>>>>>>>>>>>
>>>>>>>>>> sharan.f...@gmail.com>
>>>>
>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Hi Everyone
>>>>>>>>>>>
>>>>>>>>>>> Please see below for the guest access link to the OFBiz HipChat
>>>>>>>>>>>> room.
>>>>>>>>>>>>
>>>>>>>>>>>> https://www.hipchat.com/g4vOayvmc
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> Sharan
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>


Re: Guest Access Link for OFBiz HipChat Room

2017-05-02 Thread Swapnil Mane
Hello team,

After HipChat security notice
*https://blog.hipchat.com/2017/04/27/hipchat-security-notice-followup/
<https://blog.hipchat.com/2017/04/27/hipchat-security-notice-followup/>*
guest access link has been reset. (Previous one is expired)

Note from above blog
>>>>> Any current users who have joined a room via guest access will have
to be re-invited using the new URL link provided for the room.

The new link is https://www.hipchat.com/gGlwdXZZl
I think we should update it on our website.


- Thanks & Regards,
Swapnil M Mane
www.hotwaxsystems.com

On Sat, Apr 1, 2017 at 7:23 AM, Swapnil Mane <swapnil.m...@hotwaxsystems.com
> wrote:

> Thank you Sharan and Deepak :)
>
>
> - Best Regards,
> Swapnil
>
> On Fri, Mar 31, 2017 at 1:41 PM, Sharan Foga <sharan.f...@gmail.com>
> wrote:
>
>> Thanks Deepak! You beat me to it :-)
>>
>> Thanks
>> Sharan
>>
>> On 31/03/17 10:08, Deepak Dixit wrote:
>>
>>> +1 Swapnil
>>>
>>> Done
>>>
>>>
>>> Thanks & Regards
>>> --
>>> Deepak Dixit
>>> www.hotwaxsystems.com
>>>
>>> On Fri, Mar 31, 2017 at 1:32 PM, Swapnil Mane
>>> <swapnil.mane@hotwaxsystems.
>>> com> wrote:
>>>
>>> Hello team,
>>>>
>>>> OFBiz Chat Room (HipChat) (https://apache.hipchat.com/chat/room/2814115
>>>> )
>>>> link provided on the site http://ofbiz.apache.org/ is of OFBiz chat
>>>> room
>>>> i.e. (only the member of this room are able to see the chats)
>>>>
>>>> So, should we add guest access link their i.e. https://www.hipchat.com/
>>>> g4vOayvmc <https://www.hipchat.com/g4vOayvmc>. <
>>>>
>>>> https://www.hipchat.com/g4vOayvmc>
>>>>
>>>> - Best Regards,
>>>> Swapnil
>>>> <https://www.hipchat.com/g4vOayvmc>
>>>>
>>>>
>>>> On Fri, Nov 18, 2016 at 6:34 PM, Jacques Le Roux <
>>>> jacques.le.r...@les7arts.com> wrote:
>>>>
>>>> Done
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>>
>>>>> Le 16/09/2016 à 09:46, Jacques Le Roux a écrit :
>>>>>
>>>>> Pierre,
>>>>>>
>>>>>> I plan to put it in the "Resources & Tools" section
>>>>>>
>>>>>> What would you suggest as content text to explain the link?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>>
>>>>>> Le 02/09/2016 à 10:45, Pierre Smits a écrit :
>>>>>>
>>>>>> I suggest to put a link (button) on the home page of our site.
>>>>>>>
>>>>>>> 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, Sep 2, 2016 at 10:24 AM, Sharan Foga <sharan.f...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>> Hi Everyone
>>>>>>>
>>>>>>>> Please see below for the guest access link to the OFBiz HipChat
>>>>>>>> room.
>>>>>>>>
>>>>>>>> https://www.hipchat.com/g4vOayvmc
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>> Sharan
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>
>>
>


Re: New ASF Members from OFBiz Community

2017-05-01 Thread Swapnil Mane
Many congratulations Nicolas!!!


- Best Regards,
Swapnil M Mane

On Mon, May 1, 2017 at 3:52 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi All,
>
> Nicolas Malin is our last new ASF member, congratulations Nicolas.
>
> We have now 12 ASF members among our committers with new 7 ASF members
> this year: Anil, Ashish, Bilgin, Michael, Nicolas, Scott and Taher!
>
> I have updated the PMC page regarding ASF members, please check that all
> is alright.
>
> Thanks
>
> Jacques
>
>
>
>
> Le 08/04/2017 à 11:13, Taher Alkhateeb a écrit :
>
>> Thank you everyone for your kind and welcoming words.
>>
>> Having Michael, Ashish, Anil, Bilgin and myself being elected as ASF
>> members is not only an honor but a testament to the strength of our
>> community and the significance of OFBiz within the Apache eco-system.
>>
>> I highly encourage everyone to take a more active role in our community.
>> If
>> you have an appetite for learning, enjoy coding, and like to help others
>> then you can make a big dent in this project and people would really
>> appreciate your work.
>>
>> Congratulations to all of you and thank you again.
>>
>> On Thu, Apr 6, 2017 at 11:22 AM, Julien NICOLAS <
>> julien.nico...@nereide.fr>
>> wrote:
>>
>> Very good news !
>>>
>>> Congrats Taher and Michael !
>>>
>>> Julien.
>>>
>>>
>>>
>>> On 03/04/2017 11:06, Sharan Foga wrote:
>>>
>>> Hi Everyone

 Please join me in congratulating Michael Brohl and Taher Alkhateeb as
 being invited to become members of the Apache Software Foundation.

 Congratulations Michael and Taher!

 Thanks
 Sharan




>


Re: PROPOSAL: Setup Apache OFBiz Company Page on LinkedIn

2017-04-26 Thread Swapnil Mane
Great, making perfect sense.
Thanks for the detailed explanation :)


- Best Regards,
Swapnil M Mane

On Wed, Apr 26, 2017 at 2:55 PM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> Hi Swapnil,
>
> Purpose of Company Page and Group is different, we can setup group as well
>
> *Company Page: *
> *The company page is like your company website within LinkedIn. *
> *It is for your employees and customers and should showcase your
> customers, employees, services, products and events*
>
> Groups:
> *The group is a discussion forum, it should contain relevant topics for
> your target audience.*
>
> LinkedIn Company Pages Vs Groups - Do you know the Difference?
> <https://www.linkedin.com/pulse/linkedin-company-pages-vs-groups-do-you-know-difference-julie-wood>
>
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
>
> On Wed, Apr 26, 2017 at 2:45 PM, Swapnil Mane <swapnil.mane@hotwaxsystems.
> com> wrote:
>
>> Thanks for taking this initiative Deepak.
>>
>> Should we have LinkedIn Group instead of having Company for OFBiz.
>>
>> Found some of the groups of Apache Projects on LinkedIn
>>
>> Apache Spark - https://www.linkedin.com/groups/7403611/profile
>>
>> Here is link for more groups
>> https://www.linkedin.com/search/results/groups/?keywords=
>> apache=GLOBAL_SEARCH_HEADER
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>> www.hotwaxsystems.com
>>
>> On Wed, Apr 26, 2017 at 2:31 PM, Deepak Dixit <dee...@apache.org> wrote:
>>
>> > Moving discussion to Dev list.
>> >
>> > Thanks & Regards
>> > --
>> > Deepak Dixit
>> >
>> > On Wed, Apr 26, 2017 at 1:03 PM, Jacques Le Roux <
>> > jacques.le.r...@les7arts.com> wrote:
>> >
>> > > Hi Deepak, All,
>> > >
>> > > I agree with Taher that this should be now discussed in the open dev
>> ML
>> > >
>> > > About Sharan's remark I think we could ask on other main ASF MLs like
>> > > d...@community.apache.org or even closed one like members but not
>> legal
>> > > for now
>> > >
>> > > Thanks
>> > >
>> > > Jacques
>> > >
>> > >
>> > >
>> > > Le 26/04/2017 à 08:20, Sharan Foga a écrit :
>> > >
>> > >> Hi Deepak
>> > >>
>> > >> I think we need to careful because OFBiz as a separate legal or
>> > corporate
>> > >> entity doesn't exist. The Apache Foundation is our legal entity. I'm
>> not
>> > >> against the idea just think that we need to understand the
>> implications,
>> > >> limitations and what it means if we want to start marketing the
>> project
>> > in
>> > >> a very public way as something that legally we might not be.
>> > >>
>> > >> (I think that OpenOffice might have exist as a separate entity
>> before it
>> > >> joined to the ASF.)
>> > >>
>> > >> Thanks
>> > >> Sharan
>> > >>
>> > >> On 26/04/17 07:24, Deepak Dixit wrote:
>> > >>
>> > >>> Hi,
>> > >>>
>> > >>> Can we setup Apache OFBiz Company page on linkedIn?
>> > >>>
>> > >>> As we already using social platform to promote OFBiz, so it would be
>> > good
>> > >>> if we setup it on Professional network as well. It will help to
>> promote
>> > >>> OFBiz among professionals.
>> > >>>
>> > >>> There are some of the ASF projects already have Company Page on
>> > LinkedIn
>> > >>> -  The Apache Software Foundation
>> > >>> <https://www.linkedin.com/company-beta/215982/>
>> > >>> -   Apache OpenOffice <https://www.linkedin.com/comp
>> any-beta/2752569/>
>> > >>> -   Apache CouchDB <https://www.linkedin.com/company-beta/5242010/>
>> > >>>
>> > >>>
>> > >>> Thanks & Regards
>> > >>> --
>> > >>> Deepak Dixit
>> > >>>
>> > >>>
>> > >>
>> > >>
>> > >
>> >
>>
>
>


Re: PROPOSAL: Setup Apache OFBiz Company Page on LinkedIn

2017-04-26 Thread Swapnil Mane
Thanks for taking this initiative Deepak.

Should we have LinkedIn Group instead of having Company for OFBiz.

Found some of the groups of Apache Projects on LinkedIn

Apache Spark - https://www.linkedin.com/groups/7403611/profile

Here is link for more groups
https://www.linkedin.com/search/results/groups/?keywords=apache=GLOBAL_SEARCH_HEADER


- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com

On Wed, Apr 26, 2017 at 2:31 PM, Deepak Dixit  wrote:

> Moving discussion to Dev list.
>
> Thanks & Regards
> --
> Deepak Dixit
>
> On Wed, Apr 26, 2017 at 1:03 PM, Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
>
> > Hi Deepak, All,
> >
> > I agree with Taher that this should be now discussed in the open dev ML
> >
> > About Sharan's remark I think we could ask on other main ASF MLs like
> > d...@community.apache.org or even closed one like members but not legal
> > for now
> >
> > Thanks
> >
> > Jacques
> >
> >
> >
> > Le 26/04/2017 à 08:20, Sharan Foga a écrit :
> >
> >> Hi Deepak
> >>
> >> I think we need to careful because OFBiz as a separate legal or
> corporate
> >> entity doesn't exist. The Apache Foundation is our legal entity. I'm not
> >> against the idea just think that we need to understand the implications,
> >> limitations and what it means if we want to start marketing the project
> in
> >> a very public way as something that legally we might not be.
> >>
> >> (I think that OpenOffice might have exist as a separate entity before it
> >> joined to the ASF.)
> >>
> >> Thanks
> >> Sharan
> >>
> >> On 26/04/17 07:24, Deepak Dixit wrote:
> >>
> >>> Hi,
> >>>
> >>> Can we setup Apache OFBiz Company page on linkedIn?
> >>>
> >>> As we already using social platform to promote OFBiz, so it would be
> good
> >>> if we setup it on Professional network as well. It will help to promote
> >>> OFBiz among professionals.
> >>>
> >>> There are some of the ASF projects already have Company Page on
> LinkedIn
> >>> -  The Apache Software Foundation
> >>> 
> >>> -   Apache OpenOffice 
> >>> -   Apache CouchDB 
> >>>
> >>>
> >>> Thanks & Regards
> >>> --
> >>> Deepak Dixit
> >>>
> >>>
> >>
> >>
> >
>


Re: tutorial for new version

2017-04-18 Thread Swapnil Mane
Cool, thank you Jacques! :)

- Best Regards,
Swapnil M Mane

On Tue, Apr 18, 2017 at 7:31 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Thanks Swapnil,
>
> I have completed my review of the R16.11 version which I guess will be the
> base for the trunk version.
>
> I did few changes, nothing very important, notably replaced some Ant
> targets by Gradle tasks.
>
> Jacques
>
>
> Le 18/04/2017 à 15:24, Swapnil Mane a écrit :
>
>> Hello Jacques and team,
>>
>> We are working on release specific tutorial as well, since we have done
>> lots from changes in OFBiz from release 15.12 to current trunk (like
>> gradle
>> and plugin directory structure)
>>
>> So, we are planning to have following structure
>>
>> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
>> Tutorial+-+A+Beginners+Development+Guide
>> will be sync up with the latest trunk (so this will be always *in
>> progress*
>> document for us)
>>
>> and for release specific tutorial, we will create child pages under the
>> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
>> Tutorial+-+A+Beginners+Development+Guide
>>
>> IMO, this structure will not confuse user and will give an easy entry
>> route
>> for the new people joining the community.
>> (Since, we have seen various user are requesting for latest trunk tutorial
>> and some are also using release branch.
>> A single tutorial including release and trunk tutorial might confuse the
>> user)
>>
>> We would also welcome thoughts from community on this.
>>
>> Thanks: @Pranay for inputs and continuous support on this.
>>
>>
>> @Jacques, thanks for help in reviewing, please see my comments inline.
>>
>>
>> - Best Regards,
>> Swapnil M Mane
>> Sr. Enterprise Software Engineer
>> H <http://www.hotwaxsystems.com/>otWax Systems
>>
>>
>> <http://www.hotwaxsystems.com/>
>>
>> On Tue, Apr 18, 2017 at 5:52 PM, Jacques Le Roux <
>> jacques.le.r...@les7arts.com> wrote:
>>
>> Hi Pranay, Tutorial Maintainers :)
>>>
>>> Great works guys! I have slightly amended the R16.11 version. I'll
>>> continue to review...
>>>
>>> I see very few differences (only "for 13.07, 14.12 and 15.12" added in
>>> title and content) between
>>>
>>> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
>>> Tutorial+-+A+Beginners+Development+Guide and
>>>
>>> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
>>> Tutorial+-+A+Beginners+Development+Guide+for+13.07%2C+14.12+and+15.12
>>>
>>> Why do we have 2 versions?
>>>
>>> We are planning to update the https://cwiki.apache.org/confl
>> uence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide as per
>> the trunk (i.e. commands of gradle and new directory structure we are
>> following for plugins)
>>
>>
>> Thanks
>>>
>>> Jacques
>>>
>>>
>>>
>>> Le 07/02/2017 à 10:43, Pranay Pandey a écrit :
>>>
>>> Hi Ahmad,
>>>>
>>>> The existing OFBiz beginners tutorial
>>>> <https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
>>>> Tutorial+-+A+Beginners+Development+Guide>
>>>> should
>>>> work for you, as you simply replace ant targets with gradle.
>>>> For 16.11.01 and trunk versions of OFBiz you can find good information
>>>> on
>>>> gradle commands in README.md file.
>>>>
>>>> Please feel free to post any issues you face.
>>>>
>>>>
>>>> Best regards,
>>>>
>>>> Pranay Pandey
>>>> HotWax Systems
>>>> http://www.hotwaxsystems.com/
>>>>
>>>> On Tue, Feb 7, 2017 at 2:38 PM, Ahmad Rabab’ah <araba...@bi-bst.com>
>>>> wrote:
>>>>
>>>> Hello ,
>>>>
>>>>> There is any tutorial for the latest version for OFbiz *16.11.01* ?
>>>>> or any documentation for that ?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> *Best Regards,*
>>>>>
>>>>>
>>>>>
>>>>> Ahmad Rbab’ah
>>>>>
>>>>> Java Developer
>>>>>
>>>>>
>>>>>
>>>>> [image: Description: Logo for Office-4]
>>>>>
>>>>>
>>>>>
>>>>> [image: Description: bi email-3-02]
>>>>>
>>>>>
>>>>>
>>>>> P.O.Box 3516 Amman, 11821
>>>>>
>>>>> The Hashemite Kingdom of Jordan
>>>>>
>>>>> *Tel.* +962 (6) 556 2620
>>>>>
>>>>> *Mob (Jordan).*   +962 79 5077915
>>>>>
>>>>> [image: Description: bi email-3-04]
>>>>>
>>>>> [image: Description: bi email-3-05]
>>>>>
>>>>> /biict
>>>>>
>>>>> @biict
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>


Re: tutorial for new version

2017-04-18 Thread Swapnil Mane
Hello Jacques and team,

We are working on release specific tutorial as well, since we have done
lots from changes in OFBiz from release 15.12 to current trunk (like gradle
and plugin directory structure)

So, we are planning to have following structure

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide
will be sync up with the latest trunk (so this will be always *in progress*
document for us)

and for release specific tutorial, we will create child pages under the
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide

IMO, this structure will not confuse user and will give an easy entry route
for the new people joining the community.
(Since, we have seen various user are requesting for latest trunk tutorial
and some are also using release branch.
A single tutorial including release and trunk tutorial might confuse the
user)

We would also welcome thoughts from community on this.

Thanks: @Pranay for inputs and continuous support on this.


@Jacques, thanks for help in reviewing, please see my comments inline.


- Best Regards,
Swapnil M Mane
Sr. Enterprise Software Engineer
H otWax Systems



On Tue, Apr 18, 2017 at 5:52 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Pranay, Tutorial Maintainers :)
>
> Great works guys! I have slightly amended the R16.11 version. I'll
> continue to review...
>
> I see very few differences (only "for 13.07, 14.12 and 15.12" added in
> title and content) between
>
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
> Tutorial+-+A+Beginners+Development+Guide and
>
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
> Tutorial+-+A+Beginners+Development+Guide+for+13.07%2C+14.12+and+15.12
>
> Why do we have 2 versions?
>

We are planning to update the https://cwiki.apache.org/confl
uence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide as per
the trunk (i.e. commands of gradle and new directory structure we are
following for plugins)


>
> Thanks
>
> Jacques
>
>
>
> Le 07/02/2017 à 10:43, Pranay Pandey a écrit :
>
>> Hi Ahmad,
>>
>> The existing OFBiz beginners tutorial
>> > Tutorial+-+A+Beginners+Development+Guide>
>> should
>> work for you, as you simply replace ant targets with gradle.
>> For 16.11.01 and trunk versions of OFBiz you can find good information on
>> gradle commands in README.md file.
>>
>> Please feel free to post any issues you face.
>>
>>
>> Best regards,
>>
>> Pranay Pandey
>> HotWax Systems
>> http://www.hotwaxsystems.com/
>>
>> On Tue, Feb 7, 2017 at 2:38 PM, Ahmad Rabab’ah 
>> wrote:
>>
>> Hello ,
>>>
>>> There is any tutorial for the latest version for OFbiz *16.11.01* ?
>>> or any documentation for that ?
>>>
>>>
>>>
>>>
>>> *Best Regards,*
>>>
>>>
>>>
>>> Ahmad Rbab’ah
>>>
>>> Java Developer
>>>
>>>
>>>
>>> [image: Description: Logo for Office-4]
>>>
>>>
>>>
>>> [image: Description: bi email-3-02]
>>>
>>>
>>>
>>> P.O.Box 3516 Amman, 11821
>>>
>>> The Hashemite Kingdom of Jordan
>>>
>>> *Tel.* +962 (6) 556 2620
>>>
>>> *Mob (Jordan).*   +962 79 5077915
>>>
>>> [image: Description: bi email-3-04]
>>>
>>> [image: Description: bi email-3-05]
>>>
>>> /biict
>>>
>>> @biict
>>>
>>>
>>>
>>>
>>>
>>>
>


Re: User Acceptance Test Cases For Ecommerce 14.12

2017-04-17 Thread Swapnil Mane
Super, good job Rishi and team! :)


- Best Regards,
Swapnil M Mane

On Sat, Apr 15, 2017 at 9:00 PM, Rishi Solanki 
wrote:

> Folks,
>
> We have completed the first draft of the document for the Ecommerce
> Component
>  and
> added UATs for all the user stories. Also we have follow the pattern to use
> h4 h5 and h6 headings in the documents so that user can easily navigate to
> the user story/ user acceptance test she wants.
>
> As a first draft we tried to cover all known possible tests, but it might
> be possible we missed something. We would like to get feedback from
> community so that we can make it better in terms of usability, readability
> and number of items we have tested.
>
> Please review and share your feedback on each item, like language we use,
> document formation, use cases we covered etc. We would try to cover them in
> our next draft and improve the document. And once finalize we would start
> using that pattern going forward for all such documents.
>
> Thanks!
>
>
> Rishi Solanki
> Sr. Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
>
> On Sat, Feb 18, 2017 at 9:49 PM, Rishi Solanki 
> wrote:
>
> > Folks,
> >
> > Added two more UAT as Category Navigation and Product Search
> > . I
> > observe some scope of improvements like UAT writing aren't following
> common
> > patterns, I'll review and fix them soon.
> >
> > Soon we would add remaining in the ecommerce area, looking for your
> > feedback and suggestions on it.
> >
> >
> > Rishi Solanki
> > Sr. Manager, Enterprise Software Development
> > HotWax Systems Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxsystems.com
> >
> > On Tue, Jan 24, 2017 at 7:01 PM, Jacques Le Roux <
> > jacques.le.r...@les7arts.com> wrote:
> >
> >> Thanks Rishi,
> >>
> >> Indeed I needed a clarification, sorry for that.
> >>
> >> It's a great initiative, OFBiz will then really be at professional
> >> standards, and that's great!
> >>
> >> I agree that we have first to create and document these UAT and then
> >> think about a tool to run them.
> >> Cucumber seems the best tool for that to me.  I also know that Gil
> >> (Portenseigne) from Néréide has begun to use Cucumber for a custom
> project,
> >> hence my haste :)
> >>
> >> Jacques
> >>
> >>
> >>
> >> Le 23/01/2017 à 08:05, Rishi Solanki a écrit :
> >>
> >>> Thanks Jacques for your reply and raising concerns. It seems that, I
> was
> >>> not clear enough. Let me try to rephrase what we are doing. If you
> >>> observe
> >>> then Pranay has created new hierachy for each release like 14.12, 15.12
> >>> ...
> >>> so on.
> >>>
> >>> For each release we have the user stories, and we are adding UATs for
> >>> each
> >>> user story. For each user story we are discussing the cases we should
> >>> test
> >>> manually and also try them to dicuss on the mailing list (user/dev).
> Once
> >>> we are sure, we document and test the cases (manually) and put the
> >>> results
> >>> in the Actual results and Pass/Fail.
> >>>
> >>> Please note that, before documenting anything as Pass or Fail we are
> >>> really
> >>> running that scenario. The intention of doing this, we can say that the
> >>> released branches of OFBiz are tested on certain scenarios and all get
> >>> passed. After completing this activity, we as a community can say 14.12
> >>> branch tested for say 1000 user acceptance test cases and out of them
> 950
> >>> get passed and 50 are reported and fail for that branch. Once we
> complete
> >>> this activity, we could start fixing them.
> >>>
> >>> For the same we have started multiple email threads to get the feedback
> >>> from community, so that we could get more cases for the user stories.
> In
> >>> other words, we have automated tests with us, but this time we are
> trying
> >>> to add documents for the manual tests user could see and increase in
> >>> faith
> >>> on each relase.
> >>>
> >>> I hope I'm clear this time :-). And yes I agree on the fact that we
> >>> should
> >>> think on automating these tests to run them frequently. And I think for
> >>> that we again need what to tests get documented. We can assume it as
> >>> first
> >>> step towards automation.
> >>>
> >>> PS: Team, please add more details if I miss something.
> >>>
> >>>
> >>> Rishi Solanki
> >>> Manager, Enterprise Software Development
> >>> HotWax Systems Pvt. Ltd.
> >>> Direct: +91-9893287847
> >>> http://www.hotwaxsystems.com
> >>>
> >>> On Sun, Jan 22, 2017 at 5:00 PM, Jacques Le Roux <
> >>> jacques.le.r...@les7arts.com> wrote:
> >>>
> >>> Thanks Rishi,
> 
>  This is interesting, do you envision a mean to automate these tests
> and
>  run them frequently?
> 
>  Say either on each build (using BuildBot for instance), or on another
>  frequency 

Re: Setting Up OFBiz on Facebook

2017-04-11 Thread Swapnil Mane
Thank you Sharan for the initiative :)
I am up for it.


- Best Regards,
Swapnil

On Tue, Apr 11, 2017 at 6:39 PM, Sharan Foga  wrote:

> Hi All
>
> Swapnil mentioned in the OFBiz HipChat room that there is an automatically
> generated Facebook page for OFBiz with 249 likes.
>
> https://www.facebook.com/pages/Apache-OFBiz/105858406114935?ref=br_rs
>
> Recently the ASF took over their auto generated Facebook page so I'm
> currently investigating what we would need to take it over for the project.
>
> We are already on Twitter and Youtube so adding Facebook could help
> complete our social media profile. (and it could be used to organise events
> or meetups:-)
>
> I'm not a Facebook expert but we will probably need some volunteers to
> help with administration, so please let me know if you are interested in
> helping out.
>
> Thanks
> Sharan
>


Re: Date filtered queries shouldn't be cached

2017-04-05 Thread Swapnil Mane
Thank you so much Scott for the detailed notes.
Indeed, will be helpful for writing quality code.


- Best Regards,
Swapnil M Mane

On Thu, Apr 6, 2017 at 4:40 AM, Scott Gray 
wrote:

> In the current project I'm working on I see a lot of developers making the
> mistake of caching date filtered queries.
>
> Why shouldn't you cache date filtered queries?
> 1. If you're filtering by the current moment in time then the results are
> irrelevant within a few moments of them being retrieved.  Some records may
> be due to expire and others (that were filtered out) may be about to become
> active.
> 2. Despite what I say in #1, there's a bug in the equals method of
> EntityDateFilterCondition where all instances appear equal so the cached
> result is never replaced until it is expired from the cache. So expired
> records remain and future dated records never appear until the TTL is
> reached.
>
> The correct approach is to not have a date filter in the query, cache the
> result and then filter the result in-memory using
> EntityUtil.filterByDate(). An alternative approach is to only filter by
> thruDate in the query since expired records will never become active, and
> then filter by fromDate after you have the result.  We have no utility
> tools in place for the latter approach though.
>
> I'm writing all this because I've written a checker for the entity list and
> object caches that inspect the query conditions for fromDate conditions and
> if found, log a warning and refuse to cache.  I'd like to add this safety
> feature to the OFBiz trunk but I'm wondering if anyone can think of a valid
> reason to cache fromDate filtered records? I haven't been able to think of
> any but that doesn't necessarily mean there aren't any use cases.
>
> Thanks
> Scott
>


Re: New ASF Members from OFBiz Community

2017-04-04 Thread Swapnil Mane
Super Amazing! :)

Many congratulations Anil, Ashish and Bilgin!!

- Best Regards,
Swapnil M Mane

On Wed, Apr 5, 2017 at 12:32 AM, Sharan Foga  wrote:

> Hi Everyone
>
> Wow – we have even more good news! Another three people from our community
> have been invited to become members of the Apache Software Foundation. They
> are Anil Patel, Ashish Vijaywargiya and Bilgin Ibryam
>
> Many congratulations Anil, Ashish and Bilgin !!!
>
> Thanks
> Sharan
>
> On 2017-04-03 11:06 (+0200), "Sharan Foga" wrote:
> > Hi Everyone
> >
> > Please join me in congratulating Michael Brohl and Taher Alkhateeb as
> being invited to become members of the Apache Software Foundation.
> >
> > Congratulations Michael and Taher!
> >
> > Thanks
> > Sharan
> >
> >
>


Re: New ASF Members from OFBiz Community

2017-04-03 Thread Swapnil Mane
Wow, many congratulations Michael and Taher!! :)


- Best Regards,
Swapnil M Mane
www.hotwaxsystems.com

On Mon, Apr 3, 2017 at 2:36 PM, Sharan Foga  wrote:

> Hi Everyone
>
> Please join me in congratulating Michael Brohl and Taher Alkhateeb as
> being invited to become members of the Apache Software Foundation.
>
> Congratulations Michael and Taher!
>
> Thanks
> Sharan
>
>


Re: Guest Access Link for OFBiz HipChat Room

2017-03-31 Thread Swapnil Mane
Thank you Sharan and Deepak :)


- Best Regards,
Swapnil

On Fri, Mar 31, 2017 at 1:41 PM, Sharan Foga <sharan.f...@gmail.com> wrote:

> Thanks Deepak! You beat me to it :-)
>
> Thanks
> Sharan
>
> On 31/03/17 10:08, Deepak Dixit wrote:
>
>> +1 Swapnil
>>
>> Done
>>
>>
>> Thanks & Regards
>> --
>> Deepak Dixit
>> www.hotwaxsystems.com
>>
>> On Fri, Mar 31, 2017 at 1:32 PM, Swapnil Mane <swapnil.mane@hotwaxsystems.
>> com> wrote:
>>
>> Hello team,
>>>
>>> OFBiz Chat Room (HipChat) (https://apache.hipchat.com/chat/room/2814115)
>>> link provided on the site http://ofbiz.apache.org/ is of OFBiz chat room
>>> i.e. (only the member of this room are able to see the chats)
>>>
>>> So, should we add guest access link their i.e. https://www.hipchat.com/
>>> g4vOayvmc <https://www.hipchat.com/g4vOayvmc>. <
>>>
>>> https://www.hipchat.com/g4vOayvmc>
>>>
>>> - Best Regards,
>>> Swapnil
>>> <https://www.hipchat.com/g4vOayvmc>
>>>
>>>
>>> On Fri, Nov 18, 2016 at 6:34 PM, Jacques Le Roux <
>>> jacques.le.r...@les7arts.com> wrote:
>>>
>>> Done
>>>>
>>>> Jacques
>>>>
>>>>
>>>>
>>>> Le 16/09/2016 à 09:46, Jacques Le Roux a écrit :
>>>>
>>>> Pierre,
>>>>>
>>>>> I plan to put it in the "Resources & Tools" section
>>>>>
>>>>> What would you suggest as content text to explain the link?
>>>>>
>>>>> Thanks
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>> Le 02/09/2016 à 10:45, Pierre Smits a écrit :
>>>>>
>>>>> I suggest to put a link (button) on the home page of our site.
>>>>>>
>>>>>> 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, Sep 2, 2016 at 10:24 AM, Sharan Foga <sharan.f...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>> Hi Everyone
>>>>>>
>>>>>>> Please see below for the guest access link to the OFBiz HipChat room.
>>>>>>>
>>>>>>> https://www.hipchat.com/g4vOayvmc
>>>>>>>
>>>>>>> Thanks
>>>>>>> Sharan
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>


Re: Guest Access Link for OFBiz HipChat Room

2017-03-31 Thread Swapnil Mane
Hello team,

OFBiz Chat Room (HipChat) (https://apache.hipchat.com/chat/room/2814115)
link provided on the site http://ofbiz.apache.org/ is of OFBiz chat room
i.e. (only the member of this room are able to see the chats)

So, should we add guest access link their i.e. https://www.hipchat.com/
g4vOayvmc. 

- Best Regards,
Swapnil



On Fri, Nov 18, 2016 at 6:34 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Done
>
> Jacques
>
>
>
> Le 16/09/2016 à 09:46, Jacques Le Roux a écrit :
>
>> Pierre,
>>
>> I plan to put it in the "Resources & Tools" section
>>
>> What would you suggest as content text to explain the link?
>>
>> Thanks
>>
>> Jacques
>>
>>
>> Le 02/09/2016 à 10:45, Pierre Smits a écrit :
>>
>>> I suggest to put a link (button) on the home page of our site.
>>>
>>> Best regards,
>>>
>>> Pierre Smits
>>>
>>> ORRTIZ.COM 
>>> OFBiz based solutions & services
>>>
>>> OFBiz Extensions Marketplace
>>> http://oem.ofbizci.net/oci-2/
>>>
>>> On Fri, Sep 2, 2016 at 10:24 AM, Sharan Foga 
>>> wrote:
>>>
>>> Hi Everyone

 Please see below for the guest access link to the OFBiz HipChat room.

 https://www.hipchat.com/g4vOayvmc

 Thanks
 Sharan



>>
>>
>


Re: Welcome James Yong as a new committer

2017-03-14 Thread Swapnil Mane
Many congratulations James!!


- Best Regards,
Swapnil

On Tue, Mar 14, 2017 at 2:26 PM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

> The OFBiz PMC has invited James Yong to become a new committer and we are
> happy to announce that he has accepted.
>
> James has been involved in OFBiz for years providing patches, reporting
> bugs, discussing issues and also providing help and advice to others on the
> mailing lists.
> James has a nice positive attitude and is constructive and community
> oriented and has been active on both the development and user mailing lists
> responding to some quite technical functional questions.
>
> Please join me in welcoming and congratulating James.
>
> Thanks
>
> Jacopo
>


Re: Welcome Deepak Dixit as a new PMC member

2017-02-26 Thread Swapnil Mane
Many congratulations Deepak!! :-)


- Best Regards,
Swapnil M Mane

On Fri, Feb 24, 2017 at 6:38 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> The OFBiz PMC has invited Deepak Dixit to become a new member of the
> committee; and the committee members are happy to announce that he has
> accepted.
>
> Deepak has been involved in OFBiz for a long time now, and is a respected
> committer for 2 years.
>
> We are sure Deepak will help us to take good decisions in favour of a
> bright future for OFBiz!
>
> Please join me in welcoming and congratulating Deepak.
>
> Thanks
>
> Jacques
> PS: Deepak, I let you change your status on the wiki PMC page :)
>
>


Re: [PROPOSAL] deprecate mini lang

2017-02-20 Thread Swapnil Mane
+1


- Best Regards,
Swapnil M Mane

On Sat, Feb 18, 2017 at 2:47 PM, Michael Brohl 
wrote:

> Hi everyone,
>
> we are currently working hard to make OFBiz a modern, quality, robust and
> easy to use framework.
> There are several ongoing initiatives like refactoring the core, UX,
> changing the build and plugin system and cleaning up the javadocs, only to
> mention a few.
>
> In mini lang I see another part of our project which needs a
> refactoring/change. Here are some reasons:
>
> - Programming in XML is hard to deal with when it comes to refactoring.
>
> - The "code" cannot be debugged and is hard to review and maintain.
>
> - It is slower because of the overhead of parsing and processing XML
> documents
>
> - It is highly verbose, even so more than Java!
>
> - It is difficult to reason about because everything appears as a string
> (variables, maps, objects, etc ...) which makes it very difficult to know
> where something was declared or modified
>
> - It is highly error prone and brittle (again due to string declarations)
>
> - It is not a full programming language (unlike groovy, or any other
> language that supports a DSL). Thus it has many limitations that forces the
> developer to write many more lines of code to achieve the same result.
>
> - The code is not reusable (limitation of the DSL)
>
> - The code is not composable (limitation of the DSL)
>
> - Minilang depends on a lot of Java constructs (implementations, not
> interfaces) that require refactoring, making any improvements to the core
> API more challenging
>
> - Minilang is used inconsistently (different DSL in widgets, services and
> entities). Hence, we need to keep only a minimal DSL to declare things only.
>
>
> We already have Java based implementations for services and events and
> there are ideas to implement a Groovy DSL which can be used as easy (or
> easier) as mini lang and does not have the above mentioned flaws.
>
> I therefore like to propose to deprecate the mini lang implementation
> which means:
>
> 1. there will be no new implementations based on mini lang accepted to go
> into the code base.
>
> 2. mini lang and mini lang code will be maintained with bug and security
> fixes for backwards compatibility and to support existing adopters relying
> on mini lang.
>There will be no new features though.
>
> 3. we will continously replace the mini lang implementations with Java
> and/or Groovy code. This will be another good opportunity for contributors
> to engage in the project.
>
>
> This will certainly be a longer process and we will not stop support for
> mini lang but I think we should avoid to add more mini lang implementations
> to the project.
>
> What do you think?
>
> Regards,
>
> Michael
>
>
>
>


Re: Welcome Swapnil Shah as a New Committer!

2017-02-14 Thread Swapnil Mane
Many congratulations Swapnil!! :)


- Best Regards,
Swapnil M Mane

On Tue, Feb 14, 2017 at 4:30 PM, Sharan Foga  wrote:

> The OFBiz PMC has invited Swapnil Shah to become a new committer and are
> happy to announce that he has accepted.
>
> Swapnil has been involved in OFBiz for a few years and has been active on
> both the development and user mailing lists responding to some quite
> technical functional questions.
>
> Some of the key factors considered for inviting him were as follows:
>
> - He has very good functional knowledge about OFBiz and this is a valuable
> skill that is useful to developers and users
> - He is polite, positive, friendly and collaborative when dealing the
> community discussions on the mailings lists or Jira
> - He has raised Jiras, performed testing on patches and new other
> functionality
> - The PMC would like to see a wide range of people from the community
> (developers and non-developers) recognised for their contributions to the
> project.
>
> Please join me in welcoming and congratulating Swapnil.
>
> Thanks
> Sharan
>


Re: Inconsistent String Comparisons

2017-01-09 Thread Swapnil Mane
+1 Devanshu.


- Best Regards,
Swapnil M Mane

On Mon, Jan 9, 2017 at 2:52 PM, Devanshu Vyas 
wrote:

> Hello Devs,
>
> I found an inconsistency in the code for string comparison
> *statusId.equals("PRUN_COMPLETED")* whereas it should be written as
> *"PRUN_COMPLETED".equals(statusId)*
> cause the former can throw NullPointerException if the variable found to be
> NULL.
>
> This code pattern can be found at several places and if you all agree with
> this I can provide a patch for correcting code.
>
> Let me know your thoughts.
>
> Thanks & Regards,
> Devanshu Vyas.
>


Re: [VOTE] [RELEASE] Apache OFBiz 16.11.01

2016-11-21 Thread Swapnil Mane
+1


- Best Regards,
Swapnil M Mane

On Tue, Nov 22, 2016 at 12:21 AM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

> This is the vote thread to issue the first release from the branch
> "release16.11".
>
> The name of the new release will be "Apache OFBiz 16.11.01".
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-16.11.01.zip: the actual release file
>
> * KEYS: file with keys
>
> * apache-ofbiz-16.11.01.zip.asc: the detached signature file
>
> * apache-ofbiz-16.11.01.zip.md5, apache-ofbiz-16.11.01.zip.sha: hashes
>
> Vote:
>
> [ +1] release as Apache OFBiz 16.11.01
>
> [ -1] do not release
>
> This vote will be open for 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>
> You can download and test the zip file and its signature and hashes (for
> instructions on testing the signature see
> http://www.apache.org/info/verification.html).
>
> Kind Regards,
>
> Jacopo
>


Re: Not able to sending email on dev list

2016-10-28 Thread Swapnil Mane
Dear Arun,
Testing is successful, we have received this mail :-)

- Best Regards,
Swapnil

On Fri, Oct 28, 2016 at 5:09 PM, Arun Patidar <
arun.pati...@hotwaxsystems.com> wrote:

> Hello All,
>
> I was facing issue in sending email on dev list.  I unsubscribed and
> subscribed again. I don't know what was the reason. This email is just to
> test.
>
> --
> Thanks & Regards
> ---
> Arun Patidar
> Manager,Enterprise Software Development
> HotWax Mediawww.hotwaxsystems.com
>


Re: [VOTE] Put the Flatgrey theme in Attic

2016-10-02 Thread Swapnil Mane
-1


- Thanks & Regards,
Swapnil M Mane
H otWax Systems
 - *The global leader in innovative
enterprise commerce s**olutions **powered by Apache OFBiz.*
ApacheCon US 2015 Silver Sponsor


On Fri, Sep 23, 2016 at 5:34 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Do you want to put the Flatgrey theme in Attic?
>
> Please refer to https://issues.apache.org/jira/browse/OFBIZ-8293 for more
> information
>
> +1 (means put the theme in Attic)
>  0 (means vote abstention)
> -1 (means don't put the theme in Attic)
>
> Voting time frame is finished 72 hours from now until Mon Sep 26 2016
> 13:00 UTC+1.
>
> Jacques
>


Re: Michael Brohl joins OFBiz PMC

2016-09-05 Thread Swapnil Mane
Many congratulations Michael :-)

- Best Regards,
Swapnil M Mane

On Fri, Sep 2, 2016 at 4:06 PM, Sharan Foga  wrote:

> Hi Everyone
>
> Please join me in welcoming Michael Brohl as our newest member of the
> OFBiz PMC.
>
> Congratulations Michael and welcome! :-)
>
> Thanks
> Sharan
>


Re: Guest Access Link for OFBiz HipChat Room

2016-09-02 Thread Swapnil Mane
Thanks for your efforts Sharan! :-)


- Best Regards,

Swapnil M Mane
H otWax Systems
 - *The global leader in innovative
enterprise commerce s**olutions **powered by Apache OFBiz.*
ApacheCon US 2015 Silver Sponsor


On Fri, Sep 2, 2016 at 1:54 PM, Sharan Foga  wrote:

> Hi Everyone
>
> Please see below for the guest access link to the OFBiz HipChat room.
>
> https://www.hipchat.com/g4vOayvmc
>
> Thanks
> Sharan
>
>


Re: Entity and Service definition

2016-07-12 Thread Swapnil Mane
+1 for all suggestions, seems good improvements to me :-)

- Best Regards,
Swapnil M Mane
H otWax Systems
 - *The global leader in innovative
enterprise commerce s**olutions **powered by Apache OFBiz.*
ApacheCon US 2015 Silver Sponsor



On Tue, Jul 12, 2016 at 2:01 PM, Rishi Solanki 
wrote:

> Dear Folks,
>
> While working/reviewing recent work in community, I observed some
> improvement/fixes required at entity and related service implementation.
> For few entities like InvoiceAttribute, InvoiceType, etc. no service exists
> to create/update/delete. At the time of writing migration scripts I always
> see lack of such services, which can be used to define new types or
> attributes. Also Many entities have some other problems in basic design of
> CRUD operations and in definitions;
>
> On further look into this in detail found many such entities which do not
> have services. I would like to propose a refactoring at basic design level
> which covers following which does not impact on functionality we have;
>
> 1) Many entity definitions having relationships with view-entities, like
> OrderHeader entity maintain relationship with OrderHeaderNoteView and
> OrderItemAndShipGroupAssoc. We should remove it, maintain the relationship
> at view-entities level if required. Also change the code where this
> relation is in use.
> 2) Many entities having service implementation exists but they can be
> simply convert into entity-auto, that means can use the power OFBiz
> provides.
> 3) As mentioned initially many entities do not have CRUD services exists,
> we should implement or use entity-auto for them wherever applicable. Also
> remove direct use of delegator for them.
> 4) Many entities having from date and thru date, Or status Or Enumeration
> to manage the historical data, but services actually remove those entity
> data. We should change the service implementation to maintain the
> historical data.
>
> After this effort, OFBiz will have minimum direct use of delegator,
> enriched use of service engine, we would be able to established
> patterns/best practice to introduce a new entities, and writing new
> services.
>
> I would love to hear more improvements in this area from community. We will
> add them in this effort only.
>
>
> Rishi Solanki
> Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
>


Re: Support of passing placeholder values in while using UiLabels for error reporting

2016-06-14 Thread Swapnil Mane
Thanks so much Jacques and Pranay for sharing your thoughts! :-)


- Best Regards,
Swapnil M Mane
HotWax Systems,
www.hotwaxsystems.com

On Mon, Jun 6, 2016 at 11:57 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Yes Groovy snippet or script,  that's what I thought also. Of course would
> be more elegant and convenient with a fail-property attribute
>
> Jacques
>
>
>
> Le 06/06/2016 à 06:05, Pranay Pandey a écrit :
>
>> Hi Swapnil, Jacques
>>
>> Yes, it looks like a required improvement in fail-property usage.
>>
>> Though we can go the groovy route if service/event written using it.
>>
>> Best regards,
>>
>> Pranay Pandey
>> HotWax Systems
>> http://www.hotwaxsystems.com/
>>
>> On Sun, Jun 5, 2016 at 9:40 AM, Jacques Le Roux <
>> jacques.le.r...@les7arts.com> wrote:
>>
>> Hi Swapnil,
>>>
>>> This is possible with fail-message but seems indeed impossible with
>>> fail-property
>>>
>>> Jacques
>>>
>>>
>>>
>>> Le 04/06/2016 à 13:14, Swapnil Mane a écrit :
>>>
>>> Dear team,
>>>>
>>>> As per the current OOTB code, In  tag, we don't have
>>>> support
>>>> for fetching the property message along with updated value of
>>>> placeholder.
>>>> for e.g. We have UiLabel AccountingInvoiceUpdateOnlyWithInProcessStatus
>>>>
>>>>
>>>> {code}
>>>>
>>>> 
>>>>
>>>> Can only update Invoice, when status is
>>>>
>>>> in-process...current status: ${lookedUpValue.statusId}
>>>>>
>>>>> {code}
>>>>
>>>>
>>>>
>>>> (*Here placeholder is  ${lookedUpValue.statusId}*)
>>>>
>>>> Now, In simple method 'InvoiceStatusInProgress'
>>>> (accounting/widget/InvoiceScreens.xml), we used fail-property
>>>>
>>>> {code}
>>>>
>>>> >>>
>>>> property="AccountingInvoiceUpdateOnlyWithInProcessStatus" />
>>>>>
>>>>> {code}
>>>>
>>>>
>>>>
>>>> using this, we are unable to pass the value of statusId, for getting
>>>> the message like
>>>>
>>>> Can only update Invoice, when status is in-process...current status:
>>>>
>>>> *INVOICE_PAID*
>>>>>
>>>>> Kindly let me know if I am missing anything while using the
>>>> 
>>>> or if it is the current limitation, we can proceed to create Jira ticket
>>>> (Please confirm :)
>>>>
>>>> - Best Regards,
>>>> Swapnil M Mane
>>>> HotWax Systems,
>>>> www.hotwaxsystems.com
>>>>
>>>>
>>>>
>


Support of passing placeholder values in while using UiLabels for error reporting

2016-06-04 Thread Swapnil Mane
Dear team,

As per the current OOTB code, In  tag, we don't have support
for fetching the property message along with updated value of placeholder.
for e.g. We have UiLabel AccountingInvoiceUpdateOnlyWithInProcessStatus


{code}



Can only update Invoice, when status is
> in-process...current status: ${lookedUpValue.statusId}

{code}



(*Here placeholder is  ${lookedUpValue.statusId}*)

Now, In simple method 'InvoiceStatusInProgress'
(accounting/widget/InvoiceScreens.xml), we used fail-property

{code}

 property="AccountingInvoiceUpdateOnlyWithInProcessStatus" />

{code}



using this, we are unable to pass the value of statusId, for getting
the message like

Can only update Invoice, when status is in-process...current status:
> *INVOICE_PAID*



Kindly let me know if I am missing anything while using the 
or if it is the current limitation, we can proceed to create Jira ticket
(Please confirm :)

- Best Regards,
Swapnil M Mane
HotWax Systems,
www.hotwaxsystems.com


Re: Updating fromDate and thruDate data type of CustomTimePeriod entity

2016-05-10 Thread Swapnil Mane
Thanks Deepak for the references :-)


- Best Regards

 Swapnil M Mane
H <http://www.hotwaxsystems.com/>otWax Systems
<http://www.hotwaxsystems.com/> - *The global leader in innovative
enterprise commerce s**olutions **powered by Apache OFBiz.*
ApacheCon US 2015 Silver Sponsor
<http://events.linuxfoundation.org/events/archive/2015/apachecon-north-america>
<http://about.me/swapnilmmane?promo=email_sig>

​



On Tue, May 10, 2016 at 5:43 PM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> Hi Swapnil,
>
> https://issues.apache.org/jira/browse/OFBIZ-5740
> http://markmail.org/message/uz3zj7dwwmtkpdkh
>
> :)
>
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
>
> On Tue, May 10, 2016 at 4:14 PM, Swapnil Mane <
> swapnil.m...@hotwaxsystems.com> wrote:
>
>> Dear team,
>>
>> We were using *CustomTimePeriod* entity and noticed that fromDate
>> and thruDate are of *java.sql.Date, DATE* type.
>>
>> Will it be a good improvement to updated the type of fromDate and thruDate
>> to *java.sql.Timestamp, DATETIME* type so that *CustomTimePeriod* entity
>> will be more flexible to handle the time stamp as well.
>>
>> Please share your kind thoughts on this :-)
>>
>> Thanks & Regards
>>
>> Swapnil M Mane
>> H <http://www.hotwaxsystems.com/>otWax Systems
>> <http://www.hotwaxsystems.com/> - *The global leader in innovative
>> enterprise commerce s**olutions **powered by Apache OFBiz.*
>> ApacheCon US 2015 Silver Sponsor
>> <
>> http://events.linuxfoundation.org/events/archive/2015/apachecon-north-america
>> >
>> <http://about.me/swapnilmmane?promo=email_sig>
>>
>> ​
>>
>
>


Updating fromDate and thruDate data type of CustomTimePeriod entity

2016-05-10 Thread Swapnil Mane
Dear team,

We were using *CustomTimePeriod* entity and noticed that fromDate
and thruDate are of *java.sql.Date, DATE* type.

Will it be a good improvement to updated the type of fromDate and thruDate
to *java.sql.Timestamp, DATETIME* type so that *CustomTimePeriod* entity
will be more flexible to handle the time stamp as well.

Please share your kind thoughts on this :-)

Thanks & Regards

Swapnil M Mane
H otWax Systems
 - *The global leader in innovative
enterprise commerce s**olutions **powered by Apache OFBiz.*
ApacheCon US 2015 Silver Sponsor


Re: Adrian Crum

2016-01-06 Thread Swapnil Mane
It's really a sad news :-(
I didn't get opportunity to meet him in person and it's bad feeling for me
that we will not meet in future ever :-/

His contribution to the community in invaluable, my heartfelt condolences
to his family.

- Best Regards

Swapnil M Mane
Enterprise Software Engineer
HotWax Systems  - *The global leader in
innovative enterprise commerce solutions **powered by Apache OFBiz.*
ApacheCon US 2015 Silver Sponsor




On Tue, Jan 5, 2016 at 1:34 PM, Pierre Smits  wrote:

> Hi all,
>
> With sadness in my heart I inform you that on January 1st Adrian Crum
> passed away peacefully. Adrian was hospitalised in December of last year
> due to suffering from a double pneumonia. He died while being kept sedated.
>
> I wish his loved ones, relatives and friends strength in these difficult
> times.
>
> Best regards,
>
> Pierre Smits
>


[jira] [Commented] (OFBIZ-6455) Bootstrap modal for lookup screens

2015-12-19 Thread Swapnil Mane (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15065319#comment-15065319
 ] 

Swapnil Mane commented on OFBIZ-6455:
-

Thanks Gavin for your contribution. It looks really good.

Just an improvement, I think while committing the code 'lookup.ftl' and 
'lookupFooter.ftl' files were missed, which is creating the following error, 
when we open the product lookup of 'manufacturing' component 
(https://localhost:8443/manufacturing/control/main)

| Error rendering included template at location 
[component://bootstrap/includes/lookup.ftl]: java.io.FileNotFoundException: 

and 
   
   | Error rendering included template at location 
[component://bootstrap/includes/lookup.ftl]: java.io.FileNotFoundException: 


Here is the link to the patch 
(https://issues.apache.org/jira/secure/attachment/12739207/bootstrapModal.patch)
 and commit 
(https://mail-archives.apache.org/mod_mbox/ofbiz-commits/201506.mbox/%3c20150613051018.36175ac0...@hades.apache.org%3E)
 you have done.


The addition of these two files will also helps us in closing the issue 
OFBIZ-6498

> Bootstrap modal for lookup screens
> --
>
> Key: OFBIZ-6455
> URL: https://issues.apache.org/jira/browse/OFBIZ-6455
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS
>Affects Versions: Bootstrap theme
>Reporter: Gavin Mabie
>Assignee: Gavin Mabie
>  Labels: Bootstrap, Modal
> Attachments: bootstrapModal.patch, lookupDecorator.patch, 
> lookupModalEmpty.png, lookupModalSearchResults.png, pagination.png
>
>
> Change code in htmlFormMacroLibrary.ftl, specifically the  renderLookupField 
> macro to fire a bootstrap modal.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


  1   2   >