mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-03 08:58:47 +01:00 
			
		
		
		
	Merge branch 'invoice_bg_storlist' into 'main'
changement du fond des factures See merge request bde/nk20!211
This commit is contained in:
		
							
								
								
									
										18
									
								
								apps/treasury/migrations/0006_auto_20230414_1651.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								apps/treasury/migrations/0006_auto_20230414_1651.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
				
			|||||||
 | 
					# Generated by Django 2.2.28 on 2023-04-14 14:51
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					from django.db import migrations, models
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					class Migration(migrations.Migration):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    dependencies = [
 | 
				
			||||||
 | 
					        ('treasury', '0005_auto_20230129_2348'),
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    operations = [
 | 
				
			||||||
 | 
					        migrations.AlterField(
 | 
				
			||||||
 | 
					            model_name='invoice',
 | 
				
			||||||
 | 
					            name='bde',
 | 
				
			||||||
 | 
					            field=models.CharField(choices=[('SecretStorlist', 'SecretStor[list]'), ('TotalistSpies', 'Tota[list]Spies'), ('Saperlistpopette', 'Saper[list]popette'), ('Finalist', 'Fina[list]'), ('Listorique', '[List]orique'), ('Satellist', 'Satel[list]'), ('Monopolist', 'Monopo[list]'), ('Kataclist', 'Katac[list]')], default='SecretStorlist', max_length=32, verbose_name='BDE'),
 | 
				
			||||||
 | 
					        ),
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
@@ -28,8 +28,9 @@ class Invoice(models.Model):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    bde = models.CharField(
 | 
					    bde = models.CharField(
 | 
				
			||||||
        max_length=32,
 | 
					        max_length=32,
 | 
				
			||||||
        default='TotalistSpies',
 | 
					        default='SecretStorlist',
 | 
				
			||||||
        choices=(
 | 
					        choices=(
 | 
				
			||||||
 | 
					            ('SecretStorlist', 'SecretStor[list]'),
 | 
				
			||||||
            ('TotalistSpies', 'Tota[list]Spies'),
 | 
					            ('TotalistSpies', 'Tota[list]Spies'),
 | 
				
			||||||
            ('Saperlistpopette', 'Saper[list]popette'),
 | 
					            ('Saperlistpopette', 'Saper[list]popette'),
 | 
				
			||||||
            ('Finalist', 'Fina[list]'),
 | 
					            ('Finalist', 'Fina[list]'),
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								apps/treasury/static/img/SecretStorlist.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								apps/treasury/static/img/SecretStorlist.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 690 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								apps/treasury/static/img/SecretStorlist_bg.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								apps/treasury/static/img/SecretStorlist_bg.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 77 KiB  | 
@@ -105,8 +105,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
\renewcommand{\headrulewidth}{0pt}
 | 
					\renewcommand{\headrulewidth}{0pt}
 | 
				
			||||||
\cfoot{
 | 
					\cfoot{
 | 
				
			||||||
    \small{\MonNom  ~--~ \MonAdresseRue ~ \MonAdresseVille ~--~ Téléphone : +33(0)6 89 88 56 50\newline
 | 
					    \small{\MonNom  ~--~ \MonAdresseRue ~ \MonAdresseVille ~--~ Téléphone : +33(0)7 78 17 22 34\newline
 | 
				
			||||||
     Site web : bde.ens-cachan.fr ~--~ E-mail : tresorerie.bde@lists.crans.org \newline Numéro SIRET : 399 485 838 00011
 | 
					     Site web : bde.ens-cachan.fr ~--~ E-mail : tresorerie.bde@lists.crans.org \newline Numéro SIRET : 399 485 838 00029
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user