Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020520Openbravo ERPA. Platformpublic2012-05-16 08:352012-06-02 17:18
sureshbabu 
Sandrahuguet 
normalminoralways
closedfixed 
5
3.0MP10.1 
3.0MP12 
Google Chrome
Openbravo 3.0
No
0020520: While creating Invoice schedule, for invoice frequency 'Twice Monthly' wrong fields are enabled
While creating Invoice schedule, for frequency 'Twice Monthly' the following fields are enabled

Day of the Month,
Invoice cut-Off Day

Instead of

Invoice on Even weeks
Day of the week
Day of the week cutoff

Step 1: Navigate to Master Data Management || Business Partner Setup || Invoice Schedule
Step 2: Click "Create a new record in form view" icon in the right side of the page
Step 3: Fill the from with the below details


Name: Generate invoice Monthly Twice
Description: <blank>
Invoice Frequency: Twice Monthly

Defect: One can see the below fields are wrongly enabled

Day of the Month,
Invoice cut-Off Day

Instead of

Invoice on Even weeks
Day of the week
Day of the week cutoff
No tags attached.
png In Invoice Schedule- for frequency Monthly twice wrong set of fields are visible instead of appropriate fields.png (40,404) 2012-05-16 08:35
https://issues.openbravo.com/file_download.php?file_id=5229&type=bug
png
Issue History
2012-05-16 08:35sureshbabuNew Issue
2012-05-16 08:35sureshbabuAssigned To => alostale
2012-05-16 08:35sureshbabuFile Added: In Invoice Schedule- for frequency Monthly twice wrong set of fields are visible instead of appropriate fields.png
2012-05-16 08:35sureshbabuWeb browser => Google Chrome
2012-05-16 08:35sureshbabuModules => Openbravo 3.0
2012-05-16 10:09alostaleAssigned Toalostale => mirurita
2012-05-16 13:47SandrahuguetStatusnew => scheduled
2012-05-16 13:47SandrahuguetAssigned Tomirurita => Sandrahuguet
2012-05-16 13:47Sandrahuguetfix_in_branch => pi
2012-05-16 15:47SandrahuguetNote Added: 0048703
2012-05-31 17:48miruritaNote Edited: 0048703bug_revision_view_page.php?bugnote_id=0048703#r3513
2012-05-31 17:48hgbotCheckin
2012-05-31 17:48hgbotNote Added: 0049551
2012-05-31 17:48hgbotStatusscheduled => resolved
2012-05-31 17:48hgbotResolutionopen => fixed
2012-05-31 17:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4fb6b5e956f0e6539dd116ed46a0e9ac1423cfaf [^]
2012-05-31 17:51miruritaNote Added: 0049552
2012-05-31 17:51miruritaStatusresolved => closed
2012-05-31 17:51miruritaFixed in Version => 3.0MP12
2012-06-02 17:18hudsonbotCheckin
2012-06-02 17:18hudsonbotNote Added: 0049587

Notes
(0048703)
Sandrahuguet   
2012-05-16 15:47   
(edited on: 2012-05-31 17:48)
Test Plan:
- Go to Application Dictionary >> Tables and Columns
- Filter by C_InvoiceSchedule table
- Filter by EvenInvoiceWeek column
- Check the Development status, it should be "Not implemented yet'

(0049551)
hgbot   
2012-05-31 17:48   
Repository: erp/devel/pi
Changeset: 4fb6b5e956f0e6539dd116ed46a0e9ac1423cfaf
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Wed May 16 15:00:34 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4fb6b5e956f0e6539dd116ed46a0e9ac1423cfaf [^]

Fixed bug 20520 Enable correct fields in Invoice Schedule window

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0049552)
mirurita   
2012-05-31 17:51   
code review + testing OK

- Invoice on Even weeks fields has the following display logic: @InvoiceFrequency@='B'

- The reference list of Invoice Frequency contains those values:
D: Daily
W: Weekly
M: Monthly
T: Twice Monthly

So, this field will not be never displayed because value 'B' does not exist.

Furthermore, the column has no functionality behind.
(0049587)
hudsonbot   
2012-06-02 17:18   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/d1995ebc438c [^]

Maturity status: Test