| 
									
										
										
										
											2016-11-06 08:11:43 +01:00
										 |  |  | {% extends "./layout/default" %}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							| 
									
										
										
										
											2019-05-30 12:31:19 +02:00
										 |  |  |     {{ Breadcrumbs.render(Route.getCurrentRoute.getName, objectType, start, end) }}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							| 
									
										
										
										
											2016-11-20 12:51:33 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |     {# upper show-all instruction #}
 | 
					
						
							|  |  |  |     {% if periods.count > 0 %}
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |         <div class="row">
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |             <div class="col-lg-offset-10 col-lg-2 col-md-offset-10 col-md-2 col-sm-12 col-xs-12">
 | 
					
						
							| 
									
										
										
										
											2019-04-19 07:00:19 +02:00
										 |  |  |                 <p class="small text-center"><a href="{{ route('transactions.index.all',[transactionType]) }}">{{ 'showEverything'|_ }}</a></p>
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-30 07:40:39 +02:00
										 |  |  |     {# list with journals #}
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="{% if periods.count > 0 %}col-lg-10 col-md-10 col-sm-12{% else %}col-lg-12 col-md-12 col-sm-12{% endif %}">
 | 
					
						
							|  |  |  |             <div class="box">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ subTitle }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2018-01-13 18:01:53 +01:00
										 |  |  |                 <div class="box-body no-padding">
 | 
					
						
							|  |  |  |                     <div style="padding:8px;">
 | 
					
						
							| 
									
										
										
										
											2019-05-08 19:57:07 +02:00
										 |  |  |                         <a href="{{ route('transactions.create') }}" class="btn btn-success"><i class="fa fa-plus fa-fw"></i> {{ 'create_new_transaction'|_ }}</a>
 | 
					
						
							| 
									
										
										
										
											2018-01-13 18:01:53 +01:00
										 |  |  |                     </div>
 | 
					
						
							| 
									
										
										
										
											2017-08-30 07:40:39 +02:00
										 |  |  |                     {# actual list #}
 | 
					
						
							| 
									
										
										
										
											2019-05-04 20:58:11 +02:00
										 |  |  |                     {% include 'list.groups' %}
 | 
					
						
							| 
									
										
										
										
											2018-01-13 18:01:53 +01:00
										 |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-footer">
 | 
					
						
							| 
									
										
										
										
											2017-08-30 07:40:39 +02:00
										 |  |  |                     {# links for other views #}
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |                     {% if periods.count > 0 %}
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |                         <p>
 | 
					
						
							| 
									
										
										
										
											2017-08-20 12:43:31 +02:00
										 |  |  |                             <i class="fa fa-calendar"></i>
 | 
					
						
							| 
									
										
										
										
											2019-04-19 07:00:19 +02:00
										 |  |  |                             <a href="{{ route('transactions.index.all', [transactionType]) }}">{{ 'show_all_no_filter'|_ }}</a>
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |                         </p>
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |                     {% else %}
 | 
					
						
							|  |  |  |                         <p>
 | 
					
						
							| 
									
										
										
										
											2017-08-20 12:43:31 +02:00
										 |  |  |                             <i class="fa fa-calendar"></i>
 | 
					
						
							| 
									
										
										
										
											2019-04-19 07:00:19 +02:00
										 |  |  |                             <a href="{{ route('transactions.index', [transactionType]) }}">{{ 'show_the_current_period_and_overview'|_ }}</a>
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |                         </p>
 | 
					
						
							|  |  |  |                     {% endif %}
 | 
					
						
							| 
									
										
										
										
											2016-11-20 12:51:33 +01:00
										 |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |             </div>
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2016-11-20 12:51:33 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-30 07:40:39 +02:00
										 |  |  |         {# boxes with info #}
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |         {% if periods.count > 0 %}
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |             <div class="col-lg-2 col-md-2 col-sm-12 col-xs-12">
 | 
					
						
							| 
									
										
										
										
											2018-10-07 09:45:50 +02:00
										 |  |  |                 {% include 'list.periods' %}
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |             </div>
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |         {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |     {# lower show-all instruction #}
 | 
					
						
							|  |  |  |     {% if periods.count > 0 %}
 | 
					
						
							|  |  |  |         <div class="row">
 | 
					
						
							|  |  |  |             <div class="col-lg-offset-10 col-lg-2 col-md-offset-10 col-md-2 col-sm-12 col-xs-12">
 | 
					
						
							| 
									
										
										
										
											2019-04-19 07:00:19 +02:00
										 |  |  |                 <p class="small text-center"><a href="{{ route('transactions.index.all',[transactionType]) }}">{{ 'showEverything'|_ }}</a></p>
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |             </div>
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2017-03-11 07:41:26 +01:00
										 |  |  |     {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-30 08:42:04 +01:00
										 |  |  | {% endblock %}
 | 
					
						
							| 
									
										
										
										
											2016-04-23 06:11:31 +02:00
										 |  |  | {% block scripts %}
 | 
					
						
							| 
									
										
										
										
											2018-11-02 19:59:29 +01:00
										 |  |  |     <script type="text/javascript" src="v1/js/ff/transactions/list.js?v={{ FF_VERSION }}"></script>
 | 
					
						
							| 
									
										
										
										
											2016-04-24 09:02:21 +02:00
										 |  |  | {% endblock %}
 |