Statements
From PhpCOIN Documentation
phpCOIN v1 does not support "Statements" in the traditional sense, but it can be faked in an all or nothing deal for a specified customer
mod.php?mod=invoices&mode=trans&invc_cl_id=xxxxx
will display a list of transactions (invoices and payments) for customer xxxxx.
By default, the listing will be in seperate "Credits" and "Debits" sections, so
Admin -> Parameters -> common -> invoices -> Invoice Transaction Listing Split Enable: NO
will allow you to have the output in transaction date-order.
Once the listing is on-screen, a "print" button is available, which will normally print the current module output without the site header/columns/footer

