Re: WARN: Apache OFBiz (ofbiz) missing from /data/committees.xml

2020-06-02 Thread Jacques Le Roux

Hi,

Fixed with revision: 1878404

The files is referenced at 
https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/committees.xml

The files is present at https://ofbiz.apache.org/pmc/ofbiz.rdf

Its content validates at https://www.w3.org/RDF/Validator/

Jacques


Re: Removal of Price information from Pick Sheet Report

2020-06-02 Thread Pierre Smits
We should not compound additional functions (even though these are
corrections) into apps that are clearly not intended for parties outside of
the domain (in this case warehouse managers to the order app).

Enhanced data in PR #117 shows that such is not needed. We should close the
ticket and create a new one to remove the functions.

Met vriendelijke groet,

Pierre Smits
*Proud* *contributor** of* Apache OFBiz  since
2008 (without privileges)

*Apache Trafodion , Vice President*
*Apache Directory , PMC Member*
Apache Incubator , committer
Apache Steve , committer


On Tue, Jun 2, 2020 at 3:10 PM Pierre Smits  wrote:

> A warehouse manager has ample functions available in the facility app to
> view pick sheets, correct?
> If not so, why are there screens like:
> [1]
> https://demo-stable.ofbiz.apache.org/facility/control/PicklistManage?facilityId=MyRetailStore
> [2]
> https://demo-stable.ofbiz.apache.org/facility/control/PicklistOptions?facilityId=MyRetailStore
> [3] https://demo-stable.ofbiz.apache.org/facility/control/VerifyPick
>
> to be used by the warehouse manager to see what sheet is available to
> process?
>
> Did we include the pick sheet in the order app to circumvent something? A
> warehouse manager should not have access to functions/widgets/etc. in the
> order component.
>
>
> Met vriendelijke groet,
>
> Pierre Smits
> *Proud* *contributor** of* Apache OFBiz  since
> 2008 (without privileges)
>
> *Apache Trafodion , Vice President*
> *Apache Directory , PMC Member*
> Apache Incubator , committer
> Apache Steve , committer
>
>
> On Tue, Jun 2, 2020 at 2:42 PM Pawan Verma 
> wrote:
>
>> Hello Devs,
>>
>> I've discussed with Arun Patidar who added this support and as per the
>> conclusion, this report is for warehouse manager not for the picker.
>>
>> OFBIZ-11781 is a valid issue, we should correct the currency symbol.
>>
>> @Suraj Khurana  your proposition looks good, we
>> can change this confusing label like Print Order Sheet? Thoughts?
>> --
>> Thanks & Regards
>> Pawan Verma
>> Technical Consultant
>> *HotWax Systems*
>> *Enterprise open source experts*
>> http://www.hotwaxsystems.com
>>
>>
>> On Mon, Jun 1, 2020 at 10:09 PM Pierre Smits 
>> wrote:
>>
>> > With the enhancements provided through PR #117 (see [1]), I have
>> created a
>> > few demo party records for only warehousing roles to enhance the user
>> > experience for such parties (having only access to the facility app):
>> >
>> > See below:
>> >
>> > *For a warehouse manager*
>> > 
>> > > > statusId="PARTY_ENABLED"/>
>> > > > firstName="DemoEmployee" middleName="34"/>
>> > > > fromDate="2001-05-13 00:00:00.0"/>
>> > > > fromDate="2001-05-13 00:00:00.0"/>
>> > > > statusDate="2001-01-01 12:00:00.0"/>
>> > > > currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a"
>> > requirePasswordChange="N"/>
>> >
>> > *For a picker*
>> > 
>> > > > statusId="PARTY_ENABLED"/>
>> > > firstName="DemoEmployee"
>> > middleName="39"/>
>> > > > fromDate="2001-05-13 00:00:00.0"/>
>> > > > fromDate="2001-05-13 00:00:00.0"/>
>> > > > statusDate="2001-01-01 12:00:00.0"/>
>> > > > currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a"
>> > requirePasswordChange="N"/>
>> >
>> > *For a packer *
>> > 
>> > > > statusId="PARTY_ENABLED"/>
>> > > firstName="DemoEmployee"
>> > middleName="36"/>
>> > > > fromDate="2001-05-13 00:00:00.0"/>
>> > > > fromDate="2001-05-13 00:00:00.0"/>
>> > > > statusDate="2001-01-01 12:00:00.0"/>
>> > > > currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a"
>> > requirePasswordChange="N"/>
>> >
>> > [1] Improved: Update Data Sets
>> > 
>> >
>> > With those enhancements in play in trunk, we can see what particular
>> role
>> > playing parties can and can't do.
>> > 
>> > Met vriendelijke groet,
>> >
>> > Pierre Smits
>> > *Proud* *contributor** of* Apache OFBiz 
>> since
>> > 2008 (without privileges)
>> >
>> > *Apache Trafodion , Vice President*
>> > *Apache Directory , PMC Member*
>> > Apache Incubator , committer
>> > Apache Steve , committer
>> >
>> >
>> > On Mon, Jun 1, 2020 at 6:20 PM Pierre Smits 
>> > wrote:
>> >
>> > > So we're talking about the pdf generated for a picksheet in the order
>> app
>> > > (see [1])?
>> > >
>> > > A warehouse manager has functions available in the facility app to
>> view
>> > > what needs to be picked and assign that to a picker (see [2] and [3],
>> > > correct?
>> 

Re: Removal of Price information from Pick Sheet Report

2020-06-02 Thread Pierre Smits
A warehouse manager has ample functions available in the facility app to
view pick sheets, correct?
If not so, why are there screens like:
[1]
https://demo-stable.ofbiz.apache.org/facility/control/PicklistManage?facilityId=MyRetailStore
[2]
https://demo-stable.ofbiz.apache.org/facility/control/PicklistOptions?facilityId=MyRetailStore
[3] https://demo-stable.ofbiz.apache.org/facility/control/VerifyPick

to be used by the warehouse manager to see what sheet is available to
process?

Did we include the pick sheet in the order app to circumvent something? A
warehouse manager should not have access to functions/widgets/etc. in the
order component.


Met vriendelijke groet,

Pierre Smits
*Proud* *contributor** of* Apache OFBiz  since
2008 (without privileges)

*Apache Trafodion , Vice President*
*Apache Directory , PMC Member*
Apache Incubator , committer
Apache Steve , committer


On Tue, Jun 2, 2020 at 2:42 PM Pawan Verma 
wrote:

> Hello Devs,
>
> I've discussed with Arun Patidar who added this support and as per the
> conclusion, this report is for warehouse manager not for the picker.
>
> OFBIZ-11781 is a valid issue, we should correct the currency symbol.
>
> @Suraj Khurana  your proposition looks good, we
> can change this confusing label like Print Order Sheet? Thoughts?
> --
> Thanks & Regards
> Pawan Verma
> Technical Consultant
> *HotWax Systems*
> *Enterprise open source experts*
> http://www.hotwaxsystems.com
>
>
> On Mon, Jun 1, 2020 at 10:09 PM Pierre Smits 
> wrote:
>
> > With the enhancements provided through PR #117 (see [1]), I have created
> a
> > few demo party records for only warehousing roles to enhance the user
> > experience for such parties (having only access to the facility app):
> >
> > See below:
> >
> > *For a warehouse manager*
> > 
> >  > statusId="PARTY_ENABLED"/>
> >  > firstName="DemoEmployee" middleName="34"/>
> >  > fromDate="2001-05-13 00:00:00.0"/>
> >  > fromDate="2001-05-13 00:00:00.0"/>
> >  > statusDate="2001-01-01 12:00:00.0"/>
> >  > currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a"
> > requirePasswordChange="N"/>
> >
> > *For a picker*
> > 
> >  > statusId="PARTY_ENABLED"/>
> >  firstName="DemoEmployee"
> > middleName="39"/>
> >  > fromDate="2001-05-13 00:00:00.0"/>
> >  > fromDate="2001-05-13 00:00:00.0"/>
> >  > statusDate="2001-01-01 12:00:00.0"/>
> >  > currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a"
> > requirePasswordChange="N"/>
> >
> > *For a packer *
> > 
> >  > statusId="PARTY_ENABLED"/>
> >  firstName="DemoEmployee"
> > middleName="36"/>
> >  > fromDate="2001-05-13 00:00:00.0"/>
> >  > fromDate="2001-05-13 00:00:00.0"/>
> >  > statusDate="2001-01-01 12:00:00.0"/>
> >  > currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a"
> > requirePasswordChange="N"/>
> >
> > [1] Improved: Update Data Sets
> > 
> >
> > With those enhancements in play in trunk, we can see what particular role
> > playing parties can and can't do.
> > 
> > Met vriendelijke groet,
> >
> > Pierre Smits
> > *Proud* *contributor** of* Apache OFBiz 
> since
> > 2008 (without privileges)
> >
> > *Apache Trafodion , Vice President*
> > *Apache Directory , PMC Member*
> > Apache Incubator , committer
> > Apache Steve , committer
> >
> >
> > On Mon, Jun 1, 2020 at 6:20 PM Pierre Smits 
> > wrote:
> >
> > > So we're talking about the pdf generated for a picksheet in the order
> app
> > > (see [1])?
> > >
> > > A warehouse manager has functions available in the facility app to view
> > > what needs to be picked and assign that to a picker (see [2] and [3],
> > > correct?
> > > Then why would he need access to the order app?
> > >
> > >
> > > [1]
> > >
> >
> https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=DEMO10090
> > > [2]
> > >
> >
> https://demo-trunk.ofbiz.apache.org/facility/control/PicklistOptions?facilityId=WebStoreWarehouse
> > > [3]
> > >
> >
> https://demo-trunk.ofbiz.apache.org/facility/control/PicklistManage?facilityId=WebStoreWarehouse
> > >
> > > Met vriendelijke groet,
> > >
> > > Pierre Smits
> > > *Proud* *contributor** of* Apache OFBiz 
> > since
> > > 2008 (without privileges)
> > >
> > > *Apache Trafodion , Vice President*
> > > *Apache Directory , PMC Member*
> > > Apache Incubator , committer
> > > Apache Steve , committer
> > >
> > >
> > > On Mon, Jun 1, 2020 at 1:38 PM Suraj Khurana 
> > > wrote:
> > >
> > 

Re: Removal of Price information from Pick Sheet Report

2020-06-02 Thread Pawan Verma
Hello Devs,

I've discussed with Arun Patidar who added this support and as per the
conclusion, this report is for warehouse manager not for the picker.

OFBIZ-11781 is a valid issue, we should correct the currency symbol.

@Suraj Khurana  your proposition looks good, we
can change this confusing label like Print Order Sheet? Thoughts?
-- 
Thanks & Regards
Pawan Verma
Technical Consultant
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com


On Mon, Jun 1, 2020 at 10:09 PM Pierre Smits  wrote:

> With the enhancements provided through PR #117 (see [1]), I have created a
> few demo party records for only warehousing roles to enhance the user
> experience for such parties (having only access to the facility app):
>
> See below:
>
> *For a warehouse manager*
> 
>  statusId="PARTY_ENABLED"/>
>  firstName="DemoEmployee" middleName="34"/>
>  fromDate="2001-05-13 00:00:00.0"/>
>  fromDate="2001-05-13 00:00:00.0"/>
>  statusDate="2001-01-01 12:00:00.0"/>
>  currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a"
> requirePasswordChange="N"/>
>
> *For a picker*
> 
>  statusId="PARTY_ENABLED"/>
>  middleName="39"/>
>  fromDate="2001-05-13 00:00:00.0"/>
>  fromDate="2001-05-13 00:00:00.0"/>
>  statusDate="2001-01-01 12:00:00.0"/>
>  currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a"
> requirePasswordChange="N"/>
>
> *For a packer *
> 
>  statusId="PARTY_ENABLED"/>
>  middleName="36"/>
>  fromDate="2001-05-13 00:00:00.0"/>
>  fromDate="2001-05-13 00:00:00.0"/>
>  statusDate="2001-01-01 12:00:00.0"/>
>  currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a"
> requirePasswordChange="N"/>
>
> [1] Improved: Update Data Sets
> 
>
> With those enhancements in play in trunk, we can see what particular role
> playing parties can and can't do.
> 
> Met vriendelijke groet,
>
> Pierre Smits
> *Proud* *contributor** of* Apache OFBiz  since
> 2008 (without privileges)
>
> *Apache Trafodion , Vice President*
> *Apache Directory , PMC Member*
> Apache Incubator , committer
> Apache Steve , committer
>
>
> On Mon, Jun 1, 2020 at 6:20 PM Pierre Smits 
> wrote:
>
> > So we're talking about the pdf generated for a picksheet in the order app
> > (see [1])?
> >
> > A warehouse manager has functions available in the facility app to view
> > what needs to be picked and assign that to a picker (see [2] and [3],
> > correct?
> > Then why would he need access to the order app?
> >
> >
> > [1]
> >
> https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=DEMO10090
> > [2]
> >
> https://demo-trunk.ofbiz.apache.org/facility/control/PicklistOptions?facilityId=WebStoreWarehouse
> > [3]
> >
> https://demo-trunk.ofbiz.apache.org/facility/control/PicklistManage?facilityId=WebStoreWarehouse
> >
> > Met vriendelijke groet,
> >
> > Pierre Smits
> > *Proud* *contributor** of* Apache OFBiz 
> since
> > 2008 (without privileges)
> >
> > *Apache Trafodion , Vice President*
> > *Apache Directory , PMC Member*
> > Apache Incubator , committer
> > Apache Steve , committer
> >
> >
> > On Mon, Jun 1, 2020 at 1:38 PM Suraj Khurana 
> > wrote:
> >
> >> Hello Pawan,
> >>
> >> IMO, this label is confusing/misleading, this is order pick list or
> >> basically order details for warehouse manager to keep as a copy with
> >> himself. It will be always on each order level on the create picklist
> >> page.
> >> So that before creating a picklist he can check/select which orders to
> >> pick.
> >>
> >> Actual pick sheet (used by picker) is something available under manage
> >> picklist i.e. after picklist is created, which tells picker which item
> to
> >> pick from which location, no further order details.
> >>
> >> Am I missing something?
> >>
> >> --
> >> Best Regards,
> >> Suraj Khurana
> >> SENIOR TECHNICAL CONSULTANT
> >> mobile: +91 9669750002
> >> email: suraj.khur...@hotwax.co
> >> *www.hotwax.co *
> >>
> >>
> >> On Mon, Jun 1, 2020 at 3:09 PM Pawan Verma <
> pawan.ve...@hotwaxsystems.com
> >> >
> >> wrote:
> >>
> >> > Hello Devs,
> >> >
> >> > While working on OFBIZ-11781, issue of the distorted currency symbol.
> >> > Pierre asked: Are we confident that prices and currency symbols are a
> >> > requirement for a pick sheet?
> >> >
> >> > The important information for picket is Item, quantity, and location.
> >> > Pickers really don't need the unit price, subtotal, or other
> >> price-related
> >> > information.
> >> >
> >> > Should we remove the unit price and subtotal information from a pick
> >> sheet
> 

Re: [DISCUSSION] Having OFBiz web apps listed as components in Jira

2020-06-02 Thread Jacques Le Roux

Hi Pierre,

That sounds like a good idea to me. We would though keep the existing 
components like product, else I don't know what would happen to the related 
issues.

Jacques

Le 02/06/2020 à 08:42, Pierre Smits a écrit :

Hi All,

Multiple components in the applications and plugins stack have more than 1
web application (e.g. product having catalog and facility, marketing having
marketing and sfa).

In order to better facilitate the community (and others) regarding insight
in issues (meaning categorisation/filtering), we should opt for having the
web apps listed in JIRA as component extensions, like:

- product/catalog
- product/facility
- etc.

WDYT?

Met vriendelijke groet,

Pierre Smits
*Proud* *contributor** of* Apache OFBiz  since
2008 (without privileges)

*Apache Trafodion , Vice President*
*Apache Directory , PMC Member*
Apache Incubator , committer
Apache Steve , committer




[DISCUSSION] Having OFBiz web apps listed as components in Jira

2020-06-02 Thread Pierre Smits
Hi All,

Multiple components in the applications and plugins stack have more than 1
web application (e.g. product having catalog and facility, marketing having
marketing and sfa).

In order to better facilitate the community (and others) regarding insight
in issues (meaning categorisation/filtering), we should opt for having the
web apps listed in JIRA as component extensions, like:

   - product/catalog
   - product/facility
   - etc.

WDYT?

Met vriendelijke groet,

Pierre Smits
*Proud* *contributor** of* Apache OFBiz  since
2008 (without privileges)

*Apache Trafodion , Vice President*
*Apache Directory , PMC Member*
Apache Incubator , committer
Apache Steve , committer