You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/06/26 10:39:17 UTC

svn commit: r788631 - in /ofbiz/trunk/applications/accounting/webapp: ap/index.jsp ar/index.jsp

Author: mor
Date: Fri Jun 26 08:39:17 2009
New Revision: 788631

URL: http://svn.apache.org/viewvc?rev=788631&view=rev
Log:
Index file for AP and AR component

Added:
    ofbiz/trunk/applications/accounting/webapp/ap/index.jsp   (with props)
    ofbiz/trunk/applications/accounting/webapp/ar/index.jsp   (with props)

Added: ofbiz/trunk/applications/accounting/webapp/ap/index.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ap/index.jsp?rev=788631&view=auto
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/ap/index.jsp (added)
+++ ofbiz/trunk/applications/accounting/webapp/ap/index.jsp Fri Jun 26 08:39:17 2009
@@ -0,0 +1,19 @@
+<%--
+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.
+--%>
+<%response.sendRedirect("control/main");%>
\ No newline at end of file

Propchange: ofbiz/trunk/applications/accounting/webapp/ap/index.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/applications/accounting/webapp/ap/index.jsp
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/applications/accounting/webapp/ap/index.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/applications/accounting/webapp/ar/index.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ar/index.jsp?rev=788631&view=auto
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/ar/index.jsp (added)
+++ ofbiz/trunk/applications/accounting/webapp/ar/index.jsp Fri Jun 26 08:39:17 2009
@@ -0,0 +1,19 @@
+<%--
+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.
+--%>
+<%response.sendRedirect("control/main");%>
\ No newline at end of file

Propchange: ofbiz/trunk/applications/accounting/webapp/ar/index.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/applications/accounting/webapp/ar/index.jsp
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/applications/accounting/webapp/ar/index.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain