Save segunda brancha as backup

This commit is contained in:
fjrodriguez
2023-01-20 10:20:45 -06:00
parent 35798c5304
commit 2e432ae674
10 changed files with 164 additions and 8 deletions

View File

@@ -72,5 +72,7 @@ class Clientes(models.Model):
return Timbres.objects.filter(rfcc=self.RFC, created_at__year=str(year),created_at__month=str(month)).count()
class Meta:
ordering = ('-Activo','-conteo_mes','RFC')
def __str__(self):
return self.Nombre