[jira] [Updated] (OFBIZ-6931) Add XLS renderer

2016-03-29 Thread Leila Mekika (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-6931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leila Mekika updated OFBIZ-6931:

Attachment: xls-renderer.patch

> Add XLS renderer
> 
>
> Key: OFBIZ-6931
> URL: https://issues.apache.org/jira/browse/OFBIZ-6931
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS, framework
>Affects Versions: Trunk
>Reporter: Leila Mekika
>Priority: Minor
> Attachments: xls-renderer.patch
>
>
> Add a new renderer type in order to enable XLS file output.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-6931) Add XLS renderer

2016-03-14 Thread Leila Mekika (JIRA)
Leila Mekika created OFBIZ-6931:
---

 Summary: Add XLS renderer
 Key: OFBIZ-6931
 URL: https://issues.apache.org/jira/browse/OFBIZ-6931
 Project: OFBiz
  Issue Type: New Feature
  Components: ALL COMPONENTS, framework
Affects Versions: Trunk
Reporter: Leila Mekika
Priority: Minor


Add a new renderer type in order to enable XLS file output.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-5552) Problems in single form when use-when and position are used together

2014-03-03 Thread Leila Mekika (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13918300#comment-13918300
 ] 

Leila Mekika commented on OFBIZ-5552:
-

ok, sorry Jacques. I ran tests through several screens but i didn't see this 
side effect.

It seems to cause wrong display in product edit screen because the 
lastFormField is null so here is a new patch with a control of lastFormField 
before assignment.
I hope this time it doesn't impact anything else...

 Problems in single form when use-when and position are used together
 

 Key: OFBIZ-5552
 URL: https://issues.apache.org/jira/browse/OFBIZ-5552
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Leila Mekika
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: Release Branch 11.04, SVN trunk, Release Branch 12.04, 
 Release Branch 13.07

 Attachments: OFBIZ-5552 v2.patch, OFBIZ-5552.patch


 The service renderSingleFormString check the previous field position to see 
 if the current field must be displayed after the previous field or on a new 
 line. 
 When the previous field has a use-when condition that is not valid, it 
 remains as the currentFormField and the next field is compared with this not 
 rendered field. If the position of this previous field is the same as the 
 current field, the current is displayed on the next line.
 To reproduce, add in a single form the three fields below :
 field position=1 name=firstdisplay description=first//field
 field position=2 name=second use-when=truedisplay 
 description=second//field
 field position=2 name=second use-when=falsedisplay 
 description=second//field
 The field second is rendered on a new line



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OFBIZ-5552) Problems in single form when use-when and position are used together

2014-03-03 Thread Leila Mekika (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leila Mekika updated OFBIZ-5552:


Attachment: OFBIZ-5552 v2.patch

 Problems in single form when use-when and position are used together
 

 Key: OFBIZ-5552
 URL: https://issues.apache.org/jira/browse/OFBIZ-5552
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Leila Mekika
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: Release Branch 11.04, SVN trunk, Release Branch 12.04, 
 Release Branch 13.07

 Attachments: OFBIZ-5552 v2.patch, OFBIZ-5552.patch


 The service renderSingleFormString check the previous field position to see 
 if the current field must be displayed after the previous field or on a new 
 line. 
 When the previous field has a use-when condition that is not valid, it 
 remains as the currentFormField and the next field is compared with this not 
 rendered field. If the position of this previous field is the same as the 
 current field, the current is displayed on the next line.
 To reproduce, add in a single form the three fields below :
 field position=1 name=firstdisplay description=first//field
 field position=2 name=second use-when=truedisplay 
 description=second//field
 field position=2 name=second use-when=falsedisplay 
 description=second//field
 The field second is rendered on a new line



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OFBIZ-5552) Problems in single form when use-when and position are used together

