Saltar al contenido

Formato de Cartas de Solicitudes

';var blob = new Blob(['\ufeff', docHTML], { type: 'application/msword' }); var url = URL.createObjectURL(blob); var a = document.createElement('a'); a.href = url; a.download = title.replace(/[^a-zA-Z0-9áéíóúñÁÉÍÓÚÑ ]/g, '').replace(/ +/g, '_') + '.doc'; document.body.appendChild(a); a.click(); document.body.removeChild(a); URL.revokeObjectURL(url); };window.wzPoder.downloadDOCX = function () { var preview = document.getElementById('contractPreviewPoder'); if (!preview) return;var title = 'Poder General - ' + (window.wzPoder.state.ciudad || 'Colombia'); window.wzPoder.saveDoc(preview.innerHTML, title); };window.wzPoder.askDownloadTemplate = function () { var el = document.getElementById('templateConfirm'); if (el) el.style.display = 'block'; };window.wzPoder.hideTemplateConfirm = function () { var el = document.getElementById('templateConfirm'); if (el) el.style.display = 'none'; };window.wzPoder.doDownloadTemplate = function () { var savedState = window.wzPoder.state; window.wzPoder.state = window.wzPoder.makeInitialState(); var content = window.wzPoder.buildContractHTML(); window.wzPoder.state = savedState; window.wzPoder.saveDoc(content, 'Plantilla Poder General'); };var _previewTimer = null; window.wzPoder.schedulePreview = function () { if (_previewTimer) { clearTimeout(_previewTimer); _previewTimer = null; } _previewTimer = setTimeout(function () { _previewTimer = null; window.wzPoder.updateLivePreview(); }, 150); };var wzContainer = document.getElementById('stepContainerPoder'); if (wzContainer) { wzContainer.addEventListener('input', function () { window.wzPoder.saveState(); window.wzPoder.schedulePreview(); }); wzContainer.addEventListener('change', function () { window.wzPoder.saveState(); window.wzPoder.schedulePreview(); }); } window.addEventListener('beforeunload', window.wzPoder.saveState);window.wzPoder.restoreState(); window.wzPoder.renderStep(); })(); //# sourceURL=wizard-poder-js-js-after ';var blob = new Blob(['\ufeff', docHTML], { type: 'application/msword' }); var url = URL.createObjectURL(blob); var a = document.createElement('a'); a.href = url; a.download = title.replace(/[^a-zA-Z0-9áéíóúñÁÉÍÓÚÑ ]/g, '').replace(/ +/g, '_') + '.doc'; document.body.appendChild(a); a.click(); document.body.removeChild(a); URL.revokeObjectURL(url); };wz.downloadDOCX = function () { var preview = document.getElementById('contractPreviewPoderEspecial'); if (!preview) return;var tramite = wz.TRAMITES[wz.state.tipo_tramite]; var title = 'Poder Especial - ' + (tramite ? tramite.label : '') + ' - ' + (wz.state.ciudad || 'Colombia'); wz.saveDoc(preview.innerHTML, title); };wz.askDownloadTemplate = function () { var el = document.getElementById('templateConfirm'); if (el) el.style.display = 'block'; };wz.hideTemplateConfirm = function () { var el = document.getElementById('templateConfirm'); if (el) el.style.display = 'none'; };wz.doDownloadTemplate = function () { wz.saveDoc(wz.buildBlankHTML(), 'Plantilla Poder Especial'); };var _previewTimer = null; wz.schedulePreview = function () { if (_previewTimer) { clearTimeout(_previewTimer); _previewTimer = null; } _previewTimer = setTimeout(function () { _previewTimer = null; wz.updateLivePreview(); }, 150); };var wzContainer = document.getElementById('stepContainerPoderEspecial'); if (wzContainer) { wzContainer.addEventListener('input', function () { wz.saveState(); wz.schedulePreview(); }); wzContainer.addEventListener('change', function () { wz.saveState(); wz.schedulePreview(); }); } window.addEventListener('beforeunload', wz.saveState);wz.restoreState(); wz.renderStep(); })(); //# sourceURL=wz-poder-especial-js-js-after ';var blob = new Blob(['\ufeff', docHTML], { type: 'application/msword' }); var url = URL.createObjectURL(blob); var a = document.createElement('a'); a.href = url; a.download = title.replace(/[^a-zA-Z0-9áéíóúñÁÉÍÓÚÑ ]/g, '').replace(/ +/g, '_') + '.doc'; document.body.appendChild(a); a.click(); document.body.removeChild(a); URL.revokeObjectURL(url); };var wzContainer = document.getElementById('stepContainerRenuncia'); if (wzContainer) { wzContainer.addEventListener('input', function () { wz.saveState(); wz.schedulePreview(); }); wzContainer.addEventListener('change', function () { wz.saveState(); wz.schedulePreview(); }); } window.addEventListener('beforeunload', wz.saveState);wz.restoreState(); wz.renderStep(); })(); //# sourceURL=wz-renuncia-js-js-after ';var blob = new Blob(['\ufeff', docHTML], { type: 'application/msword' }); var url = URL.createObjectURL(blob); var a = document.createElement('a'); a.href = url; a.download = title.replace(/[^a-zA-Z0-9áéíóúñÁÉÍÓÚÑ ]/g, '').replace(/ +/g, '_') + '.doc'; document.body.appendChild(a); a.click(); document.body.removeChild(a); URL.revokeObjectURL(url); };wz.downloadDOCX = function () { var preview = document.getElementById('contractPreviewCuenta'); if (!preview) return;wz.saveDoc(preview.innerHTML, 'Cuenta de Cobro - ' + (wz.state.ciudad || 'Colombia')); };wz.askDownloadTemplate = function () { var el = document.getElementById('templateConfirm'); if (el) el.style.display = 'block'; };wz.hideTemplateConfirm = function () { var el = document.getElementById('templateConfirm'); if (el) el.style.display = 'none'; };wz.doDownloadTemplate = function () { var savedState = wz.state; wz.state = wz.makeInitialState(); wz.state.ciudad = '______'; wz.state.cliente = '______'; wz.state.cliente_direccion = '______'; wz.state.cliente_ciudad = '______'; wz.state.cliente_nit = '______'; wz.state.emisor.nombre = '______'; wz.state.emisor.nit = '______'; wz.state.emisor.ciudad = '______'; wz.state.emisor.contacto = '______'; wz.state.servicios.push({ fecha: '', descripcion: '______', valor: '' }); wz.state._blank = true; var content = wz.buildContractHTML(); wz.state = savedState; wz.saveDoc(content, 'Plantilla Cuenta de Cobro'); };var _previewTimer = null; wz.schedulePreview = function () { if (_previewTimer) { clearTimeout(_previewTimer); _previewTimer = null; } _previewTimer = setTimeout(function () { _previewTimer = null; wz.updateLivePreview(); }, 150); };var wzContainer = document.getElementById('stepContainerCuenta'); if (wzContainer) { wzContainer.addEventListener('input', function () { wz.saveState(); wz.schedulePreview(); }); wzContainer.addEventListener('change', function () { wz.saveState(); wz.schedulePreview(); }); wz.restoreState(); wz.renderStep(); } window.addEventListener('beforeunload', wz.saveState); })(); //# sourceURL=wz-cuentacobro-js-js-after