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

Diff of /papo/forms/ivaSales.neb

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

revision 1.11 by jlenton, Thu Jun 12 18:16:15 2003 UTC revision 1.12 by apronotti, Wed Jun 18 13:25:51 2003 UTC
# Line 225  else: Line 225  else:
225     #condiciono relacion ownPos con ownBranch     #condiciono relacion ownPos con ownBranch
226     #condiciono documentos emitidos por el pos     #condiciono documentos emitidos por el pos
227     eq1 = GConditions.GCeq(tmpAnd)     eq1 = GConditions.GCeq(tmpAnd)
228     GConditions.GCField(eq1,"_entity_relation_data.entity_to")     GConditions.GCField(eq1,"_entity_relation_data.entity_from")
229     GConditions.GCField(eq1,"_entity_data._table")     GConditions.GCField(eq1,"_entity_data._table")
230     eq5 = GConditions.GCeq(tmpAnd)     eq5 = GConditions.GCeq(tmpAnd)
231     GConditions.GCField(eq5,"_entity_data.id")     GConditions.GCField(eq5,"_entity_data.id")
232     GConditions.GCField(eq5,"own_document.own_entity")     GConditions.GCField(eq5,"own_document.own_entity")
233     eq2 = GConditions.GCeq(tmpAnd)     eq2 = GConditions.GCeq(tmpAnd)
234     GConditions.GCField(eq2,"_entity_relation_data.entity_from")     GConditions.GCField(eq2,"_entity_relation_data.entity_to")
235     GConditions.GCConst(eq2,str(printBlock.printBox.ownBranchIdSearch))     GConditions.GCConst(eq2,str(printBlock.printBox.ownBranchIdSearch))
236     #condiciono relacion del tipo own_pos del branch al que pertenece     #condiciono relacion del tipo own_pos del branch al que pertenece
237     eq3 = GConditions.GCeq(tmpAnd)     eq3 = GConditions.GCeq(tmpAnd)
# Line 349  ownDocumentBlock.clear() Line 349  ownDocumentBlock.clear()
349        <box height="8" label="Impresion IVA Ventas" name="printBox"        <box height="8" label="Impresion IVA Ventas" name="printBox"
350      width="37" x="1" y="1"  >      width="37" x="1" y="1"  >
351          <label name="startDateLbl" text="Desde : "  x="1" y="1"/>          <label name="startDateLbl" text="Desde : "  x="1" y="1"/>
352          <entry name="startDateEntry" typecast="date" x="9" y="1" width="12" default="01/01/1300"/>          <entry name="startDateEntry" typecast="date" x="9" y="1" width="12" />
353          <label name="endDateLbl" text="Hasta : " x="1" y="2"/>          <label name="endDateLbl" text="Hasta : " x="1" y="2"/>
354          <entry name="endDateEntry" typecast="date" x="9" y="2"          <entry name="endDateEntry" typecast="date" x="9" y="2"
355            width="12" default="01/01/2107"/>            width="12"/>
356          <label  text="sucursal :" x="1" y="3"/>          <label  text="sucursal :" x="1" y="3"/>
357          <entry  x="9" y="3" name="ownBranchIdSearch"  width="25" style="dropdown"          <entry  x="9" y="3" name="ownBranchIdSearch"  width="25" style="dropdown"
358            foreign_key="ownBranchSearchDataSource._entity_data._table"            foreign_key="ownBranchSearchDataSource._entity_data._table"

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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