Hi Kurtis

I would recommend downloading and watching these videos:
http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams

They will save you countless hours in the long run.

Remember when trying to figure out how a page loads you are best to start
with the controller.xml which and then move on the *Screens.xml which will
show you where most of the data preparation is taking place.

Regards
Scott

On 10/08/07, kurtis shipp <[EMAIL PROTECTED]> wrote:
>
> hello,
>
>   Am just getting on with OFBiz
>   am trying to remove some links for paymentType displayed on accounting
> main page(main.ftl).
>   listed below is a portion that contain a list of links for paymentType
>
>   <ul>
>   <#list paymentTypes as paymentType>
>   <li><a href="<@ofbizUrl>findPayments?lookupFlag=Y&paymentTypeId=${
> paymentType.paymentTypeId}</@ofbizUrl>">${
> uiLabelMap.AccountingShowPayments} ${paymentType.get
> ("description",locale)}</a></li>
>   </#list>
>   </ul>
>   </td>
>
>   I wish to remove/delete some payment types from the list displayed on
> accounting main page but do not know where the paymentType list is populated
> from.
>
>    ;
>   li><a href="<@ofbizUrl>findPayments?lookupFlag=Y&paymentTypeId=${
> paymentType.paymentTypeId}</@ofbizUrl>">${
> uiLabelMap.AccountingShowPayments}
>
>   was able to trace the above to accounting AccountingUiLabels.propertieswhere
>   AccountingShowPayments= Show Payments
>
>
>   but could not figure out
>   ${paymentType.get("description",locale)}</a></li>
>
>   where is the list populated from?
>
>
>   cheers,
>   kurtis.
>
>
> ---------------------------------
> Ready for the edge of your seat? Check out tonight's top picks on Yahoo!
> TV.

Reply via email to