From c678a274d5aba54893b7655e2d3af871d44f9a91 Mon Sep 17 00:00:00 2001 From: shameem_z Date: Wed, 19 Sep 2007 12:37:29 +0000 Subject: [PATCH] Initial commit of Posterita --- posterita/src/web/jsp/cashBook/cashBook.jsp | 91 +++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 posterita/src/web/jsp/cashBook/cashBook.jsp diff --git a/posterita/src/web/jsp/cashBook/cashBook.jsp b/posterita/src/web/jsp/cashBook/cashBook.jsp new file mode 100644 index 0000000000..9a8883c0d8 --- /dev/null +++ b/posterita/src/web/jsp/cashBook/cashBook.jsp @@ -0,0 +1,91 @@ +<%-- + * Product: Posterita Web-Based POS and Adempiere Plugin + * Copyright (C) 2007 Posterita Ltd + * This file is part of POSterita + * + * POSterita is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * @author Alok +--%> + + +<%@ page import="org.posterita.Constants" %> +<%@ page import="org.posterita.user.*" %> +<%@ page import="org.posterita.beans.*" %> +<%@ page import="org.posterita.struts.pos.OpenCashBookAction" %> + +<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> +<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%> +<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> +<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%> + + + + + + + + Untitled + + + <%@ include file="/jsp/include/tabTop.jsp" %>Untitled<%@ include file="/jsp/include/tabBottom.jsp" %> + + + + + + + + + + +
+ +
+ <%@ include file="/jsp/include/errors.jsp" %> + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + +
+
+ + + +<%@ include file="/jsp/include/footerTableBottom.jsp" %>