2014-02-28 Thread Leila Mekika (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leila Mekika updated OFBIZ-5552:


Summary: Problems in single form when use-when and position are used 
together  (was: Problems in singel form when use-when and position are used 
together)

 Problems in single form when use-when and position are used together
 

 Key: OFBIZ-5552
 URL: https://issues.apache.org/jira/browse/OFBIZ-5552
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Leila Mekika
Priority: Minor

 The service renderSingleFormString check the previous field position to see 
 if the current field must be displayed after the previous field or on a new 
 line. 
 When the previous field has a use-when condition that is not valid, it 
 remains as the currentFormField and the next field is compared with this not 
 rendered field. If the position of this previous field is the same as the 
 current field, the current is displayed on the next line.
 To reproduce, add in a single form the three fields below :
 field position=1 name=firstdisplay description=first//field
 field position=2 name=second use-when=truedisplay 
 description=second//field
 field position=2 name=second use-when=falsedisplay 
 description=second//field
 The field second is rendered in a new line



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (OFBIZ-5552) Problems in singel form when use-when and position are used together

2014-02-28 Thread Leila Mekika (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leila Mekika updated OFBIZ-5552:


Summary: Problems in singel form when use-when and position are used 
together  (was: Problems in form list when use-when and position are used 
together)

 Problems in singel form when use-when and position are used together
 

 Key: OFBIZ-5552
 URL: https://issues.apache.org/jira/browse/OFBIZ-5552
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Leila Mekika
Priority: Minor

 The service renderSingleFormString check the previous field position to see 
 if the current field must be displayed after the previous field or on a new 
 line. 
 When the previous field has a use-when condition that is not valid, it 
 remains as the currentFormField and the next field is compared with this not 
 rendered field. If the position of this previous field is the same as the 
 current field, the current is displayed on the next line.
 To reproduce, add in a single form the three fields below :
 field position=1 name=firstdisplay description=first//field
 field position=2 name=second use-when=truedisplay 
 description=second//field
 field position=2 name=second use-when=falsedisplay 
 description=second//field
 The field second is rendered in a new line



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (OFBIZ-5552) Problems in single form when use-when and position are used together

2014-02-28 Thread Leila Mekika (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leila Mekika updated OFBIZ-5552:


Attachment: OFBIZ-5552.patch

 Problems in single form when use-when and position are used together
 

 Key: OFBIZ-5552
 URL: https://issues.apache.org/jira/browse/OFBIZ-5552
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Leila Mekika
Priority: Minor
 Attachments: OFBIZ-5552.patch


 The service renderSingleFormString check the previous field position to see 
 if the current field must be displayed after the previous field or on a new 
 line. 
 When the previous field has a use-when condition that is not valid, it 
 remains as the currentFormField and the next field is compared with this not 
 rendered field. If the position of this previous field is the same as the 
 current field, the current is displayed on the next line.
 To reproduce, add in a single form the three fields below :
 field position=1 name=firstdisplay description=first//field
 field position=2 name=second use-when=truedisplay 
 description=second//field
 field position=2 name=second use-when=falsedisplay 
 description=second//field
 The field second is rendered in a new line



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (OFBIZ-5552) Problems in single form when use-when and position are used together

2014-02-28 Thread Leila Mekika (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leila Mekika updated OFBIZ-5552:


Description: 
The service renderSingleFormString check the previous field position to see 
if the current field must be displayed after the previous field or on a new 
line. 

When the previous field has a use-when condition that is not valid, it remains 
as the currentFormField and the next field is compared with this not rendered 
field. If the position of this previous field is the same as the current field, 
the current is displayed on the next line.


To reproduce, add in a single form the three fields below :

field position=1 name=firstdisplay description=first//field
field position=2 name=second use-when=truedisplay 
description=second//field
field position=2 name=second use-when=falsedisplay 
description=second//field

The field second is rendered on a new line

  was:
The service renderSingleFormString check the previous field position to see 
if the current field must be displayed after the previous field or on a new 
line. 

When the previous field has a use-when condition that is not valid, it remains 
as the currentFormField and the next field is compared with this not rendered 
field. If the position of this previous field is the same as the current field, 
the current is displayed on the next line.


To reproduce, add in a single form the three fields below :

field position=1 name=firstdisplay description=first//field
field position=2 name=second use-when=truedisplay 
description=second//field
field position=2 name=second use-when=falsedisplay 
description=second//field

The field second is rendered in a new line


 Problems in single form when use-when and position are used together
 

 Key: OFBIZ-5552
 URL: https://issues.apache.org/jira/browse/OFBIZ-5552
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Leila Mekika
Priority: Minor
 Attachments: OFBIZ-5552.patch


 The service renderSingleFormString check the previous field position to see 
 if the current field must be displayed after the previous field or on a new 
 line. 
 When the previous field has a use-when condition that is not valid, it 
 remains as the currentFormField and the next field is compared with this not 
 rendered field. If the position of this previous field is the same as the 
 current field, the current is displayed on the next line.
 To reproduce, add in a single form the three fields below :
 field position=1 name=firstdisplay description=first//field
 field position=2 name=second use-when=truedisplay 
 description=second//field
 field position=2 name=second use-when=falsedisplay 
 description=second//field
 The field second is rendered on a new line



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (OFBIZ-5552) Problems in form list when use-when and position are used together

2014-02-28 Thread Leila Mekika (JIRA)
Leila Mekika created OFBIZ-5552:
---

 Summary: Problems in form list when use-when and position are used 
together
 Key: OFBIZ-5552
 URL: https://issues.apache.org/jira/browse/OFBIZ-5552
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Leila Mekika
Priority: Minor


The service renderSingleFormString check the previous field position to see 
if the current field must be displayed after the previous field or on a new 
line. 

When the previous field has a use-when condition that is not valid, it remains 
as the currentFormField and the next field is compared with this not rendered 
field. If the position of this previous field is the same as the current field, 
the current is displayed on the next line.


To reproduce, add in a single form the three fields below :

field position=1 name=firstdisplay description=first//field
field position=2 name=second use-when=truedisplay 
description=second//field
field position=2 name=second use-when=falsedisplay 
description=second//field

The field second is rendered in a new line



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)