Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 1 | <div class="pos"> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 2 | <div class="row"> |
| 3 | <div class="col-sm-5 pos-bill-wrapper"> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 4 | <div class="col-sm-12"><h6 class="form-section-heading uppercase">{{ __("Item Cart") }}</h6></div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 5 | <div class="pos-bill"> |
| 6 | <div class="item-cart"> |
| 7 | <div class="pos-list-row pos-bill-header text-muted h6"> |
| 8 | <span class="cell subject"> |
| 9 | <!--<input class="list-select-all" type="checkbox" title="{%= __("Select All") %}">--> |
| 10 | {{ __("Item Name")}} |
| 11 | </span> |
| 12 | <span class="cell text-right">{{ __("Quantity") }}</span> |
| 13 | <span class="cell text-right">{{ __("Discount") }}</span> |
| 14 | <span class="cell text-right">{{ __("Rate") }}</span> |
| 15 | </div> |
| 16 | <div class="item-cart-items"> |
| 17 | <div class="no-items-message text-extra-muted"> |
| 18 | <span class="text-center"> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 19 | <i class="fa fa-2x fa-shopping-cart"></i> |
Francisco Roldán | 85bfc05 | 2017-05-17 11:12:04 -0300 | [diff] [blame] | 20 | <p>{{ __("Tap items to add them here") }}</p> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 21 | </span> |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 22 | </div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 23 | <div class="items"> |
| 24 | </div> |
| 25 | </div> |
| 26 | </div> |
| 27 | </div> |
| 28 | <div class="totals-area"> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 29 | <div class="pos-list-row net-total-area"> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 30 | <div class="cell"></div> |
| 31 | <div class="cell text-right">{%= __("Net Total") %}</div> |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 32 | <div class="cell price-cell bold net-total text-right"></div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 33 | </div> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 34 | <div class="pos-list-row tax-area"> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 35 | <div class="cell"></div> |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 36 | <div class="cell text-right">{%= __("Taxes") %}</div> |
| 37 | <div class="cell price-cell text-right tax-table"> |
| 38 | </div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 39 | </div> |
| 40 | {% if (apply_discount_on) { %} |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 41 | <div class="pos-list-row discount-amount-area"> |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 42 | <div class="cell"></div> |
| 43 | <div class="cell text-right">{%= __("Discount") %}</div> |
| 44 | <div class="cell price-cell discount-field-col"> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 45 | <div class="input-group input-group-sm"> |
| 46 | <span class="input-group-addon">%</span> |
| 47 | <input type="text" class="form-control discount-percentage text-right"> |
| 48 | </div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 49 | <div class="input-group input-group-sm"> |
| 50 | <span class="input-group-addon">{%= get_currency_symbol(currency) %}</span> |
| 51 | <input type="text" class="form-control discount-amount text-right" placeholder="{%= 0.00 %}"> |
| 52 | </div> |
| 53 | </div> |
| 54 | </div> |
| 55 | {% } %} |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 56 | <div class="pos-list-row grand-total-area collapse-btn" style="border-bottom:1px solid #d1d8dd;"> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 57 | <div class="cell"> |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 58 | <a class=""> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 59 | <i class="octicon octicon-chevron-down"></i> |
| 60 | </a> |
| 61 | </div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 62 | <div class="cell text-right bold">{%= __("Grand Total") %}</div> |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 63 | <div class="cell price-cell grand-total text-right lead"></div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 64 | </div> |
| 65 | </div> |
| 66 | <div class="row" style="margin-top: 30px"> |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 67 | <div class="col-sm-6 selected-item"> |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 68 | |
| 69 | </div> |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 70 | <div class="col-xs-6 numeric_keypad hidden-xs" style="display:none"> |
CH | d0ebd7f | 2017-05-24 13:49:53 +0200 | [diff] [blame] | 71 | {% var chartData = ["Qty", "Disc", "Price"] %} {% for(var i=0; i |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 72 | <3; i++) { %} <div class="row text-right"> |
| 73 | {% for(var j=i*3; j |
| 74 | <(i+1)*3; j++) { %} <button type="button" class="btn btn-default numeric-keypad" val="{{j+1}}">{{j+1}}</button> |
| 75 | {% } %} |
rohitwaghchaure | d2be55b | 2017-06-07 12:04:01 +0530 | [diff] [blame^] | 76 | <button type="button" {% if(!allow_user_to_edit_rate && chartData[i] == __("Price")) { %} disabled {% } %} id="pos-item-{{ chartData[i].toLowerCase() }}" class="btn text-center btn-default numeric-keypad pos-operation">{{ __(chartData[i]) }}</button> |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 77 | </div> |
| 78 | {% } %} |
| 79 | <div class="row text-right"> |
Francisco Roldán | 85bfc05 | 2017-05-17 11:12:04 -0300 | [diff] [blame] | 80 | <button type="button" class="btn btn-default numeric-keypad numeric-del">{{ __("Del") }}</button> |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 81 | <button type="button" class="btn btn-default numeric-keypad" val="0">0</button> |
| 82 | <button type="button" class="btn btn-default numeric-keypad" val=".">.</button> |
Francisco Roldán | 85bfc05 | 2017-05-17 11:12:04 -0300 | [diff] [blame] | 83 | <button type="button" class="btn btn-primary numeric-keypad pos-pay">{{ __("Pay") }}</button> |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 84 | </div> |
rohitwaghchaure | c13dbd4 | 2017-02-01 18:07:22 +0530 | [diff] [blame] | 85 | </div> |
Rohit Waghchaure | b5097ec | 2017-03-01 01:13:09 +0530 | [diff] [blame] | 86 | </div> |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 87 | </div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 88 | <div class="col-sm-5 list-customers"> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 89 | <div class="col-sm-12"><h6 class="form-section-heading uppercase">{{ __("Customers in Queue") }}</h6></div> |
| 90 | <div class="pos-list-row pos-bill-header"> |
Faris Ansari | 07c9f35 | 2017-03-09 17:03:14 +0530 | [diff] [blame] | 91 | <div class="cell subject"><input class="list-select-all" type="checkbox">{{ __("Customer") }}</div> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 92 | <div class="cell text-left">{{ __("Status") }}</div> |
Faris Ansari | 07c9f35 | 2017-03-09 17:03:14 +0530 | [diff] [blame] | 93 | <div class="cell text-right">{{ __("Amount") }}</div> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 94 | <div class="cell text-right">{{ __("Grand Total") }}</div> |
| 95 | </div> |
| 96 | <div class="list-customers-table border-left border-right border-bottom"> |
| 97 | <div class="no-items-message text-extra-muted"> |
| 98 | <span class="text-center"> |
| 99 | <i class="fa fa-2x fa-user"></i> |
Francisco Roldán | 85bfc05 | 2017-05-17 11:12:04 -0300 | [diff] [blame] | 100 | <p>{{ __("No Customers yet!") }}</p> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 101 | </span> |
| 102 | </div> |
| 103 | </div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 104 | </div> |
| 105 | <div class="col-sm-7 pos-items-section"> |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 106 | <div class="col-sm-12"><h6 class="form-section-heading uppercase">{{ __("Stock Items") }}</h6></div> |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 107 | <div class="row pos-item-area"> |
| 108 | |
| 109 | </div> |
| 110 | <span id="customer-results" style="color:#68a;"></span> |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 111 | <div class="item-list-area"> |
| 112 | <div class="pos-list-row pos-bill-header text-muted h6"> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 113 | <div class="cell subject search-item-group"> |
| 114 | <div class="dropdown"> |
Francisco Roldán | 85bfc05 | 2017-05-17 11:12:04 -0300 | [diff] [blame] | 115 | <a class="text-muted dropdown-toggle" data-toggle="dropdown"><span class="dropdown-text">{{ __("All Item Groups") }}</span><i class="caret"></i></a> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 116 | <ul class="dropdown-menu"> |
| 117 | </ul> |
| 118 | </div> |
| 119 | </div> |
| 120 | <div class="cell search-item"></div> |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 121 | </div> |
Rohit Waghchaure | 1312fe3 | 2017-03-07 14:01:04 +0530 | [diff] [blame] | 122 | <div class="app-listing item-list image-view-container"> |
CH | d0ebd7f | 2017-05-24 13:49:53 +0200 | [diff] [blame] | 123 | |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 124 | </div> |
| 125 | </div> |
| 126 | </div> |
CH | d0ebd7f | 2017-05-24 13:49:53 +0200 | [diff] [blame] | 127 | </div> |