E-Office is a Mission Mode Project (MMP) under the National e-Governance program of Uttar Pradesh Government. This product has been developed by the National Informatics Center (NIC) and its aim is to make all the tasks / processes in all departments and offices coming under the Government of Uttar Pradesh more efficient, effective, transparent.
The product is designed as a reusable system by bringing together independent works and systems under a single framework to increase transparency, increase accountability and transform government work culture and ethics.
Benefits of e-office:
- Transparency.
- Accountability.
- Data security and assurance of data integrity.
- Replacing government work culture and ethics.
- To promote innovation by releasing employees’ energy and time from unproductive processes.
S.No. | Type | Attachment | Description |
---|---|---|---|
1 | Bulk E-mail Users Subscription form. | Click Here(PDF 0.1 M.B.). | For creation of two or more users gov.in E-mail Id. |
2 | E-mail Policy. | Click Here(PDF 0.4 M.B.). | E-mail policy of GoI June 2018 version 1.1. |
3 | E-Office Project Action Plan. | Click Here(PDF 0.2 M.B.). | E-Office Project Action Plan for Azamgarh. |
4 | E-Office SOP | Click Here E-office SOP | E-Office Project Action Plan for Azagarh. |
5 | E-Office Related Materials | Click Here E-Office Related Materials | E-Office Related Materials |
click here : Power point presentation for e-office system training (PDF-1.39 MB).
jQuery(document).ready(function($){ jQuery('.vc_tta-tabs-list').attr('role','tablist'); jQuery('.vc_tta-panel').attr('role','tabpanel'); jQuery('.vc_tta-tab a').attr('role','tab');
if (!String.prototype.startsWith) { String.prototype.startsWith = function(searchString, position) { position = position || 0; return this.indexOf(searchString, position) === position; }; } let isS3waasExternal = function(url) { if( !url.match('^(https?:)?(\\/\\/).*$')) return false; return !(location.href.replace("http://", "").replace("https://", "").split("/")[0] === url.replace("http://", "").replace("https://", "").split("/")[0]); }
jQuery('body').on('targetExternalLinks',function(){
jQuery('a').each(function(){ var href = jQuery(this).attr('href'); if(typeof href == 'undefined' ){ jQuery(this).attr('href','javascript:void(0)'); href = '#'; }
if($(this).attr('hreflang') !== undefined){
if($(this).attr('hreflang') == 'od'){ $(this).attr({ hreflang: 'or', lang:'or'}); }
if(jQuery(this).attr('aria-label') !== typeof undefined){ jQuery(this).attr('aria-label', jQuery(this).text()).attr('title',jQuery(this).text()); } }else if(isS3waasExternal(href)){
if( href.indexOf('cdn.s3waas.gov.in') == -1 && href.indexOf('auth.s3waas.gov.in') == -1 && href.indexOf('cdnbbsr.s3waas.gov.in') == -1 && href.indexOf('parichay') == -1 && !jQuery(this).hasClass('fancybox.iframe') && !jQuery(this).hasClass('fancybox') ) { if(typeof jQuery(this).attr('onclick') === "undefined"){ jQuery(this).attr("onclick", "return confirm('You are being redirected to an external website. Please note that District Azamgarh, Government of Uttar Pradesh cannot be held responsible for external websites content & privacy policies.');"); } } if(typeof jQuery(this).attr('aria-label') === "undefined" || typeof jQuery(this).attr('title') === "undefined"){ var text = ''; if(jQuery(this).text().trim() !== ''){ text = jQuery(this).text().trim()+' - '; }else { text = jQuery(this).attr('href')+' - '; }
if( href.indexOf('cdn.s3waas.gov.in') == -1 && href.indexOf('auth.s3waas.gov.in') == -1 && href.indexOf('cdnbbsr.s3waas.gov.in') == -1 && href.indexOf('parichay') == -1 && !jQuery(this).hasClass('fancybox.iframe') && !jQuery(this).hasClass('fancybox') ){
if(typeof jQuery(this).attr('aria-label') === "undefined"){ jQuery(this).attr('aria-label', text + 'External site that opens in a new window'); } if(typeof jQuery(this).attr('title') === "undefined"){ jQuery(this).attr('title', text + 'External site that opens in a new window'); }
} } if(href.indexOf('auth.s3waas.gov.in') == -1 && href.indexOf('parichay') == -1) { jQuery(this).prop('target', '_blank'); jQuery(this).prop('rel', 'noopener noreferrer'); } } });
}) jQuery('body').trigger('targetExternalLinks');
jQuery('body iframe').each(function () { let attrSrc = $(this).attr('src'); if(isS3waasExternal(attrSrc)){ $(this).attr('sandbox',''); }
if(attrSrc.indexOf('map') > 0){ $(this).attr('title','District Map'); } });
$('.flex-direction-nav a.flex-prev').attr({'title' : 'Previous','aria-label':'Previous'}); $('.flex-pauseplay a.flex-pause').attr({'title' : 'Play/Pause','aria-label':'Play/Pause'}); $('.flex-direction-nav a.flex-next').attr({'title' : 'Next','aria-label':'Next'});
$('a[download]').each(function(){
var ariaLabelPrevious = $(this).prev().attr('aria-label'); if(typeof ariaLabelPrevious !== typeof undefined){ var ariaLabel = $(this).prev().attr('aria-label').split('-')[0]; ariaLabel = 'Download ' + ariaLabel; $(this).attr('aria-label',ariaLabel).removeAttr('aria-hidden'); } }); });