[jira] [Commented] (OFBIZ-5803) Prevent form widget paginate bar from disappearing when listSize gt viewSize

2015-10-27 Thread Christian Carlow (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-5803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976352#comment-14976352
 ] 

Christian Carlow commented on OFBIZ-5803:
-

Hey Jacques,

http://demo-stable-ofbiz.apache.org/catalog/control/FindProduct?productId_ic=Y_op=contains=Y_op=contains_ic=Y_SIZE_1=200_INDEX_1=0

The demo site has 107 product records but when the view is changed to 200 
records per page the bar disappears.  It may not be a big deal to users so this 
improvement may be invalid.

> Prevent form widget paginate bar from disappearing when listSize gt viewSize
> 
>
> Key: OFBIZ-5803
> URL: https://issues.apache.org/jira/browse/OFBIZ-5803
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Christian Carlow
>
> The form widget list paginate bar disappears when listSize gt viewSize which 
> prevents the user from being able to determine the record count.  For 
> example, when there are 900 records and the user changes the list size to 
> 1000, the count can no longer be determined.  The bar should probably always 
> appear unless the size is very small such as 20.  The bar should probably 
> still disappear for small records because it preserves a clean look.



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


[jira] [Updated] (OFBIZ-6549) workeffort/control/addTimesheetToInvoice missing workEffort for call to createTimeEntryInvoiceItemsInline

2015-07-03 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6549:

Attachment: OFBIZ-6549.patch

 workeffort/control/addTimesheetToInvoice missing workEffort for call to 
 createTimeEntryInvoiceItemsInline
 -

 Key: OFBIZ-6549
 URL: https://issues.apache.org/jira/browse/OFBIZ-6549
 Project: OFBiz
  Issue Type: Bug
  Components: workeffort
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6549.patch






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


[jira] [Created] (OFBIZ-6549) workeffort/control/addTimesheetToInvoice missing workEffort for call to createTimeEntryInvoiceItemsInline

2015-07-03 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6549:
---

 Summary: workeffort/control/addTimesheetToInvoice missing 
workEffort for call to createTimeEntryInvoiceItemsInline
 Key: OFBIZ-6549
 URL: https://issues.apache.org/jira/browse/OFBIZ-6549
 Project: OFBiz
  Issue Type: Bug
  Components: workeffort
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Updated] (OFBIZ-6531) Support transaction-timout for simple-method

2015-06-25 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6531:

Attachment: OFBIZ-6531.patch

This patch adds support for transaction-timeout for simple-method.  
call-service already supports the attribute so I'm not sure if 
call-simple-method should also.  

 Support transaction-timout for simple-method
 --

 Key: OFBIZ-6531
 URL: https://issues.apache.org/jira/browse/OFBIZ-6531
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6531.patch






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


[jira] [Created] (OFBIZ-6531) Support transaction-timout for simple-method

2015-06-25 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6531:
---

 Summary: Support transaction-timout for simple-method
 Key: OFBIZ-6531
 URL: https://issues.apache.org/jira/browse/OFBIZ-6531
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Commented] (OFBIZ-6531) Support transaction-timout for simple-method

2015-06-25 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6531:
-

It allows a simple method called from the controller to call other simple 
methods without having them timeout:
event type=simple path=component://test/script/testScript.xml 
invoke=test/event

In the above, test simple-method did call-simple-method method=test2/ but 
test2 exceeded the default transaction-timeout so it was added as an attribute 
to simple-method to override the default.

Adding the attribute to call-simple-method instead of simple-method may be 
a better solution since it is already supported for call-service.

 Support transaction-timout for simple-method
 --

 Key: OFBIZ-6531
 URL: https://issues.apache.org/jira/browse/OFBIZ-6531
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6531.patch






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


[jira] [Updated] (OFBIZ-6526) ordermgr/control/searchorders findOrders service returns incorrect orderCount and therefore viewSize

2015-06-23 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6526:

Attachment: OFBIZ-6526.patch

This patch replaces the HashSet with LinkedHashSet for fieldsToSelect because 
otherwise statusId was being added to the front of the set which was then 
passed to count distinct query causing incorrect counts.  LinkedHashSet 
preserves the order in which items are added so orderId always appears at the 
front of the set for the count distinct query.

 ordermgr/control/searchorders findOrders service returns incorrect orderCount 
 and therefore viewSize
 

 Key: OFBIZ-6526
 URL: https://issues.apache.org/jira/browse/OFBIZ-6526
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6526.patch






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


[jira] [Created] (OFBIZ-6526) ordermgr/control/searchorders findOrders service returns incorrect orderCount and therefore viewSize

2015-06-23 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6526:
---

 Summary: ordermgr/control/searchorders findOrders service returns 
incorrect orderCount and therefore viewSize
 Key: OFBIZ-6526
 URL: https://issues.apache.org/jira/browse/OFBIZ-6526
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow






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


[jira] [Updated] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-21 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6517:

Attachment: (was: OFBIZ-6517.patch)

 Form/Grid crosstab field type support
 -

 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor

 Form/Grid widgets should be extended to support crosstab functionality:
 https://en.wikipedia.org/wiki/Pivot_table
 Option field types seem the best grid/form widget field types on which to 
 base this functionality.  For example:
 {code}
 field name=facilityId
 crosstab current-description=${quantityOnHandTotal}
 list-options key-name=facilityId list-name=facilitiesToPivot/
 /crosstab
 /field
 {code}
 This would allow a list of facilitiesIds to be used as grid column titles 
 with with cell values assigned to quantityOnHandTotal for records with 
 facilityId matching that of the title.



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


[jira] [Comment Edited] (OFBIZ-6100) Inconsistent tax calculation between checkout finalize and order created screen

2015-06-20 Thread Christian Carlow (JIRA)

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

Christian Carlow edited comment on OFBIZ-6100 at 6/20/15 2:27 PM:
--

Hey Divesh,

OrderAdjustment.amount was manually adjusted in the database since 
modifications are not supported by OFBiz at this time.  Once 
OrderAdjustment.amount precision was manually increased from 3 to 4, the 
created order amounts and totals correctly matched the checkout screen from 
which it was created.

The currency-precise field type only uses 3 decimal points but 4 were needed to 
preserve the original checkout amount.  I'm not exactly sure how this issue 
should be resolved.  The fixed-point field supports 6 decimals but that may be 
overkill for calculation purposes.  


was (Author: ofbizzer):
Hey Divesh,

OrderAdjustment.amount was manually adjusted in the database since 
modifications are supported by OFBiz at this time.  Once OrderAdjustment.amount 
precision was manually increased from 3 to 4, the created order amounts and 
totals correctly matched the checkout screen from which it was created.

The currency-precise field type only uses 3 decimal points but 4 were needed to 
preserve the original checkout amount.  I'm not exactly sure how this issue 
should be resolved.  The fixed-point field supports 6 decimals but that may be 
overkill for calculation purposes.  

 Inconsistent tax calculation between checkout finalize and order created 
 screen
 ---

 Key: OFBIZ-6100
 URL: https://issues.apache.org/jira/browse/OFBIZ-6100
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Michael Brohl

 I changed arithmetic.properties salestax.calc.decimals = 4 instead of 3 
 because my purchase order tax was 1 cent less than the receipt.  After 
 accounting for 4 decimals, the tax was correctly calculated at the checkout 
 finalize page, but once the order was created, the tax was 1 cent less than 
 its previously calculated value.



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


[jira] [Commented] (OFBIZ-6100) Inconsistent tax calculation between checkout finalize and order created screen

2015-06-20 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6100:
-

Hey Divesh,

OrderAdjustment.amount was manually adjusted in the database since 
modifications are supported by OFBiz at this time.  Once OrderAdjustment.amount 
precision was manually increased from 3 to 4, the created order amounts and 
totals correctly matched the checkout screen from which it was created.

The currency-precise field type only uses 3 decimal points but 4 were needed to 
preserve the original checkout amount.  I'm not exactly sure how this issue 
should be resolved.  The fixed-point field supports 6 decimals but that may be 
overkill for calculation purposes.  

 Inconsistent tax calculation between checkout finalize and order created 
 screen
 ---

 Key: OFBIZ-6100
 URL: https://issues.apache.org/jira/browse/OFBIZ-6100
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Michael Brohl

 I changed arithmetic.properties salestax.calc.decimals = 4 instead of 3 
 because my purchase order tax was 1 cent less than the receipt.  After 
 accounting for 4 decimals, the tax was correctly calculated at the checkout 
 finalize page, but once the order was created, the tax was 1 cent less than 
 its previously calculated value.



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


[jira] [Updated] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-19 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6517:

