Notes |
|
|
Steps t0 Reproduce:
# Login as userA
# Go to Sales management->Transactions->Sales Order
# Click New and select Transaction Document: Prepay
# Select business partner customerA
# Move to tab Lines and click New.
And select Product A
* UOM:Unit
* Unit price:2
* List price:2
* Tax:VAT(3)+CHARGE(0.5)
# Fill in Ordered quantity= 1
# Move to header and complete.
Expected result:
Sales order document status will move from draft to completed and document id will get generated.
Actual result:
User not able to complete the sales order when document type is Prepay |
|
|
|
This exception happens because in prepay orders the invoice terms must be set to "immediate". It works fine for this invoice term, but if this field is set to anything else, it shows the error.
When prepay document is selected the invoice term automatically changes to inmediate. But if the Business Partner is selected afterwords, the invoice term will changed again to the Business Partners default invoice term. |
|
|
(0013569)
|
svnbot
|
2009-02-17 14:06
|
|
Repository: openbravo
Revision: 13274
Author: AinhoaPagola
Date: 2009-02-17 14:06:17 +0100 (Tue, 17 Feb 2009)
Fixes bug 0007262. User not able to complete sales order with document type as 'Prepay'.
---
U trunk/src-db/database/model/functions/C_ORDER_POST1.xml
---
https://dev.openbravo.com/websvn/openbravo/?rev=13274&sc=1 [^]
|
|
|
|
Retested in context 79.125.56.185/openbravotrunk |
|