If you want to add some extra features in your report you can like below feature
Twitter Bootstrap and FontAwesome classes can be used in your report template
Local CSS can be put directly in the template
You can insert a Global CSS in the main report layout by inheriting its template and inserting your CSS:
<template id="report_saleorder_style" inherit_id="report.style">
<xpath expr=".">
<t>
.example-css-class {
background-color: red;
}
</t>
</xpath>
</template>
0 Comment(s)