Attachment: (was: OFBIZ-6517.patch)

 Form/Grid crosstab field type support
 -

 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6517.patch


 Form/Grid widgets should be extended to support crosstab functionality:
 https://en.wikipedia.org/wiki/Pivot_table
 Option field types seem the best grid/form widget field types on which to 
 base this functionality.  For example:
 {code}
 field name=facilityId
 crosstab current-description=${quantityOnHandTotal}
 list-options key-name=facilityId list-name=facilitiesToPivot/
 /crosstab
 /field
 {code}
 This would allow a list of facilitiesIds to be used as grid column titles 
 with with cell values assigned to quantityOnHandTotal for records with 
 facilityId matching that of the title.



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


[jira] [Updated] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-19 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6517:

Attachment: OFBIZ-6517.patch

 Form/Grid crosstab field type support
 -

 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6517.patch


 Form/Grid widgets should be extended to support crosstab functionality:
 https://en.wikipedia.org/wiki/Pivot_table
 Option field types seem the best grid/form widget field types on which to 
 base this functionality.  For example:
 {code}
 field name=facilityId
 crosstab current-description=${quantityOnHandTotal}
 list-options key-name=facilityId list-name=facilitiesToPivot/
 /crosstab
 /field
 {code}
 This would allow a list of facilitiesIds to be used as grid column titles 
 with with cell values assigned to quantityOnHandTotal for records with 
 facilityId matching that of the title.



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


[jira] [Commented] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-19 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6517:
-

Here is an example of how the crosstab-find may be used:

{code}
field name=facilityId
crosstab-find column-field=quantityOnHandTotal 
find-field-type=TextFindField
list-options key-name=facilityId list-name=facilitiesToPivot/
/crosstab-find
/field
{code}

 Form/Grid crosstab field type support
 -

 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6517.patch


 Form/Grid widgets should be extended to support crosstab functionality:
 https://en.wikipedia.org/wiki/Pivot_table
 Option field types seem the best grid/form widget field types on which to 
 base this functionality.  For example:
 {code}
 field name=facilityId
 crosstab current-description=${quantityOnHandTotal}
 list-options key-name=facilityId list-name=facilitiesToPivot/
 /crosstab
 /field
 {code}
 This would allow a list of facilitiesIds to be used as grid column titles 
 with with cell values assigned to quantityOnHandTotal for records with 
 facilityId matching that of the title.



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


[jira] [Updated] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-19 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6517:

Attachment: OFBIZ-6517.patch

This patch is a starting point and delivers the basic functionality.  
MacroFormRenderer is the only renderer supported so far.

 Form/Grid crosstab field type support
 -

 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6517.patch


 Form/Grid widgets should be extended to support crosstab functionality:
 https://en.wikipedia.org/wiki/Pivot_table
 Option field types seem the best grid/form widget field types on which to 
 base this functionality.  For example:
 {code}
 field name=facilityId
 crosstab current-description=${quantityOnHandTotal}
 list-options key-name=facilityId list-name=facilitiesToPivot/
 /crosstab
 /field
 {code}
 This would allow a list of facilitiesIds to be used as grid column titles 
 with with cell values assigned to quantityOnHandTotal for records with 
 facilityId matching that of the title.



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


[jira] [Updated] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-19 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6517:

Attachment: OFBIZ-6517.patch

 Form/Grid crosstab field type support
 -

 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6517.patch


 Form/Grid widgets should be extended to support crosstab functionality:
 https://en.wikipedia.org/wiki/Pivot_table
 Option field types seem the best grid/form widget field types on which to 
 base this functionality.  For example:
 {code}
 field name=facilityId
 crosstab current-description=${quantityOnHandTotal}
 list-options key-name=facilityId list-name=facilitiesToPivot/
 /crosstab
 /field
 {code}
 This would allow a list of facilitiesIds to be used as grid column titles 
 with with cell values assigned to quantityOnHandTotal for records with 
 facilityId matching that of the title.



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


[jira] [Updated] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-19 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6517:

Attachment: (was: OFBIZ-6517.patch)

 Form/Grid crosstab field type support
 -

 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6517.patch


 Form/Grid widgets should be extended to support crosstab functionality:
 https://en.wikipedia.org/wiki/Pivot_table
 Option field types seem the best grid/form widget field types on which to 
 base this functionality.  For example:
 {code}
 field name=facilityId
 crosstab current-description=${quantityOnHandTotal}
 list-options key-name=facilityId list-name=facilitiesToPivot/
 /crosstab
 /field
 {code}
 This would allow a list of facilitiesIds to be used as grid column titles 
 with with cell values assigned to quantityOnHandTotal for records with 
 facilityId matching that of the title.



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


[jira] [Comment Edited] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-19 Thread Christian Carlow (JIRA)

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

Christian Carlow edited comment on OFBIZ-6517 at 6/20/15 2:09 AM:
--

Here is an example of how the crosstab-find may be used:

{code}
field name=facilityId
crosstab-find column-field=quantityOnHandTotal 
find-field-type=RangeFindField
list-options key-name=facilityId list-name=facilitiesToPivot/
/crosstab-find
/field
{code}


was (Author: ofbizzer):
Here is an example of how the crosstab-find may be used:

{code}
field name=facilityId
crosstab-find column-field=quantityOnHandTotal 
find-field-type=TextFindField
list-options key-name=facilityId list-name=facilitiesToPivot/
/crosstab-find
/field
{code}

 Form/Grid crosstab field type support
 -

 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6517.patch


 Form/Grid widgets should be extended to support crosstab functionality:
 https://en.wikipedia.org/wiki/Pivot_table
 Option field types seem the best grid/form widget field types on which to 
 base this functionality.  For example:
 {code}
 field name=facilityId
 crosstab current-description=${quantityOnHandTotal}
 list-options key-name=facilityId list-name=facilitiesToPivot/
 /crosstab
 /field
 {code}
 This would allow a list of facilitiesIds to be used as grid column titles 
 with with cell values assigned to quantityOnHandTotal for records with 
 facilityId matching that of the title.



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


[jira] [Created] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-19 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6517:
---

 Summary: Form/Grid crosstab field type support
 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor


Form/Grid widgets should be extended to support crosstab functionality:
https://en.wikipedia.org/wiki/Pivot_table

Option field types seem the best grid/form widget field types on which to base 
this functionality.  For example:

field name=facilityId
crosstab current-description=${quantityOnHandTotal}
list-options key-name=facilityId list-name=facilitiesToPivot/
/crosstab
/field

This would allow a list of facilitiesIds to be used as grid column titles with 
with cell values assigned to quantityOnHandTotal for records with facilityId 
matching that of the title.



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


[jira] [Updated] (OFBIZ-6517) Form/Grid crosstab field type support

2015-06-19 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6517:

Description: 
Form/Grid widgets should be extended to support crosstab functionality:
https://en.wikipedia.org/wiki/Pivot_table

Option field types seem the best grid/form widget field types on which to base 
this functionality.  For example:
{code}
field name=facilityId
crosstab current-description=${quantityOnHandTotal}
list-options key-name=facilityId list-name=facilitiesToPivot/
/crosstab
/field
{code}

This would allow a list of facilitiesIds to be used as grid column titles with 
with cell values assigned to quantityOnHandTotal for records with facilityId 
matching that of the title.

  was:
Form/Grid widgets should be extended to support crosstab functionality:
https://en.wikipedia.org/wiki/Pivot_table

Option field types seem the best grid/form widget field types on which to base 
this functionality.  For example:

field name=facilityId
crosstab current-description=${quantityOnHandTotal}
list-options key-name=facilityId list-name=facilitiesToPivot/
/crosstab
/field

This would allow a list of facilitiesIds to be used as grid column titles with 
with cell values assigned to quantityOnHandTotal for records with facilityId 
matching that of the title.


 Form/Grid crosstab field type support
 -

 Key: OFBIZ-6517
 URL: https://issues.apache.org/jira/browse/OFBIZ-6517
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor

 Form/Grid widgets should be extended to support crosstab functionality:
 https://en.wikipedia.org/wiki/Pivot_table
 Option field types seem the best grid/form widget field types on which to 
 base this functionality.  For example:
 {code}
 field name=facilityId
 crosstab current-description=${quantityOnHandTotal}
 list-options key-name=facilityId list-name=facilitiesToPivot/
 /crosstab
 /field
 {code}
 This would allow a list of facilitiesIds to be used as grid column titles 
 with with cell values assigned to quantityOnHandTotal for records with 
 facilityId matching that of the title.



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


[jira] [Created] (OFBIZ-6515) partymgr/control/EditPartyRelationships add odd-row=alternate-row for ListPartRelationships and remove navigation-form-name for containing screenlet for better UI

2015-06-18 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6515:
---

 Summary: partymgr/control/EditPartyRelationships add 
odd-row=alternate-row for ListPartRelationships and remove 
navigation-form-name for containing screenlet for better UI
 Key: OFBIZ-6515
 URL: https://issues.apache.org/jira/browse/OFBIZ-6515
 Project: OFBiz
  Issue Type: Improvement
  Components: themes
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Updated] (OFBIZ-6515) partymgr/control/EditPartyRelationships add odd-row=alternate-row for ListPartRelationships and remove navigation-form-name for containing screenlet for better UI

