Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md

This commit is contained in:
2026-08-18 20:59:52 -04:00
commit 454973e269
5978 changed files with 2664094 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{ TABLE "informix".irtb01133 row size = 54 number of columns = 13 index size = 39
}
create table "informix".irtb01133
(
mes_ini smallint,
mes_fin smallint,
ano smallint,
cod_n smallint,
cod_grupo smallint,
cod_tipo smallint,
cod_sec smallint,
costo_st decimal(12,2),
status_t char(1),
us_crea char(9),
fech_crea datetime year to minute,
us_mod char(9),
fech_mod datetime year to minute
);
revoke all on "informix".irtb01133 from "public";
create index "informix".irtb11133 on "informix".irtb01133 (mes_ini);
create index "informix".irtb21133 on "informix".irtb01133 (cod_n,cod_grupo,cod_tipo,
cod_sec);
create index "informix".irtb31133 on "informix".irtb01133 (ano,mes_fin);