From 2c76aec1195a4a0cdc28a84d3119220c4f7ee6f8 Mon Sep 17 00:00:00 2001 From: Ben Cornwell-Mott Date: Fri, 22 Jul 2016 09:56:29 -0700 Subject: [PATCH] Added Google Chart to compare quotes in Print view --- .../quoted_item_comparison.html | 110 ++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.html diff --git a/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.html b/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.html new file mode 100644 index 0000000000..4cc54db7ea --- /dev/null +++ b/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.html @@ -0,0 +1,110 @@ + + + + + + +
+ {%= frappe.boot.letter_heads[frappe.defaults.get_default("letter_head")] %} +
+

{%= __(report.report_name) %}

+

{%= filters.item %}

+ +
+ + + + {% for(var i=0, l=report.columns.length; i{%= report.columns[i].label %} + {% } %} + + + + + + {% for(var i=0, l=data.length; i + + {% for(var j=0,m=report.columns.length; j{%= data[i][report.columns[j].field] %} + {% } %} + + + {% } %} + +
+ +

Analysis Chart

+
+ + + +

Printed On {%= dateutil.str_to_user(dateutil.get_datetime_as_string()) %}

\ No newline at end of file