2015-06-18 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6515:

Attachment: OFBIZ-6515.patch

 partymgr/control/EditPartyRelationships add odd-row=alternate-row for 
 ListPartRelationships and remove navigation-form-name for containing 
 screenlet for better UI
 

 Key: OFBIZ-6515
 URL: https://issues.apache.org/jira/browse/OFBIZ-6515
 Project: OFBiz
  Issue Type: Improvement
  Components: themes
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6515.patch






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


[jira] [Commented] (OFBIZ-6501) Add support for screen embedding inside grids

2015-06-17 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6501:
-

Thanks for the help Nicolas.

Once the grid embedding functionality is committed to the trunk I will attempt 
to use it to replace the screen at facility/control/ViewContactMechs which is 
the first one I encountered that required this extension in order to replicate 
the original FTL.


 Add support for screen embedding inside grids
 -

 Key: OFBIZ-6501
 URL: https://issues.apache.org/jira/browse/OFBIZ-6501
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6501.patch, OFBIZ-6501.patch, OFBIZ-6501.patch


 OFBIZ-6404 added the ability to embed menus upon which the resolution of this 
 issue will be based.  
 Before this issue is started, OFBIZ-6404 patch needs to be modified so that 
 the menus are not rendered in row forms which may get created for row editing 
 purposes, so that menus, screens, forms, and grids can still work if they 
 contain html forms of their own.



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


[jira] [Created] (OFBIZ-6508) webtools/control/view/ModelInduceFromDb should support entity-group

2015-06-16 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6508:
---

 Summary: webtools/control/view/ModelInduceFromDb should support 
entity-group
 Key: OFBIZ-6508
 URL: https://issues.apache.org/jira/browse/OFBIZ-6508
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow






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


[jira] [Updated] (OFBIZ-6508) webtools/control/view/ModelInduceFromDb should support entity-group

2015-06-16 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6508:

Attachment: OFBIZ-6508.patch

 webtools/control/view/ModelInduceFromDb should support entity-group
 -

 Key: OFBIZ-6508
 URL: https://issues.apache.org/jira/browse/OFBIZ-6508
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6508.patch






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


[jira] [Created] (OFBIZ-6507) getTableNames() for ModelInduceFromDb should should support table type selections

2015-06-16 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6507:
---

 Summary: getTableNames() for ModelInduceFromDb should should 
support table type selections
 Key: OFBIZ-6507
 URL: https://issues.apache.org/jira/browse/OFBIZ-6507
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow


getTableNames() called by ModelInduceFromDb should support table type selection 
so that the default array {TABLE, VIEW, ALIAS, SYNONYM}; can be 
overridden for getTables() otherwise otherwise the entitymodel generated gets 
littered with views.

Also, if the views are desirable in the generated entitymodel then it seems 
they should be view-entity rather than entity but it seems unlikely the 
relations would properly be generated.  This should be handled by a separate 
issue if it needs to be supported.



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


[jira] [Updated] (OFBIZ-6508) webtools/control/view/ModelInduceFromDb should support entity-group

2015-06-16 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6508:

Attachment: OFBIZ-6508.patch

 webtools/control/view/ModelInduceFromDb should support entity-group
 -

 Key: OFBIZ-6508
 URL: https://issues.apache.org/jira/browse/OFBIZ-6508
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6508.patch






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


[jira] [Commented] (OFBIZ-6508) webtools/control/view/ModelInduceFromDb should support entity-group

2015-06-16 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6508:
-

This patch adds a induceType dropdown so that either entitymodel or 
entitygroup can be generated.  A groupName field was also added if the 
induceType entitygroup is chosen for populating the entity-group group-name 
attribute.

 webtools/control/view/ModelInduceFromDb should support entity-group
 -

 Key: OFBIZ-6508
 URL: https://issues.apache.org/jira/browse/OFBIZ-6508
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6508.patch






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


[jira] [Updated] (OFBIZ-6508) webtools/control/view/ModelInduceFromDb should support entity-group

2015-06-16 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6508:

Attachment: (was: OFBIZ-6508.patch)

 webtools/control/view/ModelInduceFromDb should support entity-group
 -

 Key: OFBIZ-6508
 URL: https://issues.apache.org/jira/browse/OFBIZ-6508
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6508.patch






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


[jira] [Created] (OFBIZ-6510) Replace webtools/control/view/ModelInduceFromDb with widgets

2015-06-16 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6510:
---

 Summary: Replace webtools/control/view/ModelInduceFromDb with 
widgets
 Key: OFBIZ-6510
 URL: https://issues.apache.org/jira/browse/OFBIZ-6510
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow


The page is written in JSP probably from very long ago when FTL and widgets 
didn't even exist yet.  It should be implemented in widgets now that they are 
available.



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


[jira] [Created] (OFBIZ-6509) webtools/control/view/ModelInduceFromDb should support entity package-name attribute setting

2015-06-16 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6509:
---

 Summary: webtools/control/view/ModelInduceFromDb should support 
entity package-name attribute setting
 Key: OFBIZ-6509
 URL: https://issues.apache.org/jira/browse/OFBIZ-6509
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow


OFBIZ-6508 added support for generating entitygroup from ModelInduceFromDb by 
adding groupName field for setting entity-group group-name attribute.  The 
field should be reused to allow setting the entity package-name attribute 
also.



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


[jira] [Commented] (OFBIZ-6508) webtools/control/view/ModelInduceFromDb should support entity-group

2015-06-16 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6508:
-

Induced entity to the external datasource table threw an error about 
CREATED_STAMP, etc. fields not existing.  I was able to resolve by adding 
entity attribute no-auto-stamp=true.  Should the patch be updated to 
include this by default?  Is there a more universal way of disabling the 
auto-fields for external datasource tables?

 webtools/control/view/ModelInduceFromDb should support entity-group
 -

 Key: OFBIZ-6508
 URL: https://issues.apache.org/jira/browse/OFBIZ-6508
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6508.patch






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


[jira] [Commented] (OFBIZ-6510) Replace webtools/control/view/ModelInduceFromDb with widgets

2015-06-16 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6510:
-

OFBIZ-6508 and OFBIZ-6509 functionality are incorporated in this patch but 
through widget implementation rather than the original jsp method.

 Replace webtools/control/view/ModelInduceFromDb with widgets
 

 Key: OFBIZ-6510
 URL: https://issues.apache.org/jira/browse/OFBIZ-6510
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6510.patch


 The page is written in JSP probably from very long ago when FTL and widgets 
 didn't even exist yet.  It should be implemented in widgets now that they are 
 available.



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


[jira] [Commented] (OFBIZ-6510) Replace webtools/control/view/ModelInduceFromDb with widgets

2015-06-16 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6510:
-

The patch also sets no-auto-stamp=true attribute for entities because 
otherwise errors are thrown related to the internal fields like createdStamp, 
etc. not being found.

 Replace webtools/control/view/ModelInduceFromDb with widgets
 

 Key: OFBIZ-6510
 URL: https://issues.apache.org/jira/browse/OFBIZ-6510
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6510.patch


 The page is written in JSP probably from very long ago when FTL and widgets 
 didn't even exist yet.  It should be implemented in widgets now that they are 
 available.



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


[jira] [Updated] (OFBIZ-6510) Replace webtools/control/view/ModelInduceFromDb with widgets

2015-06-16 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6510:

Attachment: OFBIZ-6510.patch

This patch replaces 
/ofbiz/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp with 
widgets.

Translations need to replace the error messages in 
framework/webtools/webapp/webtools/WEB-INF/actions/entity/ModelInduceFromDb.groovy.

Translation for uiLabelMap.ModelInducedFromDb is also needed.

 Replace webtools/control/view/ModelInduceFromDb with widgets
 

 Key: OFBIZ-6510
 URL: https://issues.apache.org/jira/browse/OFBIZ-6510
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6510.patch


 The page is written in JSP probably from very long ago when FTL and widgets 
 didn't even exist yet.  It should be implemented in widgets now that they are 
 available.



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


[jira] [Updated] (OFBIZ-6501) Add support for screen embedding inside grids

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6501:

Attachment: (was: OFBIZ-6501.patch)

 Add support for screen embedding inside grids
 -

 Key: OFBIZ-6501
 URL: https://issues.apache.org/jira/browse/OFBIZ-6501
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6501.patch


 OFBIZ-6404 added the ability to embed menus upon which the resolution of this 
 issue will be based.  
 Before this issue is started, OFBIZ-6404 patch needs to be modified so that 
 the menus are not rendered in row forms which may get created for row editing 
 purposes, so that menus, screens, forms, and grids can still work if they 
 contain html forms of their own.



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


