[jira] [Assigned] (OFBIZ-10536) Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box appears with no reason.

2019-03-11 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux reassigned OFBIZ-10536:
---

Assignee: Jacques Le Roux  (was: Priya Sharma)

> Giant Widget with variant explosion: a "Select Unit of Measure" dropdown box 
> appears with no reason.
> 
>
> Key: OFBIZ-10536
> URL: https://issues.apache.org/jira/browse/OFBIZ-10536
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Attachments: Image 002.png, OFBIZ-10536.patch, 
> OFBIZ-10536_16-11.patch, Screenshot from 2018-12-24 17-37-07.png
>
>
> Try at 
> https://demo-trunk.ofbiz.apache.org/ecommerce/giant-widget-with-variant-explosion-WG-9943-p,
>  same locally of course
> R16 is also concerned (hence R17 I surmise)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OFBIZ-10520) Ecommerce main page shows a script

2019-03-11 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux closed OFBIZ-10520.
---

Thanks Aman,

Agreed, I can't reproduce either, it must have been a temporary glitch

> Ecommerce main page shows a script
> --
>
> Key: OFBIZ-10520
> URL: https://issues.apache.org/jira/browse/OFBIZ-10520
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Release Branch 16.11
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Minor
> Attachments: Image 001.png, OFBIZ-10520-Working-Widget.png
>
>
> An image is worth thousands speeches:
> !Image 001.png!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-10716) Browser Unresponsive when Loading Entity with Large Results

2019-03-11 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux reassigned OFBIZ-10716:
---

Assignee: Jacques Le Roux  (was: Devanshu Vyas)

> Browser Unresponsive when Loading Entity with Large Results
> ---
>
> Key: OFBIZ-10716
> URL: https://issues.apache.org/jira/browse/OFBIZ-10716
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework/webtools
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Jacques Le Roux
>Priority: Major
> Attachments: OFBIZ-10716.patch, OFBIZ-10716.patch, Screenshot from 
> 2018-12-22 11-03-16.png
>
>
> Recently, I came across a situation where an entity was taking too much of a 
> time(browser asked me to either wait or kill) while loading/searching results 
> in the Webtools application. The entity had close to 5M records, and I 
> checked the server responded timely but the rendering of the screen was 
> taking time.
> When I explored the issue I came across a macro which renders the pagination 
> on the screen, and it had a code block which was causing the screen rendering 
> delay.
> {code}
> <#assign x=(listSize/viewSize)?ceiling>
>   <#list 1..x as i>
> <#if i == (viewIndex+1)>${i-1}">${i}
>   
> {code}
> This code seems logical enough to me, and what I gather from this is that the 
> list will render a select box with 250,000 options. 
> I would like to propose a change in this UI/UX from select box to an input 
> text box so a user can navigate to any page, similar to a navigation input 
> box in a PDF document reader application.
> Please let me know your thoughts on this and share some more ideas to how we 
> can improve/resolve this issue. Looking forward to your replies!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-10663) Amount field is editable at Product Detail Page

2019-03-11 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux reassigned OFBIZ-10663:
---

Assignee: Jacques Le Roux  (was: Sasikant Biswal)

> Amount field is editable at Product Detail Page
> ---
>
> Key: OFBIZ-10663
> URL: https://issues.apache.org/jira/browse/OFBIZ-10663
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Dikpal Kanungo
>Assignee: Jacques Le Roux
>Priority: Major
> Attachments: Editable amount.png, Missing Heading.png, 
> OFBIZ-10663.patch
>
>
> The customer is able to enter the price of a product from the product detail 
> page which should not happen.
> Steps to regenerate-
> Open - ofbiz demo trunk for ecomm.
> Click on the product - Tiny Gizmo  
> Try editing the Amount field.
> --
> Click on product - .NIT Gizmo
> Quantity text is missing and No value is coming in reference to Amount 
> heading.
> Please have a look at the attached screenshots.
> Cheers,
> Dikpal !Missing Heading.png!
>  
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OFBIZ-10795) Product dropdown should be replaced with product lookup on Edit Price Rule screen

2019-03-11 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux closed OFBIZ-10795.
---
Resolution: Won't Do

Thanks Pradeep,

I agree, for custom use what Ratnesh proposed can be used when necessary. I 
close as wont'do

> Product dropdown should be replaced with product lookup on Edit Price Rule 
> screen
> -
>
> Key: OFBIZ-10795
> URL: https://issues.apache.org/jira/browse/OFBIZ-10795
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
>Reporter: Mohammad Kathawala
>Priority: Minor
> Fix For: Release Branch 17.12, Release Branch 16.11, Trunk
>
>
> On Edit Price Rule screen, all the products of the system are fetched in a 
> single dropdown.
> If a system has thousands or more products, then it will take too much time 
> to load those products in the dropdown and screen loading time will increase 
> or even it can make the system down.
>  
> We should have a product lookup here.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10457) Short Messaging Service(SMS) Gateway Integration

2019-03-11 Thread Pritam Kute (JIRA)


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

Pritam Kute commented on OFBIZ-10457:
-

Updated the patch with following improvements:
1) Added optional "configId" as an input parameter to 
"sendTelecomMessageInterface".
2) Added optional "telecomGatewayConfigId" as an input parameter to 
"sendTelecomMessage" service.
3) Added "defaultFromTelecomAddress" property to general.properties to feed it 
to the CommunicationEvent. This will help in identifying the CommunicationEvent 
for Telecom transactions.
4) Instead of "fromString", "telecomMsgTypeEnumId" is now pushed to "subject" 
field in CommunicationEvent to make it more readable.
5) Added "default-value" to the "telecomMethodTypeId" attribute as "SMS".
6) Handled the case if ProductStoreTelecomSetting is not found for the given 
inputs.

> Short Messaging Service(SMS) Gateway Integration
> 
>
> Key: OFBIZ-10457
> URL: https://issues.apache.org/jira/browse/OFBIZ-10457
> Project: OFBiz
>  Issue Type: New Feature
>Reporter: Pritam Kute
>Assignee: Rishi Solanki
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10457.patch, OFBIZ-10457.patch, 
> mobile-screenshot.jpeg, msg91.zip
>
>
> In reference to the [proposal|https://markmail.org/message/pna6ce3mkssbhg36] 
> sent on the developer list, this ticket will be used for tracking the work 
> progress of the SMS gateway integration.
> I have added design proposal for the SMS gateway integration to the wiki and 
> can be accessed from here.
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=87296614



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10457) Short Messaging Service(SMS) Gateway Integration

2019-03-11 Thread Pritam Kute (JIRA)


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

Pritam Kute updated OFBIZ-10457:

Attachment: OFBIZ-10457.patch

> Short Messaging Service(SMS) Gateway Integration
> 
>
> Key: OFBIZ-10457
> URL: https://issues.apache.org/jira/browse/OFBIZ-10457
> Project: OFBiz
>  Issue Type: New Feature
>Reporter: Pritam Kute
>Assignee: Rishi Solanki
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10457.patch, OFBIZ-10457.patch, 
> mobile-screenshot.jpeg, msg91.zip
>
>
> In reference to the [proposal|https://markmail.org/message/pna6ce3mkssbhg36] 
> sent on the developer list, this ticket will be used for tracking the work 
> progress of the SMS gateway integration.
> I have added design proposal for the SMS gateway integration to the wiki and 
> can be accessed from here.
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=87296614



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-9908) Quick Add button for shopping list on Orderentry screen is not working

2019-03-11 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux commented on OFBIZ-9908:


Thanks Ankush,

I'll have a look ASAP, which should not be "very soon" though, I'll appreciate 
all other reviews and comment...

> Quick Add button for shopping list on Orderentry screen is not working
> --
>
> Key: OFBIZ-9908
> URL: https://issues.apache.org/jira/browse/OFBIZ-9908
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Garima jain
>Assignee: Rohit Hukkeri
>Priority: Major
>  Time Spent: 72h
>  Remaining Estimate: 0h
>
> steps to generate 
> 1. Navigate to https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry
> 2. Press continue on sales order screen.
> 3. Add any finished good  product to the sales order
> 4. In 'Add Order Items to Shopping List' section, select 'new shopping list' 
> from the drop down and click on 'Add to shopping list' button
> 5. you navigate to 'addBulkToShoppingList' screen, click on 'Quick Add' 
> button.
> Issue: The quick add button is not working.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10861) Correct typo in 'GiftCertificate' UiLabels

2019-03-11 Thread Suraj Khurana (JIRA)


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

Suraj Khurana commented on OFBIZ-10861:
---

Attached patch for review.

> Correct typo in 'GiftCertificate' UiLabels
> --
>
> Key: OFBIZ-10861
> URL: https://issues.apache.org/jira/browse/OFBIZ-10861
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Minor
> Attachments: OFBIZ-10861.patch
>
>
> There are some typos in UiLabels in code for GiftCertificates, need to fix 
> all those occurrences.
> 'GiftCerticate' is used in code instead of 'GiftCertificate'



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10861) Correct typo in 'GiftCertificate' UiLabels

