[jira] Commented: (OFBIZ-2118) Drop-down Applications Bar

2009-01-22 Thread Enrique Ruibal (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12666373#action_12666373
 ] 

Enrique Ruibal commented on OFBIZ-2118:
---

Hello Bruno,

What a great piece of work you hav done! This is very much eye-appealing, I 
noticed a few cranky lines on the my portal page.

Congrats,


 Drop-down Applications Bar
 --

 Key: OFBIZ-2118
 URL: https://issues.apache.org/jira/browse/OFBIZ-2118
 Project: OFBiz
  Issue Type: New Feature
  Components: ALL COMPONENTS
Reporter: Bruno Busco
 Fix For: Release Branch 9.3

 Attachments: AppMenuDropDown.patch, AppMenuDropDown.patch, 
 AppMenuDropDown.patch, screenshot1.jpg, screenshot2.jpg, screenshot3.jpg, 
 screenshot4.jpg, screenshot5.jpg, VisualThemeMessage.patch, vt_bluelight.zip, 
 vt_bluelight.zip


 Hi all,
 we have discussed several times about a new backoffice layout with drop-down 
 menus to have less crowded screens.
 I am experimenting some solutions and I would like to show you what I came to 
 in order to discuss about it.
 What you can see in the screenshots attached is based on an new visual-theme 
 but also on several changes in the decorators.
 The idea is to have a breadcrumbs that is a drop-down menu also.
 The leftmost Item is always Home and when the user hover on it the 
 applications menu is shown up.
 Then the user can select an application and the application name is shown in 
 the second position of the breadcrumbs.
 If the user hovers on it the selected application menu is shown and the user 
 can select an option that is shown in third position on breadcrumbs.
 The idea is to have the breadcrumbs to incorporate both the applications 
 menu, the single application menu and the tab bars.
 At the right ent of the same line of the breadcrumbs (in the white background 
 region) the actual screen name should be visible.
 I think that this way of navigating offers to the user a complete view of all 
 applications as a whole.
 For the moment I only attach screenshots to this jira because I need to clean 
 my code to make a presentable patch. I just want to hear if you think this is 
 a model that we can go through. If the community agrres on this that I will 
 spend more time to clean the code and submit a patch.

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



[jira] Commented: (OFBIZ-1189) Cannot approve digital product orders

2008-04-13 Thread Enrique Ruibal (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12588401#action_12588401
 ] 

Enrique Ruibal commented on OFBIZ-1189:
---

I think currently there is an issue with this default setting as the order is 
only approved (and completed) for a digital good if and only if it has been 
previously paid for, wich seems a bit odd compared to real business situations 
where a service order is just issued and paid for after a period of time has 
elapsed, there is a broad discussion here

http://www.nabble.com/Can%27t-Approve-Orders-with-service-products-to16242722.html#a16659894




 Cannot approve digital product orders
 -

 Key: OFBIZ-1189
 URL: https://issues.apache.org/jira/browse/OFBIZ-1189
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
Reporter: Bilgin Ibryam
Assignee: David E. Jones
 Fix For: SVN trunk

 Attachments: order.patch, order.patch


 Hi all,
 There is a bug when approving orders that contains only digital products. 
 If you create an order that contains only digital products and then try to 
 approve it you will get ERROR : Could not change order status ; status is not 
 a valid change.: [ORDER_COMPLETED] - [ORDER_APPROVED]
 The reason is that there is seca rule and checkDigitalItemFulfillment service 
 will put all the items to ITEM_COMPLETED status. Then another seca calls 
 checkOrderItemStatus and the order is also in put in ORDER_COMPLETED status. 
 All the items are completed and the order is also completed, everything looks 
 fine, but the service called in the beginning to approve the order generates 
 the error [ORDER_COMPLETED] - [ORDER_APPROVED] is not a valid change
 Any ideas what should be the flow in approving and completing an order in 
 cases where all items are completed while approving ?
 Regards,
 Bilgin Ibryam

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