[jira] [Updated] (OFBIZ-6501) Add support for screen embedding inside grids

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6501:

Attachment: OFBIZ-6501.patch

 Add support for screen embedding inside grids
 -

 Key: OFBIZ-6501
 URL: https://issues.apache.org/jira/browse/OFBIZ-6501
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6501.patch


 OFBIZ-6404 added the ability to embed menus upon which the resolution of this 
 issue will be based.  
 Before this issue is started, OFBIZ-6404 patch needs to be modified so that 
 the menus are not rendered in row forms which may get created for row editing 
 purposes, so that menus, screens, forms, and grids can still work if they 
 contain html forms of their own.



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


[jira] [Commented] (OFBIZ-6501) Add support for screen embedding inside grids

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6501:
-

The patch also incorporates changes to handle OFBIZ-6502.

 Add support for screen embedding inside grids
 -

 Key: OFBIZ-6501
 URL: https://issues.apache.org/jira/browse/OFBIZ-6501
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6501.patch


 OFBIZ-6404 added the ability to embed menus upon which the resolution of this 
 issue will be based.  
 Before this issue is started, OFBIZ-6404 patch needs to be modified so that 
 the menus are not rendered in row forms which may get created for row editing 
 purposes, so that menus, screens, forms, and grids can still work if they 
 contain html forms of their own.



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


[jira] [Commented] (OFBIZ-6404) Allow form/grid widget hyperlinks to be grouped into a single column

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6404:
-

The newest patch was modified and incorporated into OFBIZ-6501.  menu was 
changed to include-menu, consistent with include-form include-grid and 
include-screen.  grid and form already exist as tags in form definitions 
so prefixing with includ- was necessary and consistent with the way screens 
and grids are included in screen definitions.

 Allow form/grid widget hyperlinks to be grouped into a single column
 

 Key: OFBIZ-6404
 URL: https://issues.apache.org/jira/browse/OFBIZ-6404
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6404.patch, OFBIZ-6404_2.patch


 This issue was created from a Nicholas Malin's suggestion in OFBIZ-6402 to 
 support hyperlink rendering similar to the original FTL that was replaced by 
 the patch for that issue.



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


[jira] [Commented] (OFBIZ-3575) Union view entity support

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-3575:
-

The patch works as is on the trunk for view-entity member-entity so Neeraj's 
fix likely only applies to older version of OFBiz.

 Union view entity support
 -

 Key: OFBIZ-3575
 URL: https://issues.apache.org/jira/browse/OFBIZ-3575
 Project: OFBiz
  Issue Type: New Feature
  Components: framework
