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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0019755
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementmajoralways2012-02-14 11:512012-04-02 06:10
ReporterioritzCiaView Statuspublic 
Assigned ToioritzCia 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision85a9b7d0fc10
ProjectionnoneETAnoneTarget Version3.0MP10
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_22
OS VersionUbuntu 10.04Database version8.4Ant version1.7.1
Product VersionSCM revision 
Review Assigned To
Web browserMozilla Firefox
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0019755: A Return Material Receipt document cannot be voided.

DescriptionYou cannot create a Return Material Receipt with positive amounts. This makes not possible to void Return Material Receipt.
Steps To Reproduce- Create a Return from Customer and book it.
- Create a Return Material Receipt and complete it.
- Try to void the Return Material Receipt.
- It fails: Return Receipts/Shipments do not allow lines with positive quantities.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0045091)
ioritzCia (developer)
2012-02-14 11:52

Whoever is going to fix this bug must talk with Gorka Ion. He will make a partial commit of the solution.
(0045092)
hgbot (developer)
2012-02-14 12:20

Repository: erp/devel/pi
Changeset: 6f6f0534dd255d71e53650f7ce21ee1221458d81
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Wed Feb 01 12:25:16 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6f6f0534dd255d71e53650f7ce21ee1221458d81 [^]

Related to issue 19755.Added new canceled_inoutline_id column to relate voided inouts.

---
M src-db/database/model/tables/M_INOUTLINE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_TABLE.xml
---
(0045093)
hgbot (developer)
2012-02-14 12:20

Repository: erp/devel/pi
Changeset: f663c413f0b02d922b94a34e61918e228f144cae
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Wed Feb 01 12:25:42 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f663c413f0b02d922b94a34e61918e228f144cae [^]

Related to issue 19755.Relate canceled inoutlines with originals.

---
M src-db/database/model/functions/M_INOUT_POST.xml
---
(0045094)
gorkaion (developer)
2012-02-14 12:24

Added commits that add a relationship on the lines of the generated void shipment to the original lines that are being canceled.

The fix of this issue should check this new column to determine if it is a void shipment or a regular shipment. Based on this check the quantities must be positives or negatives.

If lines have the canceled_inoutline_id not null it is a void inout and in case it is a return inout quantities must be positive.
If lines have the canceled_inoutline_id null it is a regular inout and in case it is a return inout quantities must be negative.
(0045108)
hgbot (developer)
2012-02-14 14:15

Repository: erp/devel/pi
Changeset: f4324ff133a7be7a05daa4ec28ed5c1cfa7b196a
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Tue Feb 14 14:13:35 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f4324ff133a7be7a05daa4ec28ed5c1cfa7b196a [^]

Related to issue 19755.Add missing column property.

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0045577)
jonalegriaesarte (reporter)
2012-02-29 11:42

Moved to MP10
(0045841)
hudsonbot (developer)
2012-03-02 15:36

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/544d64e0c159 [^]

Maturity status: Test
(0045842)
hudsonbot (developer)
2012-03-02 15:36

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/544d64e0c159 [^]

Maturity status: Test
(0045847)
hudsonbot (developer)
2012-03-02 15:37

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/544d64e0c159 [^]

Maturity status: Test
(0046526)
hgbot (developer)
2012-03-20 09:35

Repository: erp/devel/pi
Changeset: 85a9b7d0fc10e4459c57921cd8e603b4e8cd782f
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Fri Mar 16 15:13:57 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/85a9b7d0fc10e4459c57921cd8e603b4e8cd782f [^]

Fixes issue 19755: A Return Material Receipt document cannot be voided.

---
M src-db/database/model/functions/M_INOUT_POST.xml
---
(0046888)
xabiermerino (reporter)
2012-03-29 15:26

verified
(0047163)
hudsonbot (developer)
2012-04-02 06:10

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/7814864461ac [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2012-02-14 11:51 ioritzCia New Issue
2012-02-14 11:51 ioritzCia Assigned To => jonalegriaesarte
2012-02-14 11:51 ioritzCia Web browser => Mozilla Firefox
2012-02-14 11:51 ioritzCia Modules => Core
2012-02-14 11:52 ioritzCia Note Added: 0045091
2012-02-14 11:53 ioritzCia Issue Monitored: networkb
2012-02-14 11:55 ioritzCia Web browser Mozilla Firefox => Mozilla Firefox
2012-02-14 11:55 ioritzCia Resolution time => 1332284400
2012-02-14 12:20 hgbot Checkin
2012-02-14 12:20 hgbot Note Added: 0045092
2012-02-14 12:20 hgbot Checkin
2012-02-14 12:20 hgbot Note Added: 0045093
2012-02-14 12:24 gorkaion Note Added: 0045094
2012-02-14 14:15 hgbot Checkin
2012-02-14 14:15 hgbot Note Added: 0045108
2012-02-29 11:42 jonalegriaesarte Web browser Mozilla Firefox => Mozilla Firefox
2012-02-29 11:42 jonalegriaesarte Note Added: 0045577
2012-02-29 11:42 jonalegriaesarte Target Version 3.0MP9 => 3.0MP10
2012-03-02 15:36 hudsonbot Checkin
2012-03-02 15:36 hudsonbot Note Added: 0045841
2012-03-02 15:36 hudsonbot Checkin
2012-03-02 15:36 hudsonbot Note Added: 0045842
2012-03-02 15:37 hudsonbot Checkin
2012-03-02 15:37 hudsonbot Note Added: 0045847
2012-03-06 17:54 jonalegriaesarte Assigned To jonalegriaesarte => ioritzCia
2012-03-20 09:35 hgbot Checkin
2012-03-20 09:35 hgbot Note Added: 0046526
2012-03-20 09:35 hgbot Status new => resolved
2012-03-20 09:35 hgbot Resolution open => fixed
2012-03-20 09:35 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/85a9b7d0fc10e4459c57921cd8e603b4e8cd782f [^]
2012-03-29 15:26 xabiermerino Note Added: 0046888
2012-03-29 15:26 xabiermerino Status resolved => closed
2012-04-02 06:10 hudsonbot Checkin
2012-04-02 06:10 hudsonbot Note Added: 0047163


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker