Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018614 | Openbravo ERP | 01. General setup | public | 2011-09-26 17:01 | 2011-11-18 11:52 |
|
Reporter | jecharri | |
Assigned To | ioritzCia | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP33 | |
Target Version | 2.50MP36 | Fixed in Version | 2.50MP36 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | 12739 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018614: Default PaymentTerm is not working |
Description | If you have one paymenterm defined like a default and you have one Business Partner who has not payment term defined, the application doesn't put the default payment term, it put the first payment term. |
Steps To Reproduce | As Admin go to Payment Tem window and verifie that you have the payment term Inmediate put as default.
Now go to Business Partner window and select mcgiver. In the tab customer put empty the field Payment Terms.
After that, create one sales invoice with the BP McGiver and see that the payment term has not been updated correctly. The payment term is Fifteen Day, the first item of the payment terms. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0018613 | 3.0MP6 | closed | ioritzCia | Default PaymentTerm is not working |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-09-26 17:01 | jecharri | Type | defect => backport |
2011-09-26 17:01 | jecharri | fix_in_branch | => 2.50 |
2011-11-09 19:01 | jonalegriaesarte | Assigned To | jonalegriaesarte => ioritzCia |
2011-11-15 10:54 | hgbot | Checkin | |
2011-11-15 10:54 | hgbot | Note Added: 0042819 | |
2011-11-15 10:54 | hgbot | Status | scheduled => resolved |
2011-11-15 10:54 | hgbot | Resolution | open => fixed |
2011-11-15 10:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/64d0b576207dda920460dc9f283fe40095090492 [^] |
2011-11-15 17:02 | jecharri | Note Added: 0042844 | |
2011-11-15 17:02 | jecharri | Status | resolved => closed |
2011-11-15 17:02 | jecharri | Fixed in Version | => 2.50MP36 |
2011-11-17 17:27 | hgbot | Checkin | |
2011-11-17 17:27 | hgbot | Note Added: 0042952 | |
2011-11-17 17:27 | hgbot | Status | closed => resolved |
2011-11-17 17:27 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/stable/2.50/rev/64d0b576207dda920460dc9f283fe40095090492 [^] => http://code.openbravo.com/erp/stable/2.40/rev/13d869e662f5f1851f085944ace0167805d912df [^] |
2011-11-18 09:02 | hgbot | Checkin | |
2011-11-18 09:02 | hgbot | Note Added: 0042964 | |
2011-11-18 09:02 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/stable/2.40/rev/13d869e662f5f1851f085944ace0167805d912df [^] => http://code.openbravo.com/erp/stable/2.50/rev/1b99970df154a893e79380c482aa3c05fd01ac5e [^] |
2011-11-18 11:52 | jecharri | Note Added: 0042974 | |
2011-11-18 11:52 | jecharri | Status | resolved => closed |
Notes |
|
(0042819)
|
hgbot
|
2011-11-15 10:54
|
|
Repository: erp/stable/2.50
Changeset: 64d0b576207dda920460dc9f283fe40095090492
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Mon Nov 14 09:23:11 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/64d0b576207dda920460dc9f283fe40095090492 [^]
Fixes issue 18614: Default PaymentTerm is not working.
---
M src/org/openbravo/erpCommon/ad_callouts/SE_Invoice_BPartner.java
M src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
M src/org/openbravo/erpCommon/businessUtility/BpartnerMisc_data.xsql
---
|
|
|
|
|
|
(0042952)
|
hgbot
|
2011-11-17 17:27
|
|
Repository: erp/stable/2.40
Changeset: 13d869e662f5f1851f085944ace0167805d912df
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Thu Nov 17 17:23:33 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.40/rev/13d869e662f5f1851f085944ace0167805d912df [^]
Fixes issue 18614: Default PaymentTerm is not working.
Had to add TO_NUMBER function and client restriction.
---
M src/org/openbravo/erpCommon/businessUtility/BpartnerMisc_data.xsql
---
|
|
|
(0042964)
|
hgbot
|
2011-11-18 09:02
|
|
|
|
|
Verified.
I have tested without any payment term as default and take the first.
Apart from tht I put other client with dafault payment term and nothing change until The client of the business partner has a default payment term |
|