Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016438Openbravo ERP07. Sales managementpublic2011-03-23 13:182011-04-20 00:00
psanjuan 
eduardo_Argal 
urgentmajoralways
closedfixed 
20Ubuntu 8.04.1
 
3.0MP03.0RC6 
Core
No
0016438: OB 3 GA - Create Invoice from Orders column names
"Column names are not intuitive. Needs a complete refactor.
1. Column description “Lines amt” is not meaningful. Should be renamed as “Total Net”. A column should be added for “ Total Gross”.
2. Column description “Not invoiced” is confusing. Should be possible for user to replace with “Invoiced” (using new grid layout refactor after GA).
3. Column description “Pending to inv” is not meaningful. Should be renamed as “Ready to Inv”."
No tags attached.
Issue History
2011-03-23 13:18psanjuanNew Issue
2011-03-23 13:18psanjuanAssigned To => adrianromero
2011-03-23 13:18psanjuanModules => Core
2011-03-23 13:23psanjuanDescription Updatedbug_revision_view_page.php?rev_id=1686#r1686
2011-03-23 13:23psanjuanProposed Solution updated
2011-03-23 13:28psanjuanAssigned Toadrianromero => eduardo_Argal
2011-03-24 16:24psanjuanTarget Version3.0RC7 => 3.0
2011-03-25 15:52psanjuanProposed Solution updated
2011-04-02 16:31psarobeNote Added: 0035492
2011-04-02 18:44psarobeStatusnew => scheduled
2011-04-02 18:44psarobefix_in_branch => pi
2011-04-02 18:48hgbotCheckin
2011-04-02 18:48hgbotNote Added: 0035493
2011-04-02 18:48hgbotStatusscheduled => resolved
2011-04-02 18:48hgbotResolutionopen => fixed
2011-04-02 18:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/75a13a19cfdf5df0c56bd2bea5d6b903c552d619 [^]
2011-04-19 15:50psanjuanNote Added: 0036017
2011-04-19 15:50psanjuanStatusresolved => closed
2011-04-19 15:50psanjuanFixed in Version => 3.0RC6
2011-04-19 15:50psanjuanfix_in_branchpi =>
2011-04-20 00:00anonymoussf_bug_id0 => 3289889

Notes
(0035492)
psarobe   
2011-04-02 16:31   
Speficifications:

1. Column description “Lines amt” is not meaningful. Should be renamed as “Total Net”. A column should be added for “ Total Gross”.

*There is a check "Include Taxes" that makes not possible to change the name of the column because depending on the check it can be gross or net. So "Total lines" sounds better to me.
*About to include a new column named "Total Gross" we can do it. It's free
*Because above points I would change the label "Include Taxes" to "Lines include taxes"

2. Column description “Not invoiced” is confusing. Should be possible for user to replace with “Invoiced” (using new grid layout refactor after GA).

*This won't never be possible since it is a manual window. The action here is to remove the column "Not invoiced" and add the column "Invoiced"

3. Column description “Pending to inv” is not meaningful. Should be renamed as “Ready to Inv”."

* It's clear
(0035493)
hgbot   
2011-04-02 18:48   
Repository: erp/devel/pi
Changeset: 75a13a19cfdf5df0c56bd2bea5d6b903c552d619
Author: Pablo Sarobe <pablo.sarobe <at> openbravo.com>
Date: Sat Apr 02 18:46:09 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/75a13a19cfdf5df0c56bd2bea5d6b903c552d619 [^]

Fixes issue 16438: Some improvements and renamed columns

---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
M src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.xml
M src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual_data.xsql
---
(0036017)
psanjuan   
2011-04-19 15:50   
fixed and working