[jira] Commented: (OFBIZ-46) Product -> Inventory Screen Improvement for Virtual Products

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-46) Product -> Inventory Screen Improvement for Virtual Products

Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-46?page=comments#action_12417610 ]

Scott Gray commented on OFBIZ-46:
---------------------------------

Hi Jacques

Thanks for looking into this, it's a bit of a pain as the whole reason i was using subclipse was to avoid having to figure out all the various commands and what they do.  I'm sure it's simple enough but OFBiz has me learning more than enough at the moment without throwing SVN into the mix.

But anyway, I've put my next patch here:
http://issues.apache.org/jira/browse/OFBIZ-51
and I did a find/replace on the patch to shorten the absolute paths to relative ones, do you think that will work for now?

Regards
Scott

> Product -> Inventory Screen Improvement for Virtual Products
> ------------------------------------------------------------
>
>          Key: OFBIZ-46
>          URL: http://issues.apache.org/jira/browse/OFBIZ-46
>      Project: The Open For Business Project
>         Type: Improvement

>   Components: product
>     Versions: SVN trunk
>     Reporter: Scott Gray
>     Assignee: Jacopo Cappellato
>     Priority: Minor
>  Attachments: VirtualInvSummary.patch
>
> Hi
> I've changed the EditProductInventoryItems screen in ProductScreens.xml to display a summary of  variant products inventory when a virtual product is being browsed.  
> Currently the screen displays the standard inventory info for the variant which isn't very useful as the product doesn't actually exist in a physical sense.
> The summary information displayed is pretty basic but I wanted to be careful because of the number of variants that could potentially be displayed.  I figure the information on screen can be expanded as people see the need and also perhaps add facility/feature filters where appropriate to drill deeper.
> Coding feedback is most welcome as I'm still climbing a pretty steep hill in terms of learning ofbiz / java / ftl / bsh / widgets etc.
> Thanks
> Scott

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Reply | Threaded
Open this post in threaded view
|

Re: [jira] Commented: (OFBIZ-46) Product -> Inventory Screen Improvement for Virtual Products

Andrew Sykes
Scott,

Perhaps a more subclipse friendly approach would be just to remember to
delete the extraneous parts of the file path from the patch file.

As long as you're careful this works fine.

e.g.

Index: /home/andrew/eclipse-workspace/ofbiz/base/config/debug.properties
===================================================================
--- /home/andrew/eclipse-workspace/ofbiz/base/config/debug.properties    (revision 7796)
+++ /home/andrew/eclipse-workspace/ofbiz/base/config/debug.properties    (working copy)
@@ -24,7 +24,7 @@

becomes...

Index: base/config/debug.properties
===================================================================
--- base/config/debug.properties    (revision 7796)
+++ base/config/debug.properties    (working copy)
@@ -24,7 +24,7 @@

A simple find and replace can fix your patch file pretty quickly.

--
Kind Regards
Andrew Sykes <[hidden email]>
Sykes Development Ltd
http://www.sykesdevelopment.com