Calculation for multiple prepayments is wrong?

julkifli33
Member Posts: 1,092
hi all,
i have case which 1 sales order have 3 prepayment
sales order amount is $100
let say :
prepayment 1 : 10%
prepayment 2 : 40%
prepayment 3 : 80%
the calculation is
prepayment 1 : 10% * $100 = $10
prepayment 2 : 40% * $100 = $40
prepayment 3 : 80% * $100 = $80
after we post these 3 prepayments, it will produced 3 invoices that have amount : $10,$40,$80 (10+40+80 = 130 --> it already exceed the sales order amount itself which is 100)
how if we dont want to use YTD Amount?
so the calculation should be like this
prepayment 1 : 10% * $100 = $10
prepayment 2 : 40% * $100 = $30 ($40 - $10)
prepayment 3 : 80% * $100 = $30 ($80 - $40 -$10)
total prepayment = $10 + $30 + $30 = $70
any hotfix for this matter?
i have case which 1 sales order have 3 prepayment
sales order amount is $100
let say :
prepayment 1 : 10%
prepayment 2 : 40%
prepayment 3 : 80%
the calculation is
prepayment 1 : 10% * $100 = $10
prepayment 2 : 40% * $100 = $40
prepayment 3 : 80% * $100 = $80
after we post these 3 prepayments, it will produced 3 invoices that have amount : $10,$40,$80 (10+40+80 = 130 --> it already exceed the sales order amount itself which is 100)
how if we dont want to use YTD Amount?
so the calculation should be like this
prepayment 1 : 10% * $100 = $10
prepayment 2 : 40% * $100 = $30 ($40 - $10)
prepayment 3 : 80% * $100 = $30 ($80 - $40 -$10)
total prepayment = $10 + $30 + $30 = $70
any hotfix for this matter?
0
Comments
-
The calculation is not wrong, it is simply doing what it is designed to do.
Also there is no hotfix necessary, simply post prepayment invoices with 10%, 30% and 30%Frank Dickschat
FD Consulting0 -
FDickschat wrote:The calculation is not wrong, it is simply doing what it is designed to do.
Also there is no hotfix necessary, simply post prepayment invoices with 10%, 30% and 30%
my sales order $100
and these 3 prepayments already $10 + $40 + $80 = $130
this amount exceed sales order amount itself0 -
what about your NAV Version and Localization ?0
-
chengalasettyvsrao wrote:what about your NAV Version and Localization ?
application build 320120 -
julkifli33 wrote:FDickschat wrote:The calculation is not wrong, it is simply doing what it is designed to do.
Also there is no hotfix necessary, simply post prepayment invoices with 10%, 30% and 30%
my sales order $100
and these 3 prepayments already $10 + $40 + $80 = $130
this amount exceed sales order amount itself
Step 1: 10%
Step 2: 40% - Step 1 (10%) = 30%
Step 3: 80% - Step 1 (10%) - Step 2 (40%) = 30%
This is not a bug, it is a featureFrank Dickschat
FD Consulting0 -
what Frank says true . System will not allow to post the prepayment invoices more than the sales order amount.0
-
FDickschat wrote:julkifli33 wrote:FDickschat wrote:The calculation is not wrong, it is simply doing what it is designed to do.
Also there is no hotfix necessary, simply post prepayment invoices with 10%, 30% and 30%
my sales order $100
and these 3 prepayments already $10 + $40 + $80 = $130
this amount exceed sales order amount itself
Step 1: 10%
Step 2: 40% - Step 1 (10%) = 30%
Step 3: 80% - Step 1 (10%) - Step 2 (40%) = 30%
This is not a bug, it is a feature
PREPAYMENT 10% - 40 % - 80% is okay
try 20% - 60% - 70%
i think it should be like NAV 5 SP 1
the calculation is correct0 -
chengalasettyvsrao wrote:what Frank says true . System will not allow to post the prepayment invoices more than the sales order amount.
but NAV 2009 R2 allow prepayment exceed sales order amount0 -
if we do like FDickschat said,
it should create prepayment 1 < prepayment 2 < prepayment 3
we cant do prepayment = 50%, prepayment 2 = 40%
am i correct?0 -
I replicated the Prepayment Scenerio in NAV IN 6.0 R2 32012. Tried sales prepayment invoices with different combinations , when i try to enter the Prepayment % more than 100 % system throws the following error
Microsoft Dynamics NAV Classic
The maximum permitted value is 100.
OK
The transactions which you are replicating is it Standard Database or Customized Data base ?0 -
chengalasettyvsrao wrote:I replicated the Prepayment Scenerio in NAV IN 6.0 R2 32012. Tried sales prepayment invoices with different combinations , when i try to enter the Prepayment % more than 100 % system throws the following error
Microsoft Dynamics NAV Classic
The maximum permitted value is 100.
OK
The transactions which you are replicating is it Standard Database or Customized Data base ?
i'm using the standard nav database
your database is VAT or GST?0 -
IN database is VAT (not global VAT but Indian customized VAT).
Further I recreated the scenario in default IN 2009 R2 database and have found that it complies with your original requirement i.e.
1st Prepayment : 50 %
2nd Prepayment : 70% (70-50 = 20%)
3rd Prepayment : 80% (80-70= 10%).
It neither allowed me to exceed 100% on sales header (Prepayment Tab) nor on Statistics Form (Prepayment Tab).
Either there is some customization or there is bug in the database. In the case of latter you better raise a MS support issue and wait for their reply.CA Sandeep Singla
http://ssdynamics.co.in0 -
i think this is because localization problem
i use nav 2009, W1 version
the calculation for prepayments is okay
i send to microsoft but they do not reply until now0 -
NOW i compare NAV 2009 R2 W1 and NAV 2009 R2 SG
even NAV 2009 R2 W1 has correct multiple prepayment
what happened with NAV 2009 R2 SG ???0 -
julkifli33 wrote:what happened with NAV 2009 R2 SG ???
It's a :bug:0 -
chengalasettyvsrao wrote:julkifli33 wrote:what happened with NAV 2009 R2 SG ???
It's a :bug:
yes it is...
it's because GST prepayment addition on general ledger setup
:thumbsdown: :thumbsdown: :thumbsdown:0 -
hi all,
I also encountered same issue as you in version 2009R2 SG version. Could you please advice how to resolve this issue?
Thanks a lot.
Best Regards
SZH0
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
- 320 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