Hey everyone,
well, I thought that this may be a neat little function that can possibly safe alot of your time ( which is why I wanted to share it with you ;)). In the past it has taken me an awful lot of time to figure out which uiLabels are avaialble in my screens. Since the corresponding uiLabelMaps are really scattered all over the place, I noticed that I tended to redo already existing once... So, here is help: Simply copy and paste the following into an ftl file:
It should create an easy to read table of available uiLabels... Cheers... |
Please use this tool
https://demo.hotwaxmedia.com/webtools/control/SearchLabels -Bruno 2009/2/2 madppiper <[hidden email]> > > Hey everyone, > > well, I thought that this may be a neat little function that can possibly > safe alot of your time ( which is why I wanted to share it with you ;)). In > the past it has taken me an awful lot of time to figure out which uiLabels > are avaialble in my screens. Since the corresponding uiLabelMaps are really > scattered all over the place, I noticed that I tended to redo already > existing once... > > So, here is help: > > > Simply copy and paste the following into an ftl file: > > <table> > <#list uiLabelMap?keys as key> > <#if uiLabelMap[key]?is_string> > <tr> > <td>${key}</td> > <td>${uiLabelMap[key]}</td> > </tr> > </#if> > </#list> > </table> > > > It should create an easy to read table of available uiLabels... > > Cheers... > > -- > View this message in context: > http://www.nabble.com/How-to-display-a-List-of-all-uiLabels-tp21792846p21792846.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > |
Ha,
great and there I thought I was actually contributing ;) Well in that case: perhaps the above is useful for anybody trying to figure out the content of any Map in the context ;) |
In reply to this post by Bruno Busco
All,
How ofbiz is dealing with order cancellation? Jacek |
Could you be more specific? -David On Feb 3, 2009, at 3:59 PM, Jacek Wagner wrote: > All, > > How ofbiz is dealing with order cancellation? > > Jacek |
David E Jones wrote:
> > Could you be more specific? > > -David > > > On Feb 3, 2009, at 3:59 PM, Jacek Wagner wrote: > >> All, >> >> How ofbiz is dealing with order cancellation? >> >> Jacek > desirable to order those services many months before target date and in some occasions our customers want the order for the service to be cancelled before the service get consumed. J |
Hello All,
I am working on latest revision of ofbiz,i m also trying for order cancellation as per this link:- http://docs.ofbiz.org/display/OFBENDUSER/Visual+Find+and+Edit+Orders but i am unable to cancel the order. and according to this link "Cancel all Items" tab is not available on latest revision so how to cancel the order. Thanks and Regards Parul Bhagat Jacek Wagner wrote: > David E Jones wrote: >> >> Could you be more specific? >> >> -David >> >> >> On Feb 3, 2009, at 3:59 PM, Jacek Wagner wrote: >> >>> All, >>> >>> How ofbiz is dealing with order cancellation? >>> >>> Jacek >> > Our offerings spans services such as workshops and classes. It is > desirable to order those services many months before target date and > in some occasions our customers want the order for the service to be > cancelled before the service get consumed. > > J |
Parul, you will find option of "Edit Items" in "Actions" block, by
clicking Edit Items. Please have a look and you can follow further steps. Thanks & Regards -- Pranay Pandey On Feb 5, 2009, at 12:15 PM, Parul Bhagat wrote: > Hello All, > I am working on latest revision of ofbiz,i m also trying > for order cancellation as per this link:- http://docs.ofbiz.org/display/OFBENDUSER/Visual+Find+and+Edit+Orders > but i am unable to cancel the order. > and according to this link "Cancel all Items" tab is not available > on latest revision so how to cancel the order. > > Thanks and Regards > Parul Bhagat > > Jacek Wagner wrote: >> David E Jones wrote: >>> >>> Could you be more specific? >>> >>> -David >>> >>> >>> On Feb 3, 2009, at 3:59 PM, Jacek Wagner wrote: >>> >>>> All, >>>> >>>> How ofbiz is dealing with order cancellation? >>>> >>>> Jacek >>> >> Our offerings spans services such as workshops and classes. It is >> desirable to order those services many months before target date >> and in some occasions our customers want the order for the service >> to be cancelled before the service get consumed. >> >> J > smime.p7s (3K) Download Attachment |
Free forum by Nabble | Edit this page |