Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0031072 | Openbravo ERP | 09. Financial management | public | 2015-10-06 17:48 | 2015-11-23 21:16 |
Reporter | maite | ||||
Assigned To | vmromanos | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | 3.0PR16Q1 | Fixed in Version | |||
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; } | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|