[jira] [Commented] (OFBIZ-10620) Invoice date is not displayed on findInvoice screen

2019-01-11 Thread Suraj Khurana (JIRA)


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

Suraj Khurana commented on OFBIZ-10620:
---

Thanks Arpit Mor for reporting and Deepak Nigam for providing the patch.

I have fixed it with pattern #2 as it was there on previous stable release 
16.11.

> Invoice date is not displayed on findInvoice screen
> ---
>
> Key: OFBIZ-10620
> URL: https://issues.apache.org/jira/browse/OFBIZ-10620
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
> Environment: https://demo-trunk.ofbiz.apache.org
>Reporter: Arpit Mor
>Assignee: Suraj Khurana
>Priority: Minor
> Fix For: 17.12.01, Upcoming Branch, 18.12.01
>
> Attachments: InvoiceDateFormat1.png, InvoiceDateFormat2.png, 
> InvoiceDateFormat3.png, OFBiz-10620-Format1.patch, OFBiz-10620-Format2.patch, 
> OFBiz-10620-Format3.patch, findInvoices.png, invoiceOverview.png
>
>
> Steps to regenerate:
>  # Open URL: 
> [https://demo-trunk.ofbiz.apache.org/accounting/control/findInvoices]
>  # Click on find button
> Actual: Invoice date is not displayed on findInvoices screen. Please refer 
> attachment: findInvoices
> But when an invoice is created then current date is set as invoice date which 
> can be viewed on invoiceOverview screen. Please refer attachment: 
> invoiceOverview
> Expected: Invoice date should be displayed on findInvoices screen



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


[jira] [Commented] (OFBIZ-10620) Invoice date is not displayed on findInvoice screen

2019-01-11 Thread Deepak Nigam (JIRA)


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

Deepak Nigam commented on OFBIZ-10620:
--

However, on previous stable release 16.11, this was working fine and the 
pattern was #2.  

> Invoice date is not displayed on findInvoice screen
> ---
>
> Key: OFBIZ-10620
> URL: https://issues.apache.org/jira/browse/OFBIZ-10620
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk
> Environment: https://demo-trunk.ofbiz.apache.org
>Reporter: Arpit Mor
>Assignee: Suraj Khurana
>Priority: Minor
> Attachments: InvoiceDateFormat1.png, InvoiceDateFormat2.png, 
> InvoiceDateFormat3.png, OFBiz-10620-Format1.patch, OFBiz-10620-Format2.patch, 
> OFBiz-10620-Format3.patch, findInvoices.png, invoiceOverview.png
>
>
> Steps to regenerate:
>  # Open URL: 
> [https://demo-trunk.ofbiz.apache.org/accounting/control/findInvoices]
>  # Click on find button
> Actual: Invoice date is not displayed on findInvoices screen. Please refer 
> attachment: findInvoices
> But when an invoice is created then current date is set as invoice date which 
> can be viewed on invoiceOverview screen. Please refer attachment: 
> invoiceOverview
> Expected: Invoice date should be displayed on findInvoices screen



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


[jira] [Commented] (OFBIZ-10620) Invoice date is not displayed on findInvoice screen

2019-01-11 Thread Deepak Nigam (JIRA)


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

Deepak Nigam commented on OFBIZ-10620:
--

Hello [~suraj.khurana],

Yes, the code suggested by you will also work fine. However, I took reference 
from some other forms inside InvoiceForms.xml like InvoiceHeader, 
ListInvoiceStatus. 

Apart from this, there will be a difference in the date pattern:

By using  the date pattern will be 
-MM-DD. Please find the attached screenshot 'InvoiceDateFormat1.png'.

By using  the date pattern will be MM/DD/YY. Please find 
the attached screenshot 'InvoiceDateFormat2.png'.

When I checked the list order and other list screens of invoices, I found 
another pattern for showing the, something like . By this code, the date pattern will be 
-MM-dd HH:mm:ss.SSS. Please find the attached screenshot 
'InvoiceDateFormat2.png' for the same. 

Out of the above 3, the last pattern is making sense to me. Please share your 
thoughts on the same and commit the respective patch.






> Invoice date is not displayed on findInvoice screen
> ---
>
> Key: OFBIZ-10620
> URL: https://issues.apache.org/jira/browse/OFBIZ-10620
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk
> Environment: https://demo-trunk.ofbiz.apache.org
>Reporter: Arpit Mor
>Assignee: Deepak Nigam
>Priority: Minor
> Attachments: OFBiz-10620.patch, findInvoices.png, invoiceOverview.png
>
>
> Steps to regenerate:
>  # Open URL: 
> [https://demo-trunk.ofbiz.apache.org/accounting/control/findInvoices]
>  # Click on find button
> Actual: Invoice date is not displayed on findInvoices screen. Please refer 
> attachment: findInvoices
> But when an invoice is created then current date is set as invoice date which 
> can be viewed on invoiceOverview screen. Please refer attachment: 
> invoiceOverview
> Expected: Invoice date should be displayed on findInvoices screen



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


[jira] [Commented] (OFBIZ-10620) Invoice date is not displayed on findInvoice screen

2018-12-22 Thread Suraj Khurana (JIRA)


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

Suraj Khurana commented on OFBIZ-10620:
---

Hello [~deepak.nigam],

Thanks for your patch.
I think changing the code to following will also work.
Please share your thoughts on the same.
{code:java}

{code}

> Invoice date is not displayed on findInvoice screen
> ---
>
> Key: OFBIZ-10620
> URL: https://issues.apache.org/jira/browse/OFBIZ-10620
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk
> Environment: https://demo-trunk.ofbiz.apache.org
>Reporter: Arpit Mor
>Assignee: Deepak Nigam
>Priority: Minor
> Attachments: OFBiz-10620.patch, findInvoices.png, invoiceOverview.png
>
>
> Steps to regenerate:
>  # Open URL: 
> [https://demo-trunk.ofbiz.apache.org/accounting/control/findInvoices]
>  # Click on find button
> Actual: Invoice date is not displayed on findInvoices screen. Please refer 
> attachment: findInvoices
> But when an invoice is created then current date is set as invoice date which 
> can be viewed on invoiceOverview screen. Please refer attachment: 
> invoiceOverview
> Expected: Invoice date should be displayed on findInvoices screen



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