Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0022399Openbravo ERPZ. Otherspublic2012-11-27 11:082013-01-15 18:18
maite 
ioritzCia 
immediatemajoralways
closedfixed 
5
 
 
Core
Production - Confirmed Stable
2012-09-28
https://code.openbravo.com/erp/devel/pi/rev/c8550f22b989 [^]
Yes
0022399: Error when trying to process a Payment of an organization "Legal Without Accounting"
Error when trying to process a Payment of an organization "Legal Without Accounting"
1. Run Initial Organization Setup to create an org defined as "Legal Without Accounting"
2. Create Sales Invoice for that organization and process. Realize that you are able to Complete invoice.
3. Go to Payment In window an try to create related Payment In for that Invoice, when processing payment error "The Period does not exist or it is not opened" is raised.

Same Error is obtained when trying to process Transactions and Reconciliations
Period status should not be verified for Legal Without Accounting organizations
No tags attached.
related to defect 00250243.0MP30 closed pramakrishnan Error when trying to process a Payment of an organization "Legal Without Accounting" 
Issue History
2012-11-27 11:08maiteNew Issue
2012-11-27 11:08maiteAssigned To => dmiguelez
2012-11-27 11:08maiteModules => Core
2012-11-27 11:09maiteSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=4099#r4099
2012-11-27 11:10maiteRegression level => Production - Confirmed Stable
2012-11-27 11:10maiteversion => 3.0MP11.1
2012-11-27 11:10maiteversion3.0MP11.1 =>
2012-11-27 11:18maiteAssigned Todmiguelez => ioritzCia
2012-11-27 16:09dmitry_mezentsevIssue Monitored: dmitry_mezentsev
2012-11-27 16:43hgbotCheckin
2012-11-27 16:43hgbotNote Added: 0054545
2012-11-27 16:43hgbotStatusnew => resolved
2012-11-27 16:43hgbotResolutionopen => fixed
2012-11-27 16:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/687636210b3e5daaa9f906f6dd9d2cab400fe6a7 [^]
2012-11-27 17:05maiteNote Added: 0054547
2012-11-27 17:05maiteStatusresolved => closed
2012-11-28 08:45hudsonbotCheckin
2012-11-28 08:45hudsonbotNote Added: 0054615
2013-01-15 14:11plujanNote Added: 0055519
2013-01-15 14:11plujanStatusclosed => new
2013-01-15 14:11plujanResolutionfixed => open
2013-01-15 18:15ioritzCiaRegression date => 2012-09-28
2013-01-15 18:15ioritzCiaRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/c8550f22b989 [^]
2013-01-15 18:15ioritzCiaTriggers an Emergency Packyes => Yes
2013-01-15 18:17ioritzCiaNote Added: 0055526
2013-01-15 18:17ioritzCiaStatusnew => scheduled
2013-01-15 18:17ioritzCiafix_in_branch => pi
2013-01-15 18:17ioritzCiaStatusscheduled => resolved
2013-01-15 18:17ioritzCiaResolutionopen => fixed
2013-01-15 18:18ioritzCiaStatusresolved => closed
2013-10-25 12:00maiteRelationship addedrelated to 0025024

Notes
(0054545)
hgbot   
2012-11-27 16:43   
Repository: erp/devel/pi
Changeset: 687636210b3e5daaa9f906f6dd9d2cab400fe6a7
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Tue Nov 27 16:43:10 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/687636210b3e5daaa9f906f6dd9d2cab400fe6a7 [^]

Fixes issue 22399: Error when trying to process a Payment
of an organization 'Legal Without Accounting'.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/Reconciliation.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
---
(0054547)
maite   
2012-11-27 17:05   
verified
(0054615)
hudsonbot   
2012-11-28 08:45   
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/d193e5d7e3b4 [^]

Maturity status: Test
(0055519)
plujan   
2013-01-15 14:11   
The issue can be still reproduced in MP19
(0055526)
ioritzCia   
2013-01-15 18:17   
The reopening was due to a missunderstanding. In a legal without accounting organization it
must be possible to process a document but it must not be possible to
post it because there is no accounting. The regression was that we
could not process the documents and we are able now but we must not be
able to post them because there are no periods. Now it is possible to process the document but not to post it, which is right.