/[papo]/gnue/forms/samples/inventory/forms/sc_inv_cycle_count.gfd
ViewVC logotype

Diff of /gnue/forms/samples/inventory/forms/sc_inv_cycle_count.gfd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by charlie, Fri Jun 28 19:43:53 2002 UTC revision 1.1.4.1 by anthonyl, Tue Mar 4 22:18:20 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0"?>  <?xml version="1.0"?>
2    
3  <!--  GNUe Designer (0.1.0)  <!--  GNUe Forms 0.5.0 Migration Tool
4        Form saved on: 2001-11-04 22:03:19  -->        Saved on: 2002-11-26 20:28:16  -->
5    
6  <form width="76" title="Inventory Maintenance" height="31">  <form title="Inventory Maintenance">
7    <options>    <options>
8      <option value="0.0.1" name="version"/>      <option name="version" value="0.0.1"/>
9    </options>    </options>
10    <datasource name="inventory"/>    <datasource name="inventory"/>
11    <page name="Page_1">    <logic>
12      <block name="inventory" datasource="inventory">      <block name="inventory" datasource="inventory">
13        <label x="1" y="1" name="Label_1" text="Store Number"/>        <field name="ntryStoreNum" field="loc_num">
       <entry name="ntryStoreNum" x="1" y="2" width="10" field="loc_num">  
14          <options>          <options>
15            <option name="tip" value="The store number."/>            <option name="tip" value="The store number."/>
16          </options>          </options>
17        </entry>        </field>
18        <label x="21" y="1" name="Label_2" text="Phone Number"/>        <field name="ntryPhoneNumber" field="phone">
       <entry name="ntryPhoneNumber" x="21" y="2" width="20" field="phone">  
19          <options>          <options>
20            <option name="tip" value="The stores phone number."/>            <option name="tip" value="The stores phone number."/>
21          </options>          </options>
22        </entry>        </field>
23        <label x="1" y="3" name="Label_3" text="Store Name"/>        <field name="ntryStoreName" field="desc">
       <entry name="ntryStoreName" x="1" y="4" width="40" field="desc">  
24          <options>          <options>
25            <option name="tip" value="The store name."/>            <option name="tip" value="The store name."/>
26          </options>          </options>
27        </entry>        </field>
28        <label x="1" y="5" name="Label_4" text="Address"/>        <field name="ntryAddr1" field="addr1">
       <entry name="ntryAddr1" x="1" y="6" width="40" field="addr1">  
29          <options>          <options>
30            <option name="tip" value="The stores address line one."/>            <option name="tip" value="The stores address line one."/>
31          </options>          </options>
32        </entry>        </field>
33        <entry name="ntryAddr2" x="1" y="7" width="40" field="addr2">        <field name="ntryAddr2" field="addr2">
34          <options>          <options>
35            <option name="tip" value="The stores address line two."/>            <option name="tip" value="The stores address line two."/>
36          </options>          </options>
37        </entry>        </field>
38        <entry name="ntryAddr3" x="1" y="8" width="40" field="addr3">        <field name="ntryAddr3" field="addr3">
39          <options>          <options>
40            <option name="tip" value="The stores address line three."/>            <option name="tip" value="The stores address line three."/>
41          </options>          </options>
42        </entry>        </field>
43        <label x="44" y="1" name="Label_5" text="Comments"/>        <field name="ntryComments" field="">
       <entry name="ntryComments" x="44" y="2" width="31" field="" height="8">  
44          <options>          <options>
45            <option name="tip" value="Comments about store."/>            <option name="tip" value="Comments about store."/>
46          </options>          </options>
47        </entry>        </field>
48        <label x="1" y="10" name="Label_6" text="SKU"/>        <field name="" field="sku">
       <label x="12" y="10" name="Label_7" text="Description"/>  
       <label x="43" y="10" name="Label_8" text="Old QTY"/>  
       <label x="54" y="10" name="Label_9" text="New QTY"/>  
       <label x="65" y="10" name="Label_10" text="Sold"/>  
       <entry x="1" y="11" field="sku" name="" width="10" rows="20">  
