You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/24 19:44:13 UTC

svn commit: r818565 - in /ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog: ./ error/

Author: jleroux
Date: Thu Sep 24 17:44:09 2009
New Revision: 818565

URL: http://svn.apache.org/viewvc?rev=818565&view=rev
Log:
Complete previous commits for different screen sizes for POS with untouched files 

Added:
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/PaidInOut.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/SelectProduct.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/cardreaderror.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/drawererror.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/draweropen.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/exception.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/fatalprintererror.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidcardnumber.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidexpirationdate.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidsecuritycode.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/itemnotconfigurable.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/mgrnotloggedin.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/noitems.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/nosales.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notenoughfunds.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notyetsupported.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/ordernotfound.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/printernotready.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/producterror.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/productnotfound.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/salevoided.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/terminalclosed.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/testerror.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/unknowncardtype.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/keyboard.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/loadsale.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/numeric.xml
    ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/savesale.xml

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/PaidInOut.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/PaidInOut.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/PaidInOut.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/PaidInOut.xml Thu Sep 24 17:44:09 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 class="net.xoetrope.swing.XDialog" resource="">
+    <Components>
+        <Panel name="InOutPanel" x="0" y="0" w="680" h="200" style="menu">
+            <Label name="amoutLabel" x="20" y="30" w="100" h="40" content="AmountInOut" style="editAndList"/>
+            <Edit name="amountEdit"  x="120" y="20" w="300" h="40" style="editAndList"/>
+            <Label name="reasonLabel" x="20" y="90" w="100" h="40" content="ReasonInOut" style="editAndList"/>
+            <ComboBox name="reasonCombo" x="120" y="80" w="300" h="40" editable="false" style="editAndList"/>
+            <Label name="reasonCommentLabel" x="20" y="140" w="100" h="40" content="reasonCommentInOut" style="editAndList"/>
+            <Edit name="reasonCommentEdit"  x="120" y="130" w="300" h="40" style="editAndList"/>
+            <Button name="BtnCancel" x="460" y="20" w="180" h="40" content="Cancel" style="dialogButton"/>
+            <Button name="BtnOk" x="460" y="80" w="180" h="40" content="Ok" style="dialogButton"/>
+        </Panel>
+    </Components>
+</XPage>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/SelectProduct.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/SelectProduct.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/SelectProduct.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/SelectProduct.xml Thu Sep 24 17:44:09 2009
@@ -0,0 +1,30 @@
+<?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 name="SelectProduct" x="0" y="0" w="680" h="420" style="menu">
+            <ScrollPane name="scrollList" x="20" y="20" w="400" h="372">
+                <List name="productsList" x="0" y="0" w="400" h="400" style="editAndList"/>
+            </ScrollPane>
+            <Button name="BtnCancel" x="460" y="20" w="180" h="44" content="Cancel" style="dialogButton"/>
+            <Button name="BtnSelect" x="460" y="80" w="180" h="44" content="Add" style="dialogButton"/>
+        </Panel>
+    </Components>
+</XPage>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/cardreaderror.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/cardreaderror.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/cardreaderror.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/cardreaderror.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="problems_reading_card" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/drawererror.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/drawererror.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/drawererror.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/drawererror.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="CASH_DRAWER_COMMUNICATION_ERROR" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/draweropen.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/draweropen.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/draweropen.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/draweropen.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="CASH_DRAWER_IS_OPEN" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/exception.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/exception.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/exception.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/exception.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="300" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="300" name="closeBtn" style="error" content="EXCEPTION" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/fatalprintererror.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/fatalprintererror.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/fatalprintererror.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/fatalprintererror.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="RECEIPT_PRINTER_COMMUNICATION_ERROR" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidcardnumber.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidcardnumber.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidcardnumber.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidcardnumber.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="INVALID_CARD_NUMBER" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidexpirationdate.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidexpirationdate.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidexpirationdate.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidexpirationdate.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="INVALID_EXPIRATION_DATE" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidsecuritycode.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidsecuritycode.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidsecuritycode.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/invalidsecuritycode.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="INVALID_SECURITY_CODE" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/itemnotconfigurable.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/itemnotconfigurable.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/itemnotconfigurable.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/itemnotconfigurable.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="item_not_configurable" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/mgrnotloggedin.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/mgrnotloggedin.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/mgrnotloggedin.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/mgrnotloggedin.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="MANAGER_NOT_LOGGED_IN" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/noitems.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/noitems.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/noitems.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/noitems.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="NO_ITEMS_SOLD" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/nosales.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/nosales.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/nosales.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/nosales.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="no_sales" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notenoughfunds.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notenoughfunds.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notenoughfunds.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notenoughfunds.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="NOT_ENOUGH_FUNDS" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notyetsupported.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notyetsupported.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notyetsupported.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/notyetsupported.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="FUNCTION_NOT_YET_SUPPORTED" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/ordernotfound.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/ordernotfound.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/ordernotfound.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/ordernotfound.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="order_not_found" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/printernotready.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/printernotready.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/printernotready.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/printernotready.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="PRINTER_NOT_READY" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/producterror.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/producterror.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/producterror.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/producterror.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="ITEM_MODIFICATION_ERROR" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/productnotfound.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/productnotfound.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/productnotfound.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/productnotfound.xml Thu Sep 24 17:44:09 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 resource="">
+    <Components>
+        <Panel name="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="product_not_found" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/salevoided.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/salevoided.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/salevoided.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/salevoided.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="SALE_VOIDED" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/terminalclosed.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/terminalclosed.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/terminalclosed.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/terminalclosed.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="TERMINAL_IS_CLOSED" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/testerror.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/testerror.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/testerror.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/testerror.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="TEST_ALERT_BOX" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/unknowncardtype.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/unknowncardtype.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/unknowncardtype.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/error/unknowncardtype.xml Thu Sep 24 17:44:09 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="errorPanel" x="0" y="0" w="400" h="200" style="errorpanel" border="0" alignment="Center">
+            <Button w="400" h="200" name="closeBtn" style="error" content="UNKNOWN_CARD_TYPE" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/keyboard.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/keyboard.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/keyboard.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/keyboard.xml Thu Sep 24 17:44:09 2009
@@ -0,0 +1,104 @@
+<?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 name="mainPanel" x="0" y="0" w="1024" h="768" style="menu" >
+        <!--  FIXME XUI dialog boxes are hardcoded to a 800*600 max ! https://issues.apache.org/jira/browse/OFBIZ-1606?focusedCommentId=12614469#action_12614469
+               actually maxi seem to be 808*628 certainly due to margins(?)
+        -->
+            <Panel name="inputAndDel" x="0" y="0" w="760" h="50" style="numButton">
+                <Edit name="keyboard_input" x="2" y="2" w="600" h="42" style="editAndList" border="1" alignment="Left"/>
+                <Button name="charDel" x="609" y="2" w="150" h="42" style="numButton" content="Backspace" alignment="Center"/>
+            </Panel>
+            <Panel name="alphaNum_keyboard" x="0" y="50" w="760" h="351" style="numButton">
+                <Button name="char1" x="0" y="0" w="75" h="68" style="numButton" content="1" alignment="Center"/>
+                <Button name="char2" x="76" y="0" w="75" h="68" style="numButton" content="2" alignment="Center"/>
+                <Button name="char3" x="152" y="0" w="75" h="68" style="numButton" content="3" alignment="Center"/>
+                <Button name="char4" x="228" y="0" w="75" h="68" style="numButton" content="4" alignment="Center"/>
+                <Button name="char5" x="304" y="0" w="75" h="68" style="numButton" content="5" alignment="Center"/>
+                <Button name="char6" x="380" y="0" w="75" h="68" style="numButton" content="6" alignment="Center"/>
+                <Button name="char7" x="456" y="0" w="75" h="68" style="numButton" content="7" alignment="Center"/>
+                <Button name="char8" x="532" y="0" w="75" h="68" style="numButton" content="8" alignment="Center"/>
+                <Button name="char9" x="608" y="0" w="75" h="68" style="numButton" content="9" alignment="Center"/>
+                <Button name="char0" x="684" y="0" w="75" h="68" style="numButton" content="0" alignment="Center"/>
+
+                <Button name="charQ" x="0" y="69" w="75" h="68" style="numButton" content="q" alignment="Center"/>
+                <Button name="charW" x="76" y="69" w="75" h="68" style="numButton" content="w" alignment="Center"/>
+                <Button name="charE" x="152" y="69" w="75" h="68" style="numButton" content="e" alignment="Center"/>
+                <Button name="charR" x="228" y="69" w="75" h="68" style="numButton" content="r" alignment="Center"/>
+                <Button name="charT" x="304" y="69" w="75" h="68" style="numButton" content="t" alignment="Center"/>
+                <Button name="charY" x="380" y="69" w="75" h="68" style="numButton" content="y" alignment="Center"/>
+                <Button name="charU" x="456" y="69" w="75" h="68" style="numButton" content="u" alignment="Center"/>
+                <Button name="charI" x="532" y="69" w="75" h="68" style="numButton" content="i" alignment="Center"/>
+                <Button name="charO" x="608" y="69" w="75" h="68" style="numButton" content="o" alignment="Center"/>
+                <Button name="charP" x="684" y="69" w="75" h="68" style="numButton" content="p" alignment="Center"/>
+
+                <Button name="charA" x="00" y="138" w="75" h="68" style="numButton" content="a" alignment="Center"/>
+                <Button name="charS" x="76" y="138" w="75" h="68" style="numButton" content="s" alignment="Center"/>
+                <Button name="charD" x="152" y="138" w="75" h="68" style="numButton" content="d" alignment="Center"/>
+                <Button name="charF" x="228" y="138" w="75" h="68" style="numButton" content="f" alignment="Center"/>
+                <Button name="charG" x="304" y="138" w="75" h="68" style="numButton" content="g" alignment="Center"/>
+                <Button name="charH" x="380" y="138" w="75" h="68" style="numButton" content="h" alignment="Center"/>
+                <Button name="charJ" x="456" y="138" w="75" h="68" style="numButton" content="j" alignment="Center"/>
+                <Button name="charK" x="532" y="138" w="75" h="68" style="numButton" content="k" alignment="Center"/>
+                <Button name="charL" x="608" y="138" w="75" h="68" style="numButton" content="l" alignment="Center"/>
+
+                <Button name="charZ" x="00" y="207" w="75" h="68" style="numButton" content="z" alignment="Center"/>
+                <Button name="charX" x="76" y="207" w="75" h="68" style="numButton" content="x" alignment="Center"/>
+                <Button name="charC" x="152" y="207" w="75" h="68" style="numButton" content="c" alignment="Center"/>
+                <Button name="charV" x="228" y="207" w="75" h="68" style="numButton" content="v" alignment="Center"/>
+                <Button name="charB" x="304" y="207" w="75" h="68" style="numButton" content="b" alignment="Center"/>
+                <Button name="charN" x="380" y="207" w="75" h="68" style="numButton" content="n" alignment="Center"/>
+                <Button name="charM" x="456" y="207" w="75" h="68" style="numButton" content="m" alignment="Center"/>
+                <Button name="charDot" x="532" y="207" w="75" h="68" style="numButton" content="." alignment="Center"/>
+                <Button name="charDash" x="608" y="207" w="75" h="68" style="numButton" content="-" alignment="Center"/>
+
+                <Button name="charEnter" x="694" y="206" w="65" h="138" style="numButton" content="Enter" alignment="Center"/>
+
+                <Button name="charClear" x="0" y="276" w="75" h="68" style="numButton" content="Clear" alignment="Center"/>
+                <Button name="charShift" x="76" y="276" w="75" h="68" style="numButton" content="Shift" alignment="Center"/>
+                <Button name="charShiftLock" x="152" y="276" w="75" h="68" style="numButton" content="Lock" alignment="Center"/>
+
+                <Button name="charSpace" x="228" y="276" w="300" h="68" style="numButton" content="Space Bar" alignment="Center"/>
+
+                <Button name="charCancel" x="585" y="276" w="100" h="68" style="numButton" content="Cancel" alignment="Center"/>
+            </Panel>
+
+            <!--  FIXME XUI dialog boxes are hardcoded to a 800*600 max ! https://issues.apache.org/jira/browse/OFBIZ-1606?focusedCommentId=12614469#action_12614469
+                actually maxi seem to be 808*628 certainly due to margins(?)
+            -->
+            <!--Panel name="num_keyboard" x="760" y="50" w="264" h="282" style="numButton">
+                <Button name="numSeven" x="0" y="0" w="70" h="68" style="numButton" content="7" alignment="Center"/>
+                <Button name="numEight" x="76" y="0" w="75" h="68" style="numButton" content="8" alignment="Center"/>
+                <Button name="numNine" x="152" y="0" w="75" h="68" style="numButton" content="9" alignment="Center"/>
+                <Button name="numPercent" x="228" y="0" w="75" h="68" style="numButton" content="%" alignment="Center"/>
+                <Button name="numFour" x="0" y="69" w="75" h="68" style="numButton" content="4" alignment="Center"/>
+                <Button name="numFive" x="76" y="69" w="75" h="68" style="numButton" content="5" alignment="Center"/>
+                <Button name="numSix" x="152" y="69" w="75" h="68" style="numButton" content="6" alignment="Center"/>
+                <Button name="numOne" x="0" y="138" w="75" h="68" style="numButton" content="1" alignment="Center"/>
+                <Button name="numTwo" x="76" y="138" w="75" h="68" style="numButton" content="2" alignment="Center"/>
+                <Button name="numThree" x="152" y="138" w="75" h="68" style="numButton" content="3" alignment="Center"/>
+                <Button name="numMinus" x="0" y="207" w="75" h="68" style="posButton" content="-" alignment="Center"/>
+                <Button name="numZero" x="76" y="207" w="75" h="68" style="numButton" content="0" alignment="Center"/>
+                <Button name="numDZero" x="152" y="207" w="75" h="68" style="numButton" content="00" alignment="Center"/>
+            </Panel-->
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/loadsale.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/loadsale.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/loadsale.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/loadsale.xml Thu Sep 24 17:44:09 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 class="net.xoetrope.swing.XDialog">
+    <Components>
+        <Panel name="salesPanel" x="0" y="0" w="680" h="420" style="menu">
+            <ScrollPane name="scrollList" x="20" y="20" w="400" h="372">
+                <List name="salesList" x="0" y="0" w="400" h="400" style="editAndList"/>
+            </ScrollPane>
+            <Button name="BtnCancel" x="460" y="20" w="180" h="44" content="Cancel" style="dialogButton"/>
+            <Button name="BtnAdd" x="460" y="80" w="180" h="44" content="Add" style="dialogButton"/>
+            <Button name="BtnReplace" x="460" y="140" w="180" h="44" content="Replace" style="dialogButton"/>
+            <Button name="BtnDelete" x="460" y="200" w="180" h="44" content="Delete" style="dialogButton"/>
+            <Button name="BtnReplaceAndDelete" x="460" y="260" w="180" h="132" content="ReplaceAndDelete" style="dialogButton"/>
+        </Panel>
+    </Components>
+</XPage>
\ No newline at end of file

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/numeric.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/numeric.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/numeric.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/numeric.xml Thu Sep 24 17:44:09 2009
@@ -0,0 +1,43 @@
+<?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="306" h="50" style="numButton">
+            <Edit name="numeric_input" x="2" y="2" w="300" h="42" style="input" border="0" alignment="Left"/>
+        </Panel>
+        <Panel x="0" y="50" w="306" h="282" style="numButton">
+            <Button name="numSeven" x="0" y="0" w="75" h="68" style="numButton" content="7" alignment="Center"/>
+            <Button name="numEight" x="76" y="0" w="75" h="68" style="numButton" content="8" alignment="Center"/>
+            <Button name="numNine" x="152" y="0" w="75" h="68" style="numButton" content="9" alignment="Center"/>
+            <Button name="numPercent" x="228" y="0" w="75" h="68" style="numButton" content="%" alignment="Center"/>
+            <Button name="numFour" x="0" y="69" w="75" h="68" style="numButton" content="4" alignment="Center"/>
+            <Button name="numFive" x="76" y="69" w="75" h="68" style="numButton" content="5" alignment="Center"/>
+            <Button name="numSix" x="152" y="69" w="75" h="68" style="numButton" content="6" alignment="Center"/>
+            <Button name="numMinus" x="228" y="69" w="75" h="68" style="numButton" content="-" alignment="Center"/>
+            <Button name="numOne" x="0" y="138" w="75" h="68" style="numButton" content="1" alignment="Center"/>
+            <Button name="numTwo" x="76" y="138" w="75" h="68" style="numButton" content="2" alignment="Center"/>
+            <Button name="numThree" x="152" y="138" w="75" h="68" style="numButton" content="3" alignment="Center"/>
+            <Button name="menuEnter" x="228" y="138" w="75" h="137" style="posButton" content="ENT" alignment="Center"/>
+            <Button name="menuClear" x="0" y="207" w="75" h="68" style="posButton" content="CLR" alignment="Center"/>
+            <Button name="numZero" x="76" y="207" w="75" h="68" style="numButton" content="0" alignment="Center"/>
+            <Button name="numDZero" x="152" y="207" w="75" h="68" style="numButton" content="00" alignment="Center"/>
+        </Panel>
+    </Components>
+</XPage>

