[jira] [Commented] (OFBIZ-6495) The filter-by-date="true" of <entity-condition/> in view entity PartyExport does not work

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-6495) The filter-by-date="true" of <entity-condition/> in view entity PartyExport does not work

Nicolas Malin (Jira)

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

Wei Zhang commented on OFBIZ-6495:
----------------------------------

Hi Jacques,

Sorry for the late response. I thought you have figured it out. I just changed the Summary so that it make things clear.

In addition,  The main changes in the SQL generated by my patch is below.
{code}
AND (((PCM.THRU_DATE IS NULL
                OR PCM.THRU_DATE > '2015-09-23 14:27:04.919')
               AND (PCM.FROM_DATE IS NULL
                    OR PC M.FROM_DATE <= '2015-09-23 14:27:04.919')))
{code}
Hope that make sense and please feel free to contact me if there is any other problems.

Thanks,

Wei

> The filter-by-date="true" of <entity-condition/> in view entity PartyExport does not work
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-6495
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6495
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Trunk
>            Reporter: Wei Zhang
>            Assignee: Jacques Le Roux
>         Attachments: patches-6495.zip
>
>
> The tag <entity-condition/> in view entity PartyExport in applications\party\entitydef\entitymodel.xml does not work.



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