You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2008/05/30 07:37:52 UTC

svn commit: r661571 - in /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts: TaxAuthorityGlAccounts.groovy editGlJournalEntry.groovy

Author: ashish
Date: Thu May 29 22:37:52 2008
New Revision: 661571

URL: http://svn.apache.org/viewvc?rev=661571&view=rev
Log:
Added and modified property values.

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy   (props changed)
    ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy   (contents, props changed)

Propchange: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Thu May 29 22:37:52 2008
@@ -1 +1 @@
-Date Rev Author URL Id
+"Date Rev Author URL Id"

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy?rev=661571&r1=661570&r2=661571&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy Thu May 29 22:37:52 2008
@@ -1,29 +1,29 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
- import org.ofbiz.base.util.*;
- import org.ofbiz.entity.*;
-
- acctgTransId = request.getParameter("acctgTransId");
- if (acctgTransId) {
-     acctgTrans = delegator.findByPrimaryKey("AcctgTrans", [acctgTransId : acctgTransId]);
-     isPosted = acctgTrans.isPosted;
-     if ("Y".equals(isPosted)) {
-         parameters.isPosted = isPosted;
-     }
- }
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+ import org.ofbiz.base.util.*;
+ import org.ofbiz.entity.*;
+
+ acctgTransId = request.getParameter("acctgTransId");
+ if (acctgTransId) {
+     acctgTrans = delegator.findByPrimaryKey("AcctgTrans", [acctgTransId : acctgTransId]);
+     isPosted = acctgTrans.isPosted;
+     if ("Y".equals(isPosted)) {
+         parameters.isPosted = isPosted;
+     }
+ }

Propchange: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
------------------------------------------------------------------------------
    svn:mime-type = text/plain



Re: svn commit: r661571 - in /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts: TaxAuthorityGlAccounts.groovy editGlJournalEntry.groovy

Posted by Jacopo Cappellato <ja...@gmail.com>.
Oh great... and sorry for the superfluous comment!

Jacopo

On May 30, 2008, at 8:32 AM, Ashish Vijaywargiya wrote:

