| 
									
										
										
										
											2016-11-06 08:11:43 +01:00
										 |  |  | {% extends "./layout/default" %}
 | 
					
						
							| 
									
										
										
										
											2016-02-23 14:18:09 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							| 
									
										
										
										
											2016-02-23 16:03:05 +01:00
										 |  |  |     {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, ruleGroup) }}
 | 
					
						
							| 
									
										
										
										
											2016-02-23 14:18:09 +01:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-06 08:59:08 +01:00
										 |  |  |     <form method="POST" action="{{ route('rule-groups.execute', ruleGroup.id) }}" accept-charset="UTF-8" class="form-horizontal" id="execute-rule-group">
 | 
					
						
							| 
									
										
										
										
											2016-02-23 14:18:09 +01:00
										 |  |  |         <input name="_token" type="hidden" value="{{ csrf_token() }}">
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="row">
 | 
					
						
							|  |  |  |             <div class="col-lg-12 col-sm-12 col-xs-12">
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <div class="box box-primary">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'execute_on_existing_transactions'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							|  |  |  |                         <div id="form-body">
 | 
					
						
							|  |  |  |                             <p>
 | 
					
						
							|  |  |  |                                 {{ 'execute_on_existing_transactions_intro'|_ }}
 | 
					
						
							|  |  |  |                             </p>
 | 
					
						
							|  |  |  |                             <div class="row">
 | 
					
						
							|  |  |  |                                 <div class="col-lg-6 col-md-8 col-sm-12 col-xs-12">
 | 
					
						
							|  |  |  |                                     {{ ExpandedForm.date('start_date', first) }}
 | 
					
						
							|  |  |  |                                     {{ ExpandedForm.date('end_date', today) }}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                                     <!-- ACCOUNTS -->
 | 
					
						
							|  |  |  |                                     {{ ExpandedForm.multiCheckbox('accounts',accountList, checkedAccounts, {' class': 'account-checkbox', 'label': trans('firefly.include_transactions_from_accounts') }) }}
 | 
					
						
							|  |  |  |                                 </div>
 | 
					
						
							|  |  |  |                             </div>
 | 
					
						
							|  |  |  |                         </div>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-footer">
 | 
					
						
							|  |  |  |                         <input type="submit" name="submit" value="{{ 'execute'|_ }}" id="do-execute-button" class="btn btn-success pull-right"/>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </form>
 | 
					
						
							|  |  |  | {% endblock %}
 |