-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inicio proyecto laboratorio
- Loading branch information
0 parents
commit 1a875a5
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
php/conf/configAPP.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.