> Jacopo,
>
> Thanks a lot for your comments.
> Actually I already updated that file ;-).
>
> These was the files previously added by someone and somehow they  
> missed to
> add the property values.
> I only done the missing work from that :-) .
>
> --
> Ashish
>
> On Fri, May 30, 2008 at 2:27 AM, Jacopo Cappellato <
> jacopo.cappellato@gmail.com> wrote:
>
>> Ashish, all,
>>
>> if you download the new svn config file from:
>>
>> http://ofbiz.apache.org/svn/config
>>
>> and place it in the .subversion folder of your user profile, the  
>> properties
>> for new groovy files will be added automatically when you "svn add"  
>> the
>> files.
>>
>> Cheers,
>>
>> Jacopo
>>
>>
>> On May 30, 2008, at 7:37 AM, ashish@apache.org wrote:
>>
>> Author: ashish
>>> Date: Thu May 29 22:37:52 2008
>>> New Revision: 661571
>>>
>>> URL: http://svn.apache.org/viewvc?rev=661571&view=rev
>>> Log:
>>> Added and modified property values.
>>>
>>> Modified:
>>>
>>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
>>> actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
>>>  (props changed)
>>>
>>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
>>> actions/chartofaccounts/editGlJournalEntry.groovy
>>>  (contents, props changed)
>>>
>>> Propchange:
>>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
>>> actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
>>>
>>> ------------------------------------------------------------------------------
>>> --- svn:keywords (original)
>>> +++ svn:keywords Thu May 29 22:37:52 2008
>>> @@ -1 +1 @@
>>> -Date Rev Author URL Id
>>> +"Date Rev Author URL Id"
>>>
>>> Modified:
>>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
>>> actions/chartofaccounts/editGlJournalEntry.groovy
>>> URL:
>>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy?rev=661571&r1=661570&r2=661571&view=diff
>>>
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> ====================================================================
>>> ---
>>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
>>> actions/chartofaccounts/editGlJournalEntry.groovy
>>> (original)
>>> +++
>>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
>>> actions/chartofaccounts/editGlJournalEntry.groovy
>>> Thu May 29 22:37:52 2008
>>> @@ -1,29 +1,29 @@
>>> -/*
>>> - * Licensed to the Apache Software Foundation (ASF) under one
>>> - * or more contributor license agreements.  See the NOTICE file
>>> - * distributed with this work for additional information
>>> - * regarding copyright ownership.  The ASF licenses this file
>>> - * to you under the Apache License, Version 2.0 (the
>>> - * "License"); you may not use this file except in compliance
>>> - * with the License.  You may obtain a copy of the License at
>>> - *
>>> - * http://www.apache.org/licenses/LICENSE-2.0
>>> - *
>>> - * Unless required by applicable law or agreed to in writing,
>>> - * software distributed under the License is distributed on an
>>> - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>>> - * KIND, either express or implied.  See the License for the
>>> - * specific language governing permissions and limitations
>>> - * under the License.
>>> - */
>>> - import org.ofbiz.base.util.*;
>>> - import org.ofbiz.entity.*;
>>> -
>>> - acctgTransId = request.getParameter("acctgTransId");
>>> - if (acctgTransId) {
>>> -     acctgTrans = delegator.findByPrimaryKey("AcctgTrans",  
>>> [acctgTransId
>>> : acctgTransId]);
>>> -     isPosted = acctgTrans.isPosted;
>>> -     if ("Y".equals(isPosted)) {
>>> -         parameters.isPosted = isPosted;
>>> -     }
>>> - }
>>> +/*
>>> + * Licensed to the Apache Software Foundation (ASF) under one
>>> + * or more contributor license agreements.  See the NOTICE file
>>> + * distributed with this work for additional information
>>> + * regarding copyright ownership.  The ASF licenses this file
>>> + * to you under the Apache License, Version 2.0 (the
>>> + * "License"); you may not use this file except in compliance
>>> + * with the License.  You may obtain a copy of the License at
>>> + *
>>> + * http://www.apache.org/licenses/LICENSE-2.0
>>> + *
>>> + * Unless required by applicable law or agreed to in writing,
>>> + * software distributed under the License is distributed on an
>>> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>>> + * KIND, either express or implied.  See the License for the
>>> + * specific language governing permissions and limitations
>>> + * under the License.
>>> + */
>>> + import org.ofbiz.base.util.*;
>>> + import org.ofbiz.entity.*;
>>> +
>>> + acctgTransId = request.getParameter("acctgTransId");
>>> + if (acctgTransId) {
>>> +     acctgTrans = delegator.findByPrimaryKey("AcctgTrans",  
>>> [acctgTransId
>>> : acctgTransId]);
>>> +     isPosted = acctgTrans.isPosted;
>>> +     if ("Y".equals(isPosted)) {
>>> +         parameters.isPosted = isPosted;
>>> +     }
>>> + }
>>>
>>> Propchange:
>>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
>>> actions/chartofaccounts/editGlJournalEntry.groovy
>>>
>>> ------------------------------------------------------------------------------
>>>  svn:eol-style = native
>>>
>>> Propchange:
>>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
>>> actions/chartofaccounts/editGlJournalEntry.groovy
>>>
>>> ------------------------------------------------------------------------------
>>>  svn:keywords = "Date Rev Author URL Id"
>>>
>>> Propchange:
>>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
>>> actions/chartofaccounts/editGlJournalEntry.groovy
>>>
>>> ------------------------------------------------------------------------------
>>>  svn:mime-type = text/plain
>>>
>>>
>>>
>>


Re: svn commit: r661571 - in /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts: TaxAuthorityGlAccounts.groovy editGlJournalEntry.groovy

Posted by Scott Gray <le...@gmail.com>.
Yeah that was me, I'm just updating my config file now, thanks guys

Regards
Scott

2008/5/30 Ashish Vijaywargiya <vi...@gmail.com>:

