Change ConfigureItem to use XPage instead of XDialog
---------------------------------------------------- Key: OFBIZ-1581 URL: https://issues.apache.org/jira/browse/OFBIZ-1581 Project: OFBiz Issue Type: Improvement Components: specialpurpose/pos Affects Versions: SVN trunk Reporter: Chris Lombardi Priority: Minor I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lombardi updated OFBIZ-1581: ---------------------------------- Attachment: ofbiz-1581.patch Proof of concept for using XPage. Works fine for the first item, but shows a problem with the forced caching on subsequent item adds. Will clean up and resubmit after I fix the blocking issue. > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1581.patch > > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-1581: -------------------------------------- Assignee: Jacques Le Roux > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Assignee: Jacques Le Roux > Priority: Minor > Attachments: ofbiz-1581.patch > > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lombardi updated OFBIZ-1581: ---------------------------------- Attachment: (was: ofbiz-1581.patch) > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Assignee: Jacques Le Roux > Priority: Minor > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562126#action_12562126 ] Chris Lombardi commented on OFBIZ-1581: --------------------------------------- I have updated the code for this, but I don't know how to make a patch for it separate from ofbiz-1580 as it is dependent on and changes the same files as ofbiz-1580. > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Assignee: Jacques Le Roux > Priority: Minor > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562134#action_12562134 ] Jacques Le Roux commented on OFBIZ-1581: ---------------------------------------- Don't worry Chris, I will take care of OFBIZ-1580 tomorrow and hopefully will commit it all (including this patch). Thanks for your work ! > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Assignee: Jacques Le Roux > Priority: Minor > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lombardi updated OFBIZ-1581: ---------------------------------- Attachment: ofbiz-1581-2.patch Updated to use an page instead of a dialog, increasing the available space. This also shows the prices of the choices. The formatting is off, I need to think a bit about navigation via a touchscreen before I settle on a final method of navigation and screen layout. This patch is not intended to be committed yet. > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Assignee: Jacques Le Roux > Priority: Minor > Attachments: ofbiz-1581-2.patch > > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563396#action_12563396 ] Jacques Le Roux commented on OFBIZ-1581: ---------------------------------------- Definitively needs more work, but yes it seems to work ;o) > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Assignee: Jacques Le Roux > Priority: Minor > Attachments: ofbiz-1581-2.patch > > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664463#action_12664463 ] Jacques Le Roux commented on OFBIZ-1581: ---------------------------------------- Any news Chris ? > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Assignee: Jacques Le Roux > Priority: Minor > Attachments: ofbiz-1581-2.patch > > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-1581: -------------------------------------- Assignee: (was: Jacques Le Roux) > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1581-2.patch > > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666357#action_12666357 ] Chris Lombardi commented on OFBIZ-1581: --------------------------------------- Sorry, I have been completely consumed by construction. I did update this further, but as best I can now tell I only broke it. I'm sure if I made any good progress I would have uploaded another patch. > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1581-2.patch > > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783142#action_12783142 ] Jacques Le Roux commented on OFBIZ-1581: ---------------------------------------- Hi Chris, I'd like to clean POS issues, do you have something new about this one ? Thanks > Change ConfigureItem to use XPage instead of XDialog > ---------------------------------------------------- > > Key: OFBIZ-1581 > URL: https://issues.apache.org/jira/browse/OFBIZ-1581 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/pos > Affects Versions: SVN trunk > Reporter: Chris Lombardi > Priority: Minor > Attachments: ofbiz-1581-2.patch > > > I'm adding in price information to the ConfigureItem page, and was quickly running out of space. So I'd like to change it to an XPage so I can take advantage of the extra screen space. -- 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 |