অনিক/আপিল কর্মকর্তার তথ্য

অনিক/আপিল কর্মকর্তার তথ্য দেখতে নিম্নে প্রদত্ত ফরম থেকে দপ্তর বাছাই করুন

অথবা
 

সেবা প্রাপ্তিতে অসন্তুষ্ট হলে দায়িত্বপ্রাপ্ত কর্মকর্তার সঙ্গে যোগাযোগ করুন। তার কাছ থেকে সমাধান পাওয়া না গেলে নিম্নোক্ত পদ্ধতিতে যোগাযোগ করে আপনার সমস্যা অবহিত করুন।

ক্রমিক নম্বর কখন যোগাযোগ করবেন কার সঙ্গে যোগাযোগ করবেন যোগাযোগের ঠিকানা নিষ্পত্তির সময়সীমা
দায়িত্বপ্রাপ্ত কর্মকর্তা সমাধান দিতে না পারলে অভিযোগ নিষ্পত্তি কর্মকর্তা (অনিক) নাম ও পদবি: ৬০ দিন
অভিযোগ নিষ্পত্তি কর্মকর্তা নির্দিষ্ট সময়ে সমাধান দিতে না পারলে আপিল কর্মকর্তা নাম ও পদবি: ৩০ দিন
আপিল কর্মকর্তা নির্দিষ্ট সময়ে সমাধান দিতে না পারলে মন্ত্রিপরিষদ বিভাগের অভিযোগ ব্যবস্থাপনা সেল ৫ নম্বর গেইট, বাংলাদেশ সচিবালয়, ঢাকা।
ওয়েব: www.grs.gov.bd
তিন মাস
দুঃখিত, আপনার নির্বাচিত দপ্তরের কোনো তথ্য পাওয়া যায়নি।
'); mywindow.document.write(''); mywindow.document.write(''); mywindow.document.write('

' + document.title + '

'); mywindow.document.write($("#printableArea").clone().find('.remove-on-print').remove().end().html()); mywindow.document.write(' '); /*$('#printableArea').clone() .find("table tbody .remove-on-print") .remove() .end() .find(".table-header-title") .attr("colspan", "7") .end() .printThis({ printDelay: 500, importStyle: true, formValues: false });*/ } else { toastr.error("No citizen charter available to be printed", null, {positionClass: 'toast-top-center'}); } }); } function clearAllSelection() { $("#firstSelection").empty(); $("#secondSelection").empty(); $("#thirdSelection").empty(); $("#serviceSelection").empty(); $("#firstSelection").css("display","none"); $("#secondSelection").css("display","none"); $("#thirdSelection").css("display","none"); $("#serviceSelection").css("display","none"); } function getServiceList(officeId){ var groAoFoundTable = $("#groAoInformation .found"); var groAoNotFoundTable = $("#groAoInformation .not-found"); $("#officeId").val(officeId); $("#popupContentsAjaxLoader").modal("show"); $("#groAoInformation").removeClass("hide"); $.getJSON("/api/offices/" + officeId + "/gro-ao-records", function(response) { var groInfo = aggregateUserDetails(response.groRecord); var aoInfo = aggregateUserDetails(response.aoRecord); groAoFoundTable.find(".gro-info").empty().html(groInfo); groAoFoundTable.find(".ao-info").empty().html(aoInfo); }).done(function(){ groAoFoundTable.show(); groAoNotFoundTable.hide(); }).fail(function(){ groAoFoundTable.hide(); groAoNotFoundTable.show(); }).always(function(){ $("#popupContentsAjaxLoader").modal("hide"); }); } function aggregateUserDetails(userInfo) { var isEnglish = (languageCode == "en"); if(!userInfo) { return isEnglish ? "No responsible officer assigned" : "কোনো দায়িত্বপ্রাপ্ত কর্মকর্তা নিযুক্ত নেই"; } var result = userInfo.name; if(userInfo["phoneNumber"]) { userInfo["phoneNumber"] = isEnglish ? userInfo["phoneNumber"] : userInfo["phoneNumber"].toBanglaNumber(); } ["designation", "phoneNumber", "email"].forEach(function (field) { if(userInfo[field]) { result += '
' + userInfo[field]; } }); return result; }; function getOfficeId() { return $("#secondSelection").val(); } function officeChangeEventHandler() { var officeId = getOfficeId(); getServiceList(officeId); } $(document).ready(function() { $("#officeLayers").select2({ width: '220px' }); bindOfficeLayersChangeActions(""); $("#officeSelectionId").on('change', "#secondSelection", officeChangeEventHandler); printGROSelection(); });