Request for simple Ofbiz calculation tutorial.

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

Request for simple Ofbiz calculation tutorial.

rasdi1233
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.
Reply | Threaded
Open this post in threaded view
|

Re: Request for simple Ofbiz calculation tutorial.

Jacques Le Roux
Administrator
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.