Added: ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/savesale.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/savesale.xml?rev=818565&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/savesale.xml (added)
+++ ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog/savesale.xml Thu Sep 24 17:44:09 2009
@@ -0,0 +1,30 @@
+<?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.XFocusDialog"-->
+<XPage class="net.xoetrope.swing.XDialog">
+    <Components>
+        <Panel name="salePanel" x="0" y="0" w="680" h="320" style="menu">
+            <Edit name="saleName"  x="20" y="20" w="400" h="44" style="editAndList"/>
+            <Button name="BtnCancel" x="460" y="20" w="180" h="44" content="Cancel" style="dialogButton"/>
+            <Button name="BtnSave" x="460" y="80" w="180" h="44" content="Save" style="dialogButton"/>
+            <Button name="BtnSaveAndClear" x="460" y="140" w="180" h="132" content="SaveAndClear" style="dialogButton"/>
+        </Panel>
+    </Components>
+</XPage>
\ No newline at end of file



Re: svn commit: r818565 - in /ofbiz/trunk/specialpurpose/pos/screens/800x600/dialog: ./ error/

Posted by Adam Heath <do...@brainfood.com>.
jleroux@apache.org wrote:
> Author: jleroux
> Date: Thu Sep 24 17:44:09 2009
> New Revision: 818565
> 
> URL: http://svn.apache.org/viewvc?rev=818565&view=rev
> Log:
> Complete previous commits for different screen sizes for POS with untouched files 

Which previous commit?  Your last commit had nothing to do with POS.