Live Shipping Rates

2019-10-01 Thread james
I am trying to confirm that I understand shipping integration in Ofbiz. 
I can configure Live Estimates on sales order to send to UPS/Fedex etc
weights to return back an estimate on shipping.  The on the pack order
screen I can calculate Estimates based on simple parameters that I
configure in the Product Store.  This however is NOT connected to a live
UPS/Fedex Server.  At the time if finalizing the pack the system will
store the actual charges from UPS/Fedex depending on the weight and
dimensions and returns a label.

The only thing that is added when an invoice generates is the live
estimate on the sales order as well as the estimate generated on the
pack.  However the actual charges are not added to the invoice.

Assuming I am correct...

Is there a way to decide if the estimate on the sales order or the real
live charges from the pack will be used?  Right now I believe it adds
the both of them.  Could we potentially change the ship method in the
pack screen if we know there is a better way to ship it?

Please let me know if I am correct in my assumptions and if anyone has
ever rate shopped at the back screen

Thanks,

James


Sales Target Setup

2019-10-01 Thread velusamy T
Dear All,

Does ofbiz has a standard functionality of mapping sales targets to the
sales representatives.
I'm looking for some standard components will help to setup up the
target and track the target vs achieved for particular period

Any help will be appreciated

Thanks & Regards,
Velu


Tax calculation for promotion with multiple tax rates involved

2019-10-01 Thread Ingo Wolfmayr
Hi everybody,

I have a question regarding the following case:

Setup:
product_1:
10 € incl. 20% sales tax
productCategory: mwst20

product_2:
10 € incl. 10% sales tax
productCategory: mwst10

TaxRateProduct:
taxAuth with two taxrateproducts:
10% sales tax assigned to mwst10
20% sales tax assigned to mwst20

Promotion: 10% off cart amount

Everything is calculated fine until it comes to promotions, as the 
orderadjustment "PROMOTION_ADJUSTMENT" is a summed up value with no context to 
tax. Therefore the tax adjustments end up misscalculated.

Has anybody had a similay case and solved it somehow?

Best regards,
Ingo