Re: svn commit: r696941 - in /ofbiz/trunk/applications/party: config/ webapp/partymgr/WEB-INF/ webapp/partymgr/WEB-INF/actions/party/ webapp/partymgr/party/ widget/partymgr/

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

Re: svn commit: r696941 - in /ofbiz/trunk/applications/party: config/ webapp/partymgr/WEB-INF/ webapp/partymgr/WEB-INF/actions/party/ webapp/partymgr/party/ widget/partymgr/

Christian Geisert
Hans,

looks like an old header slipped in...

Christian

[hidden email] schrieb:

> Author: hansbak
> Date: Thu Sep 18 23:43:34 2008
> New Revision: 696941
>
> URL: http://svn.apache.org/viewvc?rev=696941&view=rev
> Log:
> first version of a function copied from sharedofbiz: financial history of a party, groovy file to be enhanced later
>
> Added:
>     ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyFinancailHistory.groovy   (with props)

[..]

> --- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyFinancailHistory.groovy (added)
> +++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyFinancailHistory.groovy Thu Sep 18 23:43:34 2008
> @@ -0,0 +1,312 @@
> +/*
> + *  Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
> + *
> + *  Permission is hereby granted, free of charge, to any person obtaining a
> + *  copy of this software and associated documentation files (the "Software"),
> + *  to deal in the Software without restriction, including without limitation
> + *  the rights to use, copy, modify, merge, publish, distribute, sublicense,
> + *  and/or sell copies of the Software, and to permit persons to whom the
> + *  Software is furnished to do so, subject to the following conditions:
> + *
> + *  The above copyright notice and this permission notice shall be included
> + *  in all copies or substantial portions of the Software.
> + *
> + *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
> + *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
> + *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
> + *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
> + *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
> + *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
> + *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
> + *
> + *@author     Hans Bakker ([hidden email])
> + *@version    $Rev$
> + *@since      3.0
> + */
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r696941 - in /ofbiz/trunk/applications/party: config/ webapp/partymgr/WEB-INF/ webapp/partymgr/WEB-INF/actions/party/ webapp/partymgr/party/ widget/partymgr/

Scott Gray
Oh and Financail is spelt wrong too...

Regards
Scott

2008/9/19 Christian Geisert <[hidden email]>:

> Hans,
>
> looks like an old header slipped in...
>
> Christian
>
> [hidden email] schrieb:
>>
>> Author: hansbak
>> Date: Thu Sep 18 23:43:34 2008
>> New Revision: 696941
>>
>> URL: http://svn.apache.org/viewvc?rev=696941&view=rev
>> Log:
>> first version of a function copied from sharedofbiz: financial history of
>> a party, groovy file to be enhanced later
>>
>> Added:
>>
>>  ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyFinancailHistory.groovy
>>   (with props)
>
> [..]
>
>> ---
>> ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyFinancailHistory.groovy
>> (added)
>> +++
>> ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyFinancailHistory.groovy
>> Thu Sep 18 23:43:34 2008
>> @@ -0,0 +1,312 @@
>> +/*
>> + *  Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
>> + *
>> + *  Permission is hereby granted, free of charge, to any person obtaining
>> a
>> + *  copy of this software and associated documentation files (the
>> "Software"),
>> + *  to deal in the Software without restriction, including without
>> limitation
>> + *  the rights to use, copy, modify, merge, publish, distribute,
>> sublicense,
>> + *  and/or sell copies of the Software, and to permit persons to whom the
>> + *  Software is furnished to do so, subject to the following conditions:
>> + *
>> + *  The above copyright notice and this permission notice shall be
>> included
>> + *  in all copies or substantial portions of the Software.
>> + *
>> + *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
>> EXPRESS
>> + *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
>> + *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
>> NONINFRINGEMENT.
>> + *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
>> + *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
>> TORT
>> + *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
>> OR
>> + *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>> + *
>> + *@author     Hans Bakker ([hidden email])
>> + *@version    $Rev$
>> + *@since      3.0
>> + */
>
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r696941 - in /ofbiz/trunk/applications/party: config/ webapp/partymgr/WEB-INF/ webapp/partymgr/WEB-INF/actions/party/ webapp/partymgr/party/ widget/partymgr/

hans_bakker
There are more thing wrong with this....we will correct it as soon as we
can....

Regards,
Hans

On Fri, 2008-09-19 at 20:22 +1200, Scott Gray wrote:

> Oh and Financail is spelt wrong too...
>
> Regards
> Scott
>
> 2008/9/19 Christian Geisert <[hidden email]>:
> > Hans,
> >
> > looks like an old header slipped in...
> >
> > Christian
> >
> > [hidden email] schrieb:
> >>
> >> Author: hansbak
> >> Date: Thu Sep 18 23:43:34 2008
> >> New Revision: 696941
> >>
> >> URL: http://svn.apache.org/viewvc?rev=696941&view=rev
> >> Log:
> >> first version of a function copied from sharedofbiz: financial history of
> >> a party, groovy file to be enhanced later
> >>
> >> Added:
> >>
> >>  ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyFinancailHistory.groovy
> >>   (with props)
> >
> > [..]
> >
> >> ---
> >> ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyFinancailHistory.groovy
> >> (added)
> >> +++
> >> ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/PartyFinancailHistory.groovy
> >> Thu Sep 18 23:43:34 2008
> >> @@ -0,0 +1,312 @@
> >> +/*
> >> + *  Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
> >> + *
> >> + *  Permission is hereby granted, free of charge, to any person obtaining
> >> a
> >> + *  copy of this software and associated documentation files (the
> >> "Software"),
> >> + *  to deal in the Software without restriction, including without
> >> limitation
> >> + *  the rights to use, copy, modify, merge, publish, distribute,
> >> sublicense,
> >> + *  and/or sell copies of the Software, and to permit persons to whom the
> >> + *  Software is furnished to do so, subject to the following conditions:
> >> + *
> >> + *  The above copyright notice and this permission notice shall be
> >> included
> >> + *  in all copies or substantial portions of the Software.
> >> + *
> >> + *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
> >> EXPRESS
> >> + *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
> >> + *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
> >> NONINFRINGEMENT.
> >> + *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
> >> + *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
> >> TORT
> >> + *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
> >> OR
> >> + *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
> >> + *
> >> + *@author     Hans Bakker ([hidden email])
> >> + *@version    $Rev$
> >> + *@since      3.0
> >> + */
> >
--
Antwebsystems.com: Quality OFBiz services for competitive prices