Affects Versions: Trunk
Reporter: Bob Morley
Assignee: Adam Heath
 Attachments: OFBIZ-3575.patch, OFBIZ-3575_UnionViewEntitySupport.patch


 As per conversion titled entity-engine union support 
 (http://n4.nabble.com/entity-engine-union-support-td1607240.html#a1607240); 
 here is the basic union support that we had added into our Ofbiz project.  I 
 have changed a little of the xml schema here ... the premise is that a 
 UnionViewEntity extends the standard ViewEntity and contains a list of 
 union members that it will union together.  There should only be changes to 
 the ModelReader to instantiate the new model object and then in SqlJdbcUtil 
 to handle generating the new sql for unions.  I have included a very small 
 unit test that executes a findList against a test union.
 Here is sample sql that was generated:
 SELECT uva.UNION_ID, uva.TESTING_NAME, uva.TESTING_SIZE, uva.TESTING_DATE 
 FROM  ( SELECT T1.TESTING_ID AS UNION_ID, T1.TESTING_NAME AS TESTING_NAME, 
 T1.TESTING_SIZE AS TESTING_SIZE, T1.TESTING_DATE AS TESTING_DATE FROM TESTING 
 T1 UNION SELECT T2.TESTING_TYPE_ID AS UNION_ID, T2.TESTING_NAME AS 
 TESTING_NAME, T2.TESTING_SIZE AS TESTING_SIZE, T2.TESTING_DATE AS 
 TESTING_DATE FROM TESTING T2 ) uva 



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


[jira] [Closed] (OFBIZ-6475) framework/widget/templates/foScreenMacroLibrary.ftl doesn't support renderImage

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow closed OFBIZ-6475.
---
Resolution: Implemented

Thanks for the reminder Michael.  Closing as implemented.

 framework/widget/templates/foScreenMacroLibrary.ftl doesn't support 
 renderImage
 ---

 Key: OFBIZ-6475
 URL: https://issues.apache.org/jira/browse/OFBIZ-6475
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6475_2.patch






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


[jira] [Created] (OFBIZ-6503) Implement easier sorting for form widget fields

2015-06-15 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6503:
---

 Summary: Implement easier sorting for form widget fields
 Key: OFBIZ-6503
 URL: https://issues.apache.org/jira/browse/OFBIZ-6503
 Project: OFBiz
  Issue Type: Improvement
Reporter: Christian Carlow


sort-order is currently the only way to sort fields but requires all fields 
to be specified even if only 1 field is out of order.  Extending sort-field 
to support an attribute such as sequence could allow for only the field that 
is out of order to be specified.

A sort-seq attribute could also be extended to field but that may require a 
bit more effort since it would have to be integrated with the current sort 
logic that uses sort-order specs.



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


[jira] [Updated] (OFBIZ-6503) Implement easier sorting for form widget fields

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6503:

  Component/s: framework
Affects Version/s: Trunk

 Implement easier sorting for form widget fields
 ---

 Key: OFBIZ-6503
 URL: https://issues.apache.org/jira/browse/OFBIZ-6503
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow

 sort-order is currently the only way to sort fields but requires all fields 
 to be specified even if only 1 field is out of order.  Extending sort-field 
 to support an attribute such as sequence could allow for only the field 
 that is out of order to be specified.
 A sort-seq attribute could also be extended to field but that may require 
 a bit more effort since it would have to be integrated with the current sort 
 logic that uses sort-order specs.



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


[jira] [Updated] (OFBIZ-6503) Implement easier sorting for form widget fields

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6503:

Attachment: OFBIZ-6503-widget-form.patch

 Implement easier sorting for form widget fields
 ---

 Key: OFBIZ-6503
 URL: https://issues.apache.org/jira/browse/OFBIZ-6503
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6503-widget-form.patch, OFBIZ-6503.patch


 sort-order is currently the only way to sort fields but requires all fields 
 to be specified even if only 1 field is out of order.  Extending sort-field 
 to support an attribute such as sequence could allow for only the field 
 that is out of order to be specified.
 A sort-seq attribute could also be extended to field but that may require 
 a bit more effort since it would have to be integrated with the current sort 
 logic that uses sort-order specs.



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


[jira] [Closed] (OFBIZ-6503) Implement easier sorting for form widget fields

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow closed OFBIZ-6503.
---
Resolution: Won't Fix

I've found this patch less useful and time-saving than I hoped.  I'll close for 
now unless someone finds it more useful later.

 Implement easier sorting for form widget fields
 ---

 Key: OFBIZ-6503
 URL: https://issues.apache.org/jira/browse/OFBIZ-6503
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6503-widget-form.patch, OFBIZ-6503.patch


 sort-order is currently the only way to sort fields but requires all fields 
 to be specified even if only 1 field is out of order.  Extending sort-field 
 to support an attribute such as sequence could allow for only the field 
 that is out of order to be specified.
 A sort-seq attribute could also be extended to field but that may require 
 a bit more effort since it would have to be integrated with the current sort 
 logic that uses sort-order specs.



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


[jira] [Commented] (OFBIZ-6503) Implement easier sorting for form widget fields

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6503:
-

Ultimately it would be awesome if the sort order of fields could be controlled 
by users.

OFBIZ-6427 for sort/group functionality adds sort sequence numeric dropdown 
fields to find form fields to give users the power of multi-field record 
sorting.  Adding a similar numeric dropdown for something like field-sort-seq 
dropdown next to find fields could give users power to control the actual field 
sequence but ultimately such control should probably be independent of find 
form fields.

This would be handled by a separate issue if ever pursued.

 Implement easier sorting for form widget fields
 ---

 Key: OFBIZ-6503
 URL: https://issues.apache.org/jira/browse/OFBIZ-6503
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6503-widget-form.patch, OFBIZ-6503.patch


 sort-order is currently the only way to sort fields but requires all fields 
 to be specified even if only 1 field is out of order.  Extending sort-field 
 to support an attribute such as sequence could allow for only the field 
 that is out of order to be specified.
 A sort-seq attribute could also be extended to field but that may require 
 a bit more effort since it would have to be integrated with the current sort 
 logic that uses sort-order specs.



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


[jira] [Updated] (OFBIZ-6503) Implement easier sorting for form widget fields

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6503:

Attachment: OFBIZ-6503.patch

This patch seems to deliver the intended functionality.  This is useful for 
forms that extend their parents but need only a few of their exclusive fields 
ordered within the original parent field order.

So if a form extends its parent that may have 20 fields but only 1 of the 
extending form fields needs to be reordered, then the following will allow the 
field to appear as the third column of the original parent form field sort:
 sort-order
sort-field name=quantityScheduled sequence=3/
 /sort-order

 Implement easier sorting for form widget fields
 ---

 Key: OFBIZ-6503
 URL: https://issues.apache.org/jira/browse/OFBIZ-6503
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6503.patch


 sort-order is currently the only way to sort fields but requires all fields 
 to be specified even if only 1 field is out of order.  Extending sort-field 
 to support an attribute such as sequence could allow for only the field 
 that is out of order to be specified.
 A sort-seq attribute could also be extended to field but that may require 
 a bit more effort since it would have to be integrated with the current sort 
 logic that uses sort-order specs.



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


[jira] [Commented] (OFBIZ-6404) Allow form/grid widget hyperlinks to be grouped into a single column

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6404:
-

Hey Nicolas,

I was able to apply the patch to the svn trunk without problems in eclipse.  
I'm attaching the svn diff after the git patch was applied from eclipse.

 Allow form/grid widget hyperlinks to be grouped into a single column
 

 Key: OFBIZ-6404
 URL: https://issues.apache.org/jira/browse/OFBIZ-6404
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6404.patch, OFBIZ-6404_2.patch


 This issue was created from a Nicholas Malin's suggestion in OFBIZ-6402 to 
 support hyperlink rendering similar to the original FTL that was replaced by 
 the patch for that issue.



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


[jira] [Updated] (OFBIZ-6404) Allow form/grid widget hyperlinks to be grouped into a single column

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6404:

Attachment: OFBIZ-6404_3.patch

 Allow form/grid widget hyperlinks to be grouped into a single column
 

 Key: OFBIZ-6404
 URL: https://issues.apache.org/jira/browse/OFBIZ-6404
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6404.patch, OFBIZ-6404_2.patch, OFBIZ-6404_3.patch


 This issue was created from a Nicholas Malin's suggestion in OFBIZ-6402 to 
 support hyperlink rendering similar to the original FTL that was replaced by 
 the patch for that issue.



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


[jira] [Updated] (OFBIZ-6501) Add support for screen embedding inside grids

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6501:

Issue Type: Sub-task  (was: Improvement)
Parent: OFBIZ-6314

 Add support for screen embedding inside grids
 -

 Key: OFBIZ-6501
 URL: https://issues.apache.org/jira/browse/OFBIZ-6501
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6501.patch


 OFBIZ-6404 added the ability to embed menus upon which the resolution of this 
 issue will be based.  
 Before this issue is started, OFBIZ-6404 patch needs to be modified so that 
 the menus are not rendered in row forms which may get created for row editing 
 purposes, so that menus, screens, forms, and grids can still work if they 
 contain html forms of their own.



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


[jira] [Updated] (OFBIZ-6501) Add support for screen embedding inside grids

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6501:

Attachment: OFBIZ-6501.patch

This patch handles menu screen, form, and grid rendering within grid cells.

It is based on OFBIZ-6404 menu embedding within grids.  fieldmenu was 
changed to fieldinclude-menu to be consistent with include-grid, 
include-screen etc .

It also includes logic to ensure unique names and ids are rendered to resolve 
javascript submit() errors due to identical naming/ids.

Reviews and feedback are appreciated.

 Add support for screen embedding inside grids
 -

 Key: OFBIZ-6501
 URL: https://issues.apache.org/jira/browse/OFBIZ-6501
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6501.patch


 OFBIZ-6404 added the ability to embed menus upon which the resolution of this 
 issue will be based.  
 Before this issue is started, OFBIZ-6404 patch needs to be modified so that 
 the menus are not rendered in row forms which may get created for row editing 
 purposes, so that menus, screens, forms, and grids can still work if they 
 contain html forms of their own.



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


[jira] [Updated] (OFBIZ-6502) Add support for form/grid embedding within grids

2015-06-15 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6502:

Issue Type: Sub-task  (was: Improvement)
Parent: OFBIZ-6314

 Add support for form/grid embedding within grids
 

 Key: OFBIZ-6502
 URL: https://issues.apache.org/jira/browse/OFBIZ-6502
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow

 OFBIZ-6404 added the ability to embed menus upon which the resolution of this 
 issue will be based.
 Before this issue is started, OFBIZ-6404 patch needs to be modified so that 
 the menus are not rendered in row forms which may get created for row editing 
 purposes, so that menus, screens, forms, and grids can still work if they 
 contain html forms of their own.



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


[jira] [Commented] (OFBIZ-6400) Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml

2015-06-14 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6400:
-

If PORTALPAGE_ADMIN remains and is used for permission checking then it needs 
to be added to the SUPER security group.

 Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml
 --

 Key: OFBIZ-6400
 URL: https://issues.apache.org/jira/browse/OFBIZ-6400
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/myportal
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor

 The permission check at myportal/control/FindPortalPage always fails due to 
 missing permission PORTALPAGE_MAINT that has no demo data.
 If PORTALPAGE_MAINT should remain the permission to be checked then demo data 
 needs to be created for it.
 PORTALPAGE_ADMIN is the only PORTALPAGE_ type permission that exists if 
 PORTALPAGE_MAINT needs to be replaced.  However the menu to access the page 
 in the first place uses permission MYPORTALBASE_ADMIN for controlling the 
 display of the link.
 Whatever permission is chosen needs to be consistent with the menu link.



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


[jira] [Updated] (OFBIZ-6405) Grid widget requires cache clear before modifications are rendered

2015-06-14 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6405:

Attachment: OFBIZ-6405.patch

cache.properties for grid were missing

 Grid widget requires cache clear before modifications are rendered
 --

 Key: OFBIZ-6405
 URL: https://issues.apache.org/jira/browse/OFBIZ-6405
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6405.patch


 This issue was encountered when replacing form with grid for OFBIZ-6402 
 as suggested by Adrian.  I simply changed display/ to text/ but it 
 wouldn't render the change until the cache was cleared.  Grid widget changes 
 should be rendered without requiring cache clear as is the case for form 



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


[jira] [Created] (OFBIZ-6502) Add support for form/grid embedding within grids

2015-06-14 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6502:
---

 Summary: Add support for form/grid embedding within grids
 Key: OFBIZ-6502
 URL: https://issues.apache.org/jira/browse/OFBIZ-6502
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow


OFBIZ-6404 added the ability to embed menus upon which the resolution of this 
issue will be based.

Before this issue is started, OFBIZ-6404 patch needs to be modified so that the 
menus are not rendered in row forms which may get created for row editing 
purposes, so that menus, screens, forms, and grids can still work if they 
contain html forms of their own.




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


[jira] [Created] (OFBIZ-6501) Add support for screen embedding inside grids

2015-06-14 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6501:
---

 Summary: Add support for screen embedding inside grids
 Key: OFBIZ-6501
 URL: https://issues.apache.org/jira/browse/OFBIZ-6501
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow


OFBIZ-6404 added the ability to embed menus upon which the resolution of this 
issue will be based.  

Before this issue is started, OFBIZ-6404 patch needs to be modified so that the 
menus are not rendered in row forms which may get created for row editing 
purposes, so that menus, screens, forms, and grids can still work if they 
contain html forms of their own.



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


[jira] [Updated] (OFBIZ-6404) Allow form/grid widget hyperlinks to be grouped into a single column

2015-06-14 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6404:

Attachment: OFBIZ-6404_2.patch

This is a revised patch of the original so that the menu column rendering is 
handled the same as a display field instead of an edit one because otherwise 
menu items with link-type=hidden-form get wrapped in the edit form causing 
html forms within forms which is against the recommended standard.

Menu items of type hidden form were also modified so that the itemIndex is 
extracted from the context if it exists and appended to the end of the form id 
otherwise duplicate id names occur preventing the anchor link href javascript 
hidden form submission by id from succeeding.  Hopefully this doesn't break 
other functionality involving menus such as ModelTree.

 Allow form/grid widget hyperlinks to be grouped into a single column
 

 Key: OFBIZ-6404
 URL: https://issues.apache.org/jira/browse/OFBIZ-6404
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6404.patch, OFBIZ-6404_2.patch


 This issue was created from a Nicholas Malin's suggestion in OFBIZ-6402 to 
 support hyperlink rendering similar to the original FTL that was replaced by 
 the patch for that issue.



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


[jira] [Created] (OFBIZ-6500) PortalPageViewPermissionError missing UiLabelMap translation data

2015-06-13 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6500:
---

 Summary: PortalPageViewPermissionError missing UiLabelMap 
translation data
 Key: OFBIZ-6500
 URL: https://issues.apache.org/jira/browse/OFBIZ-6500
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/myportal
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Updated] (OFBIZ-6400) Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml

