Prepayment Sales
sneha
Member Posts: 191
Hi Experts,
Please help me. Below is the detail about the issue.We are using Nav 5.0 SP1 NA (build 26084)
Created new order for single item and Amount is 1000$, posted a prepayment invoice for 50%
Below are the G/L impacts for Prepayment Invoice
Sales Prepayment = -500
Trade Accounts Receivable = 500
Posted a Cash Receipt entry and applied to the Prepayment invoice. It’s fine up to here.
Step2: Now ship and invoiced the above order
Below are the G/L impacts for final invoice
Product Revenue= -1000
Trade Accounts Receivable= 1000
Current Invoice should be generated for 500 only, correct? But it is generated for 1000. I am expecting G/L impacts should be like below
Product Revenue= -500
Trade Accounts Receivable= 500
Sales Prepayment = -500
What could be wrong? Please help me
Thanks,
Sneha
Please help me. Below is the detail about the issue.We are using Nav 5.0 SP1 NA (build 26084)
Created new order for single item and Amount is 1000$, posted a prepayment invoice for 50%
Below are the G/L impacts for Prepayment Invoice
Sales Prepayment = -500
Trade Accounts Receivable = 500
Posted a Cash Receipt entry and applied to the Prepayment invoice. It’s fine up to here.
Step2: Now ship and invoiced the above order
Below are the G/L impacts for final invoice
Product Revenue= -1000
Trade Accounts Receivable= 1000
Current Invoice should be generated for 500 only, correct? But it is generated for 1000. I am expecting G/L impacts should be like below
Product Revenue= -500
Trade Accounts Receivable= 500
Sales Prepayment = -500
What could be wrong? Please help me
Thanks,
Sneha
0
Answers
-
sneha wrote:I am expecting G/L impacts should be like below
Product Revenue= -500
Trade Accounts Receivable= 500
Sales Prepayment = -500
System will create the Enties .
Product Revenue= -1000 ( Credit )
Trade Accounts Receivable= 500 (Debit)
Sales Prepayment = 500 (Debit)0 -
Trade Accounts Receivable = 1000, which is bothering me a lot. I tried some more scenarios. Still, final invoice been generated for the total amount of the order, it should be for the balance amount (total order amount – prepayment amount) correct? Do you think it could be a bug? Some one please gives me the link to search the hotfixes for prepayments quickly in partnersource.0
-
I have tested your scenerio NAV 2009 SP1 IN version and it works without any problem (I have not tested implemented in your version)0
-
I figured it out. Try this way to see the actual issue
On Sales & Receivables setup, change the “Default Qty to ship” to blank.
Now create a prepayment invoice and final invoice from a order. You will face the same problem that I faced above, because of below code in codeunit 80
TempPrepmtSalesLine.VALIDATE("No.",GenPostingSetup."Sales Prepayments Account");
TempPrepmtSalesLine.VALIDATE(Quantity,-1); // Just validating Qty, but not “Qty to ship”
TempPrepmtSalesLine.VALIDATE("Unit Price","Prepmt Amt to Deduct");
TempPrepmtSalesLine."Prepayment Line" := TRUE;
TempPrepmtSalesLine."Line No." := NextLineNo;
TempPrepmtSalesLine."Shortcut Dimension 1 Code" := "Shortcut Dimension 1 Code";
TempPrepmtSalesLine."Shortcut Dimension 2 Code" := "Shortcut Dimension 2 Code";
NextLineNo := NextLineNo + 10000;
TempPrepmtSalesLine.INSERT;
I have added a new line of code to validate “Qty to ship” below the line TempPrepmtSalesLine.VALIDATE(Quantity,-1); and it works.
Thanks again to all.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions