/[papo]/papo/forms/main.neb
ViewVC logotype

Diff of /papo/forms/main.neb

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

revision 1.6 by styxman, Fri Jun 20 15:54:45 2003 UTC revision 1.7 by mhepp, Mon Jun 23 19:46:59 2003 UTC
# Line 88  Line 88 
88      runForm ('ownBranch.gfd')      runForm ('ownBranch.gfd')
89    ]]></trigger>    ]]></trigger>
90    
91      <trigger name="ownPosTrigger" type="NAMED"><![CDATA[
92        runForm ('ownPos.gfd')
93        ]]></trigger>
94    
95    <trigger name="currencyTypeTrigger" type="NAMED"><![CDATA[    <trigger name="currencyTypeTrigger" type="NAMED"><![CDATA[
96      runForm ('currency_type.gfd')      runForm ('currency_type.gfd')
97    ]]></trigger>    ]]></trigger>
# Line 194  Line 198 
198      <block name="mainBlock" datasource="tmpDataSource">      <block name="mainBlock" datasource="tmpDataSource">
199      <box name="branchDocumentBox" label="Configuración"      <box name="branchDocumentBox" label="Configuración"
200        x="0" y="0" width="43" height="10">        x="0" y="0" width="43" height="10">
201        <button name="ownBranchButton" label="Datos de la Empresa" trigger="organizationTrigger"          <button name="ownOrganizationButton" label="Datos de la Empresa" trigger="organizationTrigger"
202          x="1" y="1" width="40" height="1"/>            x="1" y="1" width="40" height="1"/>
203        <button name="ownBranchButton" label="Datos de la Sucursal" trigger="ownBranchTrigger"          <button name="ownBranchButton" label="Datos de la Sucursal" trigger="ownBranchTrigger"
204          x="1" y="2" width="40" height="1"/>            x="1" y="2" width="40" height="1"/>
205        <button name="currencyTypeButton" label="Cotizacion de monedas" trigger="currencyTypeTrigger"          <button name="ownBranchButton" label="Datos del punto de venta" trigger="ownPosTrigger"
206          x="1" y="3" width="40" height="1"/>            x="1" y="3" width="40" height="1"/>
207        <button name="stockMaintenanceButton" label="Ajuste de stock" trigger="stockMaintenanceTrigger"          <button name="currencyTypeButton" label="Cotizacion de monedas" trigger="currencyTypeTrigger"
208          x="1" y="4" width="40" height="1"/>            x="1" y="4" width="40" height="1"/>
209            <button name="stockMaintenanceButton" label="Ajuste de stock" trigger="stockMaintenanceTrigger"
210              x="1" y="5" width="40" height="1"/>
211      </box>      </box>
212      </block>      </block>
213    </page>    </page>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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