Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031072 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2015-10-06 17:48 | 2015-11-23 21:16 | |||
Reporter | maite | View Status | public | |||||
Assigned To | vmromanos | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | cda754dfc560 | ||||
Projection | none | ETA | none | Target Version | 3.0PR16Q1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | vmromanos | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 37077 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031072: It is necessary to define get() and set() methods for "isCashVAT" and "prepaymentamt" variables in DocInvoice.java | |||||||
Description | It is necessary to define get() and set() methods for "isCashVAT" and "prepaymentamt" variables in DocInvoice.java | |||||||
Steps To Reproduce | When developing an accounting template for invoice could be necessary to use this variables, which are not currently accessible NOTE: review if other variables have the same problem | |||||||
Proposed Solution | Following code needs to be add in DocInvoice.java: public boolean isCashVAT() { return isCashVAT; } public void setCashVAT(boolean isCashVAT) { this.isCashVAT = isCashVAT; } public String getPrepaymentamt() { return prepaymentamt; } public void setPrepaymentamt(String prepaymentamt) { this.prepaymentamt = prepaymentamt; } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0080953) hgbot (developer) 2015-10-13 11:04 |
Repository: erp/devel/pi Changeset: cda754dfc560c741853f639bb9839594f5567d95 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Tue Oct 13 11:02:08 2015 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/cda754dfc560c741853f639bb9839594f5567d95 [^] Fixed bug 31072: added missing setters and getters for DocInvoice class --- M src/org/openbravo/erpCommon/ad_forms/DocInvoice.java --- |
(0082124) hudsonbot (viewer) 2015-11-23 21:16 |
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/7b56bebaaa88 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2015-10-06 17:48 | maite | New Issue | |
2015-10-06 17:48 | maite | Assigned To | => Triage Finance |
2015-10-06 17:48 | maite | OBNetwork customer | => Yes |
2015-10-06 17:48 | maite | Modules | => Core |
2015-10-06 17:48 | maite | Support ticket | => 37077 |
2015-10-06 17:48 | maite | Resolution time | => 1448924400 |
2015-10-06 17:48 | maite | Triggers an Emergency Pack | => No |
2015-10-06 17:49 | maite | Issue Monitored: networkb | |
2015-10-13 10:55 | vmromanos | Status | new => scheduled |
2015-10-13 10:55 | vmromanos | Assigned To | Triage Finance => vmromanos |
2015-10-13 11:04 | hgbot | Checkin | |
2015-10-13 11:04 | hgbot | Note Added: 0080953 | |
2015-10-13 11:04 | hgbot | Status | scheduled => resolved |
2015-10-13 11:04 | hgbot | Resolution | open => fixed |
2015-10-13 11:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cda754dfc560c741853f639bb9839594f5567d95 [^] |
2015-10-13 12:59 | vmromanos | Review Assigned To | => vmromanos |
2015-10-13 12:59 | vmromanos | Status | resolved => closed |
2015-11-23 21:16 | hudsonbot | Checkin | |
2015-11-23 21:16 | hudsonbot | Note Added: 0082124 |
Copyright © 2000 - 2009 MantisBT Group |