> Jacopo,
>
> Thanks a lot for your comments.
> Actually I already updated that file ;-).
>
> These was the files previously added by someone and somehow they missed to
> add the property values.
> I only done the missing work from that :-) .
>
> --
> Ashish
>
> On Fri, May 30, 2008 at 2:27 AM, Jacopo Cappellato <
> jacopo.cappellato@gmail.com> wrote:
>
> > Ashish, all,
> >
> > if you download the new svn config file from:
> >
> > http://ofbiz.apache.org/svn/config
> >
> > and place it in the .subversion folder of your user profile, the
> properties
> > for new groovy files will be added automatically when you "svn add" the
> > files.
> >
> > Cheers,
> >
> > Jacopo
> >
> >
> > On May 30, 2008, at 7:37 AM, ashish@apache.org wrote:
> >
> >  Author: ashish
> >> Date: Thu May 29 22:37:52 2008
> >> New Revision: 661571
> >>
> >> URL: http://svn.apache.org/viewvc?rev=661571&view=rev
> >> Log:
> >> Added and modified property values.
> >>
> >> Modified:
> >>
> >>
> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
> >>   (props changed)
> >>
> >>
> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> >>   (contents, props changed)
> >>
> >> Propchange:
> >>
> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
> >>
> >>
> ------------------------------------------------------------------------------
> >> --- svn:keywords (original)
> >> +++ svn:keywords Thu May 29 22:37:52 2008
> >> @@ -1 +1 @@
> >> -Date Rev Author URL Id
> >> +"Date Rev Author URL Id"
> >>
> >> Modified:
> >>
> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> >> URL:
> >>
> http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy?rev=661571&r1=661570&r2=661571&view=diff
> >>
> >>
> ==============================================================================
> >> ---
> >>
> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> >> (original)
> >> +++
> >>
> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> >> Thu May 29 22:37:52 2008
> >> @@ -1,29 +1,29 @@
> >> -/*
> >> - * Licensed to the Apache Software Foundation (ASF) under one
> >> - * or more contributor license agreements.  See the NOTICE file
> >> - * distributed with this work for additional information
> >> - * regarding copyright ownership.  The ASF licenses this file
> >> - * to you under the Apache License, Version 2.0 (the
> >> - * "License"); you may not use this file except in compliance
> >> - * with the License.  You may obtain a copy of the License at
> >> - *
> >> - * http://www.apache.org/licenses/LICENSE-2.0
> >> - *
> >> - * Unless required by applicable law or agreed to in writing,
> >> - * software distributed under the License is distributed on an
> >> - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> >> - * KIND, either express or implied.  See the License for the
> >> - * specific language governing permissions and limitations
> >> - * under the License.
> >> - */
> >> - import org.ofbiz.base.util.*;
> >> - import org.ofbiz.entity.*;
> >> -
> >> - acctgTransId = request.getParameter("acctgTransId");
> >> - if (acctgTransId) {
> >> -     acctgTrans = delegator.findByPrimaryKey("AcctgTrans",
> [acctgTransId
> >> : acctgTransId]);
> >> -     isPosted = acctgTrans.isPosted;
> >> -     if ("Y".equals(isPosted)) {
> >> -         parameters.isPosted = isPosted;
> >> -     }
> >> - }
> >> +/*
> >> + * Licensed to the Apache Software Foundation (ASF) under one
> >> + * or more contributor license agreements.  See the NOTICE file
> >> + * distributed with this work for additional information
> >> + * regarding copyright ownership.  The ASF licenses this file
> >> + * to you under the Apache License, Version 2.0 (the
> >> + * "License"); you may not use this file except in compliance
> >> + * with the License.  You may obtain a copy of the License at
> >> + *
> >> + * http://www.apache.org/licenses/LICENSE-2.0
> >> + *
> >> + * Unless required by applicable law or agreed to in writing,
> >> + * software distributed under the License is distributed on an
> >> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> >> + * KIND, either express or implied.  See the License for the
> >> + * specific language governing permissions and limitations
> >> + * under the License.
> >> + */
> >> + import org.ofbiz.base.util.*;
> >> + import org.ofbiz.entity.*;
> >> +
> >> + acctgTransId = request.getParameter("acctgTransId");
> >> + if (acctgTransId) {
> >> +     acctgTrans = delegator.findByPrimaryKey("AcctgTrans",
> [acctgTransId
> >> : acctgTransId]);
> >> +     isPosted = acctgTrans.isPosted;
> >> +     if ("Y".equals(isPosted)) {
> >> +         parameters.isPosted = isPosted;
> >> +     }
> >> + }
> >>
> >> Propchange:
> >>
> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> >>
> >>
> ------------------------------------------------------------------------------
> >>   svn:eol-style = native
> >>
> >> Propchange:
> >>
> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> >>
> >>
> ------------------------------------------------------------------------------
> >>   svn:keywords = "Date Rev Author URL Id"
> >>
> >> Propchange:
> >>
> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> >>
> >>
> ------------------------------------------------------------------------------
> >>   svn:mime-type = text/plain
> >>
> >>
> >>
> >
>

Re: svn commit: r661571 - in /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts: TaxAuthorityGlAccounts.groovy editGlJournalEntry.groovy

Posted by Ashish Vijaywargiya <vi...@gmail.com>.
Jacopo,

