a77d9d9de7 
					 
					
						
						
							
							same treatment for html  
						
						
						
						
					 
					
						2021-05-06 14:33:03 +02:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						56f05e2604 
					 
					
						
						
							
							Fixes for 'non field' errors in forms  
						
						... 
						
						
						
						- Fixes issue where non-model fields would not show error text 
						
						
					 
					
						2020-11-27 10:42:01 +11:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						77471cb89c 
					 
					
						
						
							
							Form for shipping a SalesOrder  
						
						... 
						
						
						
						- Returns "False" for now 
						
						
					 
					
						2020-04-24 10:20:56 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						871b853b9f 
					 
					
						
						
							
							Single form to delete single or multiple SupplierPart objects  
						
						
						
						
					 
					
						2019-09-30 13:28:51 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						bc05146e72 
					 
					
						
						
							
							First pass at 'order parts' fom  
						
						... 
						
						
						
						- Select parts in modal form window 
						
						
					 
					
						2019-06-11 23:37:32 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						001dacc14e 
					 
					
						
						
							
							Display 'no stock available' warning  
						
						
						
						
					 
					
						2019-05-18 13:24:15 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						2408318eae 
					 
					
						
						
							
							Add new view to duplicate a part  
						
						... 
						
						
						
						- Allows 'deep_copy' (copies all BOM items for the duplicated part) 
						
						
					 
					
						2019-05-13 21:41:32 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						7b4584ba2f 
					 
					
						
						
							
							Add some more options for modal forms  
						
						... 
						
						
						
						- Ability to display info or warning panels before the form 
						
						
					 
					
						2019-05-11 18:06:43 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						4e4ee2742b 
					 
					
						
						
							
							Move modal form error messages to the top  
						
						
						
						
					 
					
						2019-05-11 11:50:00 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						4f84febbd1 
					 
					
						
						
							
							More intelligent BuildItem allocation  
						
						... 
						
						
						
						- Set initial value for quantity based on how many parts are left to allocate
- Auto select the StockItem to take from (if there is only one) 
						
						
					 
					
						2019-05-07 22:46:37 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						905d78e25c 
					 
					
						
						
							
							Complete build now works  
						
						... 
						
						
						
						- Marks build as complete
- Deletes temporary BuildItem objects
- Preselects the part's default_location if there is one
- Creates a new stockitem in the selected location 
						
						
					 
					
						2019-05-02 00:04:39 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver Walters 
							
						 
					 
					
						
						
							
						
						1c710e71a5 
					 
					
						
						
							
							Modal forms now display non-field errors  
						
						... 
						
						
						
						- Critical for errors not relating to a particular field (e.g. unique_together)
- Ref: https://stackoverflow.com/questions/7419535/how-to-render-django-form-errors-not-in-a-ul  
						
						
					 
					
						2019-04-26 23:01:04 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						de176ecac9 
					 
					
						
						
							
							Updated modal form code  
						
						... 
						
						
						
						- Modal form template now uses multipart-data (to allow file uploads)
- Cleaned modal_form.js code (split into separate functions) 
						
						
					 
					
						2018-05-03 23:38:32 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						b4ff8f79f0 
					 
					
						
						
							
							Fixed position header + footer for modals  
						
						... 
						
						
						
						- Fun with CSS!
- Header title provided by AJAX data
- Footer static
- Submit button text can be customized via JSON dat 
						
						
					 
					
						2018-04-26 22:38:48 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						d88da28871 
					 
					
						
						
							
							Generic AjaxCreateView  
						
						... 
						
						
						
						- Allows for same form to be posted 
						
						
					 
					
						2018-04-25 14:10:56 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						8bc4050d05 
					 
					
						
						
							
							Modal form is working for 'create new category'  
						
						... 
						
						
						
						- Had to set form.helper.form_tag to False (so we could control form tags manually)
- Created a 'json' model view 
						
						
					 
					
						2018-04-25 12:46:58 +10:00 
						 
				 
			
				
					
						
							
							
								Oliver 
							
						 
					 
					
						
						
							
						
						9004086632 
					 
					
						
						
							
							Add button to launch modal form  
						
						
						
						
					 
					
						2018-04-25 00:09:25 +10:00