Presentation layer Screens

2013-07-29 Thread sivakumar buddharaju
Hi, Can someone give me pointers to learn how presentation layers is handled using Screens and Widgets Thanks, Siva

Freemarke, printing number with no commas

2013-07-29 Thread Skip
I have a hyperlink in a form that passes a numeric value to a bash script. the link is like: hyperlink ... target=showEntries?partyId=${partyId}amp;days=${days} / If you mouse over the link, the days variable is coming out like 3,313,222,978 This used to be displayed without the commas. I

Re: Presentation layer Screens

2013-07-29 Thread Jacques Le Roux
These links should give you an idea (admin/ofbiz) https://demo-trunk.ofbiz.apache.org/webtools/control/WebtoolsLayoutDemo https://demo-trunk.ofbiz.apache.org/example/control/FormWidgetExamples Nothing better than code for a fast explanation... Jacques - Original Message - From:

Re: Freemarke, printing number with no commas

2013-07-29 Thread Scott Gray
Check first that the days variable is actually a number in the freemarker context. It could be that the formatting is happening earlier which would explain why your efforts to change the formatting aren't working (because the value may already be a string). Regards Scott On 30/07/2013, at

Why calculation of Sales tax or VAT service (CalcTax) need ProductId?

2013-07-29 Thread Hans Bakker
Opinions needed Problem: At an purchase order or invoice, when the item product Id is blank, tax is not calculated and/or often give a screen error. The reason: Currently the CalcTax service has the productid as mandatory field in the input and uses this as