Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032327Openbravo ERP04. Warehouse managementpublic2016-02-23 18:582016-02-25 14:03
malsasua 
AtulOpenbravo 
immediatemajoralways
closedfixed 
20Community Appliance
 
3.0PR16Q1 
vmromanos
Core
Production - QA Approved
2015-08-19
3.0PR15Q4
https://code.openbravo.com/erp/devel/pi/rev/d451a9fb55e553d4c6df0b6c3c57d02c90f52567 [^]
No
0032327: "generate invoice from receipt" button is not working
in goods receipt window, if you try to execute the "generate invoice from receipt" process, error is returned:
null value in column "grosspricestd" violates not-null constraint
. create a new good receipt
. add new line
. process
. click in "generate invoice from receipt"
error is returned:
null value in column "grosspricestd" violates not-null constraint
No tags attached.
blocks defect 0032323 closed AtulOpenbravo "generate invoice from receipt" button is not working 
Issue History
2016-02-24 14:23AtulOpenbravoTypedefect => backport
2016-02-24 14:23AtulOpenbravoTarget Version => 3.0PR16Q1
2016-02-25 11:26vmromanosRegression levelProduction - Confirmed Stable => Production - QA Approved
2016-02-25 14:01hgbotCheckin
2016-02-25 14:01hgbotNote Added: 0084504
2016-02-25 14:01hgbotStatusscheduled => resolved
2016-02-25 14:01hgbotResolutionopen => fixed
2016-02-25 14:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR16Q1/rev/36ae3dccf3a65322ede2c5b26e6f87c855454c61 [^]
2016-02-25 14:03vmromanosReview Assigned To => vmromanos
2016-02-25 14:03vmromanosNote Added: 0084507
2016-02-25 14:03vmromanosStatusresolved => closed

Notes
(0084504)
hgbot   
2016-02-25 14:01   
Repository: erp/backports/3.0PR16Q1
Changeset: 36ae3dccf3a65322ede2c5b26e6f87c855454c61
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Wed Feb 24 18:05:08 2016 +0530
URL: http://code.openbravo.com/erp/backports/3.0PR16Q1/rev/36ae3dccf3a65322ede2c5b26e6f87c855454c61 [^]

Fixes Issue 32327:"Generate invoice from receipt" button is not working

In case tax not included in price list, gross std price and list price
was set will null value which is not allowed by db table. now they are
initiated to value zero first.

---
M src-db/database/model/functions/M_INOUT_CREATEINVOICE.xml
---
(0084507)
vmromanos   
2016-02-25 14:03   
Code review + testing OK