mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Render an uploaded template to LaTeX
This commit is contained in:
		
							
								
								
									
										25
									
								
								InvenTree/report/migrations/0004_auto_20200521_1217.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								InvenTree/report/migrations/0004_auto_20200521_1217.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| # Generated by Django 3.0.5 on 2020-05-21 12:17 | ||||
|  | ||||
| from django.db import migrations, models | ||||
| import report.models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('report', '0003_reportasset'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AddField( | ||||
|             model_name='reporttemplate', | ||||
|             name='filters', | ||||
|             field=models.CharField(blank=True, help_text='Query filters (comma-separated list of key=value pairs)', max_length=250, validators=[report.models.validate_filter_string]), | ||||
|         ), | ||||
|         migrations.AddField( | ||||
|             model_name='reporttemplate', | ||||
|             name='name', | ||||
|             field=models.CharField(default='Test', help_text='Template name', max_length=100, unique=True), | ||||
|             preserve_default=False, | ||||
|         ), | ||||
|     ] | ||||
		Reference in New Issue
	
	Block a user