2019-03-11 Thread Suraj Khurana (JIRA)


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

Suraj Khurana updated OFBIZ-10861:
--
Attachment: OFBIZ-10861.patch

> Correct typo in 'GiftCertificate' UiLabels
> --
>
> Key: OFBIZ-10861
> URL: https://issues.apache.org/jira/browse/OFBIZ-10861
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Minor
> Attachments: OFBIZ-10861.patch
>
>
> There are some typos in UiLabels in code for GiftCertificates, need to fix 
> all those occurrences.
> 'GiftCerticate' is used in code instead of 'GiftCertificate'



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-10861) Correct typo in 'GiftCertificate' UiLabels

2019-03-11 Thread Suraj Khurana (JIRA)
Suraj Khurana created OFBIZ-10861:
-

 Summary: Correct typo in 'GiftCertificate' UiLabels
 Key: OFBIZ-10861
 URL: https://issues.apache.org/jira/browse/OFBIZ-10861
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: Trunk
Reporter: Suraj Khurana
Assignee: Suraj Khurana


There are some typos in UiLabels in code for GiftCertificates, need to fix all 
those occurrences.

'GiftCerticate' is used in code instead of 'GiftCertificate'



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10860) Send Email services should be called asynchronously

2019-03-11 Thread Suraj Khurana (JIRA)


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

Suraj Khurana commented on OFBIZ-10860:
---

Attached patch with GiftCertificate services.
I will check for more occurrences, and proceed accordingly.

> Send Email services should be called asynchronously 
> 
>
> Key: OFBIZ-10860
> URL: https://issues.apache.org/jira/browse/OFBIZ-10860
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Upcoming Branch
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Major
> Attachments: OFBIZ-10860.patch
>
>
> Currently there are some code references in which with the business logic, 
> email services are triggered synchronously, so in any case if email service 
> fails, whole transaction is rolled back.
> All these occurrences should be replaced with asynchronous calling.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10860) Send Email services should be called asynchronously

2019-03-11 Thread Suraj Khurana (JIRA)


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

Suraj Khurana updated OFBIZ-10860:
--
Attachment: OFBIZ-10860.patch

> Send Email services should be called asynchronously 
> 
>
> Key: OFBIZ-10860
> URL: https://issues.apache.org/jira/browse/OFBIZ-10860
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Upcoming Branch
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Major
> Attachments: OFBIZ-10860.patch
>
>
> Currently there are some code references in which with the business logic, 
> email services are triggered synchronously, so in any case if email service 
> fails, whole transaction is rolled back.
> All these occurrences should be replaced with asynchronous calling.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId

2019-03-11 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux commented on OFBIZ-10846:
-

Pierre,

bq. Every bug fix is an improvement.
This is confusing as hell, bug fix need backporting, improvemens need not!

> In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
> -
>
> Key: OFBIZ-10846
> URL: https://issues.apache.org/jira/browse/OFBIZ-10846
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, 17.12.01, Release Branch 16.11, 16.11.04, 16.11.05, 
> 16.11.06, Release Branch 17.12, Release Branch 18.12, 18.12.01
>Reporter: Pierre Smits
>Assignee: Suraj Khurana
>Priority: Major
> Attachments: OFBIZ-10846.patch
>
>
> In the AddFinAccountTrans form in FinAccountForms.xml the values in the field 
> glAccountId are sorted on the primary key, per
> {code:java}
>         
>             
>                  key-field-name="glAccountId" description="${accountCode} - ${accountName} 
> [${glAccountId}]">
>                      operator="equals" env-name="defaultOrganizationPartyId"/>
>                     
>                 
>             
>         
> {code}
> The sort order should however be on the accountCode field of the entity



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10639) Cookie Consent In E-Commerce

2019-03-11 Thread Michael Brohl (JIRA)


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

Michael Brohl commented on OFBIZ-10639:
---

Hi [~deepak.nigam],

the proposal looks good to me. The next step would be to provide a patch for 
review, if possible.

Thank you!

