Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0047757 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Openbravo ERP] 09. Financial management | major | always | 2021-09-27 10:20 | 2021-09-27 10:22 | |||||||
Reporter | zaien | View Status | public | |||||||||
Assigned To | Triage Omni OMS | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0047757: use suspense balance has wrong logic | |||||||||||
Description | use suspense balance has wrong logic | |||||||||||
Steps To Reproduce | 1. make sure general ledger accounting schema has use suspense balancing option checked, meaning when document is not balanced, it will failed during document posting. 2. make an completed invoice, change value of c_invoice.totallines and c_invoice.grandtotal, with another value, change directly from db. this is to simulate unbalanced invoice. 3. do post invoice, it still able to post. expected: failed with status not balanced. | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0132012) zaien (reporter) 2021-09-27 10:22 |
suggest change this line code: https://gitlab.com/openbravo/product/openbravo/-/blob/master/src/org/openbravo/erpCommon/ad_forms/AcctServer.java#L1148 [^] with this: if (m_as[index].isSuspenseBalancing() && !isBalanced()) { |
Issue History | |||
Date Modified | Username | Field | Change |
2021-09-27 10:20 | zaien | New Issue | |
2021-09-27 10:20 | zaien | Assigned To | => Triage Finance |
2021-09-27 10:20 | zaien | Modules | => Core |
2021-09-27 10:20 | zaien | Triggers an Emergency Pack | => No |
2021-09-27 10:22 | zaien | Note Added: 0132012 |
Copyright © 2000 - 2009 MantisBT Group |