/[papo]/papo/forms/productInvoice.gfd
ViewVC logotype

Diff of /papo/forms/productInvoice.gfd

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

revision 1.45 by apronotti, Thu Apr 3 19:57:57 2003 UTC revision 1.46 by apronotti, Fri Apr 4 22:23:20 2003 UTC
# Line 178  Line 178 
178            <cfield name="own_item.id"/>            <cfield name="own_item.id"/>
179            <cfield name="own_item_tax.own_item"/>            <cfield name="own_item_tax.own_item"/>
180          </eq>          </eq>
181          <eq>          <or>
182            <cfield name="own_document.own_document_type"/>            <eq>
183            <cconst value="4"/>              <cfield name="own_document.own_document_type"/>
184          </eq>              <cconst value="4"/> <!-- Factura tipo A -->
185              </eq>
186              <eq>
187                <cfield name="own_document.own_document_type"/>
188                <cconst value="8"/> <!-- Factura tipo B -->
189              </eq>
190              <eq>
191                <cfield name="own_document.own_document_type"/>
192                <cconst value="9"/> <!-- Factura tipo C -->
193              </eq>
194            </or>
195       </and>       </and>
196      </condition>      </condition>
197    </datasource>    </datasource>
# Line 1168  Line 1178 
1178             payBlock.cashEntry = str(hack.a2f(totalBlock.totalEntry) - hack.a2f(payBlock.ctaCteEntry))             payBlock.cashEntry = str(hack.a2f(totalBlock.totalEntry) - hack.a2f(payBlock.ctaCteEntry))
1179          </trigger>          </trigger>
1180        </entry>        </entry>
         <button x="65" y="1" trigger="rollbackTrigger" width="14" label="Cancelar"  
           name="rollbackBtn" height="1"/>  
1181          <button name="printButton" label="Imprimir" trigger="printTrigger"          <button name="printButton" label="Imprimir" trigger="printTrigger"
1182            x="50" y="1" width="14" height="1"/>            x="50" y="1" width="14" height="1"/>
1183            <button x="65" y="1" trigger="rollbackTrigger" width="14" label="Cancelar"
1184              name="rollbackBtn" height="1"/>
1185    
1186        </block>        </block>
1187      </box>      </box>

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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