Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0020188 | Openbravo ERP | 00. Application dictionary | public | 2012-04-02 17:30 | 2012-04-21 14:24 |
|
| Reporter | Sandrahuguet | |
| Assigned To | Sandrahuguet | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 20 | OS Version | Community Appliance |
| Product Version | pi | |
| Target Version | pi | Fixed in Version | 3.0MP11 | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | No |
| Web browser | Google Chrome |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0020188: Paymentrule is mandatory in the database in c_invoice table, and this field is deprecated now. |
| Description | Paymentrule is mandatory in the database in c_invoice table, and this field is deprecated now. |
| Steps To Reproduce | Not necessary |
| Proposed Solution | Put this field no mandatory in the database |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | related to | defect | 0020004 | | closed | vmromanos | ERROR: null value in column "paymentrule" violates not-null constraint | | blocks | defect | 0018820 | | closed | Sandrahuguet | Create Purchase Invoices from Deliveries process seems not to work. |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2012-04-02 17:30 | Sandrahuguet | New Issue | |
| 2012-04-02 17:30 | Sandrahuguet | Assigned To | => Sandrahuguet |
| 2012-04-02 17:30 | Sandrahuguet | Web browser | => Google Chrome |
| 2012-04-02 17:30 | Sandrahuguet | Modules | => Core |
| 2012-04-02 17:30 | Sandrahuguet | OBNetwork customer | => No |
| 2012-04-10 12:20 | Sandrahuguet | Status | new => scheduled |
| 2012-04-10 12:20 | Sandrahuguet | fix_in_branch | => pi |
| 2012-04-10 14:56 | Sandrahuguet | Note Added: 0047420 | |
| 2012-04-13 09:14 | Sandrahuguet | Relationship added | blocks 0018820 |
| 2012-04-18 14:06 | vmromanos | Note Added: 0047704 | |
| 2012-04-18 14:07 | hgbot | Checkin | |
| 2012-04-18 14:07 | hgbot | Note Added: 0047705 | |
| 2012-04-18 14:07 | hgbot | Status | scheduled => resolved |
| 2012-04-18 14:07 | hgbot | Resolution | open => fixed |
| 2012-04-18 14:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1899cc7a420b812850cc8cd614d0f29f63070a2a [^] |
| 2012-04-18 14:07 | vmromanos | Note Added: 0047706 | |
| 2012-04-18 14:07 | vmromanos | Status | resolved => closed |
| 2012-04-18 14:07 | vmromanos | Fixed in Version | => 3.0MP11 |
| 2012-04-19 19:45 | vmromanos | Relationship added | related to 0020004 |
| 2012-04-21 14:24 | hudsonbot | Checkin | |
| 2012-04-21 14:24 | hudsonbot | Note Added: 0047834 | |
|
Notes |
|
|
|
Test Plan:
Display Form of Payment field (System Administrator)
Go to Purchase Invoice, create one with form of payment= blank and you can save. |
|
|
|
|
Alternative test plan:
1. Try to save a new Sales Invoice header. The system should allow you as usual
2. Try to save a new Purchase Invoice header. The system should allow you as usual
3. Query the C_INVOICE table and check paymentrule=null for the newly created invoices |
|
|
|
(0047705)
|
|
hgbot
|
|
2012-04-18 14:07
|
|
Repository: erp/devel/pi
Changeset: 1899cc7a420b812850cc8cd614d0f29f63070a2a
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Apr 12 17:32:18 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1899cc7a420b812850cc8cd614d0f29f63070a2a [^]
Fixed issue 20188 Paymentrule not mandatory in c_invoice
Paymentrule not mandatory in c_invoice table because this
field is deprecated now.
---
M src-db/database/model/tables/C_INVOICE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
|
|
|
|
|
|
|