blob: f0fee97d465e55ee474b3d34cc1201bc17d338be [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">
Kanchan Chauhanb3573a82016-05-09 12:30:58 +05304 <div class="col-sm-5">
Kanchan Chauhan239b3512016-05-02 11:43:44 +05305 <span class="indicator small {{ doc.indicator_color or "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") }}">
Kanchan Chauhan239b3512016-05-02 11:43:44 +05309 {{ frappe.utils.format_datetime(doc.modified, "medium") }}
Rushabh Mehta4b9238a2016-05-12 15:22:59 +053010 </div>
Kanchan Chauhanb3573a82016-05-09 12:30:58 +053011 </div>
Rushabh Mehtaac123c52016-05-20 16:36:56 +053012 <div class="col-sm-4 items-preview text-ellipsis small">
Kanchan Chauhanb3573a82016-05-09 12:30:58 +053013 {{ doc.items_preview }}
14 </div>
Rushabh Mehta4b9238a2016-05-12 15:22:59 +053015 <div class="col-sm-3 text-right bold">
16 {{ doc.get_formatted("grand_total") }}
Anand Doshie3bd78e2016-04-22 18:53:21 +053017 </div>
18 <!-- <div class="col-sm-3 text-right">
Kanchan Chauhan704f2482016-04-15 14:52:23 +053019
Anand Doshie3bd78e2016-04-22 18:53:21 +053020 </div> -->
21 </div>
22 </a>
Rushabh Mehtaa33d4682015-06-01 17:15:42 +053023</div>