Auto Run Number in jasper report we want to run item number for report we can make variables as below $V{REPORT_COUNT}
Jasper report for Odoo 8 Edit the JasperReports expression that returns the expected type. Currency new java.text.DecimalFormat( "#,##0.00" ).format(Double.valueOf( $F{invoice_amount_subtotal} )) Result Date format new SimpleDateFormat( " dd /MM/ yyyy " ).format( $F{invoice_create_date} ) Result Multiple 2 column new Double( $F{invoice_line_price} .doubleValue() * $F{inv_line_qty} .doubleValue())