2015-06-13 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6400:

Description: 
The permission check at myportal/control/FindPortalPage always fails due to 
missing permission PORTALPAGE_MAINT that has no demo data.

If PORTALPAGE_MAINT should remain the permission to be checked then demo data 
needs to be created for it.

PORTALPAGE_ADMIN is the only PORTALPAGE_ type permission that exists if 
PORTALPAGE_MAINT needs to be replaced.  However the menu to access the page in 
the first place uses permission MYPORTALBASE_ADMIN for controlling the display 
of the link.

Whatever permission is chosen needs to be consistent with the menu link.

  was:Either PORTALPAGE_MAINT should be changed to PORTALPAGE_ADMIN, or the 
needs demo data created for _MAINT, or maybe it the permission check should 
match that of the menu link to that screen which checks for permission 
MYPORTALBASE_ADMIN at 
specialpurpose/myportal/widget/MyPortalMenus.xml#portalAdmin.  At the very 
least it seems that permission that controls the display of the menu link to 
that page and the permission that allows the screen to be rendered should match.

Summary: Fix permissions at 
specialpurpose/myportal/widget/PortalAdmScreens.xml  (was: PORTALPAGE_MAINT 
SecurityPermission missing OOTB for permission check at 
specialpurpose/myportal/widget/PortalAdmScreens.xml#FindPortalPage)

 Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml
 --

 Key: OFBIZ-6400
 URL: https://issues.apache.org/jira/browse/OFBIZ-6400
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/myportal
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor

 The permission check at myportal/control/FindPortalPage always fails due to 
 missing permission PORTALPAGE_MAINT that has no demo data.
 If PORTALPAGE_MAINT should remain the permission to be checked then demo data 
 needs to be created for it.
 PORTALPAGE_ADMIN is the only PORTALPAGE_ type permission that exists if 
 PORTALPAGE_MAINT needs to be replaced.  However the menu to access the page 
 in the first place uses permission MYPORTALBASE_ADMIN for controlling the 
 display of the link.
 Whatever permission is chosen needs to be consistent with the menu link.



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


[jira] [Commented] (OFBIZ-3575) Union view entity support

2015-06-11 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-3575:
-

Thanks for the review and fix Neeraj.

I realized that the current patch didn't support all scenarios for which the 
union entity may be used and that it needed more work but I haven't had time to 
work on it yet.  I will probably be working on this over the weekend and will 
try to get it committed so that it is available OOTB.

 Union view entity support
 -

 Key: OFBIZ-3575
 URL: https://issues.apache.org/jira/browse/OFBIZ-3575
 Project: OFBiz
  Issue Type: New Feature
  Components: framework
Affects Versions: Trunk
Reporter: Bob Morley
Assignee: Adam Heath
 Attachments: OFBIZ-3575.patch, OFBIZ-3575_UnionViewEntitySupport.patch


 As per conversion titled entity-engine union support 
 (http://n4.nabble.com/entity-engine-union-support-td1607240.html#a1607240); 
 here is the basic union support that we had added into our Ofbiz project.  I 
 have changed a little of the xml schema here ... the premise is that a 
 UnionViewEntity extends the standard ViewEntity and contains a list of 
 union members that it will union together.  There should only be changes to 
 the ModelReader to instantiate the new model object and then in SqlJdbcUtil 
 to handle generating the new sql for unions.  I have included a very small 
 unit test that executes a findList against a test union.
 Here is sample sql that was generated:
 SELECT uva.UNION_ID, uva.TESTING_NAME, uva.TESTING_SIZE, uva.TESTING_DATE 
 FROM  ( SELECT T1.TESTING_ID AS UNION_ID, T1.TESTING_NAME AS TESTING_NAME, 
 T1.TESTING_SIZE AS TESTING_SIZE, T1.TESTING_DATE AS TESTING_DATE FROM TESTING 
 T1 UNION SELECT T2.TESTING_TYPE_ID AS UNION_ID, T2.TESTING_NAME AS 
 TESTING_NAME, T2.TESTING_SIZE AS TESTING_SIZE, T2.TESTING_DATE AS 
 TESTING_DATE FROM TESTING T2 ) uva 



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


[jira] [Created] (OFBIZ-6493) extend-entity doesn't support foreign key creation with relation

2015-06-10 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6493:
---

 Summary: extend-entity doesn't support foreign key creation with 
relation
 Key: OFBIZ-6493
 URL: https://issues.apache.org/jira/browse/OFBIZ-6493
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk, Release Branch 13.07
Reporter: Christian Carlow
Priority: Minor


http://ofbiz.135035.n4.nabble.com/Can-t-get-a-Relation-to-Create-a-FK-Constraint-td4669874.html



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


[jira] [Updated] (OFBIZ-6493) extend-entity doesn't support foreign key creation with relation

2015-06-10 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6493:

Description: 
http://ofbiz.135035.n4.nabble.com/Can-t-get-a-Relation-to-Create-a-FK-Constraint-td4669874.html

This worked for neither trunk nor 13.07.

  
was:http://ofbiz.135035.n4.nabble.com/Can-t-get-a-Relation-to-Create-a-FK-Constraint-td4669874.html


 extend-entity doesn't support foreign key creation with relation
 

 Key: OFBIZ-6493
 URL: https://issues.apache.org/jira/browse/OFBIZ-6493
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Release Branch 13.07, Trunk
Reporter: Christian Carlow
Priority: Minor

 http://ofbiz.135035.n4.nabble.com/Can-t-get-a-Relation-to-Create-a-FK-Constraint-td4669874.html
 This worked for neither trunk nor 13.07.



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


[jira] [Commented] (OFBIZ-6403) Form widget hyperlink id not supported by MacroFormRenderer.java

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6403:
-

This is fairly trivial but my last fix was unnecessary because the problem for 
which it was to resolve was specific to my git repo.  But dropdown id is set 
using the field id-name attribute.  Does anyone think its worth patching this 
issue again to so that field id-name is used for hyperlink if it's id 
attribute isn't specified?  If so then I'll remove the unnecessary fix from the 
last patch along with the necessary changes, otherwise I'll leave for now.

 Form widget hyperlink id not supported by MacroFormRenderer.java
 --

 Key: OFBIZ-6403
 URL: https://issues.apache.org/jira/browse/OFBIZ-6403
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Nicolas Malin
 Fix For: Upcoming Branch

 Attachments: OFBIZ-6403.patch, OFBIZ-6403_fix.patch


 This problem was encountered when trying to patch OFBIZ-6402.



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


[jira] [Updated] (OFBIZ-6492) FTL errors at facility/control/authview/ViewContactMechs when TELECOM_NUMBER counryCode or contactNumber is blank

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6492:

Attachment: OFBIZ-6492.patch

 FTL errors at facility/control/authview/ViewContactMechs when TELECOM_NUMBER 
 counryCode or contactNumber is blank
 -

 Key: OFBIZ-6492
 URL: https://issues.apache.org/jira/browse/OFBIZ-6492
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6492.patch






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


[jira] [Updated] (OFBIZ-6492) FTL errors at facility/control/authview/ViewContactMechs when TELECOM_NUMBER countryCode or contactNumber is blank

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6492:

Summary: FTL errors at facility/control/authview/ViewContactMechs when 
TELECOM_NUMBER countryCode or contactNumber is blank  (was: FTL errors at 
facility/control/authview/ViewContactMechs when TELECOM_NUMBER counryCode or 
contactNumber is blank)

 FTL errors at facility/control/authview/ViewContactMechs when TELECOM_NUMBER 
 countryCode or contactNumber is blank
 --

 Key: OFBIZ-6492
 URL: https://issues.apache.org/jira/browse/OFBIZ-6492
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6492.patch






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


[jira] [Updated] (OFBIZ-6488) Replace facility/control/EditFacility with widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6488:

Attachment: (was: OFBIZ-6488.patch)

 Replace facility/control/EditFacility with widgets
 --

 Key: OFBIZ-6488
 URL: https://issues.apache.org/jira/browse/OFBIZ-6488
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor





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


[jira] [Updated] (OFBIZ-6488) Replace facility/control/EditFacility with widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6488:

Attachment: OFBIZ-6488.patch

 Replace facility/control/EditFacility with widgets
 --

 Key: OFBIZ-6488
 URL: https://issues.apache.org/jira/browse/OFBIZ-6488
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6488.patch






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


[jira] [Created] (OFBIZ-6490) drop-down list-options description and key-name should be set to default if unspecified same as display-entity

2015-06-09 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6490:
---

 Summary: drop-down list-options description and key-name 
should be set to default if unspecified same as display-entity
 Key: OFBIZ-6490
 URL: https://issues.apache.org/jira/browse/OFBIZ-6490
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Trivial






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


[jira] [Updated] (OFBIZ-6488) Replace facility/control/EditFacility with widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6488:

Attachment: OFBIZ-6488.patch

Thanks for the review Pierre.

The new patch updates facilityName and ownerPartyId with require-field=true 
and fills in the remaining missing titles.

 Replace facility/control/EditFacility with widgets
 --

 Key: OFBIZ-6488
 URL: https://issues.apache.org/jira/browse/OFBIZ-6488
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6488.patch






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


[jira] [Updated] (OFBIZ-6488) Replace facility/control/EditFacility with widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6488:

Attachment: (was: OFBIZ-6488.patch)

 Replace facility/control/EditFacility with widgets
 --

 Key: OFBIZ-6488
 URL: https://issues.apache.org/jira/browse/OFBIZ-6488
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor





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


[jira] [Updated] (OFBIZ-6490) drop-down list-options description and key-name should be set to default if unspecified same as display-entity

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6490:

Issue Type: Improvement  (was: Bug)

 drop-down list-options description and key-name should be set to default 
 if unspecified same as display-entity
 

 Key: OFBIZ-6490
 URL: https://issues.apache.org/jira/browse/OFBIZ-6490
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Trivial





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


[jira] [Updated] (OFBIZ-6474) Replace ordermgr/control/QuoteReport FTL with widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6474:

Issue Type: Task  (was: Improvement)

 Replace ordermgr/control/QuoteReport FTL with widgets
 -

 Key: OFBIZ-6474
 URL: https://issues.apache.org/jira/browse/OFBIZ-6474
 Project: OFBiz
  Issue Type: Task
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor





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


[jira] [Updated] (OFBIZ-6487) Replace order/webapp/ordermgr/quote/quoteReportContactMechs.fo.ftl with widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6487:

Issue Type: Sub-task  (was: Improvement)
Parent: OFBIZ-6474

 Replace order/webapp/ordermgr/quote/quoteReportContactMechs.fo.ftl with 
 widgets
 ---

 Key: OFBIZ-6487
 URL: https://issues.apache.org/jira/browse/OFBIZ-6487
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor





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


[jira] [Updated] (OFBIZ-6486) Replace order/webapp/ordermgr/quote/quoteReportHeaderInfo.fo.ftl with widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6486:

Issue Type: Sub-task  (was: Improvement)
Parent: OFBIZ-6474

 Replace order/webapp/ordermgr/quote/quoteReportHeaderInfo.fo.ftl with widgets
 -

 Key: OFBIZ-6486
 URL: https://issues.apache.org/jira/browse/OFBIZ-6486
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6486.patch






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


[jira] [Updated] (OFBIZ-6485) Replace FTL files in party/webapp/partymgr/party/contactmechtemplates with form widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6485:

Issue Type: Sub-task  (was: Improvement)
Parent: OFBIZ-6474

 Replace FTL files in party/webapp/partymgr/party/contactmechtemplates with 
 form widgets
 ---

 Key: OFBIZ-6485
 URL: https://issues.apache.org/jira/browse/OFBIZ-6485
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor





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


[jira] [Updated] (OFBIZ-6484) Replace order/webapp/ordermgr/order/companyHeader.fo.ftl with widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6484:

Issue Type: Sub-task  (was: Improvement)
Parent: OFBIZ-6474

 Replace order/webapp/ordermgr/order/companyHeader.fo.ftl with widgets
 -

 Key: OFBIZ-6484
 URL: https://issues.apache.org/jira/browse/OFBIZ-6484
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor





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


[jira] [Commented] (OFBIZ-6474) Replace ordermgr/control/QuoteReport FTL with widgets

2015-06-09 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6474:
-

Hey Jacques,

Widgets rendered as FOP definitely need a lot of work and do not offer the same 
flexibility as Freemaker as of right now which is partly why I created this 
issue.  I figured the best way to improve the FOP widget flexibility would be 
to try to replace some fo.ftl files with widgets but admittedly it is much more 
difficult that I thought.  Styling is the main issue encountered so far that 
prevents easy rendering as FOP.  If css styles could be synchronized with FOP 
then it seems many html forms could more easily be rendered as FOP, but again 
its not an easy task and quite time consuming. 

Lately I've been creating JIRAs for issues that typically may to be discussed 
on dev ML first because I've found it easier to describe the issue since JIRAs 
allow links to related issues and patches to be submitted to give a clearer 
picture.  It also allows work to be started which leads to encountering other 
issues that need to be fixed regardless if the one for which they were 
encountered is eventually deemed invalid.  For example, these OFBIZ-6479, 
OFBIZ-6481, OFBIZ-6483 were all encountered while trying to provide a patch for 
this issue.  Also, if a patch is provided for an issue that is deemed invalid, 
then later if a similar but valid issue is created then some of the code in the 
patch may be able to be reused.  I'm always willing to close my issues as 
Invalid when the community recommends and I'll try to discuss these issues on 
dev ML before creating JIRAs from now on.

I'll update the links as sub-tasks rather than is related to and try to pay 
closer attention to the link type from now on.
OFBIZ-6479, OFBIZ-6481, OFBIZ-6483

 Replace ordermgr/control/QuoteReport FTL with widgets
 -

 Key: OFBIZ-6474
 URL: https://issues.apache.org/jira/browse/OFBIZ-6474
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor





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


[jira] [Created] (OFBIZ-6487) Replace order/webapp/ordermgr/quote/quoteReportContactMechs.fo.ftl with widgets

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6487:
---

 Summary: Replace 
order/webapp/ordermgr/quote/quoteReportContactMechs.fo.ftl with widgets
 Key: OFBIZ-6487
 URL: https://issues.apache.org/jira/browse/OFBIZ-6487
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Closed] (OFBIZ-6482) Add support for foFormMacroLibrary.ftl renderFormatSingleWrapperOpen right aligning tables

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow closed OFBIZ-6482.
---
Resolution: Not A Problem

I'm closing this issue because I found another way to produce the right align.  
This issue was attempting to employ this FOP right align method:
https://xmlgraphics.apache.org/fop/fo.html#fo-right-align-table-horizon

 Add support for foFormMacroLibrary.ftl renderFormatSingleWrapperOpen right 
 aligning tables
 --

 Key: OFBIZ-6482
 URL: https://issues.apache.org/jira/browse/OFBIZ-6482
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor





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


[jira] [Closed] (OFBIZ-6483) foFormMacroLibrary.ftl renderFormatListWrapperOpen needs to support styles

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow closed OFBIZ-6483.
---
   Resolution: Implemented
Fix Version/s: Upcoming Branch

Fixed in:
trunk r1684232

 foFormMacroLibrary.ftl renderFormatListWrapperOpen needs to support styles
 --

 Key: OFBIZ-6483
 URL: https://issues.apache.org/jira/browse/OFBIZ-6483
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Fix For: Upcoming Branch

 Attachments: OFBIZ-6483.patch






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


[jira] [Created] (OFBIZ-6484) Replace order/webapp/ordermgr/order/companyHeader.fo.ftl with widgets

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6484:
---

 Summary: Replace order/webapp/ordermgr/order/companyHeader.fo.ftl 
with widgets
 Key: OFBIZ-6484
 URL: https://issues.apache.org/jira/browse/OFBIZ-6484
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Updated] (OFBIZ-6483) foFormMacroLibrary.ftl renderFormatListWrapperOpen needs to support styles

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6483:

