On 27-Jul-2012, at 3:01 PM, Cédric Krier <[email protected]> wrote:
> On 27/07/12 07:34 +0530, Sharoon Thomas wrote: >> Either way, we have a similar module for EDI to some legacy systems, which >> we wrote >> for a customer > > Be careful when you speak about EDI, EDI is a family of standard. > > https://en.wikipedia.org/wiki/Electronic_Data_Interchange My bad, it does not comply to these standards, so it's not to be read EDI. > >> and it has a generic API over which we write multiple reports in >> different modules. I will try to extract the report generation part alone >> and put that out >> as a module today. > > Why did you not use the standard CSV export of Tryton? 1. Loads everything into memory as list of dict. 2. Some of the reports we built does a bit more than fetch records, like having product names translated, computing purchase price from the purchase record immediately before sale etc. So we found it easier. Though there is a client side interface for the module published, it is used in production in a cron for automatic emails. > > -- > Cédric Krier > > B2CK SPRL > Rue de Rotterdam, 4 > 4000 Liège > Belgium > Tel: +32 472 54 46 59 > Email/Jabber: [email protected] > Website: http://www.b2ck.com/ Thanks Sharoon Thomas Openlabs -- [email protected] mailing list
