Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018052Openbravo ERP07. Sales managementpublic2011-07-21 12:132011-08-18 10:03
jonalegriaesarte 
jonalegriaesarte 
urgentmajoralways
closedfixed 
5
2.50MP31 
2.50MP33 
Core
No
0018052: All the lines are update to 0 when creating an invoice with a product isbom and not stocked
All the lines are update to 0 when creating an invoice with a product isbom and not stocked
- Create a product: isbom=Y, isstocked='N'
- Create bill of materials.
- Verify bom
- Add prices
- Create an invoice
- Add a line with the product created
- Complete the invoice
- All the prices and amounts are set to 0
There is a cursor to obtain the pricelist version, which compares the date with the dateordered. In this case is empty so the sql should compare the date with coalesce(dateordered, dateinvoiced)
No tags attached.
depends on defect 00180513.0MP2 closed jonalegriaesarte All the lines are update to 0 when creating an invoice with a product isbom and not stocked 
Issue History
2011-07-21 12:13jonalegriaesarteNew Issue
2011-07-21 12:13jonalegriaesarteAssigned To => jonalegriaesarte
2011-07-21 12:13jonalegriaesarteModules => Core
2011-07-21 12:13jonalegriaesarteResolution time => 1314741600
2011-07-21 12:13jonalegriaesarteIssue generated from0018051
2011-07-21 12:14jonalegriaesarteStatusnew => scheduled
2011-07-21 12:14jonalegriaesartefix_in_branch => pi
2011-08-03 17:01jonalegriaesarteRelationship addeddepends on 0018051
2011-08-03 17:11hgbotCheckin
2011-08-03 17:11hgbotNote Added: 0039836
2011-08-03 17:11hgbotStatusscheduled => resolved
2011-08-03 17:11hgbotResolutionopen => fixed
2011-08-03 17:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/210d24214c5b91ecff4f2d38b2a6ee640b6d0b1e [^]
2011-08-18 10:03maiteNote Added: 0040302
2011-08-18 10:03maiteStatusresolved => closed

Notes
(0039836)
hgbot   
2011-08-03 17:11   
Repository: erp/stable/2.50
Changeset: 210d24214c5b91ecff4f2d38b2a6ee640b6d0b1e
Author: Jon Alegría <jon.alegria <at> openbravo.com>
Date: Wed Aug 03 17:41:07 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/210d24214c5b91ecff4f2d38b2a6ee640b6d0b1e [^]

Fixes issue 0018052: All the lines are update to 0 when creating an invoice
with a product isbom and not stocked

---
M src-db/database/model/functions/C_INVOICE_POST.xml
---
(0040302)
maite   
2011-08-18 10:03   
verified