Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022281 | Openbravo ERP | 09. Financial management | public | 2012-11-13 12:45 | 2013-01-31 16:11 |
|
Reporter | VictorVillar | |
Assigned To | dmiguelez | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | VictorVillar |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 17853 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0022281: Process log shows wrong information when you launch the Acct Server process |
Description | Process log shows wrong information when you launch the Acct Server process.
It shows that no register have been posted (created: 0) but really this is not true because is working fine. |
Steps To Reproduce | As group admin role,
Go to process request and unschedule any Acct Server process.
Go to Sales invoice,
Create a new register
Complete it.
Go to process request and schedule the Acct server process and run it inmediatly.
Go to process Monitor window and select the corresponding register, and realise that Sales invoices: Created = 0. But if you go to Sales invoice window you realise that the invoice created before is posted fine. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-11-13 12:45 | VictorVillar | New Issue | |
2012-11-13 12:45 | VictorVillar | Assigned To | => dmiguelez |
2012-11-13 12:45 | VictorVillar | Modules | => Core |
2012-11-13 12:45 | VictorVillar | OBNetwork customer | => Yes |
2012-11-13 12:45 | VictorVillar | Support ticket | => 17853 |
2012-11-13 12:45 | VictorVillar | Resolution time | => 1358722800 |
2012-11-13 12:45 | VictorVillar | Issue Monitored: networkb | |
2012-11-13 13:04 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2013-01-22 12:06 | jonalegriaesarte | Assigned To | jonalegriaesarte => dmiguelez |
2013-01-23 11:13 | hgbot | Checkin | |
2013-01-23 11:13 | hgbot | Note Added: 0055756 | |
2013-01-23 11:13 | hgbot | Status | new => resolved |
2013-01-23 11:13 | hgbot | Resolution | open => fixed |
2013-01-23 11:13 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4d03c393f5bc667350c460726fb8cf0871e2d174 [^] |
2013-01-23 11:20 | dmiguelez | Note Added: 0055757 | |
2013-01-24 04:59 | hudsonbot | Checkin | |
2013-01-24 04:59 | hudsonbot | Note Added: 0055786 | |
2013-01-31 16:11 | VictorVillar | Review Assigned To | => VictorVillar |
2013-01-31 16:11 | VictorVillar | Note Added: 0056016 | |
2013-01-31 16:11 | VictorVillar | Status | resolved => closed |
Notes |
|
(0055756)
|
hgbot
|
2013-01-23 11:13
|
|
Repository: erp/devel/pi
Changeset: 4d03c393f5bc667350c460726fb8cf0871e2d174
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Tue Jan 22 17:49:57 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4d03c393f5bc667350c460726fb8cf0871e2d174 [^]
Fixes Issue 22281. When creating a new instance of AcctServer
the global variables where lost and no results retrieved.
---
M src/org/openbravo/erpCommon/ad_forms/AcctServer.java
---
|
|
|
|
Testing Plan:
1. Stop the Accounting Background Process.
- In Process Request Window, select the Accounting Background Process and Unschedule it.
2. Create a new Document, for example a Sales Invoice and Complete it.
3. Reschedule the Accounting Background Process.
4. In Process Monitor Window, select the last execution of the Accounting Background Process and verify that there is at least one line that says Created=1 (or any value >0) |
|
|
|
|
|
|
|