ข้ามไปที่เนื้อหาหลัก

บทความ

กำลังแสดงโพสต์จาก กรกฎาคม, 2018

Auto run number item in Jasper report

Auto Run Number in jasper report we want to run item number for report we can make variables as below $V{REPORT_COUNT}

JasperReports expression

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())