Author: jleroux
Date: Thu Sep 24 10:28:00 2009 New Revision: 818432 URL: http://svn.apache.org/viewvc?rev=818432&view=rev Log: A 800x600 Layout for the POS. A patch from Terence Ng (https://issues.apache.org/jira/browse/OFBIZ-2895) - OFBIZ-2895 More to come since as is it need a change in /specialpurpose/pos/config/xpos.properties, the variables of ClientWidth/ClientHeight have to be modified from 1024/768 to 800/600. I hope to make this change automatic. Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/ConfigureItem.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/ ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/journal.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/numeric.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/payinput.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/posinput.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/ ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/mgrmain.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/paymain.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/posmain.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/promomain.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/ConfigureItem.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/ConfigureItem.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/ConfigureItem.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/ConfigureItem.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage class="net.xoetrope.swing.XDialog"> + <Components> + <Panel x="0" y="0" w="600" h="400" style="menu"> + <ScrollPane x="10" y="10" w="121" h="285"> + <List name="configList" x="0" y="0" w="200" h="400" style="editAndList"/> + </ScrollPane> + <!-- <Button name="BtnCancel" x="50" y="320" w="78" h="47" style="configureItemButtonRed" content="Cancel" alignment="Center"/> --> + <Button name="BtnOk" x="130" y="320" w="78" h="47" style="configureItemButtonGreen" content="Ok" alignment="Center"/> + <Button name="BtnReset" x="210" y="320" w="78" h="47" style="configureItemButtonRed" content="Reset" alignment="Center"/> + + <ScrollPane name="optionListPane" x="469" y="10" w="121" h="285"> + <List name="optionList" x="0" y="0" w="200" h="400" style="editAndList"/> + </ScrollPane> + <Button name="r1c1" x="141" y="10" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r1c2" x="221" y="10" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r1c3" x="301" y="10" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r1c4" x="381" y="10" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r2c1" x="141" y="67" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r2c2" x="221" y="67" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r2c3" x="301" y="67" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r2c4" x="381" y="67" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r3c1" x="141" y="124" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r3c2" x="221" y="124" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r3c3" x="301" y="124" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r3c4" x="381" y="124" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r4c1" x="141" y="181" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r4c2" x="221" y="181" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r4c3" x="301" y="181" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r4c4" x="381" y="181" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r5c1" x="141" y="238" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r5c2" x="221" y="238" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r5c3" x="301" y="238" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="r5c4" x="381" y="238" w="78" h="47" style="posButton" content="" alignment="Center"/> + </Panel> + </Components> +</XPage> Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/journal.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/journal.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/journal.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/journal.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage> + <Components> + <Panel name="oper_panel" x="0" y="0" w="320" h="43" border="0" style="panel"> + <Edit name="oper_txid" x="2" y="2" w="55" h="42" style="opinfo" border="0" alignment="Left"/> + <Edit name="oper_drwr" x="59" y="2" w="41" h="42" style="opinfo" border="0" alignment="Left"/> + <Edit name="oper_empl" x="104" y="2" w="59" h="42" style="opinfo" border="0" alignment="Left"/> + <Edit name="oper_date" x="165" y="2" w="75" h="42" style="opinfo" border="0" alignment="Center"/> + <Edit name="oper_total" x="242" y="2" w="84" h="42" style="optotal" border="0" alignment="Right"/> + </Panel> + <ScrollPane name="journal_panel" x="0" y="43" w="320" h="484"> + <Table name="jtable" x="2" y="2" w="320" h="479" style="journal"/> + </ScrollPane> + </Components> +</XPage> Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/numeric.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/numeric.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/numeric.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/numeric.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage> + <Components> + <!-- left side numeric pad --> + <Panel x="0" y="0" w="246" h="210" style="numButton"> + <Button name="numSeven" x="0" y="0" w="60" h="50" style="numButton" content="7" alignment="Center"/> + <Button name="numEight" x="61" y="0" w="60" h="50" style="numButton" content="8" alignment="Center"/> + <Button name="numNine" x="122" y="0" w="60" h="50" style="numButton" content="9" alignment="Center"/> + <Button name="numPercent" x="183" y="0" w="60" h="50" style="numButton" content="%" alignment="Center"/> + <Button name="numFour" x="0" y="51" w="60" h="50" style="numButton" content="4" alignment="Center"/> + <Button name="numFive" x="61" y="51" w="60" h="50" style="numButton" content="5" alignment="Center"/> + <Button name="numSix" x="122" y="51" w="60" h="50" style="numButton" content="6" alignment="Center"/> + <Button name="numMinus" x="183" y="51" w="60" h="50" style="numButton" content="-" alignment="Center"/> + <Button name="numOne" x="0" y="102" w="60" h="50" style="numButton" content="1" alignment="Center"/> + <Button name="numTwo" x="61" y="102" w="60" h="50" style="numButton" content="2" alignment="Center"/> + <Button name="numThree" x="122" y="102" w="60" h="50" style="numButton" content="3" alignment="Center"/> + <Button name="menuEnter" x="183" y="102" w="60" h="101" style="posButton" content="ENT" alignment="Center"/> + <Button name="menuClear" x="0" y="153" w="60" h="50" style="posButton" content="CLR" alignment="Center"/> + <Button name="numZero" x="61" y="153" w="60" h="50" style="numButton" content="0" alignment="Center"/> + <Button name="numDZero" x="122" y="153" w="60" h="50" style="numButton" content="00" alignment="Center"/> + </Panel> + + <!-- right side options --> + <Panel x="248" y="0" w="230" h="204" style="posButton"> + <!--<Button x="0" y="0" w="75" h="68" style="posButton" content="" alignment="Center"/>--> + <Button name="charDel" x="0" y="0" w="75" h="50" style="posButton" content="DEL" alignment="Center"/> + <Button name="menuLogout" x="76" y="0" w="75" h="50" style="posButton" content="SIGN_OUT" alignment="Center"/> + <Button name="menuLock" x="152" y="0" w="75" h="50" style="posButton" content="LOCK" alignment="Center"/> + + <!--<Button name="menuChgQty" x="0" y="69" w="75" h="68" style="posButton" content="MOD" alignment="Center"/>--> + <Button name="menuQty" x="0" y="51" w="75" h="50" style="posButton" content="QTY" alignment="Center"/> + <Button name="menuChgQty" x="76" y="51" w="75" h="50" style="posButton" content="MOD" alignment="Center"/> + <Button name="menuItemDisc" x="152" y="51" w="75" h="50" style="posButton" content="ITEM_DISC" alignment="Center"/> + + <!--<Button name="menuVoidItem" x="0" y="138" w="75" h="68" style="posButton" content="" alignment="Center"/>--> + <Button name="menuVoidItem" x="0" y="102" w="75" h="50" style="posButton" content="VOID_ITEM" alignment="Center"/> + <Button name="menuVoidAll" x="76" y="102" w="75" h="50" style="posButton" content="VOID_SALE" alignment="Center"/> + <Button name="menuSaleDisc" x="152" y="102" w="75" h="50" style="posButton" content="SALE_DISC" alignment="Center"/> + + <!--<Button name="" x="0" y="207" w="75" h="68" style="posButton" content="" alignment="Center"/>--> + <Button name="menuSave" x="0" y="153" w="75" h="50" style="posButton" content="TRANS_SAVE" alignment="Center"/> + <Button name="menuLoad" x="76" y="153" w="75" h="50" style="posButton" content="TRANS_RET" alignment="Center"/> + <Button name="menuClrDisc" x="152" y="153" w="75" h="50" style="posButton" content="CLR_DISC" alignment="Center"/> + </Panel> + </Components> +</XPage> Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/payinput.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/payinput.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/payinput.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/payinput.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage> + <Components> + <Panel name="toppan" x="0" y="1" w="800" h="36" border="1" style="panel"> + <Edit name="pos_input" x="2" y="2" w="794" h="32" style="input" border="0" alignment="Right"/> + </Panel> + </Components> +</XPage> Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/posinput.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/posinput.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/posinput.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/includes/posinput.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage> + <Components> + <Panel name="toppan" x="0" y="1" w="800" h="36" border="1" style="panel"> + <Edit name="pos_output" x="2" y="2" w="481" h="32" style="input" border="0" alignment="Left"/> + <Edit name="pos_input" x="485" y="2" w="313" h="32" style="input" border="0" alignment="Right"/> + <Password name="pos_inputpassword" x="485" y="2" w="313" h="32" style="input" border="0" alignment="Right"/> + </Panel> + </Components> +</XPage> Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/mgrmain.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/mgrmain.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/mgrmain.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/mgrmain.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage> + <Components> + <!-- line 1 --> + <Button name="menuSku" x="0" y="0" w="78" h="47" style="posButton" content="SKU" alignment="Center"/> + <Button name="menuMain" x="80" y="0" w="78" h="47" style="posButton" content="MAIN" alignment="Center"/> + <Button name="menuMgr" x="160" y="0" w="78" h="47" style="posButton" content="MGR" alignment="Center"/> + <Button name="menuPromo" x="240" y="0" w="78" h="47" style="posButton" content="PROMO" alignment="Center"/> + <Button name="" x="320" y="0" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="menuPay" x="400" y="0" w="78" h="47" style="posButton" content="PAY" alignment="Center"/> + + <!-- line 2 --> + <Button name="mgrPriceChg" x="0" y="49" w="78" h="47" style="posButton" content="CHANGE_PRICE" alignment="Center"/> + <Button name="mgrReprintTx" x="80" y="49" w="78" h="47" style="posButton" content="REPRINT" alignment="Center"/> + <Button name="" x="160" y="49" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="240" y="49" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="320" y="49" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="mgrOpenTerm" x="400" y="49" w="78" h="47" style="posButton" content="OPEN" alignment="Center"/> + + <!-- line 3 --> + <Button name="" x="0" y="98" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="80" y="98" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="mgrPaidOut" x="160" y="98" w="78" h="47" style="posButton" content="PAID_OUT" alignment="Center"/> + <Button name="mgrPaidIn" x="240" y="98" w="78" h="47" style="posButton" content="PAID_IN" alignment="Center"/> + <Button name="" x="320" y="98" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="mgrCloseTerm" x="400" y="98" w="78" h="47" style="posButton" content="CLOSE" alignment="Center"/> + + <!-- line 4 --> + <Button name="" x="0" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="80" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="160" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="240" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="320" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="mgrVoidSale" x="400" y="147" w="78" h="47" style="posButton" content="VOID_SALE" alignment="Center"/> + + <!-- line 5 --> + <Button name="mgrCacheClear" x="0" y="196" w="78" h="47" style="posButton" content="CLEAR_CACHE" alignment="Center"/> + <Button name="mgrResetXui" x="80" y="196" w="78" h="47" style="posButton" content="RESET_XUI" alignment="Center"/> + <Button name="" x="160" y="196" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="240" y="196" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="320" y="196" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="400" y="196" w="78" h="47" style="posButton" content="" alignment="Center"/> + + <!-- line 6 --> + <Button name="mgrPopDrwr" x="0" y="245" w="78" h="47" style="posButton" content="OPEN_DRAWER" alignment="Center"/> + <Button name="mgrTotals" x="80" y="245" w="78" h="47" style="posButton" content="TOTALS" alignment="Center"/> + <Button name="" x="160" y="245" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="240" y="245" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="320" y="245" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="mgrShutDown" x="400" y="245" w="78" h="47" style="posButton" content="EXIT" alignment="Center"/> + </Components> +</XPage> \ No newline at end of file Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/paymain.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/paymain.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/paymain.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/paymain.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage> + <Components> + <Button name="menuSku" x="0" y="0" w="78" h="47" style="posButton" content="SKU" alignment="Center"/> + <Button name="menuMain" x="80" y="0" w="78" h="47" style="posButton" content="MAIN" alignment="Center"/> + <Button name="menuMgr" x="160" y="0" w="78" h="47" style="posButton" content="MGR" alignment="Center"/> + <Button name="menuPromo" x="240" y="0" w="78" h="47" style="posButton" content="PROMO" alignment="Center"/> + <Button name="" x="320" y="0" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="menuPay" x="400" y="0" w="78" h="47" style="posButton" content="PAY" alignment="Center"/> + + <Edit name="pos_output" x="3" y="49" w="468" h="49" style="error" border="0" alignment="Center"/> + + <Button name="payCash" x="0" y="196" w="78" h="47" style="posButton" content="CASH" alignment="Center"/> + <Button name="payCheck" x="80" y="196" w="78" h="47" style="posButton" content="CHECK" alignment="Center"/> + <Button name="payCredit" x="160" y="196" w="78" h="47" style="posButton" content="CREDIT" alignment="Center"/> + <Button name="payGiftCard" x="240" y="196" w="78" h="47" style="posButton" content="GIFT_CERT" alignment="Center"/> + + <Button name="" x="320" y="196" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="400" y="196" w="78" h="47" style="posButton" content="" alignment="Center"/> + + <Button name="payClear" x="0" y="245" w="78" h="47" style="posButton" content="CLEAR_ONE" alignment="Center"/> + <Button name="payClearAll" x="80" y="245" w="78" h="47" style="posButton" content="CLEAR_ALL" alignment="Center"/> + <Button name="paySetRef" x="160" y="245" w="78" h="47" style="posButton" content="SET_REF#" alignment="Center"/> + + <Button name="" x="240" y="245" w="78" h="47" style="posButton" content="" alignment="Center"/> + + <Button name="testMsr" x="320" y="245" w="78" h="47" style="posButton" content="TEST_MSR" alignment="Center"/> + <Button name="ALT.payFinish" x="400" y="245" w="78" h="47" style="posButton" content="FINISH" alignment="Center"/> + </Components> +</XPage> \ No newline at end of file Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/posmain.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/posmain.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/posmain.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/posmain.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage> + <Components> + <!-- line 1 --> + <Button name="menuSku" x="0" y="0" w="78" h="47" style="posButton" content="SKU" alignment="Center"/> + <Button name="menuMain" x="80" y="0" w="78" h="47" style="posButton" content="MAIN" alignment="Center"/> + <Button name="menuMgr" x="160" y="0" w="78" h="47" style="posButton" content="MGR" alignment="Center"/> + <Button name="menuPromo" x="240" y="0" w="78" h="47" style="posButton" content="PROMO" alignment="Center"/> + <Button name="menuConfigItem" x="320" y="0" w="78" h="47" style="posButton" content="CONFIG_ITEM" alignment="Center"/> + <Button name="menuPay" x="400" y="0" w="78" h="47" style="posButton" content="PAY" alignment="Center"/> + + <!-- line 2 --> + <Button name="SKU.GZ-1001" x="0" y="49" w="78" h="47" style="skuButtonGizmo" content="GIZMO 1" alignment="Center"/> + <Button name="SKU.GZ-5005" x="80" y="49" w="78" h="47" style="skuButtonGizmoPurple" content="GZ PURPLE" alignment="Center"/> + <Button name="SKU.GZ-2644" x="160" y="49" w="78" h="47" style="skuButtonGizmo" content="GZ-2644" alignment="Center"/> + <Button name="SKU.GZ-2002" x="240" y="49" w="78" h="47" style="skuButtonGizmo" content="GZ-2002" alignment="Center"/> + <Button name="SKU.GZ-7000" x="320" y="49" w="78" h="47" style="skuButtonGizmo" content="GZ-7000" alignment="Center"/> + <Button name="SKU.WG-5569" x="400" y="49" w="78" h="47" style="skuButtonWidget" content="WIDGET 1" alignment="Center"/> + + <!-- line 3 --> + <Button name="" x="0" y="98" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="80" y="98" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="160" y="98" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="240" y="98" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="320" y="98" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="400" y="98" w="78" h="47" style="posButton" content="" alignment="Center"/> + + <!-- line 4 --> + <Button name="" x="0" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="80" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="160" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="240" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="320" y="147" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="SKU.GZ-DIG" x="400" y="147" w="78" h="47" style="skuButtonGizmo" content="GZ-DIG" alignment="Center"/> + + <!-- line 5 --> + <Button name="SKU.GZ-1004" x="0" y="196" w="78" h="47" style="skuButtonGizmo" content="GZ-1004" alignment="Center"/> + <Button name="SKU.GZ-1005" x="80" y="196" w="78" h="47" style="skuButtonGizmo" content="GZ-1005" alignment="Center"/> + <Button name="SKU.GZ-8544" x="160" y="196" w="78" h="47" style="skuButtonGizmo" content="GZ-8544" alignment="Center"/> + <Button name="SKU.GZ-9290" x="240" y="196" w="78" h="47" style="skuButtonGizmo" content="GZ-9290" alignment="Center"/> + <Button name="SKU.WG-1111" x="320" y="196" w="78" h="47" style="skuButtonWidget" content="WG-1111" alignment="Center"/> + <Button name="SKU.PC001" x="400" y="196" w="78" h="47" style="skuButtonConfigurableItem" content="CONFIG PC" alignment="Center"/> + + <!-- line 6 --> + <!--Button name="testAlert" x="0" y="310" w="100" h="60" style="posButton" content="TEST ALERT" alignment="Center"/--> + <!--Button name="" x="0" y="310" w="100" h="60" style="posButton" content="" alignment="Center"/--> + <Button name="SKU.ENCHILADAS" x="0" y="245" w="78" h="47" style="skuButtonConfigurableItem" content="Enchiladas" alignment="Center"/> + <Button name="" x="80" y="245" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="160" y="245" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="240" y="245" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="320" y="245" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="" x="400" y="245" w="78" h="47" style="posButton" content="" alignment="Center"/> + <!--Button name="testMsr" x="510" y="310" w="100" h="60" style="posButton" content="TEST MSR" alignment="Center"/--> + <!--Button name="testNumeric" x="510" y="310" w="100" h="60" style="posButton" content="Num Keypad" alignment="Center"/--> + + </Components> +</XPage> Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/promomain.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/promomain.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/promomain.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/menu/promomain.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage> + <Components> + <Button name="menuSku" x="0" y="0" w="78" h="47" style="posButton" content="SKU" alignment="Center"/> + <Button name="menuMain" x="80" y="0" w="78" h="47" style="posButton" content="MAIN" alignment="Center"/> + <Button name="menuMgr" x="160" y="0" w="78" h="47" style="posButton" content="MGR" alignment="Center"/> + <Button name="menuPromo" x="240" y="0" w="78" h="47" style="posButton" content="PROMO" alignment="Center"/> + <Button name="" x="320" y="0" w="78" h="47" style="posButton" content="" alignment="Center"/> + <Button name="menuPay" x="400" y="0" w="78" h="47" style="posButton" content="PAY" alignment="Center"/> + + <Button name="promoCode" x="0" y="49" w="78" h="47" style="posButton" content="PROMO_CODE" alignment="Center"/> + </Components> +</XPage> \ No newline at end of file Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage class="org.ofbiz.pos.screen.PosScreen"> + <Components> + <Panel name="mainPanel" x="0" y="0" w="800" h="600" style="input" border="0"> + <Panel name="inputPanel" x="0" y="0" w="800" h="38" style="input" border="0"> + <Include file="default/includes/posinput"/> + </Panel> + <Panel name="journalPanel" x="0" y="38" w="320" h="542" style="menu"> + <Include file="default/includes/journal"/> + </Panel> + <Panel name="menuPanel" x="320" y="38" w="480" h="318" style="menu"> + <Include file="default/menu/mgrmain"/> + </Panel> + <Panel name="numericPanel" x="320" y="356" w="480" h="210" style="menu"> + <Include file="default/includes/numeric"/> + </Panel> + </Panel> + </Components> +</XPage> \ No newline at end of file Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage class="org.ofbiz.pos.screen.PosScreen"> + <Components> + <Panel name="mainPanel" x="0" y="0" w="800" h="600" style="input" border="0"> + <Panel name="inputPanel" x="0" y="0" w="800" h="38" style="input" border="0"> + <Include file="default/includes/payinput"/> + </Panel> + <Panel name="journalPanel" x="0" y="38" w="320" h="542" style="menu"> + <Include file="default/includes/journal"/> + </Panel> + <Panel name="menuPanel" x="320" y="38" w="480" h="318" style="menu"> + <Include file="default/menu/paymain"/> + </Panel> + <Panel name="numericPanel" x="320" y="356" w="480" h="210" style="menu"> + <Include file="default/includes/numeric"/> + </Panel> + </Panel> + </Components> +</XPage> \ No newline at end of file Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage class="org.ofbiz.pos.screen.PosScreen" resource=""> + <Components> + <Panel name="mainPanel" x="0" y="0" w="800" h="600" style="input" border="0"> + <Panel name="inputPanel" x="0" y="0" w="800" h="38" style="input" border="0"> + <Include file="default/includes/posinput"/> + </Panel> + <Panel name="journalPanel" x="0" y="38" w="320" h="542" style="menu"> + <Include file="default/includes/journal"/> + </Panel> + <Panel name="menuPanel" x="320" y="38" w="480" h="318" style="menu"> + <Include file="default/menu/posmain"/> + </Panel> + <Panel name="numericPanel" x="320" y="356" w="480" h="220" style="menu"> + <Include file="default/includes/numeric"/> + </Panel> + </Panel> + </Components> +</XPage> Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml?rev=818432&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml (added) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml Thu Sep 24 10:28:00 2009 @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<XPage class="org.ofbiz.pos.screen.PosScreen"> + <Components> + <Panel name="mainPanel" x="0" y="0" w="800" h="600" style="input" border="0"> + <Panel name="inputPanel" x="0" y="0" w="800" h="38" style="input" border="0"> + <Include file="default/includes/posinput"/> + </Panel> + <Panel name="journalPanel" x="0" y="38" w="320" h="542" style="menu"> + <Include file="default/includes/journal"/> + </Panel> + <Panel name="menuPanel" x="320" y="38" w="480" h="318" style="menu"> + <Include file="default/menu/promomain"/> + </Panel> + <Panel name="numericPanel" x="320" y="356" w="480" h="220" style="menu"> + <Include file="default/includes/numeric"/> + </Panel> + </Panel> + </Components> +</XPage> \ No newline at end of file |
Free forum by Nabble | Edit this page |