Hi all
I am new to nav ,can any one of you tell me how to add/ populate value from vat entry to vat statement. Is there possibility to add ?
Please suggest me how to do this.
Thanks,
Rajan_Rajan
Hi all
I am new to nav ,can any one of you tell me how to add/ populate value from vat entry to vat statement. Is there possibility to add ?
Please suggest me how to do this.
Thanks,
Rajan_Rajan
Hi @pjllaneras ,can you help me out of this
Thanks,
Rajan
In order to add/populate value from VAT entry to VAT statement in Microsoft Dynamics NAV, you can follow these steps:
I hope this helps you! If you have any further questions, please feel free to ask.
thank you so much. but i have custom field in vat entry table, I need to filter the vat statement based on my custom field that available in vat entry. can you please help me out of this?
Thanks,
Puthumai.
Hi @Rajan_Rajan,
If you need a unique filter that affecs to all results from a VAT Statement, you can create a FlowFilter field in a table extension for “VAT Statement Line” (if you need a independent filter for each line, this must be a normal field of the type you need to filter data in VAT entry table), then you have to copy the “VAT Statement” report, make all changes you need to apply filter and get result.
You need to create a copy of “VAT Statement Preview Line” page, and do necessary modifications in this page to use your new report instead of standard for calculations.
Finally you must make a page extension for “VAT Statement” page, to hide “Preview” button and put your own “Preview” button that show your own “VAT Statement Preview Line” page.
Optionally you can do a copy of “Telematic VAT Declaration” report to use your own report to create the TXT file. You must change the previous page extension to substitute the standard action for you new action to genarate TXT file.
Sorry but this part is not easy for a beginner, but I hope this can help you.
PD: I’ve been out for a long time, and I’ve been a bit surprise to see that someone has mentioned me.
Hi @pjllaneras ,
It’s very immense pleasure to discuss with you , I have a clarification, for the insert of vat entry done in codeunit 12.
Where could I see the insertion of vat statement? How they are loading data into vat statement line and which object is helps to insert data?
Can you help me to this?
Thanks,
Rajan.
The insertion of VAT Statement and VAT Statement Line is manual, it not depends on codeunit 12 nor any other.
You must create the VAT Statement and add all lines manually. As starting point, you can use the those in Cronus company (use Rapid Start to export and import data) and do all modifications you need there.
VAT Statement is for reporting and creating a TXT file. It’s like the Financials reports (known before as Account Schedule), but refering to VAT Entry instead of G/L Entry/G/L Budget Entry.
Best regards.
hello…Thanks a lot! That was really helpful and easy to understand. This step-by-step guide really helps you deal with VAT bills in Dynamics NAV. I’ll also use vatcalc.dev to make sure the VAT numbers are correct it’s a great way to be sure. Thanks for your help!!!