| 
									
										
										
										
											2020-02-01 12:54:05 +01:00
										 |  |  | @extends('layout.default') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('title', $__t('Shopping list settings')) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('viewJsName', 'shoppinglistsettings') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('content') | 
					
						
							| 
									
										
										
										
											2020-04-19 08:51:02 -04:00
										 |  |  | <div class="row"> | 
					
						
							|  |  |  | 	<div class="col"> | 
					
						
							|  |  |  | 		<h2 class="title">@yield('title')</h2> | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2020-10-31 18:37:10 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-08 15:09:10 +01:00
										 |  |  | <hr class="my-2"> | 
					
						
							| 
									
										
										
										
											2020-10-31 18:37:10 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-01 12:54:05 +01:00
										 |  |  | <div class="row"> | 
					
						
							| 
									
										
										
										
											2021-06-24 22:46:47 +02:00
										 |  |  | 	<div class="col-lg-6 col-12"> | 
					
						
							| 
									
										
										
										
											2020-02-01 12:54:05 +01:00
										 |  |  | 		<h4 class="mt-2">{{ $__t('Shopping list') }}</h4> | 
					
						
							|  |  |  | 		<div class="form-group"> | 
					
						
							| 
									
										
										
										
											2020-11-12 21:35:10 +01:00
										 |  |  | 			<div class="custom-control custom-checkbox"> | 
					
						
							|  |  |  | 				<input type="checkbox" | 
					
						
							|  |  |  | 					class="form-check-input custom-control-input user-setting-control" | 
					
						
							|  |  |  | 					id="shopping_list_show_calendar" | 
					
						
							|  |  |  | 					data-setting-key="shopping_list_show_calendar"> | 
					
						
							|  |  |  | 				<label class="form-check-label custom-control-label" | 
					
						
							|  |  |  | 					for="shopping_list_show_calendar"> | 
					
						
							|  |  |  | 					{{ $__t('Show a month-view calendar') }} | 
					
						
							| 
									
										
										
										
											2020-02-01 12:54:05 +01:00
										 |  |  | 				</label> | 
					
						
							|  |  |  | 			</div> | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<h4 class="mt-2">{{ $__t('Shopping list to stock workflow') }}</h4> | 
					
						
							|  |  |  | 		<div class="form-group"> | 
					
						
							| 
									
										
										
										
											2020-11-12 21:35:10 +01:00
										 |  |  | 			<div class="custom-control custom-checkbox"> | 
					
						
							|  |  |  | 				<input type="checkbox" | 
					
						
							|  |  |  | 					class="form-check-input custom-control-input user-setting-control" | 
					
						
							|  |  |  | 					id="shopping_list_to_stock_workflow_auto_submit_when_prefilled" | 
					
						
							|  |  |  | 					data-setting-key="shopping_list_to_stock_workflow_auto_submit_when_prefilled"> | 
					
						
							|  |  |  | 				<label class="form-check-label custom-control-label" | 
					
						
							|  |  |  | 					for="shopping_list_to_stock_workflow_auto_submit_when_prefilled"> | 
					
						
							| 
									
										
										
										
											2020-11-15 19:53:44 +01:00
										 |  |  | 					{{ $__t('Automatically do the booking using the last price and the amount of the shopping list item, if the product has "Default due days" set') }} | 
					
						
							| 
									
										
										
										
											2020-02-01 12:54:05 +01:00
										 |  |  | 				</label> | 
					
						
							|  |  |  | 			</div> | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-31 20:32:50 +02:00
										 |  |  | 		<a href="{{ $U('/shoppinglist') }}" | 
					
						
							|  |  |  | 			class="btn btn-success">{{ $__t('OK') }}</a> | 
					
						
							| 
									
										
										
										
											2020-02-01 12:54:05 +01:00
										 |  |  | 	</div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | @stop |