Attachment: OFBIZ-6483.patch

 foFormMacroLibrary.ftl renderFormatListWrapperOpen needs to support styles
 --

 Key: OFBIZ-6483
 URL: https://issues.apache.org/jira/browse/OFBIZ-6483
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6483.patch






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


[jira] [Created] (OFBIZ-6483) foFormMacroLibrary.ftl renderFormatListWrapperOpen needs to support styles

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6483:
---

 Summary: foFormMacroLibrary.ftl renderFormatListWrapperOpen needs 
to support styles
 Key: OFBIZ-6483
 URL: https://issues.apache.org/jira/browse/OFBIZ-6483
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Created] (OFBIZ-6486) Replace order/webapp/ordermgr/quote/quoteReportHeaderInfo.fo.ftl with widgets

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6486:
---

 Summary: Replace 
order/webapp/ordermgr/quote/quoteReportHeaderInfo.fo.ftl with widgets
 Key: OFBIZ-6486
 URL: https://issues.apache.org/jira/browse/OFBIZ-6486
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Created] (OFBIZ-6485) Replace FTL files in party/webapp/partymgr/party/contactmechtemplates with form widgets

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6485:
---

 Summary: Replace FTL files in 
party/webapp/partymgr/party/contactmechtemplates with form widgets
 Key: OFBIZ-6485
 URL: https://issues.apache.org/jira/browse/OFBIZ-6485
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Commented] (OFBIZ-6427) Implement FindService record grouping/summarization functionality

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6427:
-

