[Zope] Representing rows from a ZSQL method

Richard Smith ozric@tampabay.rr.com
Fri, 19 May 2000 12:38:22 -0400


Juan Carlos Coruņa wrote:
> 
> Hi all!
> 
> I must manage a lot of information coming from a database and represent it
> on the web.
> 
> For example:
>         -Displaying an order on the web with the order header (consisting of the
> client name, address, ZIP, etc.) and the order lines with the products to
> purchase.
>         -Displaying a list of invoices between two dates with several columns
> (Invoice date, amount, VAT, invoice number, etc.).
>         -Displaying a price list of our products with several columns (reference,
> description, price, weight, etc.) and grouping the products by different
> criteria. For example inserting a row with the brandname of the next group
> of products or inserting a row of the product type.
> 
> Is there a product for zope to acomplish this?
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
Use A Zsearch Interface.  I have been playing around 
with this type of thing too.

Richard