blob: 05aed90e20e32118a22daee59944d116883df536 [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">
4 <div class="col-sm-6">
5 <span>{{ doc.name }}</span>
6 <div class="small text-muted items-preview text-ellipsis">
7 {{ doc.items_preview }}
8 </div>
9 </div>
10 <div class="col-sm-4">
11 <span class="indicator {{ doc.indicator_color or "darkgrey" }}">
12 {{ doc.indicator_title or doc.status }}
13 </span>
14 <div class="small text-muted transaction-time"
15 title="{{ frappe.utils.format_datetime(doc.modified, "medium") }}">
16 {{ frappe.utils.pretty_date(doc.modified) }}
17 </div>
18 </div>
19 <div class="col-sm-2 text-right">
20 {{ doc.get_formatted("grand_total") }}
21 </div>
22 <!-- <div class="col-sm-3 text-right">
Kanchan Chauhan704f2482016-04-15 14:52:23 +053023
Anand Doshie3bd78e2016-04-22 18:53:21 +053024 </div> -->
25 </div>
26 </a>
Rushabh Mehtaa33d4682015-06-01 17:15:42 +053027</div>