Skip to content

Commit

Permalink
Inicio proyecto laboratorio
Browse files Browse the repository at this point in the history
Inicio proyecto laboratorio
  • Loading branch information
esmultiservicios committed Nov 22, 2024
0 parents commit 1a875a5
Show file tree
Hide file tree
Showing 4,440 changed files with 767,460 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

php/conf/configAPP.php
34 changes: 34 additions & 0 deletions DB_Cambios.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
####25/07/2023####
tabla => cobrar_clientes
cobrar_clientes_id int
clientes_id int
facturas_id int
fecha date
saldo float(12,2)
estado int
usuario int
empresa_id int
fecha_registro datetime

tabla => cobrar_clientes_grupales
cobrar_clientes_id int
clientes_id int
facturas_id int
fecha date
saldo float(12,2)
estado int
usuario int
empresa_id int
fecha_registro datetime

####25/07/2023####
tabla => limite_muetras
limite_muetras_id int
limite int
usuario int
fecha_edicion datetime

####01/07/2023####
tabla => movimientos
se agrego al final los siguientes campos
comentario varchar(1000)
Loading

0 comments on commit 1a875a5

Please sign in to comment.