This patch probably needs to be updated so that the new sort/group parameters 
passed to macros at htmlFormMacroLibrary.ftl are set to default values as was 
done for hyperlink id field of OFBIZ-6403, otherwise FTL errors clutter pages.

 Implement FindService record grouping/summarization functionality
 -

 Key: OFBIZ-6427
 URL: https://issues.apache.org/jira/browse/OFBIZ-6427
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6427-testforms.txt, OFBIZ-6427.patch, 
 Screenshot1.png, Screenshot2.png, Screenshot3.png


 Just as sortSeq and sortDir will be added to find fields like ignoreCase is 
 available, groupBy check box would also enhance user query capabilities.  
 FindService would have to be extended to process the list and create 
 group/summary records.
 For example, if a grid/form lists customer orders and the user wants to 
 determine the total quantity and price of products ordered between a date 
 range, then check marking the groupBy for productId would insert a grouping 
 record before the details containing totals.
 This issue is primarily meant to handle reports for which pagination isn't 
 used because all records are displayed.  For these reports queries, group 
 totals can simply be calculated by looping each detail record.  But if 
 pagination is used, the method of calculating totals for grouping records 
 becomes more complicated because if detail records exist outside of the 
 current page but are part of a group being summarized then they will be 
 excluded from the group total unless implemented some other way.



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


[jira] [Updated] (OFBIZ-6488) Replace facility/control/EditFacility with widgets

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6488:

Attachment: OFBIZ-6488.patch

 Replace facility/control/EditFacility with widgets
 --

 Key: OFBIZ-6488
 URL: https://issues.apache.org/jira/browse/OFBIZ-6488
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6488.patch






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


[jira] [Updated] (OFBIZ-6486) Replace order/webapp/ordermgr/quote/quoteReportHeaderInfo.fo.ftl with widgets

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6486:

Attachment: OFBIZ-6486.patch

Thanks for the feedback Pierre,

This patch shows the WIP so far to give you an idea of how I'm implementing 
this very similar to how its done with FTL.  GetPostalAddressTemplate.groovy 
was modified to check that a PostalAddress.countryGeoId specific screen exists 
otherwise it defaults to the generic screen.

Screens were chosen over forms for displaying postal address because the title 
column of forms added extra padding that resembled the original less.  If forms 
can be styled properly, I would prefer to use them for displaying the postal 
address since its easier to interpret and consistent.  I'll spend more time 
trying to style forms to replace the current screen implementation before 
submitting the final patch.

 Replace order/webapp/ordermgr/quote/quoteReportHeaderInfo.fo.ftl with widgets
 -

 Key: OFBIZ-6486
 URL: https://issues.apache.org/jira/browse/OFBIZ-6486
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6486.patch






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


[jira] [Created] (OFBIZ-6488) Replace facility/control/EditFacility with widgets

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6488:
---

 Summary: Replace facility/control/EditFacility with widgets
 Key: OFBIZ-6488
 URL: https://issues.apache.org/jira/browse/OFBIZ-6488
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Created] (OFBIZ-6489) drop-down entity-options description attribute should default to ${description} if not specified as is done for display-entity

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6489:
---

 Summary: drop-down entity-options description attribute should 
default to ${description} if not specified as is done for display-entity
 Key: OFBIZ-6489
 URL: https://issues.apache.org/jira/browse/OFBIZ-6489
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Trivial






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


[jira] [Created] (OFBIZ-6479) foFormMacroLibrary.ftl renderFieldTitle needs to support styles

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6479:
---

 Summary: foFormMacroLibrary.ftl renderFieldTitle needs to support 
styles
 Key: OFBIZ-6479
 URL: https://issues.apache.org/jira/browse/OFBIZ-6479
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Closed] (OFBIZ-6479) foFormMacroLibrary.ftl renderFieldTitle needs to support styles

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow closed OFBIZ-6479.
---
   Resolution: Implemented
Fix Version/s: Upcoming Branch

Fixed in:
trunk r1684142

 foFormMacroLibrary.ftl renderFieldTitle needs to support styles
 ---

 Key: OFBIZ-6479
 URL: https://issues.apache.org/jira/browse/OFBIZ-6479
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Fix For: Upcoming Branch

 Attachments: OFBIZ-6479.patch






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


[jira] [Updated] (OFBIZ-6479) foFormMacroLibrary.ftl renderFieldTitle needs to support styles

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6479:

Attachment: OFBIZ-6479.patch

 foFormMacroLibrary.ftl renderFieldTitle needs to support styles
 ---

 Key: OFBIZ-6479
 URL: https://issues.apache.org/jira/browse/OFBIZ-6479
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6479.patch






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


[jira] [Created] (OFBIZ-6481) foFormMacroLibrary.ftl renderFormOpen needs to support styles

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6481:
---

 Summary: foFormMacroLibrary.ftl renderFormOpen needs to support 
styles
 Key: OFBIZ-6481
 URL: https://issues.apache.org/jira/browse/OFBIZ-6481
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Closed] (OFBIZ-6481) foFormMacroLibrary.ftl renderFormOpen needs to support styles

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow closed OFBIZ-6481.
---
   Resolution: Implemented
Fix Version/s: Upcoming Branch

Fixed in:
trunk r1684176

 foFormMacroLibrary.ftl renderFormOpen needs to support styles
 -

 Key: OFBIZ-6481
 URL: https://issues.apache.org/jira/browse/OFBIZ-6481
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Fix For: Upcoming Branch

 Attachments: OFBIZ-6481.patch






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


[jira] [Updated] (OFBIZ-6481) foFormMacroLibrary.ftl renderFormOpen needs to support styles

2015-06-08 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6481:

Attachment: OFBIZ-6481.patch

 foFormMacroLibrary.ftl renderFormOpen needs to support styles
 -

 Key: OFBIZ-6481
 URL: https://issues.apache.org/jira/browse/OFBIZ-6481
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor
 Attachments: OFBIZ-6481.patch






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


[jira] [Created] (OFBIZ-6482) Add support for foFormMacroLibrary.ftl renderFormatSingleWrapperOpen right aligning tables

2015-06-08 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6482:
---

 Summary: Add support for foFormMacroLibrary.ftl 
renderFormatSingleWrapperOpen right aligning tables
 Key: OFBIZ-6482
 URL: https://issues.apache.org/jira/browse/OFBIZ-6482
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Commented] (OFBIZ-6404) Allow form/grid widget hyperlinks to be grouped into a single column

2015-06-07 Thread Christian Carlow (JIRA)

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

Christian Carlow commented on OFBIZ-6404:
-

Hey Nicolas,

Menu items with link-type=hidden-form are not handled by this patch.  For 
some reason the hidden form doesn't even get rendered so the anchor href 
javascript:document.form.submit() does nothing.  If his is committed as is then 
devs will have to make sure the links aren't of type hidden-form for the links 
to work.  This is fairly minor for menus but I was going to build off your 
patch and support forms to be embedded within forms but the same problem exists.

Discussions about a higher level widget like grid or column between screen and 
forms seem likely to handle the form within form functionality.  Those 
enhancements seem to get closer to being able to replace more complex FTL 
orderitems.ftl with widgets.
https://issues.apache.org/jira/browse/OFBIZ-6314
http://ofbiz.135035.n4.nabble.com/Widget-Overhaul-td4661774.html

 Allow form/grid widget hyperlinks to be grouped into a single column
 

 Key: OFBIZ-6404
 URL: https://issues.apache.org/jira/browse/OFBIZ-6404
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6404.patch


 This issue was created from a Nicholas Malin's suggestion in OFBIZ-6402 to 
 support hyperlink rendering similar to the original FTL that was replaced by 
 the patch for that issue.



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


[jira] [Created] (OFBIZ-6474) Replace ordermgr/control/QuoteReport FTL with widgets

2015-06-07 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-6474:
---

 Summary: Replace ordermgr/control/QuoteReport FTL with widgets
 Key: OFBIZ-6474
 URL: https://issues.apache.org/jira/browse/OFBIZ-6474
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
Priority: Minor






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


[jira] [Updated] (OFBIZ-6475) framework/widget/templates/foScreenMacroLibrary.ftl doesn't support renderImage

2015-06-07 Thread Christian Carlow (JIRA)

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

Christian Carlow updated OFBIZ-6475:

Attachment: OFBIZ-6475_2.patch

This patch implements fo:external-graphic for renderImage of 
/framework/widget/templates/foScreenMacroLibrary.ftl

 framework/widget/templates/foScreenMacroLibrary.ftl doesn't support 
 renderImage
 ---

 Key: OFBIZ-6475
 URL: https://issues.apache.org/jira/browse/OFBIZ-6475
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Christian Carlow
 Attachments: OFBIZ-6475_2.patch






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


  1   2   3   4   5   6   7   8   9   10   >