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

Diff of /papo/forms/clientReport.neb

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

revision 1.1 by apronotti, Tue Nov 18 19:24:36 2003 UTC revision 1.2 by apronotti, Tue Nov 18 19:34:25 2003 UTC
# Line 26  Line 26 
26      clientReport = informe.new('ruff/clientReport.xml')      clientReport = informe.new('ruff/clientReport.xml')
27      clientReport.page_header(fecha=str(mx.DateTime.now().strftime('%Y-%m-%d')))      clientReport.page_header(fecha=str(mx.DateTime.now().strftime('%Y-%m-%d')))
28    
29      clientResultSet = clientDataSource.createRawResultSet('select e.name, e._table from _entity_data e, _alien_entity_data ae, _persona_data p, _client_data c where ae.entity = e._table and p.alien_entity = ae._table and c.persona = p._table and e._end_t is null and ae._end_t is null and p._end_t is null and p._end_t is null')      clientResultSet = clientDataSource.createRawResultSet('select e.name, e._table from _entity_data e, _alien_entity_data ae, _persona_data p, _client_data c where ae.entity = e._table and p.alien_entity = ae._table and c.persona = p._table and e._end_t is null and ae._end_t is null and p._end_t is null and p._end_t is null order by e.name')
30    
31      more = clientResultSet.firstRecord()      more = clientResultSet.firstRecord()
32      while more:      while more:

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

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