[jira] [Commented] (OFBIZ-12203) WebPos: Product price cannot be updated

2021-04-26 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12203:
-

Hi Amit,

I'm on Windows, after applying your patch I confirm Woyce's last comment and my 
previous comment

The produt image URL is wrong, eg : 
https://localhost:8443/webpos/control//images/products/GZ-8544/small.png (the 
double slash is not the reason)

> WebPos: Product price cannot be updated
> ---
>
> Key: OFBIZ-12203
> URL: https://issues.apache.org/jira/browse/OFBIZ-12203
> Project: OFBiz
>  Issue Type: Bug
>  Components: webpos
>Affects Versions: 17.12.06
>Reporter: Woyce Batkins
>Assignee: Amit Gadaley
>Priority: Critical
> Attachments: OFBIZ-12203.patch
>
>
> * Go to the WebPos application
>  * Search for a product
>  * Update the price with a new value
>  * The Update is not working



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-12203) WebPos: Product price cannot be updated

2021-04-25 Thread Woyce Batkins (Jira)


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

Woyce Batkins commented on OFBIZ-12203:
---

Hi  [~amit.gadaley]

Its nice to see that someone is looking into this.

I have just tested what you just described and I can say that even the "Enter" 
button is not working when updating a new price. I am not sure whether it has 
something to do with the locale. It is not working for me.

Also, I believe that the "update" button is there to update the cart. Orelse, 
we wouldn't need it.

> WebPos: Product price cannot be updated
> ---
>
> Key: OFBIZ-12203
> URL: https://issues.apache.org/jira/browse/OFBIZ-12203
> Project: OFBiz
>  Issue Type: Bug
>  Components: webpos
>Affects Versions: 17.12.06
>Reporter: Woyce Batkins
>Assignee: Amit Gadaley
>Priority: Critical
> Attachments: OFBIZ-12203.patch
>
>
> * Go to the WebPos application
>  * Search for a product
>  * Update the price with a new value
>  * The Update is not working



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-12203) WebPos: Product price cannot be updated

2021-04-25 Thread Amit Gadaley (Jira)


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

Amit Gadaley commented on OFBIZ-12203:
--

Hello [~jleroux] and [~sa_james],

Thank You for looking into this.

I think we are having confusion due to unclear UI available on 'Cart Item 
Selected' section of the webpos main screen. The request to update the price 
only submitted when an application user enters the price for 'New price' input 
and presses the 'Enter' button on the keyboard. The "+/-" buttons and 'Update' 
button are only used to update the quantity of the selected item.

The "+/-" buttons are working fine for me but the image at the left of the 
search area is not working.

I am happy to discuss and work on improving the UI on this jira ticket or a new 
Jira ticket. Please let me know your thoughts on this.

> WebPos: Product price cannot be updated
> ---
>
> Key: OFBIZ-12203
> URL: https://issues.apache.org/jira/browse/OFBIZ-12203
> Project: OFBiz
>  Issue Type: Bug
>  Components: webpos
>Affects Versions: 17.12.06
>Reporter: Woyce Batkins
>Assignee: Amit Gadaley
>Priority: Critical
> Attachments: OFBIZ-12203.patch
>
>
> * Go to the WebPos application
>  * Search for a product
>  * Update the price with a new value
>  * The Update is not working



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-12203) WebPos: Product price cannot be updated

2021-04-01 Thread Woyce Batkins (Jira)


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

Woyce Batkins commented on OFBIZ-12203:
---

Hi [~amit.gadaley]

I also tried it and it is not working. I do hate the same behavior that 
[~jleroux] described.

> WebPos: Product price cannot be updated
> ---
>
> Key: OFBIZ-12203
> URL: https://issues.apache.org/jira/browse/OFBIZ-12203
> Project: OFBiz
>  Issue Type: Bug
>  Components: webpos
>Affects Versions: 17.12.06
>Reporter: Woyce Batkins
>Assignee: Amit Gadaley
>Priority: Critical
> Attachments: OFBIZ-12203.patch
>
>
> * Go to the WebPos application
>  * Search for a product
>  * Update the price with a new value
>  * The Update is not working



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-12203) WebPos: Product price cannot be updated

2021-03-28 Thread Amit Gadaley (Jira)


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

Amit Gadaley commented on OFBIZ-12203:
--

Thank You [~sa_james] for reporting it. I have debugged the issue and found 
that we are using the method 'getDisplayPrice()' [Class: ShoppingCartItem] to 
display item unit price and the method 'getDisplayItemSubTotal()' [Class: 
ShoppingCartItem] to display item total. These two methods use the display 
price of the item. And, while updating the price for an item from the POS 
application, we are only updating the base price of that item using the method 
'modifyPrice' [Class: WebPosTransaction]. To fix the issue, I have updated the 
method 'modifyPrice' by adding logic to update the display price of the item as 
well.

> WebPos: Product price cannot be updated
> ---
>
> Key: OFBIZ-12203
> URL: https://issues.apache.org/jira/browse/OFBIZ-12203
> Project: OFBiz
>  Issue Type: Bug
>  Components: webpos
>Affects Versions: 17.12.06
>Reporter: Woyce Batkins
>Assignee: Amit Gadaley
>Priority: Critical
> Attachments: OFBIZ-12203.patch
>
>
> * Go to the WebPos application
>  * Search for a product
>  * Update the price with a new value
>  * The Update is not working



--
This message was sent by Atlassian Jira
(v8.3.4#803005)