+
+
+
+ <%@ include file="/jsp/include/errors.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/posterita/src/web/jsp/customer/createPOSCustomer.jsp b/posterita/src/web/jsp/customer/createPOSCustomer.jsp
new file mode 100644
index 0000000000..c1210e9ab7
--- /dev/null
+++ b/posterita/src/web/jsp/customer/createPOSCustomer.jsp
@@ -0,0 +1,51 @@
+<%--
+ * 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.struts.customer.CustomerAction" %>
+<%@ page import="org.compiere.model.MBPartner" %>
+
+<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
+<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
+<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
+<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
+
+<%@ include file="/jsp/include/posHeader.jsp" %>
+<%@ include file="/jsp/include/errors.jsp" %>
+
+
+
+
+
+
+<%@ include file="/jsp/pos/customerDetails.jsp" %>
+
+
+
+
+<%@ include file="/jsp/include/posFooter.jsp" %>
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/customer/existingPOSCustomers.jsp b/posterita/src/web/jsp/customer/existingPOSCustomers.jsp
new file mode 100644
index 0000000000..47a3d40c90
--- /dev/null
+++ b/posterita/src/web/jsp/customer/existingPOSCustomers.jsp
@@ -0,0 +1,138 @@
+<%--
+ * 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.user.*" %>
+<%@ page import="org.posterita.beans.*" %>
+<%@ page import ="org.posterita.Constants" %>
+<%@ page import="org.compiere.model.MOrg" %>
+
+<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
+<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
+<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
+<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+
+
+
+
+<%@ include file="/jsp/include/tabTop.jsp" %>Customers<%@ include file="/jsp/include/tabBottom.jsp" %>
+
+
+
+
+ <%@ include file="/jsp/include/errors.jsp" %>
+
+
+
+
+ <%@ include file="/jsp/include/footerTableBottom.jsp" %>
+
+
diff --git a/posterita/src/web/jsp/customer/savePOSCustomer.jsp b/posterita/src/web/jsp/customer/savePOSCustomer.jsp
new file mode 100644
index 0000000000..e94543bbbc
--- /dev/null
+++ b/posterita/src/web/jsp/customer/savePOSCustomer.jsp
@@ -0,0 +1,50 @@
+<%--
+ * 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.struts.customer.CustomerAction" %>
+<%@ page import="org.compiere.model.MBPartner" %>
+
+<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
+<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
+<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
+<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
+
+<%@ include file="/jsp/include/posHeader.jsp" %>
+<%@ include file="/jsp/include/errors.jsp" %>
+
+
+
+
+
+<%@ include file="/jsp/pos/customerDetails.jsp" %>
+
+
+
+<%@ include file="/jsp/include/posFooter.jsp" %>
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/error/error.jsp b/posterita/src/web/jsp/error/error.jsp
new file mode 100644
index 0000000000..c9d0bf1d63
--- /dev/null
+++ b/posterita/src/web/jsp/error/error.jsp
@@ -0,0 +1,78 @@
+<%--
+ * 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 Tamak
+--%>
+
+
+<%@ page import="org.apache.struts.Globals" %>
+
+<%@ 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"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+<%@ include file="/jsp/include/posFooter.jsp" %>
diff --git a/posterita/src/web/jsp/inOut/minOutDetails.jsp b/posterita/src/web/jsp/inOut/minOutDetails.jsp
new file mode 100644
index 0000000000..e29a9cf2c7
--- /dev/null
+++ b/posterita/src/web/jsp/inOut/minOutDetails.jsp
@@ -0,0 +1,153 @@
+<%--
+ * 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 Vishee
+--%>
+
+
+<%@ page import="org.posterita.Constants" %>
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/inOut/printShipment.jsp b/posterita/src/web/jsp/inOut/printShipment.jsp
new file mode 100644
index 0000000000..053597373a
--- /dev/null
+++ b/posterita/src/web/jsp/inOut/printShipment.jsp
@@ -0,0 +1,65 @@
+<%--
+ * 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 Vishee
+--%>
+
+
+<%@ page import="org.posterita.Constants" %>
+
+
+<%@ 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"%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %>
+<%@ taglib uri="/WEB-INF/dcs.tld" prefix="dcs" %>
+
+
+
+
+
+
+
+ <%@ include file="/jsp/include/tabTop.jsp" %><%@ include file="/jsp/include/tabBottom.jsp" %>
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsp/inOut/webStoreMinOutDetails.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/inOut/viewMinOut.jsp b/posterita/src/web/jsp/inOut/viewMinOut.jsp
new file mode 100644
index 0000000000..ce69090650
--- /dev/null
+++ b/posterita/src/web/jsp/inOut/viewMinOut.jsp
@@ -0,0 +1,103 @@
+<%--
+ * 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 Vishee
+--%>
+
+
+<%@ page import="org.posterita.Constants" %>
+<%@ page import="org.posterita.user.WebUserInfo" %>
+<%@ page import="org.compiere.process.DocumentEngine" %>
+
+<%@ 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"%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %>
+<%@ taglib uri="/WEB-INF/dcs.tld" prefix="dcs" %>
+
+
+
+
+
+
+
+
+
+<%@ include file="/jsp/include/tabTop.jsp" %><%@ include file="/jsp/include/tabBottom.jsp" %>
+
+
+
+ <%@ include file="/jsp/include/errors.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsp/inOut/webStoreMinOutDetails.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<%@ include file="/jsp/include/footerTableBottom.jsp" %>
diff --git a/posterita/src/web/jsp/inOut/viewReceiptHistory.jsp b/posterita/src/web/jsp/inOut/viewReceiptHistory.jsp
new file mode 100644
index 0000000000..51e35d8842
--- /dev/null
+++ b/posterita/src/web/jsp/inOut/viewReceiptHistory.jsp
@@ -0,0 +1,118 @@
+<%--
+ * 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 Vishee
+--%>
+
+
+<%@ page import="org.posterita.Constants" %>
+<%@ page import="org.posterita.user.*" %>
+<%@ page import="org.compiere.model.MOrg" %>
+<%@ page import="org.posterita.struts.InOut.InOutAction" %>
+
+
+<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
+<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
+<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
+<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %>
+
+
+
+
+
+ <%@ include file="/jsp/include/tabTop.jsp" %><%@ include file="/jsp/include/tabBottom.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsp/include/filter.jsp"%>
+
+
+
+
+ <%@ include file="/jsp/include/footerTableBottom.jsp" %>
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/inOut/viewShipmentHistory.jsp b/posterita/src/web/jsp/inOut/viewShipmentHistory.jsp
new file mode 100644
index 0000000000..ada7055e6b
--- /dev/null
+++ b/posterita/src/web/jsp/inOut/viewShipmentHistory.jsp
@@ -0,0 +1,118 @@
+<%--
+ * 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 Vishee
+--%>
+
+
+<%@ page import="org.posterita.Constants" %>
+<%@ page import="org.posterita.user.*" %>
+<%@ page import="org.compiere.model.MOrg" %>
+<%@ page import="org.posterita.struts.InOut.InOutAction" %>
+
+
+<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
+<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
+<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
+<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %>
+
+
+
+
+
+ <%@ include file="/jsp/include/tabTop.jsp" %><%@ include file="/jsp/include/tabBottom.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsp/include/filter.jsp"%>
+
+
+
+
+ <%@ include file="/jsp/include/footerTableBottom.jsp" %>
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/backBt.jsp b/posterita/src/web/jsp/include/backBt.jsp
new file mode 100644
index 0000000000..6e6cab57d2
--- /dev/null
+++ b/posterita/src/web/jsp/include/backBt.jsp
@@ -0,0 +1,28 @@
+<%--
+ * 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 Tamak
+--%>
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/completePOSOrder.jsp b/posterita/src/web/jsp/include/completePOSOrder.jsp
new file mode 100644
index 0000000000..045115c4bb
--- /dev/null
+++ b/posterita/src/web/jsp/include/completePOSOrder.jsp
@@ -0,0 +1,115 @@
+<%--
+ * 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.compiere.model.MOrder" %>
+<%@ page import="org.posterita.user.WebUserInfo" %>
+<%@ page import="org.posterita.struts.pos.POSOrderAction" %>
+<%@ page import="java.util.ArrayList" %>
+
+
+
+<%@ 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"%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %>
+<%@ taglib uri="/WEB-INF/dcs.tld" prefix="dcs" %>
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
+
+
+
+
+
+<%@ include file="/jsp/include/posHeader.jsp" %>
+<%@ include file="/jsp/include/errors.jsp" %>
+
+
+<%@ include file="/jsp/pos/orderHeader.jsp" %>
+<% String orderlines = Constants.POS_ORDER_LINES; %>
+<%@ include file="/jsp/pos/completePOSShoppingCart.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<%@ include file="/jsp/include/printOrderApplet.jsp" %>
+<%@ include file="/jsp/include/posFooter.jsp" %>
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/completePOSOrderIncl.jsp b/posterita/src/web/jsp/include/completePOSOrderIncl.jsp
new file mode 100644
index 0000000000..64ccaf086d
--- /dev/null
+++ b/posterita/src/web/jsp/include/completePOSOrderIncl.jsp
@@ -0,0 +1,115 @@
+<%--
+ * 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.compiere.model.MOrder" %>
+<%@ page import="org.posterita.user.WebUserInfo" %>
+<%@ page import="org.posterita.struts.pos.POSOrderAction" %>
+<%@ page import="java.util.ArrayList" %>
+
+
+
+<%@ 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"%>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %>
+<%@ taglib uri="/WEB-INF/dcs.tld" prefix="dcs" %>
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
+
+
+
+
+<%@ include file="/jsp/include/posHeader.jsp" %>
+<%@ include file="/jsp/include/errors.jsp" %>
+
+
+<%@ include file="/jsp/pos/orderHeader.jsp" %>
+<% String orderlines = Constants.POS_ORDER_LINES; %>
+<%@ include file="/jsp/pos/completePOSShoppingCart.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<%@ include file="/jsp/include/printOrderApplet.jsp" %>
+<%@ include file="/jsp/include/posFooter.jsp" %>
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/creditOrderPart1FocusBarCode.jsp b/posterita/src/web/jsp/include/creditOrderPart1FocusBarCode.jsp
new file mode 100644
index 0000000000..4c16eb21c5
--- /dev/null
+++ b/posterita/src/web/jsp/include/creditOrderPart1FocusBarCode.jsp
@@ -0,0 +1,121 @@
+<%--
+ * 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
+--%>
+
+
+
+
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsp/include/posOrderBarCode.jsp" %>
+
+ <%@ include file="/jsp/include/posOrderSearch.jsp" %>
+
+
+
+
+
+
+
+ <%@ include file="/jsp/pos/creditOrderShoppingCart.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsp/include/customerInfoPanel.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/creditOrderWithAdvanced.jsp b/posterita/src/web/jsp/include/creditOrderWithAdvanced.jsp
new file mode 100644
index 0000000000..5cc0e0c83e
--- /dev/null
+++ b/posterita/src/web/jsp/include/creditOrderWithAdvanced.jsp
@@ -0,0 +1,33 @@
+<%--
+ * 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
+--%>
+<%@ include file="/jsp/include/creditOrderPart1FocusBarCode.jsp" %>
+
+
+
+
+
+
+
+<%@ include file="/jsp/include/posOrderPart2.jsp" %>
+
+
+
diff --git a/posterita/src/web/jsp/include/customerInfoPanel.jsp b/posterita/src/web/jsp/include/customerInfoPanel.jsp
new file mode 100644
index 0000000000..7a824444c3
--- /dev/null
+++ b/posterita/src/web/jsp/include/customerInfoPanel.jsp
@@ -0,0 +1,42 @@
+<%--
+ * 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 Praveen
+--%>
+
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
diff --git a/posterita/src/web/jsp/include/customerInfoPanel2.jsp b/posterita/src/web/jsp/include/customerInfoPanel2.jsp
new file mode 100644
index 0000000000..9d70dbc262
--- /dev/null
+++ b/posterita/src/web/jsp/include/customerInfoPanel2.jsp
@@ -0,0 +1,40 @@
+<%--
+ * 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 Praveen
+--%>
+
+
diff --git a/posterita/src/web/jsp/include/dateFilter.jsp b/posterita/src/web/jsp/include/dateFilter.jsp
new file mode 100644
index 0000000000..04ee1f067f
--- /dev/null
+++ b/posterita/src/web/jsp/include/dateFilter.jsp
@@ -0,0 +1,34 @@
+<%--
+ * 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 vishee
+--%>
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
+
+
+ <%@ include file="/jsp/include/startCalendar.jsp" %>
+
+
+
+
+ <%@ include file="/jsp/include/endCalendar.jsp" %>
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/dayList.jsp b/posterita/src/web/jsp/include/dayList.jsp
new file mode 100644
index 0000000000..e904b5ed18
--- /dev/null
+++ b/posterita/src/web/jsp/include/dayList.jsp
@@ -0,0 +1,54 @@
+<%--
+ * 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 Praveen
+--%>
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+ 10
+ 11
+ 12
+ 13
+ 14
+ 15
+ 16
+ 17
+ 18
+ 19
+ 20
+ 21
+ 22
+ 23
+ 24
+ 25
+ 26
+ 27
+ 28
+ 29
+ 30
+ 31
diff --git a/posterita/src/web/jsp/include/documentStatusFilter.jsp b/posterita/src/web/jsp/include/documentStatusFilter.jsp
new file mode 100644
index 0000000000..748d0180a3
--- /dev/null
+++ b/posterita/src/web/jsp/include/documentStatusFilter.jsp
@@ -0,0 +1,29 @@
+<%--
+ * 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
+--%>
+
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+<%@ page import="org.compiere.process.DocAction" %>
+
+
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/draftedCreditOrder.jsp b/posterita/src/web/jsp/include/draftedCreditOrder.jsp
new file mode 100644
index 0000000000..1edee61e78
--- /dev/null
+++ b/posterita/src/web/jsp/include/draftedCreditOrder.jsp
@@ -0,0 +1,82 @@
+<%--
+ * 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
+--%>
+
+
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
+
+
+
+
+
+
+
+
+
+<%@ include file="/jsp/pos/orderHeader.jsp" %>
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/draftedPOSOrder.jsp b/posterita/src/web/jsp/include/draftedPOSOrder.jsp
new file mode 100644
index 0000000000..e15ab2cf08
--- /dev/null
+++ b/posterita/src/web/jsp/include/draftedPOSOrder.jsp
@@ -0,0 +1,115 @@
+<%--
+ * 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
+--%>
+
+
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
+
+
+
+
+
+
+
+
+
+<%@ include file="/jsp/pos/orderHeader.jsp" %>
+
+
diff --git a/posterita/src/web/jsp/include/endCalendar.jsp b/posterita/src/web/jsp/include/endCalendar.jsp
new file mode 100644
index 0000000000..7c487ba06b
--- /dev/null
+++ b/posterita/src/web/jsp/include/endCalendar.jsp
@@ -0,0 +1,121 @@
+<%--
+ * 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 Praveen
+--%>
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsp/include/dayList.jsp" %>
+
+
+
+ <%@ include file="/jsp/include/monthList.jsp" %>
+
+
+
+ <%@ include file="/jsp/include/yearList.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsp/include/hourList.jsp" %>
+
+ :
+
+ <%@ include file="/jsp/include/minuteList.jsp" %>
+
+ :
+
+
+
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/errors.jsp b/posterita/src/web/jsp/include/errors.jsp
new file mode 100644
index 0000000000..26cde808a7
--- /dev/null
+++ b/posterita/src/web/jsp/include/errors.jsp
@@ -0,0 +1,34 @@
+<%--
+ * 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 tamak
+--%>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/posterita/src/web/jsp/include/filter.jsp b/posterita/src/web/jsp/include/filter.jsp
new file mode 100644
index 0000000000..4202d69c4e
--- /dev/null
+++ b/posterita/src/web/jsp/include/filter.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
+--%>
+
+<%@ taglib uri="/WEB-INF/pos.tld" prefix="pos"%>
+
\ No newline at end of file
diff --git a/posterita/src/web/jsp/include/footer.jsp b/posterita/src/web/jsp/include/footer.jsp
new file mode 100644
index 0000000000..9df72728ef
--- /dev/null
+++ b/posterita/src/web/jsp/include/footer.jsp
@@ -0,0 +1,55 @@
+<%--
+ * 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 tamak
+--%>
+
+<%@ page import="org.posterita.Constants" %>
+<%
+String appName = (String) request.getSession().getServletContext().getAttribute(Constants.APP_NAME);
+%>
+
+
+
+