Separate Account Payable when posting Purchase Invoice
Chika
Member Posts: 45
Dear All,
I'm implementing financial management module for my new customer
in Indonesia. They have a unique requirement for the VAT.
For e.g. There is a purchase invoice for Vendor. The amount is 1000 and
there is VAT 10%.
But they want the journal to be like this when user posting the purchase
invoice:
Purchase 1000 [D]
VAT IN 100 [D]
Account Payable 1000 [C]
Account Payable2 100 [C]
and in vendor master, balance should be 1000 only for this vendor,
because the rest 100 will be total AP for the other vendor.
This requirement is needed because they pay 100 for the government directly, means that the vendor don't pay the VAT to the government.
Can anyone give me suggestion how to do this?
Should we modify NAV to meet this requirement?
Regards,
Chika
I'm implementing financial management module for my new customer
in Indonesia. They have a unique requirement for the VAT.
For e.g. There is a purchase invoice for Vendor. The amount is 1000 and
there is VAT 10%.
But they want the journal to be like this when user posting the purchase
invoice:
Purchase 1000 [D]
VAT IN 100 [D]
Account Payable 1000 [C]
Account Payable2 100 [C]
and in vendor master, balance should be 1000 only for this vendor,
because the rest 100 will be total AP for the other vendor.
This requirement is needed because they pay 100 for the government directly, means that the vendor don't pay the VAT to the government.
Can anyone give me suggestion how to do this?
Should we modify NAV to meet this requirement?
Regards,
Chika
0
Comments
-
Hello Chika.
You will need to modify NAV.
The way I would go about implementing this is add a new field on sales header called VAT-BillToCustomer
Modify CU 80
Search for
// Post customer entry
and
modify to only include Amount
GenJnlLine.Amount := -TotalSalesLine."Amount Including VAT";
GenJnlLine."Source Currency Amount" := -TotalSalesLine."Amount Including VAT";
GenJnlLine."Amount (LCY)" := -TotalSalesLineLCY."Amount Including VAT";
Create a new a new GenJnlLine. that would post the VAT-BillToCustomer0 -
Hi ara3n,
I'm also having the same problems,
With this mod, is the vendor's AP is still including the VAT?
Because we need to split so that the AP is just the sales and the VAT will go into the Goverment's AP.
Please advice,
Thanks in advance______________
Regards,
Steven0 -
With out doing any modification,
can we try the following available functionality:
it is like, After receipt, Go to Purchase Invoice card> create New.
(keeping Buy-from Vendor remain same.)
create two invoices, but in one, Bill-to Vendor= Buy-from Vendor,
In the other Bill-to Vendor= Govt. Dept. (Create a new vendor=Govt. Dept.)
In 2nd invoice/Vendor with only charge (item) line. (Create a charge (item)=Vat)
for that LINE
Go to Line > Item Charge Assignment > Action> Functions >Get receipt Lines.
As per Bill-to, we can have Vendor AP= 1000 & Govt.Dept AP=10My friend is "Search the Forum"0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 322 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