Thanks a lot for your comments.
Actually I already updated that file ;-).

These was the files previously added by someone and somehow they missed to
add the property values.
I only done the missing work from that :-) .

--
Ashish

On Fri, May 30, 2008 at 2:27 AM, Jacopo Cappellato <
jacopo.cappellato@gmail.com> wrote:

> Ashish, all,
>
> if you download the new svn config file from:
>
> http://ofbiz.apache.org/svn/config
>
> and place it in the .subversion folder of your user profile, the properties
> for new groovy files will be added automatically when you "svn add" the
> files.
>
> Cheers,
>
> Jacopo
>
>
> On May 30, 2008, at 7:37 AM, ashish@apache.org wrote:
>
>  Author: ashish
>> Date: Thu May 29 22:37:52 2008
>> New Revision: 661571
>>
>> URL: http://svn.apache.org/viewvc?rev=661571&view=rev
>> Log:
>> Added and modified property values.
>>
>> Modified:
>>
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
>>   (props changed)
>>
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>>   (contents, props changed)
>>
>> Propchange:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
>>
>> ------------------------------------------------------------------------------
>> --- svn:keywords (original)
>> +++ svn:keywords Thu May 29 22:37:52 2008
>> @@ -1 +1 @@
>> -Date Rev Author URL Id
>> +"Date Rev Author URL Id"
>>
>> Modified:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy?rev=661571&r1=661570&r2=661571&view=diff
>>
>> ==============================================================================
>> ---
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>> (original)
>> +++
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>> Thu May 29 22:37:52 2008
>> @@ -1,29 +1,29 @@
>> -/*
>> - * Licensed to the Apache Software Foundation (ASF) under one
>> - * or more contributor license agreements.  See the NOTICE file
>> - * distributed with this work for additional information
>> - * regarding copyright ownership.  The ASF licenses this file
>> - * to you under the Apache License, Version 2.0 (the
>> - * "License"); you may not use this file except in compliance
>> - * with the License.  You may obtain a copy of the License at
>> - *
>> - * http://www.apache.org/licenses/LICENSE-2.0
>> - *
>> - * Unless required by applicable law or agreed to in writing,
>> - * software distributed under the License is distributed on an
>> - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>> - * KIND, either express or implied.  See the License for the
>> - * specific language governing permissions and limitations
>> - * under the License.
>> - */
>> - import org.ofbiz.base.util.*;
>> - import org.ofbiz.entity.*;
>> -
>> - acctgTransId = request.getParameter("acctgTransId");
>> - if (acctgTransId) {
>> -     acctgTrans = delegator.findByPrimaryKey("AcctgTrans", [acctgTransId
>> : acctgTransId]);
>> -     isPosted = acctgTrans.isPosted;
>> -     if ("Y".equals(isPosted)) {
>> -         parameters.isPosted = isPosted;
>> -     }
>> - }
>> +/*
>> + * Licensed to the Apache Software Foundation (ASF) under one
>> + * or more contributor license agreements.  See the NOTICE file
>> + * distributed with this work for additional information
>> + * regarding copyright ownership.  The ASF licenses this file
>> + * to you under the Apache License, Version 2.0 (the
>> + * "License"); you may not use this file except in compliance
>> + * with the License.  You may obtain a copy of the License at
>> + *
>> + * http://www.apache.org/licenses/LICENSE-2.0
>> + *
>> + * Unless required by applicable law or agreed to in writing,
>> + * software distributed under the License is distributed on an
>> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>> + * KIND, either express or implied.  See the License for the
>> + * specific language governing permissions and limitations
>> + * under the License.
>> + */
>> + import org.ofbiz.base.util.*;
>> + import org.ofbiz.entity.*;
>> +
>> + acctgTransId = request.getParameter("acctgTransId");
>> + if (acctgTransId) {
>> +     acctgTrans = delegator.findByPrimaryKey("AcctgTrans", [acctgTransId
>> : acctgTransId]);
>> +     isPosted = acctgTrans.isPosted;
>> +     if ("Y".equals(isPosted)) {
>> +         parameters.isPosted = isPosted;
>> +     }
>> + }
>>
>> Propchange:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>>
>> ------------------------------------------------------------------------------
>>   svn:eol-style = native
>>
>> Propchange:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>>
>> ------------------------------------------------------------------------------
>>   svn:keywords = "Date Rev Author URL Id"
>>
>> Propchange:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>>
>> ------------------------------------------------------------------------------
>>   svn:mime-type = text/plain
>>
>>
>>
>

