Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014976 | Openbravo ERP | Z. Others | public | 2010-10-21 18:09 | 2011-05-24 10:57 |
|
Reporter | pjuvara | |
Assigned To | rmorley | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Advanced Payables and Receivables Mngmt |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0014976: Printed document "Receipt" for Payment In and Payment Out |
Description | When payments are received it is customary to issue a "Receipt" document as a formal acknowledgement of having received the payment.
This process is primarily relevant in the Payment In flow but sometimes used on the Payment Out as well (to notify the supplier that the payment has been made and to request their acknowledgement).
This should be implemented as a new printed document Receipt.
|
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | closingMay2011 |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-10-21 18:09 | pjuvara | New Issue | |
2010-10-21 18:09 | pjuvara | Assigned To | => mirurita |
2010-10-21 18:10 | pjuvara | Assigned To | mirurita => rmorley |
2010-10-21 18:10 | pjuvara | Status | new => acknowledged |
2010-10-21 18:11 | pjuvara | Summary | Missing printed document "Receipt" for Payment In and Payment Out => Printed document "Receipt" for Payment In and Payment Out |
2010-11-01 13:47 | rmorley | Note Added: 0032338 | |
2010-11-01 15:51 | rmorley | Note Edited: 0032338 | bug_revision_view_page.php?bugnote_id=0032338#r1148 |
2010-11-05 11:39 | hgbot | Checkin | |
2010-11-05 11:39 | hgbot | Note Added: 0032407 | |
2010-11-05 11:39 | hgbot | Status | acknowledged => resolved |
2010-11-05 11:39 | hgbot | Resolution | open => fixed |
2010-11-05 11:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a6e5c5976f21b03a5f567f8e3db6d3eaf7cfce29 [^] |
2010-11-08 16:09 | hudsonbot | Checkin | |
2010-11-08 16:09 | hudsonbot | Note Added: 0032469 | |
2010-11-10 10:58 | hgbot | Checkin | |
2010-11-10 10:58 | hgbot | Note Added: 0032529 | |
2010-11-10 20:06 | hudsonbot | Checkin | |
2010-11-10 20:06 | hudsonbot | Note Added: 0032545 | |
2011-05-24 10:02 | dalsasua | Tag Attached: closingMay2011 | |
2011-05-24 10:57 | dalsasua | Status | resolved => closed |
Notes |
|
(0032338)
|
rmorley
|
2010-11-01 13:47
(edited on: 2010-11-01 15:51) |
|
There is already a receipt document. However it is acknowledged that this does not currently have a printed form and there is a clear requirement that it should be possible to print the receipt document.
|
|
|
(0032407)
|
hgbot
|
2010-11-05 11:39
|
|
Repository: erp/devel/pi
Changeset: a6e5c5976f21b03a5f567f8e3db6d3eaf7cfce29
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Fri Nov 05 11:38:43 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a6e5c5976f21b03a5f567f8e3db6d3eaf7cfce29 [^]
Fixes issue 14976: Printed document Receipt for Payment In and Payment Out
---
M referencedata/standard/Initial_Setup.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/utility/ToolBar.java
M src/org/openbravo/erpCommon/utility/reporting/DocumentType.java
M src/org/openbravo/erpCommon/utility/reporting/Report.java
M src/org/openbravo/erpCommon/utility/reporting/ReportManager.java
M src/org/openbravo/erpCommon/utility/reporting/Report_data.xsql
M src/org/openbravo/erpCommon/utility/reporting/TemplateInfo.java
M src/org/openbravo/erpCommon/utility/reporting/Template_data.xsql
M src/org/openbravo/erpCommon/utility/reporting/printing/Poc_data.xsql
M src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java
M src/org/openbravo/erpCommon/utility/reporting/printing/PrintController_data.xsql
A src/org/openbravo/erpCommon/utility/reporting/printing/PrintPayments.java
A src/org/openbravo/erpReports/RptFIN_Payment.jrxml
A src/org/openbravo/erpReports/RptFIN_PaymentLines.jrxml
---
|
|
|
|
|
|
(0032529)
|
hgbot
|
2010-11-10 10:58
|
|
Repository: erp/devel/pi
Changeset: 4204958d785536aebfd8684a01cc1b932dde48fd
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Wed Nov 10 10:57:34 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4204958d785536aebfd8684a01cc1b932dde48fd [^]
Related to issue 14976. Small fixes
---
M src/org/openbravo/erpCommon/utility/reporting/ReportManager.java
M src/org/openbravo/erpReports/RptFIN_PaymentLines.jrxml
---
|
|
|
|
|