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

Jacques Le Roux commented on OFBIZ-1109:
----------------------------------------

OK, I had a closer look. Not sure why (did not search further) but just before 
printing the receipt on line 386 the productId needs to be trimmed.

            
if(trans.isAggregatedItem(((String)expandMap.get("productId")).trim())){

At least , it works like that, but it should certainly be better to search why 
it has trailing blanks only at this stage

Also we see the prices of components in journal but not on receipt. Is that 
intended ?

> Ability to add items with modifiers
> -----------------------------------
>
>                 Key: OFBIZ-1109
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1109
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: 21Nov2007.patch
>
>
> I would like to add the ability to add and configure "aggregated" items via 
> the POS system.  
> A few scenarios should be supported.
> 1.  The item has a default configuration and can be added without 
> configuration.
> 2.  The item requires configuration and a screen to configure the item should 
> present upon adding the item.
> 3.  A configurable item should allow editing after both earlier scenarios.
> I have a prototype mostly working, but I'd like to determine the following:
> 1.  Is anyone else interested in this functionality?
> 2.  What does everyone think is the best way to accomplish this?
> Thanks!

-- 
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