Re: svn commit: r661571 - in /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts: TaxAuthorityGlAccounts.groovy editGlJournalEntry.groovy

Posted by Jacopo Cappellato <ja...@gmail.com>.
Ashish, all,

if you download the new svn config file from:

http://ofbiz.apache.org/svn/config

and place it in the .subversion folder of your user profile, the  
properties for new groovy files will be added automatically when you  
"svn add" the files.

Cheers,

Jacopo

On May 30, 2008, at 7:37 AM, ashish@apache.org wrote:

> Author: ashish
> Date: Thu May 29 22:37:52 2008
> New Revision: 661571
>
> URL: http://svn.apache.org/viewvc?rev=661571&view=rev
> Log:
> Added and modified property values.
>
> Modified:
>    ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
> actions/chartofaccounts/TaxAuthorityGlAccounts.groovy   (props  
> changed)
>    ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
> actions/chartofaccounts/editGlJournalEntry.groovy   (contents, props  
> changed)
>
> Propchange: ofbiz/trunk/applications/accounting/webapp/accounting/ 
> WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
> ------------------------------------------------------------------------------
> --- svn:keywords (original)
> +++ svn:keywords Thu May 29 22:37:52 2008
> @@ -1 +1 @@
> -Date Rev Author URL Id
> +"Date Rev Author URL Id"
>
> Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB- 
> INF/actions/chartofaccounts/editGlJournalEntry.groovy
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy?rev=661571&r1=661570&r2=661571&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
> actions/chartofaccounts/editGlJournalEntry.groovy (original)
> +++ ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
> actions/chartofaccounts/editGlJournalEntry.groovy Thu May 29  
> 22:37:52 2008
> @@ -1,29 +1,29 @@
> -/*
> - * Licensed to the Apache Software Foundation (ASF) under one
> - * or more contributor license agreements.  See the NOTICE file
> - * distributed with this work for additional information
> - * regarding copyright ownership.  The ASF licenses this file
> - * to you under the Apache License, Version 2.0 (the
> - * "License"); you may not use this file except in compliance
> - * with the License.  You may obtain a copy of the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> - * Unless required by applicable law or agreed to in writing,
> - * software distributed under the License is distributed on an
> - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> - * KIND, either express or implied.  See the License for the
> - * specific language governing permissions and limitations
> - * under the License.
> - */
> - import org.ofbiz.base.util.*;
> - import org.ofbiz.entity.*;
> -
> - acctgTransId = request.getParameter("acctgTransId");
> - if (acctgTransId) {
> -     acctgTrans = delegator.findByPrimaryKey("AcctgTrans",  
> [acctgTransId : acctgTransId]);
> -     isPosted = acctgTrans.isPosted;
> -     if ("Y".equals(isPosted)) {
> -         parameters.isPosted = isPosted;
> -     }
> - }
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one
> + * or more contributor license agreements.  See the NOTICE file
> + * distributed with this work for additional information
> + * regarding copyright ownership.  The ASF licenses this file
> + * to you under the Apache License, Version 2.0 (the
> + * "License"); you may not use this file except in compliance
> + * with the License.  You may obtain a copy of the License at
> + *
> + * http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing,
> + * software distributed under the License is distributed on an
> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> + * KIND, either express or implied.  See the License for the
> + * specific language governing permissions and limitations
> + * under the License.
> + */
> + import org.ofbiz.base.util.*;
> + import org.ofbiz.entity.*;
> +
> + acctgTransId = request.getParameter("acctgTransId");
> + if (acctgTransId) {
> +     acctgTrans = delegator.findByPrimaryKey("AcctgTrans",  
> [acctgTransId : acctgTransId]);
> +     isPosted = acctgTrans.isPosted;
> +     if ("Y".equals(isPosted)) {
> +         parameters.isPosted = isPosted;
> +     }
> + }
>
> Propchange: ofbiz/trunk/applications/accounting/webapp/accounting/ 
> WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> ------------------------------------------------------------------------------
>    svn:eol-style = native
>
> Propchange: ofbiz/trunk/applications/accounting/webapp/accounting/ 
> WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> ------------------------------------------------------------------------------
>    svn:keywords = "Date Rev Author URL Id"
>
> Propchange: ofbiz/trunk/applications/accounting/webapp/accounting/ 
> WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
> ------------------------------------------------------------------------------
>    svn:mime-type = text/plain
>
>