You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Rasdi Ishak <ra...@gmail.com> on 2020/09/28 07:15:01 UTC

Request for simple Ofbiz calculation tutorial.

Hi. i'm new to Ofbiz . I have done the tutorial for beginners and try to build a plugin for sales commission and overriding. I have build the entity in derby and already successfully create and update a list. Now i am stuck at how to use java or groovy for calculating the sales commission, for example: commission = sales price * 85%. 
do anyone have a good example how this work? thanks for help.

Re: Request for simple Ofbiz calculation tutorial.

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Rasdi,

Your message has been moderated, else it would not have reached this Mailing List.

Please subscribe to the user ML for such questions and then use your email client.
See why here http://ofbiz.apache.org/mailing-lists.html.

You will get a better support, people can answer you on the ML.
The wider the audience the better the answers you might get.

Also it's more work for moderators who have to accept your messages as long as you have not subscribed.
I'll personally no longer accept them (other moderators still could).

Thanks

This said, I'd try that: https://ofbiz.markmail.org/search/?q=commission

HTH

Jacques

Le 28/09/2020 à 09:15, Rasdi Ishak a écrit :
> Hi. i'm new to Ofbiz . I have done the tutorial for beginners and try to build a plugin for sales commission and overriding. I have build the entity in derby and already successfully create and update a list. Now i am stuck at how to use java or groovy for calculating the sales commission, for example: commission = sales price * 85%.
> do anyone have a good example how this work? thanks for help.