This file contains hidden or 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
| // ═══════════════════════════════════════════════════════════ | |
| // SIADED AutoFill v4 — PEGAR EN CONSOLA (F12 → Console) | |
| // Mejoras: reset de buffer + búsqueda fonética tolerante | |
| // ═══════════════════════════════════════════════════════════ | |
| (function(){ | |
| if(document.getElementById('af-panel')){document.getElementById('af-panel').remove();} | |
| const COLUMNAS={G1:'Cantidad',G2:'Forma/Movimiento',G3:'Gestión datos',G4:'Regularidad',G5:'Eval. mensual',G6:'Eval. bimestral',G7:'Cuaderno'}; | |
| const VOZ_MAP={G1:['cantidad'],G2:['forma','movimiento'],G3:['gestion','gestión','datos'],G4:['regularidad','equivalencia'],G5:['mensual'],G6:['bimestral'],G7:['cuaderno']}; |