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 00000000000..4cc54db7eaf --- /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