cancel
Showing results for 
Search instead for 
Did you mean: 

SBO 8.8 PLD VAT summary

Former Member
0 Kudos

Hi all,

I am trying to replicate the VAT summary fro AR Invoice on the footer as it is designed on the AR invoice Master Template, unfrotunatly the Varialbles wich are use are giving me an error, can somebody help me.

the probllme is as follow:

I wish to display a VAT Summary on the footer of my AR invoice using PLD....

VAT code VAT % Net Amount VAT amount

Thank you in advance

Regards

Juan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Juan,

if you need to print VAT, VAT Rate & VAT Net Amount.

Try this,

Sales Tax Authorities Name


Table -> OSTA - Sales Tax Authorities Name.
Column -> Name.

Tax Code


Table -> INV4 - A/R Invoice - Tax Amount per Document.
Column -> StcCode - Tax Code.

TaxRate


Table -> INV4 - A/R Invoice - Tax Amount per Document.
Column -> TaxRate - TaxRate.

Tax Amount


Table -> INV4 - A/R Invoice - Tax Amount per Document.
Column -> Tax Amount - Tax Amount.

Regards,

Madhan.

Former Member
0 Kudos

Hi Madham,

Thank you for your reply, i have tried but it doe snot return any values, i have checked the INV4 Table but doe snot have any record althought i have got AR invoices already posted with VAT, is any other way to achieve my requirement? for instcane the use of variables... ?

Thank you and Regards

Juan