| 
									
										
										
										
											2020-01-04 07:24:43 +01:00
										 |  |  | {% set VUE_SCRIPT_NAME = 'create_transaction' %}
 | 
					
						
							| 
									
										
										
										
											2019-05-04 20:58:11 +02:00
										 |  |  | {% extends "./layout/default" %}
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							|  |  |  |     {{ Breadcrumbs.render(Route.getCurrentRoute.getName, objectType) }}
 | 
					
						
							|  |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							| 
									
										
										
										
											2020-01-04 07:24:43 +01:00
										 |  |  |     <div id="create_transaction"></div>
 | 
					
						
							| 
									
										
										
										
											2019-05-04 20:58:11 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | {% block scripts %}
 | 
					
						
							| 
									
										
										
										
											2020-01-04 11:16:14 +01:00
										 |  |  |     <script type="text/javascript" nonce="{{ JS_NONCE }}">
 | 
					
						
							| 
									
										
										
										
											2019-05-04 20:58:11 +02:00
										 |  |  |         var allowedOpposingTypes = {{ allowedOpposingTypes|json_encode|raw }};
 | 
					
						
							|  |  |  |         var accountToTypes = {{ accountToTypes|json_encode|raw }};
 | 
					
						
							|  |  |  |         var defaultCurrency = {{ defaultCurrency.toArray()|json_encode|raw }};
 | 
					
						
							| 
									
										
										
										
											2019-05-25 09:17:46 +02:00
										 |  |  |         var cashAccountId = {{ cash.id }};
 | 
					
						
							| 
									
										
										
										
											2019-08-05 19:45:20 +02:00
										 |  |  |         var previousUri = '{{ previousUri }}';
 | 
					
						
							| 
									
										
										
										
											2020-03-13 12:46:52 +01:00
										 |  |  |         window.sourceId = {{ sourceId }};
 | 
					
						
							|  |  |  |         window.destinationId = {{ destinationId }};
 | 
					
						
							| 
									
										
										
										
											2019-05-04 20:58:11 +02:00
										 |  |  |     </script>
 | 
					
						
							|  |  |  | {% endblock %}
 |