1277 |
COMMENT ON COLUMN om_etat.se_couleurtexte IS 'Couleur du texte des sous états'; |
COMMENT ON COLUMN om_etat.se_couleurtexte IS 'Couleur du texte des sous états'; |
1278 |
|
|
1279 |
-- om_lettretype |
-- om_lettretype |
1280 |
|
COMMENT ON TABLE om_lettretype IS 'Paramétrage des lettretypes'; |
1281 |
|
COMMENT ON COLUMN om_lettretype.om_lettretype IS 'Identifiant unique'; |
1282 |
|
COMMENT ON COLUMN om_lettretype.om_collectivite IS 'Identifiant de la collectivité liée à la lettretype'; |
1283 |
|
COMMENT ON COLUMN om_lettretype.id IS 'Identifiant de la lettretype'; |
1284 |
|
COMMENT ON COLUMN om_lettretype.libelle IS 'Libellé de la lettretype'; |
1285 |
|
COMMENT ON COLUMN om_lettretype.actif IS 'Défini si la lettretype est actif'; |
1286 |
|
COMMENT ON COLUMN om_lettretype.orientation IS 'Défini l''orientation de la page'; |
1287 |
|
COMMENT ON COLUMN om_lettretype.format IS 'Défini le format de la page'; |
1288 |
|
COMMENT ON COLUMN om_lettretype.logo IS 'Défini le logo d''entête'; |
1289 |
|
COMMENT ON COLUMN om_lettretype.logoleft IS 'Position du logo à gauche'; |
1290 |
|
COMMENT ON COLUMN om_lettretype.logotop IS 'Position du logo en haut'; |
1291 |
|
COMMENT ON COLUMN om_lettretype.titre IS 'Bloc de titre'; |
1292 |
|
COMMENT ON COLUMN om_lettretype.titreleft IS 'Position du titre à gauche'; |
1293 |
|
COMMENT ON COLUMN om_lettretype.titretop IS 'Position du titre en haut'; |
1294 |
|
COMMENT ON COLUMN om_lettretype.titrelargeur IS 'Largeur du titre'; |
1295 |
|
COMMENT ON COLUMN om_lettretype.titrehauteur IS 'Hauteur du titre'; |
1296 |
|
COMMENT ON COLUMN om_lettretype.titrefont IS 'Font du titre'; |
1297 |
|
COMMENT ON COLUMN om_lettretype.titreattribut IS 'Attribut du titre (gras, italique, sousligné)'; |
1298 |
|
COMMENT ON COLUMN om_lettretype.titretaille IS 'Taille de la font du titre'; |
1299 |
|
COMMENT ON COLUMN om_lettretype.titrebordure IS 'Défini si les bordures du titre sont affichées'; |
1300 |
|
COMMENT ON COLUMN om_lettretype.titrealign IS 'Alignement du texte du titre'; |
1301 |
|
COMMENT ON COLUMN om_lettretype.corps IS 'Bloc de corps'; |
1302 |
|
COMMENT ON COLUMN om_lettretype.corpsleft IS 'Position du corps à gauche'; |
1303 |
|
COMMENT ON COLUMN om_lettretype.corpstop IS 'Position du corps en haut'; |
1304 |
|
COMMENT ON COLUMN om_lettretype.corpslargeur IS 'Largeur du corps'; |
1305 |
|
COMMENT ON COLUMN om_lettretype.corpshauteur IS 'Hauteur du corps'; |
1306 |
|
COMMENT ON COLUMN om_lettretype.corpsfont IS 'Font du texte du corps'; |
1307 |
|
COMMENT ON COLUMN om_lettretype.corpsattribut IS 'Attribut du corps (gras, italique, sousligné)'; |
1308 |
|
COMMENT ON COLUMN om_lettretype.corpstaille IS 'Taille de la font du corps'; |
1309 |
|
COMMENT ON COLUMN om_lettretype.corpsbordure IS 'Défini si les bordures du titre sont affichées'; |
1310 |
|
COMMENT ON COLUMN om_lettretype.corpsalign IS 'Alignement du texte du corps'; |
1311 |
|
COMMENT ON COLUMN om_lettretype.om_sql IS 'Identifiant de la requête permettant de récupérer les champs de fusion de la lettretype'; |
1312 |
|
|
1313 |
-- om_logo |
-- om_logo |
1314 |
|
|