Vat Calculation issue

ramesh.aynramesh.ayn Member Posts: 41
Hi All,

My clients need to calculate the VAT amount Before giving discount, and that discount should be posted to an Expenditure account. How i can achieve this? i am using navision 2009 sp1 w1 databse.


thanks and regards,

Ramesh

Comments

  • ramesh.aynramesh.ayn Member Posts: 41
    Hi,

    i am using Line Discount.
    so my calculation is

    line Amount :=100;
    vat := 5%
    Discount := 5%

    first calculate vat on 100 so vat := 5;
    then give discount of 5% on 100.

    Transaction should be
    G/L Account No. Debit Amount Credit Amount Amount
    Discount 5 5
    Sales 100 -100
    vat 5 -5
    Trade Debitor 100 100


    please help me how can i configure navision according to above senario.
  • ssinglassingla Member Posts: 2,973
    I see no problem in your query. Just define the structure to calculate "Sales Tax" without considering Line Discount. Then define 5% as line discount in the line.
    CA Sandeep Singla
    http://ssdynamics.co.in
  • ramesh.aynramesh.ayn Member Posts: 41
    Hello Sandeep,

    I don't have any Structures setup in w1 Database.

    regards,
    Ramesh Kumar
  • DeepDeep Member Posts: 569
    The structure setup is easy, and you can check any Cronus database for reference. Go through the manuals too, and it will be a big help.
    Regards,

    Deep
    India
  • ramesh.aynramesh.ayn Member Posts: 41
    Hi Deep,
    you mean, i need to customise the w1 product for this type of calculation?

    so i have to create Structure tables , and corresponding code.

    is it the only way?

    regards,
    Ramesh Kumar
Sign In or Register to comment.