You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Gil Portenseigne (JIRA)" <ji...@apache.org> on 2014/12/03 08:40:12 UTC

[jira] [Closed] (OFBIZ-5895) Add a partyHelper method to get partyName history, giving a reference date.

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

Gil Portenseigne closed OFBIZ-5895.
-----------------------------------
    Resolution: Invalid

Functionnality already available within the service getPartyNameForDate

Thanks Scott for pointing it.

> Add a partyHelper method to get partyName history, giving a reference date.
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-5895
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5895
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: Trunk
>            Reporter: Gil Portenseigne
>            Priority: Minor
>         Attachments: JIRA-5895.patch
>
>
> Keeping the track of name change is good, but i haven't found a way to easily show the name of a party in the past.
> This new method might be used to display a party name, which has change in time, giving a date of reference, for instance :
>         <field name="partyName"><display description=" ${groovy: return org.ofbiz.party.party.PartyHelper.getPartyNameHistory(delegator, partyId, false, actualStartDate);}"/></field>
> Will display the name of partyId in actualStartDate time



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