2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								{%  extends  "./layout/default.twig"  %} 
  
						 
					
						
							
								
									
										
										
										
											2015-06-19 20:59:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{%  block  breadcrumbs  %} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								     {{  B readcrumbs .renderIfExists ( R oute .getCurrentRoute ( ) .getName ( ) ,  account )  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{%  endblock  %} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								{%  block  content  %} 
  
						 
					
						
							
								
									
										
										
										
											2015-06-22 17:55:37 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								     {{  F orm .model ( account ,  { 'class'  :  'form-horizontal' , 'id'  :  'update' , 'url'  :  route ( 'accounts.update' , account .id )  }  )  }} 
  
						 
					
						
							
								
									
										
										
										
											2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-06-22 17:55:37 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    <input type="hidden" name="id" value=" {{  account .id  }} "/>
  
						 
					
						
							
								
									
										
										
										
											2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-06-22 17:55:37 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    <div class="row">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        <div class="col-lg-6 col-md-6 col-sm-12">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            <div class="box box-primary">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                <div class="box-header with-border">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    <h3 class="box-title"> {{  'mandatoryFields' | _  }} </h3>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                <div class="box-body">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                     {{  E xpandedForm .text ( 'name' )  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                </div>
  
						 
					
						
							
								
									
										
										
										
											2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								            </div>
  
						 
					
						
							
								
									
										
										
										
											2015-05-01 23:35:35 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								        </div>
  
						 
					
						
							
								
									
										
										
										
											2015-06-22 17:55:37 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        <div class="col-lg-6 col-md-6 col-sm-12">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            <div class="box">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                <div class="box-header with-border">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    <h3 class="box-title"> {{  'optionalFields' | _  }} </h3>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                <div class="box-body">
  
						 
					
						
							
								
									
										
										
										
											2015-07-03 12:51:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                     {{  E xpandedForm .text ( 'iban' )  }} 
  
						 
					
						
							
								
									
										
										
										
											2015-06-22 17:55:37 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                     {%  if  account .accounttype .type  ==  'Default account'  or  account .accounttype .type  ==  'Asset account'  %} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                         {{  E xpandedForm .balance ( 'openingBalance' , null ,  { 'currency'  :  openingBalance  ?  openingBalance .transactionCurrency  :  null } )  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                         {{  E xpandedForm .date ( 'openingBalanceDate' )  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                         {{  E xpandedForm .select ( 'accountRole' , C onfig .get ( 'firefly.accountRoles' ) )  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                         {{  E xpandedForm .balance ( 'virtualBalance' , null )  }} 
  
						 
					
						
							
								
									
										
										
										
											2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-06-22 17:55:37 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                     {%  endif  %} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                     {{  E xpandedForm .checkbox ( 'active' , '1' )  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                </div>
  
						 
					
						
							
								
									
										
										
										
											2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								            </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-06-22 17:55:37 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            <!-- panel for credit card options -->
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								             {%  if  S ession .get ( 'preFilled' ) .accountRole  ==  'ccAsset'  %} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                <div class="box">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    <div class="box-header with-border">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                        <h3 class="box-title">Credit card options</h3>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    <div class="box-body">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                         {{  E xpandedForm .select ( 'ccType' , C onfig .get ( 'firefly.ccTypes' ) )  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                         {{  E xpandedForm .date ( 'ccMonthlyPaymentDate' , null , { 'helpText'  :  'Select any year and any month, it will be ignored anway. Only the day of the month is relevant.' } )  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								             {%  endif  %} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            <!-- panel for options  -->
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            <div class="box">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                <div class="box-header with-border">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    <h3 class="box-title"> {{  'options' | _  }} </h3>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                <div class="box-body">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                     {{  E xpandedForm .optionsList ( 'update' , 'account' )  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                <div class="box-footer">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    <button type="submit" class="btn pull-right btn-success">
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                         {{  ( 'update_'  ~  what  ~  '_account' ) | _  }} 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    </button>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                </div>
  
						 
					
						
							
								
									
										
										
										
											2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								            </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        </div>
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    </div>
  
						 
					
						
							
								
									
										
										
										
											2015-06-22 17:55:37 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								     {{  F orm .close | raw  }} 
  
						 
					
						
							
								
									
										
										
										
											2015-05-01 22:44:35 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								{%  endblock  %}