Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 1 | <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 Chauhan | 704f248 | 2016-04-15 14:52:23 +0530 | [diff] [blame] | 23 | |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 24 | </div> --> |
| 25 | </div> |
| 26 | </a> |
Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 27 | </div> |