Part of stoqlib.reporting.template View In Hierarchy
Known subclasses: stoqlib.reporting.payment_receipt.PaymentReceipt, stoqlib.reporting.receival_receipt.ReceivalReceipt, stoqlib.reporting.transfer_receipt.TransferOrderReceipt
| Class Variables | template_name | the name of the template to be used in report |
| title | the report title |
| Method | __init__ | Creates a new BaseRMLReport object |
| Method | save | Build the report file properly |
| Method | _complete_namespace | Add common information in namespace |
| Method | get_namespace | Each child must to build your namespace and implement this |
| Parameters | filename | filename to save report as |
| template_name | optional, name of the rml template to use |