> Cookie Consent In E-Commerce
> 
>
> Key: OFBIZ-10639
> URL: https://issues.apache.org/jira/browse/OFBIZ-10639
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Deepak Nigam
>Assignee: Deepak Nigam
>Priority: Minor
>
> As per discussion on Dev ML [https://markmail.org/message/rcatehtckz6vlvuv] 
> The Cookie Law is a piece of privacy legislation that requires websites to 
> get consent from visitors to store or retrieve any information on their 
> computer, smartphone or tablet. It was designed to protect online privacy, by 
> making consumers aware of how information about them is collected and used 
> online, and give them a choice to allow it or not. 
>   
>  The EU Cookie Legislation began as a directive from the European Union. Some 
> variation on the policy has since been adopted by all countries within the EU.
>   
>  The EU Cookie Legislation requires 4 actions from website owners who use 
> cookies:
>  1. When someone visits your website, you need to let them know that your 
> site uses cookies. 
>  2. You need to provide detailed information regarding how that cookie data 
> will be utilized. 
>  3. You need to provide visitors with some means of accepting or refusing the 
> use of cookies in your site. 
>  4. If they refuse, you need to ensure that cookies will not be placed on 
> their machine.
>  
>  For more information about EU cookie policy, please visit 
> [here|http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm].
>   
>  As this crucial feature is missing in OFBiz E-Commerce application, we 
> should work towards its implementation. There are numerous open-source jQuery 
> plugins available which we can use.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-10860) Send Email services should be called asynchronously

2019-03-11 Thread Suraj Khurana (JIRA)
Suraj Khurana created OFBIZ-10860:
-

 Summary: Send Email services should be called asynchronously 
 Key: OFBIZ-10860
 URL: https://issues.apache.org/jira/browse/OFBIZ-10860
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL APPLICATIONS
Affects Versions: Upcoming Branch
Reporter: Suraj Khurana
Assignee: Suraj Khurana


Currently there are some code references in which with the business logic, 
email services are triggered synchronously, so in any case if email service 
fails, whole transaction is rolled back.

All these occurrences should be replaced with asynchronous calling.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10639) Cookie Consent In E-Commerce

2019-03-11 Thread Pierre Smits (JIRA)


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

Pierre Smits commented on OFBIZ-10639:
--

This should be set to a higher priority than 'minor'. Whitout a speedy and 
proper addressing the favourability of OFBiz for potential adopters diminishes!

> Cookie Consent In E-Commerce
> 
>
> Key: OFBIZ-10639
> URL: https://issues.apache.org/jira/browse/OFBIZ-10639
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Deepak Nigam
>Assignee: Deepak Nigam
>Priority: Minor
>
> As per discussion on Dev ML [https://markmail.org/message/rcatehtckz6vlvuv] 
> The Cookie Law is a piece of privacy legislation that requires websites to 
> get consent from visitors to store or retrieve any information on their 
> computer, smartphone or tablet. It was designed to protect online privacy, by 
> making consumers aware of how information about them is collected and used 
> online, and give them a choice to allow it or not. 
>   
>  The EU Cookie Legislation began as a directive from the European Union. Some 
> variation on the policy has since been adopted by all countries within the EU.
>   
>  The EU Cookie Legislation requires 4 actions from website owners who use 
> cookies:
>  1. When someone visits your website, you need to let them know that your 
> site uses cookies. 
>  2. You need to provide detailed information regarding how that cookie data 
> will be utilized. 
>  3. You need to provide visitors with some means of accepting or refusing the 
> use of cookies in your site. 
>  4. If they refuse, you need to ensure that cookies will not be placed on 
> their machine.
>  
>  For more information about EU cookie policy, please visit 
> [here|http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm].
>   
>  As this crucial feature is missing in OFBiz E-Commerce application, we 
> should work towards its implementation. There are numerous open-source jQuery 
> plugins available which we can use.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10846) In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId

2019-03-11 Thread Suraj Khurana (JIRA)


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

Suraj Khurana commented on OFBIZ-10846:
---

Hello,

>>Every bug fix is an improvement.

Could you please explain this, with reason how a simple sorting thing can be a 
bug rather than improvement?
It will help others to put their thoughts on this.

Thanks for reporting the bug (improvement) ;) 

> In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId
> -
>
> Key: OFBIZ-10846
> URL: https://issues.apache.org/jira/browse/OFBIZ-10846
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, 
> Release Branch 15.12, 17.12.01, Release Branch 16.11, 16.11.04, 16.11.05, 
> 16.11.06, Release Branch 17.12, Release Branch 18.12, 18.12.01
>Reporter: Pierre Smits
>Assignee: Suraj Khurana
>Priority: Major
> Attachments: OFBIZ-10846.patch
>
>
> In the AddFinAccountTrans form in FinAccountForms.xml the values in the field 
> glAccountId are sorted on the primary key, per
> {code:java}
>         
>             
>                  key-field-name="glAccountId" description="${accountCode} - ${accountName} 
> [${glAccountId}]">
>                      operator="equals" env-name="defaultOrganizationPartyId"/>
>                     
>                 
>             
>         
> {code}
> The sort order should however be on the accountCode field of the entity



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)