[ 
https://issues.apache.org/jira/browse/OFBIZ-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-1945:
-----------------------------------

    Attachment: ofbiz-1945.patch

An updated patch (merged with révision 739595) with some more changes :
. Use of FastMapt instead of HashMap in some places in POS
. A total replacement of doubles by BigDecimals in POS (with some implied adds 
in UtilFormatOut.java)

Still have to look at 
-        if (!m_trans.addListToCart(sale, m_pos, addToCart)) {
+        if (!m_trans.restoreOrder(sale, m_pos, addToCart)) {

Should not be commited yet...


> Create/use order for POS save / load sale
> -----------------------------------------
>
>                 Key: OFBIZ-1945
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1945
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1945.patch, ofbiz-1945.patch
>
>
> Currently, the "load sale" / "save sale" pos functions save a shopping list.  
> I'd like to change that so that orders are created and updated.  This would 
> increase the security of the solution and allow work orders to be created, 
> etc.
> I'm about 90% there, but I'm hitting a wall.  I can currently save off a 
> created order, restore the order, update payments, etc.  This includes saving 
> discounts, item configurations, etc.  However, there's a problem in saving 
> the new items to the order.  I'm probably overlooking something obvious, so 
> if someone wants to double check me, I'd appreciate it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to