Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031072Openbravo ERP09. Financial managementpublic2015-10-06 17:482015-11-23 21:16
maite 
vmromanos 
urgentmajoralways
closedfixed 
5
 
3.0PR16Q1 
vmromanos
Core
No
0031072: It is necessary to define get() and set() methods for "isCashVAT" and "prepaymentamt" variables in DocInvoice.java
It is necessary to define get() and set() methods for "isCashVAT" and "prepaymentamt" variables in DocInvoice.java
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
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;
  }
No tags attached.
Issue History
2015-10-06 17:48maiteNew Issue
2015-10-06 17:48maiteAssigned To => Triage Finance
2015-10-06 17:48maiteModules => Core
2015-10-06 17:48maiteResolution time => 1448924400
2015-10-06 17:48maiteTriggers an Emergency Pack => No
2015-10-06 17:49maiteIssue Monitored: networkb
2015-10-13 10:55vmromanosStatusnew => scheduled
2015-10-13 10:55vmromanosAssigned ToTriage Finance => vmromanos
2015-10-13 11:04hgbotCheckin
2015-10-13 11:04hgbotNote Added: 0080953
2015-10-13 11:04hgbotStatusscheduled => resolved
2015-10-13 11:04hgbotResolutionopen => fixed
2015-10-13 11:04hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/cda754dfc560c741853f639bb9839594f5567d95 [^]
2015-10-13 12:59vmromanosReview Assigned To => vmromanos
2015-10-13 12:59vmromanosStatusresolved => closed
2015-11-23 21:16hudsonbotCheckin
2015-11-23 21:16hudsonbotNote Added: 0082124

Notes
(0080953)
hgbot   
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   
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