[
https://issues.apache.org/jira/browse/OFBIZ-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547428
]
Jacques Le Roux commented on OFBIZ-1109:
----------------------------------------
Hi Chris,
I just tested on Windows it works well as far as I have gone and the code is
well written. Some remarks :
. It's not localised
. I think we should show options on the receipt.
. Please update code comments, for instance
+public class ConfigureItem extends XPage {
+
+ /**
+ * To load a sale from a shopping list. 2 modes : add to or replace
the current sale. Also a button to delete a sale (aka shopping list)
+ */
+ //TODO: change caption
+ m_dialog.setCaption(UtilProperties.getMessage("pos", "LoadASale",
Locale.getDefault()));
It seems that this patch introduce a quirk : when opening dialog boxes after
having opened the the config item dialog boxe all other dialog boxes are
shrinked.
Thanks for your work
> 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.