Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025792
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementminorhave not tried2014-02-21 09:232014-05-07 18:11
ReporterjonalegriaesarteView Statuspublic 
Assigned Topramakrishnan 
PrioritynormalResolutionfixedFixed in Versionpi
StatusclosedFix in branchpiFixed in SCM revision875ccb64c6c5
ProjectionnoneETAnoneTarget Version3.0PR14Q3
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0025792: Voiding a good shipment is failing when the user assigns a freight cost

DescriptionVoiding a good shipment is failing when the user assigns a freight cost. The error given is: With freight amount greater than zero please select a freight currency.
Steps To Reproduce- Show freight fields in good shipment header
- Create a freight category
- Good shipment create a header
- Select Calculated freight cost and add freight category, freight amount and freight currency
- Create one line and book it
- Void the shipment. Error given:
With freight amount greater than zero please select a freight currency.
Proposed SolutionThe issue is in m_inout_post process. When the process creates the voided shipment, it is not creating (or copying) the currency and the constraint m_inout_currency_check CHECK is raising the error:

m_inout_currency_check CHECK (freightamt = 0::numeric OR freightamt IS NULL
OR freight_currency_id IS NOT NULL);
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0066511)
hgbot (developer)
2014-04-21 11:40

Repository: erp/devel/pi
Changeset: 875ccb64c6c516df63c144c9651bafe79640695a
Author: Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> openbravo.com>
Date: Mon Apr 21 15:07:52 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/875ccb64c6c516df63c144c9651bafe79640695a [^]

Fixes Issue 25792: Voiding a good shipment is failing when the user assigns a freight cost

---
M src-db/database/model/functions/M_INOUT_POST.xml
---
(0066515)
AtulOpenbravo (developer)
2014-04-21 12:59

Code Review + Testing OK.
(0066950)
hudsonbot (developer)
2014-05-07 18:11

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/02ca2648bcdc [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2014-02-21 09:23 jonalegriaesarte New Issue
2014-02-21 09:23 jonalegriaesarte Assigned To => jonalegriaesarte
2014-02-21 09:23 jonalegriaesarte Modules => Core
2014-02-21 09:23 jonalegriaesarte Triggers an Emergency Pack => No
2014-03-11 13:15 jonalegriaesarte Resolution time => 1399500000
2014-03-20 12:26 jonalegriaesarte Assigned To jonalegriaesarte => pramakrishnan
2014-03-31 16:17 jonalegriaesarte Target Version PR14Q2 => PR14Q3
2014-04-20 22:28 pramakrishnan Status new => scheduled
2014-04-20 22:28 pramakrishnan fix_in_branch => pi
2014-04-21 11:40 hgbot Checkin
2014-04-21 11:40 hgbot Note Added: 0066511
2014-04-21 11:40 hgbot Status scheduled => resolved
2014-04-21 11:40 hgbot Resolution open => fixed
2014-04-21 11:40 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/875ccb64c6c516df63c144c9651bafe79640695a [^]
2014-04-21 12:59 AtulOpenbravo Note Added: 0066515
2014-04-21 12:59 AtulOpenbravo Status resolved => closed
2014-04-21 12:59 AtulOpenbravo Fixed in Version => pi
2014-05-07 18:11 hudsonbot Checkin
2014-05-07 18:11 hudsonbot Note Added: 0066950


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker