Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009890Openbravo ERP09. Financial managementpublic2009-07-14 13:002009-07-21 00:00
networkb 
eduardo_Argal 
immediatemajoralways
closedfixed 
5
2.40MP6 
 
OBPS
Core
No
0009890: Error trying to unprocess Tax Payment
When a tax payment is processed, and you try to unprocess it, the application returns an error.

In Postgre:

Error:
This record cannot be deleted because it is associated with other existing elements. Please see Linked Items

In Oracle:

ORA - 01403 No data found.

That's why C_TaxPayment_Post procedure is wrong. This line:

inner join gl_journalbatch gljb on gljb.gl_journalbatch_id=glj.gl_journal_id

must be replaced by

inner join gl_journalbatch gljb on gljb.gl_journalbatch_id=glj.gl_journalbatch_id
Create a Tax Payment.
Launch Create VAT register. (Make sure that some rows within amount is returned).
Process it.
Unprocess it.

Note: if you unprocess it sucessfully, create a single GL/Journal (batch) with many lines in Header tab.
Replace in C_TaxPayment_Post this line:

inner join gl_journalbatch gljb on gljb.gl_journalbatch_id=glj.gl_journal_id

by

inner join gl_journalbatch gljb on gljb.gl_journalbatch_id=glj.gl_journalbatch_id
No tags attached.
depends on backport 0009953 closed eduardo_Argal Error trying to unprocess Tax Payment 
Issue History
2009-07-14 13:00networkbNew Issue
2009-07-14 13:00networkbAssigned To => rafaroda
2009-07-14 13:00networkbOBNetwork customer => Yes
2009-07-19 16:37psarobeStatusnew => scheduled
2009-07-19 16:37psarobefix_in_branch => pi
2009-07-20 09:08rafarodaAssigned Torafaroda => eduardo_Argal
2009-07-20 22:12eduardo_ArgalStatusscheduled => closed
2009-07-20 22:12eduardo_ArgalResolutionopen => fixed
2009-07-21 00:00anonymoussf_bug_id0 => 2824536

There are no notes attached to this issue.