Add numeric keypad popup function
--------------------------------- Key: OFBIZ-1606 URL: https://issues.apache.org/jira/browse/OFBIZ-1606 Project: OFBiz Issue Type: Improvement Components: specialpurpose/pos Affects Versions: SVN trunk Reporter: Chris Lombardi Priority: Minor Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lombardi updated OFBIZ-1606: ---------------------------------- Attachment: ofbiz-1606.patch > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563926#action_12563926 ] Jacques Le Roux commented on OFBIZ-1606: ---------------------------------------- Hi Chris, It works well, still work to do ;o) > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563934#action_12563934 ] Jacques Le Roux commented on OFBIZ-1606: ---------------------------------------- I commited in trunk at revision: 616709 with a button to test, for now... > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564090#action_12564090 ] Chris Lombardi commented on OFBIZ-1606: --------------------------------------- After thinking about it more, this needs to accept an initial number, for field editing. BTW, there were buttons missing from the keypad intentionally. I made the percent and minus sign configurable, to be displayed or not based on context. I haven't thought about it deeply yet, but my first thoughts are that having a minus sign available isn't ideal. It basically allows for the reversal of the intention of any function. I.e. negative discount (?), negative cash in, etc. Does anyone have any experience with registers and care to weigh in? Is the percent sign used anywhere? > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571741#action_12571741 ] Jacques Le Roux commented on OFBIZ-1606: ---------------------------------------- I have no idea about the minus sign, I think it's a good idea to have them both configurable and false by default. AFAIK the percent sign is only used to create discount from the main panel. > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578952#action_12578952 ] Chris Lombardi commented on OFBIZ-1606: --------------------------------------- Processes that require the keyboard or a keypad dialog: 1. Voiding a sale requires alpha-numeric entry. Is it possible to change OrderId to all-numeric? 2. Paid-in/paid-out. Is there anything else? I don't seem to see anything. > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614446#action_12614446 ] Jacques Le Roux commented on OFBIZ-1606: ---------------------------------------- I tried to add the numeric keypad at right of the qwerty keyboard, but I found a XUI issue : Dialog boxes are limited to 800x600. After having found this I have exchanged with Luan O'Carrol about that but I will not have time to work on it before one week... I will also internationalise the keyboard, I have already done some work around all that... So we have 2 issues with XUI so far : > 1. I tried to replace 3.2rc2b we use currently by plain 3.2. But then I > loose colors in the main screen (I did no go further). So i > had to revert to 3.2rc2b but there are any sources anywhere, a bit > frightening ;o) > > 2. I am unable to create (from XML definitions) dialog boxes larger than it > seems 800x600. Moreover I read in > http://www.koders.com/java/fid9C393106A1491DBC66A899B50436D02CFC816E1B.aspx > line 193 I should solve them in XUI code. Maybe we could also begin to think about moving to ARIA but Luan told me to wait a bit. Cool, I can't do it other ways, anyway :o) Work in progress... > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614469#action_12614469 ] Chris Lombardi commented on OFBIZ-1606: --------------------------------------- You could put the numbers above the letters, like a normal (I think it's the same in FR) keyboard. That would give the user numbers in a familiar format, but not go over 800x600. It might not be as convenient (though I could see two sides to that) but it would be pretty close. For number-only entry, I'd just pop the smaller numerical only keypad. Are there internationalization issues with the numerical only keypad also? TMK everyone uses the standard arabic number (0,1,2...) symbols. > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614446#action_12614446 ] jacques.le.roux edited comment on OFBIZ-1606 at 7/17/08 11:24 AM: ------------------------------------------------------------------ I tried to add the numeric keypad at right of the qwerty keyboard, but I found a XUI issue : Dialog boxes are limited to 800x600. After having found this I have exchanged with Luan O'Carrol about that but I will not have time to work on it before one week... I will also internationalise the keyboard, I have already done some work around all that... So we have 2 issues with XUI so far : > 1. I tried to replace 3.2rc2b we use currently by plain 3.2. But then I > loose colors in the main screen (I did no go further). So i > had to revert to 3.2rc2b but there are any sources anywhere, a bit > frightening ;o) I forgot one point in my previous post here : of course all the sources are always available here http://sourceforge.net/projects/xui/ (see code menu) > 2. I am unable to create (from XML definitions) dialog boxes larger than it > seems 800x600. Moreover I read in > http://www.koders.com/java/fid9C393106A1491DBC66A899B50436D02CFC816E1B.aspx > line 193 I should solve them in XUI code. Maybe we could also begin to think about moving to ARIA but Luan told me to wait a bit. Cool, I can't do it other ways, anyway :o) Work in progress... was (Author: jacques.le.roux): I tried to add the numeric keypad at right of the qwerty keyboard, but I found a XUI issue : Dialog boxes are limited to 800x600. After having found this I have exchanged with Luan O'Carrol about that but I will not have time to work on it before one week... I will also internationalise the keyboard, I have already done some work around all that... So we have 2 issues with XUI so far : > 1. I tried to replace 3.2rc2b we use currently by plain 3.2. But then I > loose colors in the main screen (I did no go further). So i > had to revert to 3.2rc2b but there are any sources anywhere, a bit > frightening ;o) > > 2. I am unable to create (from XML definitions) dialog boxes larger than it > seems 800x600. Moreover I read in > http://www.koders.com/java/fid9C393106A1491DBC66A899B50436D02CFC816E1B.aspx > line 193 I should solve them in XUI code. Maybe we could also begin to think about moving to ARIA but Luan told me to wait a bit. Cool, I can't do it other ways, anyway :o) Work in progress... > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614481#action_12614481 ] Jacques Le Roux commented on OFBIZ-1606: ---------------------------------------- Chris, Numbers above : yes I thought about that. It's quite std I think. If we don't find a solution, which I doubt, I will do that. But I would prefer to use the num keypad : there are any i18n issues with it that I'm aware of, and as you said, it's more convenient. Actually we can do both. Feel free to provide a patch in the meantime if you want. We will keep it after anyway. I have already used the num keypad you introduced in Paid In/out, where it was needed. > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1606. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Due to XUI 800*600 harcoded maxi dialog box size, I introduced in revision 680147 a numbers line (waiting for a numeric keypad at right) on alpha keyboard used for the now only in Save Sale > Add numeric keypad popup function > --------------------------------- > > Key: OFBIZ-1606 > URL: https://issues.apache.org/jira/browse/OFBIZ-1606 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: ofbiz-1606.patch > > > Some areas in the POS require a keyboard instead of a touchscreen for input. Here is a dialog that can be used for numerical entry via a touchscreen. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |