blob: 6c58b519fc723b3ec26d0372216795c15a6ad9fe [file] [log] [blame]
Anand Doshie3bd78e2016-04-22 18:53:21 +05301<div class="web-list-item transaction-list-item">
2 <a href="/{{ pathname }}/{{ doc.name }}">
3 <div class="row">
Rushabh Mehtadbb51542017-08-10 21:06:09 +05304 <div class="col-sm-4" style='margin-top: -3px;'>
5 <span class="indicator small {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "darkgrey") }}">
Rushabh Mehta4b9238a2016-05-12 15:22:59 +05306 {{ doc.name }}</span>
Anand Doshie3bd78e2016-04-22 18:53:21 +05307 <div class="small text-muted transaction-time"
8 title="{{ frappe.utils.format_datetime(doc.modified, "medium") }}">
Rushabh Mehtadbb51542017-08-10 21:06:09 +05309 {{ frappe.utils.global_date_format(doc.modified) }}
Rushabh Mehta4b9238a2016-05-12 15:22:59 +053010 </div>
Kanchan Chauhanb3573a82016-05-09 12:30:58 +053011 </div>
Rushabh Mehtadbb51542017-08-10 21:06:09 +053012 <div class="col-sm-5">
Prateeksha Singh9a138f02018-06-21 22:42:03 +053013 <div class="small text-muted items-preview ellipsis ellipsis-width">
Rushabh Mehtadbb51542017-08-10 21:06:09 +053014 {{ doc.items_preview }}
15 </div>
Kanchan Chauhanb3573a82016-05-09 12:30:58 +053016 </div>
Rushabh Mehta4b9238a2016-05-12 15:22:59 +053017 <div class="col-sm-3 text-right bold">
18 {{ doc.get_formatted("grand_total") }}
Anand Doshie3bd78e2016-04-22 18:53:21 +053019 </div>
Anand Doshie3bd78e2016-04-22 18:53:21 +053020 </div>
21 </a>
Rushabh Mehtaa33d4682015-06-01 17:15:42 +053022</div>