49          <options>          <options>
50            <option name="tip" value="The SKU for this item."/>            <option name="tip" value="The SKU for this item."/>
51          </options>          </options>
52        </entry>        </field>
53        <entry x="12" y="11" field="desc" name="ntryDescription" width="30"        <field name="ntryDescription" field="desc">
              rows="20">  
54          <options>          <options>
55            <option name="tip" value="The description for this item."/>            <option name="tip" value="The description for this item."/>
56          </options>          </options>
57        </entry>        </field>
58        <entry x="43" y="11" field="qty" name="ntryOldQty" width="10" rows="20">        <field name="ntryOldQty" field="qty">
59          <options>          <options>
60            <option name="tip" value="The old on hand quantity for this item."/>            <option name="tip" value="The old on hand quantity for this item."/>
61          </options>          </options>
62        </entry>        </field>
63        <entry x="54" y="11" name="ntryNewQty" width="10" rows="20">        <field name="ntryNewQty">
64          <options>          <options>
65            <option name="tip"            <option name="tip"
66                    value="The new physical count quantity for this item."/>                    value="The new physical count quantity for this item."/>
67          </options>          </options>
68        </entry>        </field>
69        <entry x="65" y="11" name="ntrySold" width="10" rows="20">        <field name="ntrySold">
70          <options>          <options>
71            <option name="tip" value="The number of units sold for this item."/>            <option name="tip" value="The number of units sold for this item."/>
72          </options>          </options>
73        </entry>        </field>
74      </block>      </block>
75    </page>    </logic>
76      <layout xmlns:c="GNUe:Layout:Char" c:height="31" c:width="76">
77        <page name="Page_1">
78          <label name="Label_1" text="Store Number" c:x="1" c:y="1"/>
79          <entry block="inventory" field="ntryStoreNum" c:width="10" c:x="1"
80                 c:y="2"/>
81          <label name="Label_2" text="Phone Number" c:x="21" c:y="1"/>
82          <entry block="inventory" field="ntryPhoneNumber" c:width="20" c:x="21"
83                 c:y="2"/>
84          <label name="Label_3" text="Store Name" c:x="1" c:y="3"/>
85          <entry block="inventory" field="ntryStoreName" c:width="40" c:x="1"
86                 c:y="4"/>
87          <label name="Label_4" text="Address" c:x="1" c:y="5"/>
88          <entry block="inventory" field="ntryAddr1" c:width="40" c:x="1" c:y="6"/>
89          <entry block="inventory" field="ntryAddr2" c:width="40" c:x="1" c:y="7"/>
90          <entry block="inventory" field="ntryAddr3" c:width="40" c:x="1" c:y="8"/>
91          <label name="Label_5" text="Comments" c:x="44" c:y="1"/>
92          <entry block="inventory" field="ntryComments" c:height="8" c:width="31"
93                 c:x="44" c:y="2"/>
94          <label name="Label_6" text="SKU" c:x="1" c:y="10"/>
95          <label name="Label_7" text="Description" c:x="12" c:y="10"/>
96          <label name="Label_8" text="Old QTY" c:x="43" c:y="10"/>
97          <label name="Label_9" text="New QTY" c:x="54" c:y="10"/>
98          <label name="Label_10" text="Sold" c:x="65" c:y="10"/>
99          <entry block="inventory" field="" rows="20" c:width="10" c:x="1"
100                 c:y="11"/>
101          <entry block="inventory" field="ntryDescription" rows="20" c:width="30"
102                 c:x="12" c:y="11"/>
103          <entry block="inventory" field="ntryOldQty" rows="20" c:width="10"
104                 c:x="43" c:y="11"/>
105          <entry block="inventory" field="ntryNewQty" rows="20" c:width="10"
106                 c:x="54" c:y="11"/>
107          <entry block="inventory" field="ntrySold" rows="20" c:width="10"
108                 c:x="65" c:y="11"/>
109        </page>
110      </layout>
111  </form>  </form>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26