How SALES_TAX OrderAdjusments are created first time

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

How SALES_TAX OrderAdjusments are created first time

rajsaini
Hi,

I am having rounding problem for UK VAT and trying to find how SALES_TAX
type order adjustments for Cart/Order line items are created. I have
been struggling for couple of hours but could not trace this piece of
code. I could trace that these adjustments are in
CartShipInfo.CartShipItemInfo.itemTaxAdj list but not able to find how
are they stored first time. It will be a great help if someone can point
me to the code.

Thanks in advance.

Raj
Reply | Threaded
Open this post in threaded view
|

Re: How SALES_TAX OrderAdjusments are created first time

Jacques Le Roux
Administrator
Hi Raj,

IIRW it all comes down to TaxAuthorityServices.java

HTH

Jacques

From: "Raj Saini" <[hidden email]>

> Hi,
>
> I am having rounding problem for UK VAT and trying to find how SALES_TAX
> type order adjustments for Cart/Order line items are created. I have
> been struggling for couple of hours but could not trace this piece of
> code. I could trace that these adjustments are in
> CartShipInfo.CartShipItemInfo.itemTaxAdj list but not able to find how
> are they stored first time. It will be a great help if someone can point
> me to the code.
>
> Thanks in advance.
>
> Raj
>

Reply | Threaded
Open this post in threaded view
|

Re: How SALES_TAX OrderAdjusments are created first time

rajsaini
Thanks Jacques. This helped and saved my time.

Thanks again.

Raj

On Sunday 05 December 2010 01:46 AM, Jacques Le Roux wrote:

> Hi Raj,
>
> IIRW it all comes down to TaxAuthorityServices.java
>
> HTH
>
> Jacques
>
> From: "Raj Saini" <[hidden email]>
>> Hi,
>>
>> I am having rounding problem for UK VAT and trying to find how
>> SALES_TAX type order adjustments for Cart/Order line items are
>> created. I have been struggling for couple of hours but could not
>> trace this piece of code. I could trace that these adjustments are in
>> CartShipInfo.CartShipItemInfo.itemTaxAdj list but not able to find
>> how are they stored first time. It will be a great help if someone
>> can point me to the code.
>>
>> Thanks in advance.
>>
>> Raj
>>
>
>