Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029207 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] Z. Others | major | always | 2015-03-09 11:01 | 2015-04-01 08:31 | |||
Reporter | maite | View Status | public | |||||
Assigned To | Sandrahuguet | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 5b6ddddf6e99 | ||||
Projection | none | ETA | none | Target Version | 3.0PR15Q1.2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | aferraz | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029207: Payment Out is registered as "BP Deposit" transaction type in financial account | |||||||
Description | Payment Out is registered as "BP Deposit" transaction type in financial account | |||||||
Steps To Reproduce | 1. Register Purchase Invoice for any org and bp. Add any line and process 2. Run Add payment process and register related payment out and withdrawn it 3. Navigate to Financial Account and realize that it has been registered as "BP Deposit" transaction type Problem is also reproducible when registering document directly from Payment Out screen | |||||||
Tags | Approved | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0075493) dmitry_mezentsev (developer) 2015-03-12 16:47 |
Not a regression but an issue in the new field-functionality. |
(0075508) hgbot (developer) 2015-03-12 19:25 |
Repository: erp/backports/3.0PR15Q1.2 Changeset: d4ee4a019c0b6ef6a353e745b8967ce9f5225a7c Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu Mar 12 16:50:48 2015 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/d4ee4a019c0b6ef6a353e745b8967ce9f5225a7c [^] Fixed bug 29207 Payment Out is registered as "BP Deposit" transaction In FIN_TransactionProcess.java set the correct value depending on the type of transaction --- M modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTab.class M modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTabData.class M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTab.java M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTab_data.xsql M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTabData.java M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java --- |
(0075510) aferraz (manager) 2015-03-12 19:25 |
Code review + Testing OK |
(0075520) Sandrahuguet (developer) 2015-03-13 10:08 |
reopen because we need to define the behaviour with EAR |
(0075873) hgbot (developer) 2015-03-23 15:06 |
Repository: erp/backports/3.0PR15Q1.2 Changeset: 5b6ddddf6e99d721f7003d20c8405633e29e4a13 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Mon Mar 23 11:22:35 2015 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/5b6ddddf6e99d721f7003d20c8405633e29e4a13 [^] Fixed bug 29207 Payment Out is registered as "BP Deposit" transaction In FIN_TransactionProcess.java set the correct value depending on the type of transaction Fix aprm_gen_paymentschedule_inv function in order to have the same behavior on all automatic processes --- M modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_GEN_PAYMENTSCHEDULE_INV.xml M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java --- |
(0075874) hgbot (developer) 2015-03-23 15:06 |
Repository: erp/backports/3.0PR15Q1.2 Changeset: 760d23d4ae2cb5e47e8607d39422e7ab39ec4f82 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Mon Mar 23 14:40:37 2015 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/760d23d4ae2cb5e47e8607d39422e7ab39ec4f82 [^] Related to issue 29207: Update copyright --- M modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_GEN_PAYMENTSCHEDULE_INV.xml --- |
(0075875) aferraz (manager) 2015-03-23 15:06 |
Code review + Testing OK |
(0076211) hgbot (developer) 2015-04-01 08:07 |
Repository: erp/backports/3.0PR15Q2 Changeset: d4ee4a019c0b6ef6a353e745b8967ce9f5225a7c Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu Mar 12 16:50:48 2015 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/d4ee4a019c0b6ef6a353e745b8967ce9f5225a7c [^] Fixed bug 29207 Payment Out is registered as "BP Deposit" transaction In FIN_TransactionProcess.java set the correct value depending on the type of transaction --- M modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTab.class M modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTabData.class M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTab.java M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTab_data.xsql M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateTransactionTypeTransactionTabData.java M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java --- |
(0076230) hgbot (developer) 2015-04-01 08:09 |
Repository: erp/backports/3.0PR15Q2 Changeset: 5b6ddddf6e99d721f7003d20c8405633e29e4a13 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Mon Mar 23 11:22:35 2015 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/5b6ddddf6e99d721f7003d20c8405633e29e4a13 [^] Fixed bug 29207 Payment Out is registered as "BP Deposit" transaction In FIN_TransactionProcess.java set the correct value depending on the type of transaction Fix aprm_gen_paymentschedule_inv function in order to have the same behavior on all automatic processes --- M modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_GEN_PAYMENTSCHEDULE_INV.xml M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java --- |
(0076231) hgbot (developer) 2015-04-01 08:09 |
Repository: erp/backports/3.0PR15Q2 Changeset: 760d23d4ae2cb5e47e8607d39422e7ab39ec4f82 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Mon Mar 23 14:40:37 2015 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/760d23d4ae2cb5e47e8607d39422e7ab39ec4f82 [^] Related to issue 29207: Update copyright --- M modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_GEN_PAYMENTSCHEDULE_INV.xml --- |
(0076256) priyam (administrator) 2015-04-01 08:31 |
closed again, as the status changed due the merge tag of 3.0PR15Q1.2 to backports/3.0PR15Q2 |
Issue History | |||
Date Modified | Username | Field | Change |
2015-03-09 19:05 | Sandrahuguet | Type | defect => backport |
2015-03-09 19:05 | Sandrahuguet | Target Version | 3.0PR15Q2 => 3.0PR15Q1.2 |
2015-03-10 12:04 | Sandrahuguet | Regression level | => Production - QA Approved |
2015-03-10 12:04 | Sandrahuguet | Regression date | => 2014-09-23 |
2015-03-10 12:04 | Sandrahuguet | Regression introduced in release | => 3.0PR15Q1 |
2015-03-10 12:04 | Sandrahuguet | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^] |
2015-03-12 16:45 | dmitry_mezentsev | Tag Attached: Approved | |
2015-03-12 16:47 | dmitry_mezentsev | Regression level | Production - QA Approved => |
2015-03-12 16:47 | dmitry_mezentsev | Regression date | 2014-09-23 => |
2015-03-12 16:47 | dmitry_mezentsev | Regression introduced in release | 3.0PR15Q1 => |
2015-03-12 16:47 | dmitry_mezentsev | Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^] => |
2015-03-12 16:47 | dmitry_mezentsev | Note Added: 0075493 | |
2015-03-12 19:25 | hgbot | Checkin | |
2015-03-12 19:25 | hgbot | Note Added: 0075508 | |
2015-03-12 19:25 | hgbot | Status | scheduled => resolved |
2015-03-12 19:25 | hgbot | Resolution | open => fixed |
2015-03-12 19:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/d4ee4a019c0b6ef6a353e745b8967ce9f5225a7c [^] |
2015-03-12 19:25 | aferraz | Review Assigned To | => aferraz |
2015-03-12 19:25 | aferraz | Note Added: 0075510 | |
2015-03-12 19:25 | aferraz | Status | resolved => closed |
2015-03-13 10:08 | Sandrahuguet | Note Added: 0075520 | |
2015-03-13 10:08 | Sandrahuguet | Status | closed => new |
2015-03-13 10:08 | Sandrahuguet | Resolution | fixed => open |
2015-03-23 15:06 | hgbot | Checkin | |
2015-03-23 15:06 | hgbot | Note Added: 0075873 | |
2015-03-23 15:06 | hgbot | Status | new => resolved |
2015-03-23 15:06 | hgbot | Resolution | open => fixed |
2015-03-23 15:06 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/d4ee4a019c0b6ef6a353e745b8967ce9f5225a7c [^] => http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/5b6ddddf6e99d721f7003d20c8405633e29e4a13 [^] |
2015-03-23 15:06 | hgbot | Checkin | |
2015-03-23 15:06 | hgbot | Note Added: 0075874 | |
2015-03-23 15:06 | aferraz | Note Added: 0075875 | |
2015-03-23 15:06 | aferraz | Status | resolved => closed |
2015-04-01 08:07 | hgbot | Checkin | |
2015-04-01 08:07 | hgbot | Note Added: 0076211 | |
2015-04-01 08:07 | hgbot | Status | closed => resolved |
2015-04-01 08:07 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/5b6ddddf6e99d721f7003d20c8405633e29e4a13 [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/d4ee4a019c0b6ef6a353e745b8967ce9f5225a7c [^] |
2015-04-01 08:09 | hgbot | Checkin | |
2015-04-01 08:09 | hgbot | Note Added: 0076230 | |
2015-04-01 08:09 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/d4ee4a019c0b6ef6a353e745b8967ce9f5225a7c [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/5b6ddddf6e99d721f7003d20c8405633e29e4a13 [^] |
2015-04-01 08:09 | hgbot | Checkin | |
2015-04-01 08:09 | hgbot | Note Added: 0076231 | |
2015-04-01 08:31 | priyam | Status | resolved => closed |
2015-04-01 08:31 | priyam | Note Added: 0076256 |
Copyright © 2000 - 2009 MantisBT Group |