Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034410 | Openbravo ERP | 09. Financial management | public | 2016-11-07 12:30 | 2016-12-16 18:38 |
|
Reporter | maite | |
Assigned To | nonofrancisco | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q1 | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034410: Only one GL Item should be set when registering Simple GL Journal defined as "Multi-General Ledger" and "Open items" |
Description | We should ensure that gl item used in that situation is the same for accounting purposes and management urposes |
Steps To Reproduce | 1. Access Simple GL Journal window and create record for "F&B US, Inc." organization. Set it as "Muti General Ledger"
2. Add line setting any gl item and any debit amount
3. Set this line as "Open items" and realize that new GL Item field is shown and you are able to choose a different value |
Proposed Solution | GL item field in Open Items section should be read only in that case and loaded with GL Item value set in the line |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0026499 | | closed | markmm82 | It would be nice to be able to "create G/L Item payments from journal" for organization with several General Ledgers |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-11-07 12:30 | maite | New Issue | |
2016-11-07 12:30 | maite | Assigned To | => Triage Finance |
2016-11-07 12:30 | maite | Modules | => Core |
2016-11-07 12:30 | maite | Resolution time | => 1480287600 |
2016-11-07 12:30 | maite | Triggers an Emergency Pack | => No |
2016-11-07 12:33 | maite | Relationship added | related to 0026499 |
2016-11-08 10:00 | aferraz | Assigned To | Triage Finance => markmm82 |
2016-11-11 15:26 | nonofrancisco | Assigned To | markmm82 => nonofrancisco |
2016-11-14 15:36 | nonofrancisco | Note Added: 0091466 | |
2016-11-14 15:38 | nonofrancisco | Status | new => scheduled |
2016-11-14 15:38 | nonofrancisco | Note Deleted: 0091466 | |
2016-11-14 15:41 | nonofrancisco | Note Added: 0091468 | |
2016-11-14 15:42 | nonofrancisco | Note Edited: 0091468 | bug_revision_view_page.php?bugnote_id=0091468#r13689 |
2016-11-15 17:57 | hgbot | Checkin | |
2016-11-15 17:57 | hgbot | Note Added: 0091581 | |
2016-11-15 17:57 | hgbot | Status | scheduled => resolved |
2016-11-15 17:57 | hgbot | Resolution | open => fixed |
2016-11-15 17:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fdf6a30ff33db6c979be550337477200ff10923c [^] |
2016-11-15 18:11 | aferraz | Review Assigned To | => aferraz |
2016-11-15 18:11 | aferraz | Note Added: 0091582 | |
2016-11-15 18:11 | aferraz | Status | resolved => closed |
2016-11-15 18:11 | aferraz | Fixed in Version | => 3.0PR17Q1 |
2016-12-16 18:38 | hudsonbot | Checkin | |
2016-12-16 18:38 | hudsonbot | Note Added: 0092633 | |
Notes |
|
(0091468)
|
nonofrancisco
|
2016-11-14 15:41
(edited on: 2016-11-14 15:42) |
|
Test Plan
1. Access Simple GL Journal window and create record for "F&B US, Inc." organization. Set it as "Muti General Ledger"
2. Add line setting any gl item and any debit amount
3. Set this line as "Open items" and realize that new GL Item field is read only and has the same value of previous G/L Item
4. Change the G/L item and realize the one in Open items section also changes
|
|
|
(0091581)
|
hgbot
|
2016-11-15 17:57
|
|
Repository: erp/devel/pi
Changeset: fdf6a30ff33db6c979be550337477200ff10923c
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Fri Nov 11 13:00:32 2016 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/fdf6a30ff33db6c979be550337477200ff10923c [^]
Fixes issue 34410: GL item in Open Items section is set read only
If Simple G/L Journal is multi general ledger, the G/L Item in Open Item section
is set read only and it's value is set to G/L Item in the line, this value is
updated when G/L Item value in the line changes.
The display logic of G/L Item in Open Item section takes into account if Multi
General Ledger is set in header. A new callout was made to kep updated it's value
when Account values in line changes.
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src/org/openbravo/erpCommon/ad_callouts/SL_Journal_MultiAcctSchema.java
---
|
|
|
|
|
|
|
|