Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016829 | Openbravo ERP | 03. Procurement management | public | 2011-04-15 14:59 | 2011-05-12 13:30 |
|
Reporter | AinhoaPagola | |
Assigned To | egoitz | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 8.4 |
Product Version | 2.50MP28 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0016829: Copy lines in purchase invoice sets first line number to 20 |
Description | In a new purchase invoice, if the lines are created thought copy lines button, the first line is created with line number 20 instead of 10. |
Steps To Reproduce | Create a new purchase invoice header.
Click on "copy lines" button and copy a few lines.
Check that the first line is inserted with number 20. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0016965 | | closed | egoitz | Copy lines in purchase invoice sets first line number to 20 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-04-15 14:59 | AinhoaPagola | New Issue | |
2011-04-15 14:59 | AinhoaPagola | Assigned To | => adrianromero |
2011-04-15 14:59 | AinhoaPagola | Modules | => Core |
2011-04-15 14:59 | AinhoaPagola | OBNetwork customer | => No |
2011-04-15 14:59 | AinhoaPagola | OBNetwork customer | No => Yes |
2011-04-15 14:59 | AinhoaPagola | Priority | normal => urgent |
2011-04-15 15:00 | AinhoaPagola | Issue Monitored: networkb | |
2011-04-15 15:53 | AinhoaPagola | Note Added: 0035995 | |
2011-05-02 16:17 | AinhoaPagola | Assigned To | adrianromero => AinhoaPagola |
2011-05-02 16:17 | AinhoaPagola | Status | new => scheduled |
2011-05-02 16:17 | AinhoaPagola | fix_in_branch | => pi |
2011-05-04 18:52 | egoitz | Assigned To | AinhoaPagola => egoitz |
2011-05-04 18:52 | egoitz | fix_in_branch | pi => |
2011-05-05 08:59 | hgbot | Checkin | |
2011-05-05 08:59 | hgbot | Note Added: 0036373 | |
2011-05-05 08:59 | hgbot | Status | scheduled => resolved |
2011-05-05 08:59 | hgbot | Resolution | open => fixed |
2011-05-05 08:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c9abf23b4e2df52c0da0fd1dc33467f46e2e3bb1 [^] |
2011-05-06 08:55 | AinhoaPagola | Note Added: 0036476 | |
2011-05-06 08:55 | AinhoaPagola | Status | resolved => closed |
2011-05-12 13:30 | hudsonbot | Checkin | |
2011-05-12 13:30 | hudsonbot | Note Added: 0036819 | |
Notes |
|
|
The copy process might be taking the minimum line number of the original invoice and adds 10 to that number.
With sample data, test with invoice number 100014 (whose lines start with 0). The copied lines will start with 10.
Test with invoice number 100011 and lines will start with 20. |
|
|
(0036373)
|
hgbot
|
2011-05-05 08:59
|
|
Repository: erp/devel/pi
Changeset: c9abf23b4e2df52c0da0fd1dc33467f46e2e3bb1
Author: Egoitz Castillo <egoitz.castillo <at> openbravo.com>
Date: Wed May 04 18:52:32 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c9abf23b4e2df52c0da0fd1dc33467f46e2e3bb1 [^]
Fixed Issue 16829. Copy lines in purchase invoice, incorrect linenum
---
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.java
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice_data.xsql
---
|
|
|
|
|
|
|
|