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

Diff of /papo/forms/ownPos.neb

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

revision 1.19 by apronotti, Wed Oct 29 21:48:45 2003 UTC revision 1.20 by mhepp, Mon Nov 3 22:18:13 2003 UTC
# Line 433  else: Line 433  else:
433          <label text="Sucursal:" x="1" y="1"/>          <label text="Sucursal:" x="1" y="1"/>
434          <label text="Nombre:" x="1" y="2"/>          <label text="Nombre:" x="1" y="2"/>
435          <label text="Número:" x="1" y="3"/>          <label text="Número:" x="1" y="3"/>
436          <label text="Llevar stock por factura?" x="1" y="6"/>          <label text="Llevar stock por factura?" x="1" y="5"/>
437            <label text="Numeración unica por tipo?" x="1" y="6"/>
438          <entry  x="22" y="1" name="ownBranchIdEntry"  width="25" style="dropdown"          <entry  x="22" y="1" name="ownBranchIdEntry"  width="25" style="dropdown"
439            foreign_key="ownBranchSearchDataSource._entity_data._table"            foreign_key="ownBranchSearchDataSource._entity_data._table"
440            foreign_key_description="_entity_data.name" />            foreign_key_description="_entity_data.name" />
441          <entry name="nameEntry" field="_entity_data.name" x="22" y="2" width="40"/>          <entry name="nameEntry" field="_entity_data.name" x="22" y="2" width="40"/>
442          <entry name="numberEntry" field="_own_pos_data.number" x="22" y="3" />          <entry name="numberEntry" field="_own_pos_data.number" x="22" y="3" />
443          <entry name="StockByInvoiceEntry" field="_own_pos_data.stock_by_invoice" x="40" width="2" max_length="1" y="6" default="1"/>          <entry name="StockByInvoiceEntry" field="_own_pos_data.stock_by_invoice" x="32"
444            max_length="1" y="5" default="1"/>
445            <entry name="groupDocumentsEntry" field="_own_pos_data.group_documents" x="32"
446            max_length="1" y="6" default="0"/>
447          <label text="Observaciones:" x="1" y="7"/>          <label text="Observaciones:" x="1" y="7"/>
448          <entry name="obs" field="_entity_data.observations" x="1" y="8" width="25" height="7"/>          <entry name="obs" field="_entity_data.observations" x="1" y="8" width="25" height="7"/>
449          <button name="newButton" label="Nuevo" trigger="newTrigger" x="33" y="3" width="9" height="1"/>          <button name="newButton" label="Nuevo" trigger="newTrigger" x="33" y="3" width="9" height="1"/>

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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