Re: Commissions with Two Reps On the Same Order - Brainpower Needed!

2018-11-28 Thread Shi Jinghai
And then, Drools[1] worth a try. [1] http://drools.org/ -邮件原件- 发件人: Pritam Kute [mailto:pritam.k...@hotwaxsystems.com] 发送时间: 2018年11月29日 13:26 收件人: user@ofbiz.apache.org 主题: Re: Commissions with Two Reps On the Same Order - Brainpower Needed! Hello James, After looking into the

Re: Commissions with Two Reps On the Same Order - Brainpower Needed!

2018-11-28 Thread Pritam Kute
Hello James, After looking into the requirements you have provided, IMO, this support would not be directly available OOTB. You would need to do some code customizations. IMO, the best possible design can be using party agreements as the commission % looks like a fixed one. You can create an

Re: Freemarker missing

2018-11-28 Thread Aditya Sharma
Hi Frank, Can you share some more details? Which release are you using? Thanks and Regards, *Aditya Sharma* | Enterprise Software Engineer HotWax Commerce by HotWax Systems [image: https://www.linkedin.com/in/aditya-p-sharma/]

Re: Catlogs

2018-11-28 Thread Pritam Kute
Hi Yokesh, Both the promotions can be easily doable using promotion codes. You can create the promotion codes and send it to the customer's email address. While creating promotion codes, you can take advantage of fromDate and thruDate fields to fulfill the redemption criteria. Hope this helps.

Re: Uploading and viewing documents of party

2018-11-28 Thread Pritam Kute
Hello Sameer, The above-mentioned process works well for me on 17.12 branch also. Thanks and Regards -- Pritam Kute On Wed, Nov 28, 2018 at 4:00 AM Sameer Apte wrote: > Thanks Pritam. > Yes it seems like on trunk it works and on 17.12 it does not. > But should be fine as I can move to latest

GL Account Mapping by Store

2018-11-28 Thread james
Is it possible to control the revenue and bank account of Ofbiz by Store? Thanks, Quincy

Commissions with Two Reps On the Same Order - Brainpower Needed!

2018-11-28 Thread james
Ok Team I have two scenarios that I would like your brain power to determine the best way to handle on how to pay two sales reps or 1 sales and 1 partner on the same account Scenario #1 - The Partner or Broker is tied to the account. The sales rep who places the order also gets paid on the

Freemarker missing

2018-11-28 Thread Frank Herrman
Hi all, After restarting Ofbiz I suddenly found an error in the logs relating to Freemarker. This was the error: /framework/base/src/main/java/org/apache/ofbiz/base/util/template/FreeMarkerWorker.java:74: error: cannot find symbol public static final Version version =

答复: 答复: How to Create Plugin without loadDefault

2018-11-28 Thread Schumann Ye
Dear Gil, You’re so right! Yes, I can do it from Party Manager and now it works perfectly! Millions of thanks and have a nice day to you! Schumann 发件人: Gil Portenseigne 发送时间: 2018年11月28日 20:10 收件人: user@ofbiz.apache.org 主题: Re:

RE: Product Configuration

2018-11-28 Thread james
Good morning. Can someone explain how Party Segment is suppose to be used or what it can be used for? What areas of the system does it touch? Thanks, James

Re: 答复: How to Create Plugin without loadDefault

2018-11-28 Thread Gil Portenseigne
Hello, To make it show up the user you are using must have the base permission of your plugin ("QUALITY" for your example) associated to its securityGroup You can find the permission here : ❯ grep "base-permission" plugins/quality/ofbiz-component.xml base-permission="OFBTOOLS,QUALITY" Loading

Catlogs

2018-11-28 Thread ygk
How to set promo for below 2 condition 1.Buy for Rs. 10,000 and get Rs 500 gift voucher (which can be redeemed immediately on the next purchase) 2.Buy for Rs. 10,000 and get Rs 500 gift voucher (which can be redeemed from the next day) Kindly suggest.

答复: How to Create Plugin without loadDefault

2018-11-28 Thread Schumann Ye
Dear Jacques, My bad memory! I double check it and it was written by Jacopo from Hotwax. Thanks Schumann 发件人: Jacques Le Roux 发送时间: Wednesday, November 28, 2018 3:47:32 AM 收件人: user@ofbiz.apache.org 主题: Re: How to Create Plugin without loadDefault Hi

答复: How to Create Plugin without loadDefault

2018-11-28 Thread Schumann Ye
Dear Pierre, Could you be more specific how to load the data of the newly created Plugin through functionalities in the Webtools components? Many thanks Schumann 发件人: Pierre Smits 发送时间: 2018年11月28日 15:56 收件人: user@ofbiz.apache.org 主题:

答复: How to Create Plugin without loadDefault

2018-11-28 Thread Schumann Ye
Dear Gil, Many thanks for your feedback. However, I did try Gradlew “ofbiz �Cload-data readers=seed” and the newly created plugin didn’t show up. And I check the files and find the newly created plugin files has been created. IT JUST DOESN’T SHOW UP! I know if I use Gradlew loadDefault and