forms.zohopublic.com Open in urlscan Pro
136.143.182.97  Public Scan

Submitted URL: https://pr.namawomen.com/
Effective URL: https://forms.zohopublic.com/nama9/form/PurchaseRequestform/formperma/Kp75BsN3WXbls-xWnmaNXw-XGPfCO2pChQGfvS9jf_g
Submission: On July 04 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="test"><input type="hidden" name="formName" value="PurchaseRequestform" id="formName"><!-- Form Perma will be sent only for PermaUrls -->
  <input type="hidden" name="formPerma" value="Kp75BsN3WXbls-xWnmaNXw-XGPfCO2pChQGfvS9jf_g" id="formPerma"><input type="hidden" name="referrerName" id="referrerName" value="null"><input type="hidden" name="isPaymentForm" value="false"
    id="isPaymentForm"><input type="hidden" name="formType" value="0" id="formType">
  <input type="hidden" id="zf_date_format" datelocale="en-GB" name="date_format" value="dd-MMM-yyyy"><input type="hidden" name="isDocsPublicForm" value="false" id="isDocsPublicForm">
  <input type="hidden" name="formrid" value="" id="formrid">
  <input type="hidden" name="resizeform" value="0" id="resizeform">
  <div id="zf_utmTrack" style="display: none;"></div>
  <div class="templateWrapper" id="formRedirectURL" style="min-height:1070px;">
    <ul class="tempHeadBdr formRelative">
      <li class="tempHeadContBdr"><span id="logo-formheader" class="formLogo" style="display: none"><img aria-hidden="true" id="logo-formheader-img" src=""></span>
        <h2 class="frmTitle" role="heading" aria-level="1"><em>NAMA Purchase Request Form</em></h2>
        <p class="frmDesc"></p>
        <div class="clearBoth"></div>
      </li>
    </ul>
    <!-- 'FieldElement' class is imported in order to get the key for display name of the component of 'Address' field.
'FormField' class is used to get field type of Zoho CRM field.-->
    <div id="formBodyDiv" class="formRelative subContWrap topAlign"><!-- <button elname="openPopUpSubForm" onclick="openPopUp();event.preventDefault()"> Open subform pop up </button> -->
      <!-- formFieldWrapper class is used to differantiate form fields and subform fields in themes. Direct children (li) are considered as form fields. Dont change the order of class used. -->
      <ul elname="formBodyULName" class="ulNoStyle formFieldWrapper" page_no="1" needpagedata="true">
        <!-- i) Private form, ii) Perma, iii) Shared form, iv) Theme preview, v) Current Theme -->
        <!-- "isVisible"="false": This 'Admin Only' field must not be shown to user. -->
        <!-- "isVisible"="true": Case 1: This is not an 'Admin Only' field. Case 2: This 'Admin Only' field must be shown to user. -->
        <!-- Theme Preview, Current Theme - Admin Only fields will be shown. Formula won't be calculated. Field Rules won't be executed. -->
        <!-- formMetaData.key=Field link name -->
        <!-- Zoho CRM field : "FIELD_LIST" key won't be present. -->
        <li tabindex="1" isunique="false" class="tempFrmWrapper date" elname="livefield-elem" comptype="5" id="Date-li" compname="Date" linkname="Date" needdata="true" isvisible="true" disableddays="{}" startoftheweek="1" mandatory="true" page_no="1"
          page_link_name="Page" showlabel="true" counteruid="14">
          <label class="labelName" for="Date-date">
            <span>Date</span>
            <em class="important" aria-label="Required">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" datelocale="en-GB" elname="dd-M-yy" id="DatedateDiv" isdisable="false" elemname="fieldContentDiv">
            <span>
              <div class="calendarCont" elname="calendarContDiv">
                <input aria-describedby="hint-Date Date-subInfoText" aria-haspopup="dialog" name="Date" elname="date" id="Date-date" onchange="ZFLive.validateFieldConstraint(this);" onfocusout="checkDatePicker(this);" autocomplete="off"
                  onclick="ZFUtil.showLiveDatePicker(this)" onfocus="ZFUtil.showLiveDatePicker(this)" type="text" value="04-Jul-2024" placeholder="" class="hasDatepicker">
                <div class="calIconWrapper" role="img" aria-label="Date" elname="imgWrapDiv"><img class="calendarIcon" src="https://static.zohocdn.com/forms/images/spacer.325472601571f31e1bf00674c368d335.gif" title="..."></div>
                <div class="clearBoth"></div>
              </div><label class="formSubInfoText" elname="formSubInfoText" id="Date-subInfoText">dd-MMM-yyyy</label>
            </span>
            <p class="errorMessage" elname="error" id="error-Date"></p>
            <span style="display:none">
              <script type="module">
                $(function() {
                  var dateformat = $("#DatedateDiv").attr("elname"); // No I18N	
                  var actualDateFormat = "dd-MMM-yyyy"; // No I18N
                  var dateLocale = $("#DatedateDiv").attr("datelocale"); // No I18N
                  var weekStart = "1"; // No I18N
                  if (typeof weekStart == ResponseKey.UNDEFINED || weekStart == "") {
                    weekStart = 0;
                  }
                  if (typeof dateLocale == ResponseKey.UNDEFINED || dateLocale == "") {
                    dateLocale = "en-GB"; // No I18N
                  }
                  var disableDays = {};
                  $("#Date-date").datepicker({
                    showOn: "button", // No I18N
                    buttonImage: "https://static.zohocdn.com/forms/images/spacer.325472601571f31e1bf00674c368d335.gif", // No I18N
                    buttonImageOnly: true,
                    dateFormat: dateformat,
                    showAnim: "drop", // No I18N
                    changeMonth: true,
                    yearRange: "1900:2100",
                    firstDay: weekStart,
                    beforeShowDay: function(date) {
                      return ZFUtil.blockDisabledDaysAndHolidays(date, disableDays);
                    },
                    beforeShow: function() {
                      ZFUtil.setDateLimit(this, actualDateFormat, dateLocale);
                    },
                    onClose: function() {},
                    onChangeMonthYear: function(year, month, inst) {},
                    monthNamesShort: CustomDateLocale[dateLocale].monthNamesShort,
                    monthNames: CustomDateLocale[dateLocale].monthNames,
                    dayNamesMin: CustomDateLocale[dateLocale].dayNamesMin,
                    showMonthAfterYear: CustomDateLocale[dateLocale].showMonthAfterYear,
                    yearSuffix: CustomDateLocale[dateLocale].yearSuffix,
                    changeYear: true
                  });
                  var dateDiv = $("#DatedateDiv"); // No I18N
                  var imgElem = $(dateDiv).find('img'); // No I18N
                  $(imgElem).removeClass("ui-datepicker-trigger"); // No I18N
                  $(imgElem).addClass("calendarIcon"); // No I18N
                  $(imgElem).mousedown(function(e) {
                    e.preventDefault();
                  });
                  //$(imgElem).attr("title","");	// Hovering on date picker icon displays the Date field's label
                  $(imgElem).removeAttr("alt"); // No I18N
                  /*
                  When spacing is applied for input fields in Themes, calendar icon needs to vertical aligned with input.
                  For that img element should be placed inside a div.
                  */
                  var imgWrapDiv = $('<div class="calIconWrapper" role="img" aria-label="Date" elname="imgWrapDiv"></div>');
                  $(imgWrapDiv).insertBefore(imgElem);
                  $(imgElem).appendTo(imgWrapDiv);
                  //The below class add to set z-index 
                  $('#ui-datepicker-div').addClass("calIndex");
                  $('#ui-datepicker-div').addClass("notranslate");
                  if (false == true) {
                    $("#Date-date").datepicker().datepicker('disable'); //No I18N
                  }
                });
                //$("#DatedateDiv").find('img').addClass("calendarIcon");
              </script>
            </span>
          </div>
        </li>
        <li class="tempFrmWrapper name namemedium zfSelect2CustomCont" elname="livefield-elem" comptype="7" needdata="true" id="Name-li" compname="Name" linkname="Name" isvisible="true" mandatory="true" page_no="1" page_link_name="Page"
          regex_type="0" showlabel="true" counteruid="15">
          <label class="labelName" id="Name-arialabel">
            <span>Requester Name</span>
            <em class="important" aria-hidden="true">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv twoType" elemname="fieldContentDiv">
            <div class="nameWrapper">
              <span elname="compEachElem">
                <span class="sr-only" elname="ariaReqSpan" id="ariarequired-Name0">Required</span>
                <input aria-labelledby="Name-arialabel aria-showelemslabel-Name0 ariarequired-Name0" aria-describedby="hint-Name" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="given-name" type="text" maxlength="255" elname="First"
                  name="Name" complink="Name_First" value="" mandatory="true" placeholder="">
                <label id="aria-showelemslabel-Name0" elname="formSubInfoText" class="formSubInfoText">First Name</label>
              </span>
              <span elname="compEachElem">
                <span class="sr-only" elname="ariaReqSpan" id="ariarequired-Name1">Required</span>
                <input aria-labelledby="Name-arialabel aria-showelemslabel-Name1 ariarequired-Name1" aria-describedby="hint-Name" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="family-name" type="text" maxlength="255" elname="Last"
                  name="Name" complink="Name_Last" value="" mandatory="true" placeholder="">
                <label id="aria-showelemslabel-Name1" elname="formSubInfoText" class="formSubInfoText">Last Name</label>
              </span>
              <div class="clearBoth"></div>
            </div>
            <p class="errorMessage" elname="error" id="error-Name"></p>
          </div>
          <div class="clearBoth"></div>
        </li>
        <li elname="livefield-elem" comptype="1" id="SingleLine-li" needdata="true" compname="SingleLine" linkname="SingleLine" counteruid="34" isvisible="true" isunique="false" class="tempFrmWrapper small" mandatory="true" page_no="1"
          page_link_name="Page" showlabel="true">
          <label class="labelName" for="SingleLine-arialabel">
            <span>Designation</span>
            <em class="important" aria-label="Required">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" elemname="fieldContentDiv">
            <span><input id="SingleLine-arialabel" aria-describedby="hint-SingleLine" onkeyup="ZFLive.configureInputMask(this);" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" type="text" maxlength="255" name="SingleLine"
                value="" placeholder=""></span>
            <p class="errorMessage" elname="error" id="error-SingleLine"></p>
          </div>
          <div class="clearBoth"></div>
        </li>
        <li isunique="false" class="tempFrmWrapper email small" elname="livefield-elem" comptype="9" id="Email-li" needdata="true" compname="Email" linkname="Email" isvisible="true" mandatory="true" page_no="1" page_link_name="Page" showlabel="true"
          counteruid="82" allowed_domain_name="namawomen.ae,sbwc.ae,irthi.com" domain_option="1" need_reconf="false">
          <label class="labelName" for="Email-arialabel">
            <span>Requester Email ID</span>
            <em class="important" aria-label="Required">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" elemname="fieldContentDiv">
            <span elname="livefield-email-elem"><input inputmode="email" id="Email-arialabel" aria-describedby="hint-Email" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="email" type="text" maxlength="255" name="Email" value=""
                placeholder="">
              <p class="errorMessage" elname="error" id="error-Email"></p>
            </span>
          </div>
          <div class="clearBoth"></div>
        </li>
        <li class="tempFrmWrapper dropdown small zfSelect2CustomCont" elname="livefield-elem" comptype="12" id="Dropdown-li" needdata="true" compname="Dropdown" linkname="Dropdown" isvisible="true" mandatory="true" page_no="1" page_link_name="Page"
          showlabel="true" counteruid="84">
          <label for="Dropdown-arialabel" id="Dropdown-arialabel-cont" class="labelName">
            <span>Division</span>
            <em class="important" aria-label="Required">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" elemname="fieldContentDiv">
            <div class="form_selectBox">
              <div class="selectArrow"></div><select id="Dropdown-arialabel" aria-describedby="hint-Dropdown" name="Dropdown" onchange="ZFLive.prefillFieldLabel(this); ZFLive.hideClosestFieldElemErrorDiv(this); ZFLive.checkUniqueChoiceFld(this); 
" tabindex="-1" class="select2-hidden-accessible" aria-hidden="true">
                <option selected="true" value="-Select-" option_id="-101">-Select-</option>
                <option value="NAMA" formula_val="" textassign_val="" option_id="1502295000000012907">NAMA</option>
              </select><span class="select2 select2-container select2-container--default" dir="ltr" style="width: 362px;"><span class="selection"><span class="select2-selection select2-selection--single select2FormCont" role="combobox"
                    aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-Dropdown-arialabel-container"><span class="select2-selection__rendered" id="select2-Dropdown-arialabel-container" title="-Select-">
                      <div class="select2FormFont drpDwnPlaceholder">-Select-</div>
                    </span><span class="select2-selection__arrow select2FormArrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
            </div>
            <div elname="liveFieldTempChoiceCont" style="display: none;">
            </div>
            <p class="errorMessage" elname="error" id="error-Dropdown"></p>
          </div>
          <div class="clearBoth"></div>
        </li>
        <li class="tempFrmWrapper dropdown small zfSelect2CustomCont" elname="livefield-elem" comptype="12" id="Dropdown1-li" needdata="true" compname="Dropdown1" linkname="Dropdown1" isvisible="true" mandatory="true" page_no="1"
          page_link_name="Page" showlabel="true" counteruid="48">
          <label for="Dropdown1-arialabel" id="Dropdown1-arialabel-cont" class="labelName">
            <span>Line Manager</span>
            <em class="important" aria-label="Required">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" elemname="fieldContentDiv">
            <div class="form_selectBox">
              <div class="selectArrow"></div><select id="Dropdown1-arialabel" aria-describedby="hint-Dropdown1" name="Dropdown1" onchange="ZFLive.prefillFieldLabel(this); ZFLive.hideClosestFieldElemErrorDiv(this); ZFLive.checkUniqueChoiceFld(this); 
" tabindex="-1" class="select2-hidden-accessible" aria-hidden="true">
                <option selected="true" value="-Select-" option_id="-101">-Select-</option>
                <optgroup label="Line Manager" value="Line Manager">
                  <option value="Moza AlKhayyal" formula_val="" textassign_val="">Moza AlKhayyal</option>
                  <option value="Lawratou Bah" formula_val="" textassign_val="">Lawratou Bah</option>
                  <option value="Fatima Abbas Al hosani" formula_val="" textassign_val="">Fatima Abbas Al hosani</option>
                  <option value="Romy John Kalluvely" formula_val="" textassign_val="">Romy John Kalluvely</option>
                  <option value="Abdallah Murad Abdallah" formula_val="" textassign_val="">Abdallah Murad Abdallah</option>
                  <option value="Nouf Abdalla" formula_val="" textassign_val="">Nouf Abdalla</option>
                  <option value="Fatima Abdelrahman Alshaiba" formula_val="" textassign_val="">Fatima Abdelrahman Alshaiba</option>
                  <option value="Nivin Jasri" formula_val="" textassign_val="">Nivin Jasri</option>
                </optgroup>
              </select><span class="select2 select2-container select2-container--default" dir="ltr" style="width: 362px;"><span class="selection"><span class="select2-selection select2-selection--single select2FormCont" role="combobox"
                    aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-Dropdown1-arialabel-container"><span class="select2-selection__rendered" id="select2-Dropdown1-arialabel-container" title="-Select-">
                      <div class="select2FormFont drpDwnPlaceholder">-Select-</div>
                    </span><span class="select2-selection__arrow select2FormArrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
            </div>
            <div elname="liveFieldTempChoiceCont" style="display: none;">
              <select name="Dropdown1-temp-select">
                <optgroup label="Line Manager" value="Line Manager">
                  <option textassign_val="" formula_val="" value="Moza AlKhayyal">Moza AlKhayyal</option>
                  <option textassign_val="" formula_val="" value="Lawratou Bah">Lawratou Bah</option>
                  <option textassign_val="" formula_val="" value="Fatima Abbas Al hosani">Fatima Abbas Al hosani</option>
                  <option textassign_val="" formula_val="" value="Romy John Kalluvely">Romy John Kalluvely</option>
                  <option textassign_val="" formula_val="" value="Abdallah Murad Abdallah">Abdallah Murad Abdallah</option>
                  <option textassign_val="" formula_val="" value="Nouf Abdalla">Nouf Abdalla</option>
                  <option textassign_val="" formula_val="" value="Fatima Abdelrahman Alshaiba">Fatima Abdelrahman Alshaiba</option>
                  <option textassign_val="" formula_val="" value="Nivin Jasri">Nivin Jasri</option>
                </optgroup>
              </select>
            </div>
            <p class="errorMessage" elname="error" id="error-Dropdown1"></p>
          </div>
          <div class="clearBoth"></div>
        </li>
        <li elname="livefield-elem" comptype="1" id="SingleLine1-li" needdata="true" compname="SingleLine1" linkname="SingleLine1" counteruid="18" isvisible="true" isunique="false" class="tempFrmWrapper small" mandatory="true" page_no="1"
          page_link_name="Page" showlabel="true">
          <label class="labelName" for="SingleLine1-arialabel">
            <span>Name of Programmes / Project / Event</span>
            <em class="important" aria-label="Required">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" elemname="fieldContentDiv">
            <span><input id="SingleLine1-arialabel" aria-describedby="hint-SingleLine1" onkeyup="ZFLive.configureInputMask(this);" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" type="text" maxlength="255" name="SingleLine1"
                value="" placeholder=""></span>
            <p class="errorMessage" elname="error" id="error-SingleLine1"></p>
          </div>
          <div class="clearBoth"></div>
        </li>
        <li elname="livefield-elem" comptype="1" id="SingleLine2-li" needdata="true" compname="SingleLine2" linkname="SingleLine2" counteruid="19" isvisible="true" isunique="false" class="tempFrmWrapper small" mandatory="true" page_no="1"
          page_link_name="Page" showlabel="true">
          <label class="labelName" for="SingleLine2-arialabel">
            <span>Event Code</span>
            <em class="important" aria-label="Required">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" elemname="fieldContentDiv">
            <span><input id="SingleLine2-arialabel" aria-describedby="hint-SingleLine2" onkeyup="ZFLive.configureInputMask(this);" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" type="text" maxlength="255" name="SingleLine2"
                value="" placeholder=""></span>
            <p class="errorMessage" elname="error" id="error-SingleLine2"></p>
          </div>
          <div class="clearBoth"></div>
        </li>
        <li tabindex="1" isunique="false" class="tempFrmWrapper date" elname="livefield-elem" comptype="5" id="Date1-li" compname="Date1" linkname="Date1" needdata="true" isvisible="true" disableddays="{}" startoftheweek="1" mandatory="true"
          page_no="1" page_link_name="Page" showlabel="true" counteruid="22">
          <label class="labelName" for="Date1-date">
            <span>Date by which goods / Services required</span>
            <em class="important" aria-label="Required">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" datelocale="en-GB" elname="dd-M-yy" id="Date1dateDiv" isdisable="false" elemname="fieldContentDiv">
            <span>
              <div class="calendarCont" elname="calendarContDiv">
                <input aria-describedby="hint-Date1 Date1-subInfoText" aria-haspopup="dialog" name="Date1" elname="date" id="Date1-date" onchange="ZFLive.validateFieldConstraint(this);" onfocusout="checkDatePicker(this);" autocomplete="off"
                  onclick="ZFUtil.showLiveDatePicker(this)" onfocus="ZFUtil.showLiveDatePicker(this)" type="text" value="" placeholder="" class="hasDatepicker">
                <div class="calIconWrapper" role="img" aria-label="Date" elname="imgWrapDiv"><img class="calendarIcon" src="https://static.zohocdn.com/forms/images/spacer.325472601571f31e1bf00674c368d335.gif" title="..."></div>
                <div class="clearBoth"></div>
              </div><label class="formSubInfoText" elname="formSubInfoText" id="Date1-subInfoText">dd-MMM-yyyy</label>
            </span>
            <p class="errorMessage" elname="error" id="error-Date1"></p>
            <span style="display:none">
              <script type="module">
                $(function() {
                  var dateformat = $("#Date1dateDiv").attr("elname"); // No I18N	
                  var actualDateFormat = "dd-MMM-yyyy"; // No I18N
                  var dateLocale = $("#Date1dateDiv").attr("datelocale"); // No I18N
                  var weekStart = "1"; // No I18N
                  if (typeof weekStart == ResponseKey.UNDEFINED || weekStart == "") {
                    weekStart = 0;
                  }
                  if (typeof dateLocale == ResponseKey.UNDEFINED || dateLocale == "") {
                    dateLocale = "en-GB"; // No I18N
                  }
                  var disableDays = {};
                  $("#Date1-date").datepicker({
                    showOn: "button", // No I18N
                    buttonImage: "https://static.zohocdn.com/forms/images/spacer.325472601571f31e1bf00674c368d335.gif", // No I18N
                    buttonImageOnly: true,
                    dateFormat: dateformat,
                    showAnim: "drop", // No I18N
                    changeMonth: true,
                    yearRange: "1900:2100",
                    firstDay: weekStart,
                    beforeShowDay: function(date) {
                      return ZFUtil.blockDisabledDaysAndHolidays(date, disableDays);
                    },
                    beforeShow: function() {
                      ZFUtil.setDateLimit(this, actualDateFormat, dateLocale);
                    },
                    onClose: function() {},
                    onChangeMonthYear: function(year, month, inst) {},
                    monthNamesShort: CustomDateLocale[dateLocale].monthNamesShort,
                    monthNames: CustomDateLocale[dateLocale].monthNames,
                    dayNamesMin: CustomDateLocale[dateLocale].dayNamesMin,
                    showMonthAfterYear: CustomDateLocale[dateLocale].showMonthAfterYear,
                    yearSuffix: CustomDateLocale[dateLocale].yearSuffix,
                    changeYear: true
                  });
                  var dateDiv = $("#Date1dateDiv"); // No I18N
                  var imgElem = $(dateDiv).find('img'); // No I18N
                  $(imgElem).removeClass("ui-datepicker-trigger"); // No I18N
                  $(imgElem).addClass("calendarIcon"); // No I18N
                  $(imgElem).mousedown(function(e) {
                    e.preventDefault();
                  });
                  //$(imgElem).attr("title","");	// Hovering on date picker icon displays the Date field's label
                  $(imgElem).removeAttr("alt"); // No I18N
                  /*
                  When spacing is applied for input fields in Themes, calendar icon needs to vertical aligned with input.
                  For that img element should be placed inside a div.
                  */
                  var imgWrapDiv = $('<div class="calIconWrapper" role="img" aria-label="Date" elname="imgWrapDiv"></div>');
                  $(imgWrapDiv).insertBefore(imgElem);
                  $(imgElem).appendTo(imgWrapDiv);
                  //The below class add to set z-index 
                  $('#ui-datepicker-div').addClass("calIndex");
                  $('#ui-datepicker-div').addClass("notranslate");
                  if (false == true) {
                    $("#Date1-date").datepicker().datepicker('disable'); //No I18N
                  }
                });
                //$("#Date1dateDiv").find('img').addClass("calendarIcon");
              </script>
            </span>
          </div>
        </li>
        <li tabindex="1" id="SubForm-li" compname="SubForm" linkname="SubForm" elemtype="subFormField" elem_type_int="7" needdata="true" class="tempFrmWrapper" rowidx="1" elname="livefield-elem" max-entry="5" min-entry="0" viewtype="1" page_no="1"
          page_link_name="Page" show_summary="false" showlabel="false" counteruid="52" needtoresetwidth="true" show_seq_no="true">
          <label id="SubForm-arialabel" class="labelName sflabelName">
          </label>
          <div class="subfrmEmpty_txtLive" elname="subformNoFieldDiv" style="display:none">-- No Fields Available --</div><!-- apply class class="tempSubfrmWrapper subfrmWrapper-vertical" while vertical flow is being supported. -->
          <div class="tempSubfrmWrapper subfrmWrapper-horizontal" elname="subFormAllFieldsDiv">
            <div class="subFormLabelDiv" elname="subFormLabelDiv">
              <ul class="subformBgWrap">
                <li>
                  <div class="empty_label"></div>
                </li>
                <li>
                  <div class="subformSeqSpace tempContDiv" elname="showSfSeqNo"></div>
                </li>
                <li comptype="1" id="label_SingleLine4-li" needdata="true" compname="label_SingleLine4" isvisible="true" class="tempFrmWrapper small" mandatory="true" page_no="" page_link_name="">
                  <label class="labelName">
                    <!--showDispName : true/false for hidefieldlabel supportted fields, showDispName : undefined for unsupportted fields-->
                    <span>Description of goods/services</span>
                    <em class="important" aria-hidden="true">*</em>
                  </label>
                  <div class="clearBoth"></div>
                </li>
                <li comptype="3" id="label_Number1-li" needdata="true" compname="label_Number1" isvisible="true" class="tempFrmWrapper small" mandatory="true" page_no="" page_link_name="">
                  <label class="labelName">
                    <!--showDispName : true/false for hidefieldlabel supportted fields, showDispName : undefined for unsupportted fields-->
                    <span>Quantity</span>
                    <em class="important" aria-hidden="true">*</em>
                  </label>
                  <div class="clearBoth"></div>
                </li>
                <li comptype="12" id="label_Dropdown3-li" needdata="true" compname="label_Dropdown3" isvisible="true" class="tempFrmWrapper dropdown small" mandatory="true" page_no="" page_link_name="">
                  <label class="labelName">
                    <!--showDispName : true/false for hidefieldlabel supportted fields, showDispName : undefined for unsupportted fields-->
                    <span>Budget Code</span>
                    <em class="important" aria-hidden="true">*</em>
                  </label>
                  <div class="clearBoth"></div>
                </li>
              </ul>
            </div>
            <!-- i) Private form, ii) Perma, iii) Shared form, iv) Theme preview, v) Current Theme -->
            <!-- "isVisible"="false": This 'Admin Only' field must not be shown to user. -->
            <!-- "isVisible"="true": Case 1: This is not an 'Admin Only' field. Case 2: This 'Admin Only' field must be shown to user. -->
            <!-- Theme Preview, Current Theme - Admin Only fields will be shown. Formula won't be calculated. Field Rules won't be executed. -->
            <!-- formMetaData.key=Field link name -->
            <!-- Zoho CRM field : "FIELD_LIST" key won't be present. -->
            <div class="subfrmAdd_entryDiv" elname="noElemAddEntryBtnDiv" style="display:none">
              <span class="sr-only" id="addEntryBtnLabel"> Add Entry </span><a class="subfrmAdd_Txt" role="button" aria-labelledby="SubForm-arialabel hint-SubForm addEntryBtnLabel" href="javascript:;" elname="noElemAddEntryBtn" onclick="addFirstSubFormEntryRow(this)">
<span class="add-row"></span> 


Add Entry


</a>
            </div>
            <!-- While supporting vertical flow remove class subFormHorizontal -->
            <ul class="ulNoStyle subFormHorizontal subformBgWrap" rowid="0" elname="subFormFieldsCloneUl" style="display: none;">
              <li>
                <div class="subformIcn">
                  <div class="sfMoreCircle" aria-labelledby="SubForm-arialabel hint-SubForm" elname="sfMoreCircle" role="button" onfocus="showMoreOption(this);" onfocusout="hideMoreOption(this);"><span class="flLeft sfMoreIcn"></span>
                    <div class="sfLivemoreList" elname="sfLivemoreListDiv">
                      <ul>
                        <li role="button" aria-label="Duplicate" class="sfDuplicateIcn" onclick="addNewSubFormEntry(this, true);event.preventDefault();"></li>
                        <li role="button" aria-label="Delete" class="sfDeleteIcn" onclick="removeSubFormEntry(this);"></li>
                      </ul>
                    </div>
                  </div>
                  <div elname="subFormEntryAddBtn" role="button" aria-label="Add Entry" onclick="addNewSubFormEntry(this);event.preventDefault();"><span class="add-row flRight"></span></div>
                </div>
              </li>
              <li>
                <div class="subformSeqSpace tempContDiv" elname="showSfSeqNo"><span class="formSubInfoText">#</span><span class="formSubInfoText" elname="val">0</span></div>
              </li>
              <li elname="livefield-elem" comptype="1" id="SingleLine4_0-li" needdata="true" compname="SingleLine4_0" linkname="SingleLine4" counteruid="57" isvisible="true" class="tempFrmWrapper small" mandatory="true" page_no="" page_link_name=""
                showlabel="true">
                <label class="labelName" for="SingleLine4_0-arialabel">
                  <span>Description of goods/services</span>
                  <em class="important" aria-label="Required">*</em>
                </label>
                <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                      <use xlink:href="#icon-rules-denied-01"></use>
                    </svg></em>
                  <span>N/A</span>
                </div>
                <div class="tempContDiv" elemname="fieldContentDiv">
                  <span><input id="SingleLine4_0-arialabel" aria-describedby="hint-SingleLine4_0" onkeyup="ZFLive.configureInputMask(this);" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" type="text" maxlength="255"
                      name="SingleLine4_0" value="" placeholder=""></span>
                  <p class="errorMessage" elname="error" id="error-SingleLine4_0"></p>
                </div>
                <div class="clearBoth"></div>
              </li>
              <li class="tempFrmWrapper small" elname="livefield-elem" comptype="3" id="Number1_0-li" needdata="true" compname="Number1_0" linkname="Number1" isvisible="true" mandatory="true" unit_position="2" page_no="" page_link_name=""
                summary_type="0" showlabel="true" counteruid="58" need_reconf="false">
                <label class="labelName" for="Number1_0-arialabel">
                  <span>Quantity</span>
                  <span class="sr-only"></span>
                  <em class="important" aria-label="Required">*</em>
                </label>
                <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                      <use xlink:href="#icon-rules-denied-01"></use>
                    </svg></em>
                  <span>N/A</span>
                </div>
                <div elname="tempContDiv" class="tempContDiv numberContDiv" elemname="fieldContentDiv">
                  <span> <input id="Number1_0-arialabel" aria-describedby="hint-Number1_0" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" type="text" inputmode="numeric" maxlength="18" name="Number1_0" value="" placeholder="">
                  </span>
                  <span class="symbol" name="field_unit_after" elname="field_unit_span" aria-hidden="true"></span>
                  <p class="errorMessage" elname="error" id="error-Number1_0"></p>
                </div>
                <div class="clearBoth"></div>
              </li>
              <li class="tempFrmWrapper dropdown small" elname="livefield-elem" comptype="12" id="Dropdown3_0-li" needdata="true" compname="Dropdown3_0" linkname="Dropdown3" isvisible="true" mandatory="true" page_no="" page_link_name=""
                showlabel="true" counteruid="87">
                <label for="Dropdown3_0-arialabel" id="Dropdown3_0-arialabel-cont" class="labelName">
                  <span>Budget Code</span>
                  <em class="important" aria-label="Required">*</em>
                </label>
                <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                      <use xlink:href="#icon-rules-denied-01"></use>
                    </svg></em>
                  <span>N/A</span>
                </div>
                <div class="tempContDiv" elemname="fieldContentDiv">
                  <div class="form_sBox">
                    <div class="customArrow"></div><select id="Dropdown3_0-arialabel" aria-describedby="hint-Dropdown3_0" name="Dropdown3_0" onchange="ZFLive.prefillFieldLabel(this); ZFLive.hideClosestFieldElemErrorDiv(this); ZFLive.checkUniqueChoiceFld(this); 
">
                      <option selected="true" value="-Select-" option_id="-101">-Select-</option>
                      <option value="793001	Total local salaries" formula_val="" textassign_val="" option_id="1502295000000017313">793001 Total local salaries</option>
                      <option value="793002	Basic salaries" formula_val="" textassign_val="" option_id="1502295000000017315">793002 Basic salaries</option>
                      <option value="793006	Special Salary" formula_val="" textassign_val="" option_id="1502295000000017317">793006 Special Salary</option>
                      <option value="793010	Accommodation premium" formula_val="" textassign_val="" option_id="1502295000000017319">793010 Accommodation premium</option>
                      <option value="793011	Cost of living premium" formula_val="" textassign_val="" option_id="1502295000000017321">793011 Cost of living premium</option>
                      <option value="793012	Social premium" formula_val="" textassign_val="" option_id="1502295000000017323">793012 Social premium</option>
                      <option value="793014	Transportation premium" formula_val="" textassign_val="" option_id="1502295000000017325">793014 Transportation premium</option>
                      <option value="793015	Technical premium" formula_val="" textassign_val="" option_id="1502295000000017327">793015 Technical premium</option>
                      <option value="793016	Other premium" formula_val="" textassign_val="" option_id="1502295000000017329">793016 Other premium</option>
                      <option value="793018	Master premium" formula_val="" textassign_val="" option_id="1502295000000017331">793018 Master premium</option>
                      <option value="793020	Phone Allowance" formula_val="" textassign_val="" option_id="1502295000000017333">793020 Phone Allowance</option>
                      <option value="793025	Travel and official missions allowance" formula_val="" textassign_val="" option_id="1502295000000017335">793025 Travel and official missions allowance</option>
                      <option value="793032	End of service rewards" formula_val="" textassign_val="" option_id="1502295000000017337">793032 End of service rewards</option>
                      <option value="793033	Board members and committees rewards" formula_val="" textassign_val="" option_id="1502295000000017339">793033 Board members and committees rewards</option>
                      <option value="793036	Travel Tickets" formula_val="" textassign_val="" option_id="1502295000000017341">793036 Travel Tickets</option>
                      <option value="793039	Health insurance and expenses of medical treatment" formula_val="" textassign_val="" option_id="1502295000000017343">793039 Health insurance and expenses of medical treatment</option>
                      <option value="793041	Government fees for visa renewal and similar expense" formula_val="" textassign_val="" option_id="1502295000000017345">793041 Government fees for visa renewal and similar expense</option>
                      <option value="793042	Pension for employees" formula_val="" textassign_val="" option_id="1502295000000017347">793042 Pension for employees</option>
                      <option value="794001	Stationery and office tools expense" formula_val="" textassign_val="" option_id="1502295000000017349">794001 Stationery and office tools expense</option>
                      <option value="794002	Hospitality office expenses" formula_val="" textassign_val="" option_id="1502295000000017351">794002 Hospitality office expenses</option>
                      <option value="794003	Housekeeping and guarding expense" formula_val="" textassign_val="" option_id="1502295000000017353">794003 Housekeeping and guarding expense</option>
                      <option value="794005	Computer accessories expense" formula_val="" textassign_val="" option_id="1502295000000017355">794005 Computer accessories expense</option>
                      <option value="794006	Decor expenses" formula_val="" textassign_val="" option_id="1502295000000017357">794006 Decor expenses</option>
                      <option value="794007	Miscellaneous expense" formula_val="" textassign_val="" option_id="1502295000000017359">794007 Miscellaneous expense</option>
                      <option value="794008	Postal and mail and telephone expense" formula_val="" textassign_val="" option_id="1502295000000017361">794008 Postal and mail and telephone expense</option>
                      <option value="794009	Insurance expense" formula_val="" textassign_val="" option_id="1502295000000017363">794009 Insurance expense</option>
                      <option value="794010	Electricity and water and gas consumption expense" formula_val="" textassign_val="" option_id="1502295000000017365">794010 Electricity and water and gas consumption expense</option>
                      <option value="794011	Bank charges expense" formula_val="" textassign_val="" option_id="1502295000000017367">794011 Bank charges expense</option>
                      <option value="794012	Marketing expenses (advertising)" formula_val="" textassign_val="" option_id="1502295000000017369">794012 Marketing expenses (advertising)</option>
                      <option value="794013	Fees (government and other)" formula_val="" textassign_val="" option_id="1502295000000017371">794013 Fees (government and other)</option>
                      <option value="794015	Transportation and transport and shipping expenses" formula_val="" textassign_val="" option_id="1502295000000017373">794015 Transportation and transport and shipping expenses</option>
                      <option value="794016	E-services expenses" formula_val="" textassign_val="" option_id="1502295000000017375">794016 E-services expenses</option>
                      <option value="794017	Program fees and expenses" formula_val="" textassign_val="" option_id="1502295000000017377">794017 Program fees and expenses</option>
                      <option value="794019	Printings department expenses" formula_val="" textassign_val="" option_id="1502295000000017379">794019 Printings department expenses</option>
                      <option value="794021	Fuel and oil for car and buses and machinery" formula_val="" textassign_val="" option_id="1502295000000017381">794021 Fuel and oil for car and buses and machinery</option>
                      <option value="794024	Maintenance of furniture and office equipment" formula_val="" textassign_val="" option_id="1502295000000017383">794024 Maintenance of furniture and office equipment</option>
                      <option value="794025	Maintenance of computer and attachments" formula_val="" textassign_val="" option_id="1502295000000017385">794025 Maintenance of computer and attachments</option>
                      <option value="794026	Maintenance of vehicle and motorcycle and heavy truck" formula_val="" textassign_val="" option_id="1502295000000017387">794026 Maintenance of vehicle and motorcycle and heavy truck</option>
                      <option value="794027	Maintenance of machinery and equipment and devices" formula_val="" textassign_val="" option_id="1502295000000017389">794027 Maintenance of machinery and equipment and devices</option>
                      <option value="794029	Maintenance of buildings and facilities" formula_val="" textassign_val="" option_id="1502295000000017391">794029 Maintenance of buildings and facilities</option>
                      <option value="794031	Maintenance of gardens and irrigation systems" formula_val="" textassign_val="" option_id="1502295000000017393">794031 Maintenance of gardens and irrigation systems</option>
                      <option value="794039	Training expense for employees internally" formula_val="" textassign_val="" option_id="1502295000000017395">794039 Training expense for employees internally</option>
                      <option value="794045	Consultants and experts expense" formula_val="" textassign_val="" option_id="1502295000000017397">794045 Consultants and experts expense</option>
                      <option value="794046	Research and studies expense" formula_val="" textassign_val="" option_id="1502295000000017399">794046 Research and studies expense</option>
                      <option value="794047	Conferences" formula_val="" textassign_val="" option_id="1502295000000017401">794047 Conferences</option>
                      <option value="seminars and workshops" formula_val="" textassign_val="" option_id="1502295000000017403">seminars and workshops</option>
                      <option value="794050	Travel tickets for missions" formula_val="" textassign_val="" option_id="1502295000000017405">794050 Travel tickets for missions</option>
                      <option value="794051	Travel expenses for missions" formula_val="" textassign_val="" option_id="1502295000000017407">794051 Travel expenses for missions</option>
                      <option value="794052	Hotel and hospitality expense for missions" formula_val="" textassign_val="" option_id="1502295000000017409">794052 Hotel and hospitality expense for missions</option>
                      <option value="794053	Rental of buildings and premises and offices" formula_val="" textassign_val="" option_id="1502295000000017411">794053 Rental of buildings and premises and offices</option>
                      <option value="794055	Rental of vehicles and tankers" formula_val="" textassign_val="" option_id="1502295000000017413">794055 Rental of vehicles and tankers</option>
                      <option value="794066	Exhibitions and festivals and events" formula_val="" textassign_val="" option_id="1502295000000017415">794066 Exhibitions and festivals and events</option>
                      <option value="794067	Rewards for activities" formula_val="" textassign_val="" option_id="1502295000000017417">794067 Rewards for activities</option>
                      <option value="794069	Programs &amp; Workshop" formula_val="" textassign_val="" option_id="1502295000000017419">794069 Programs &amp; Workshop</option>
                      <option value="794071	Equipment" formula_val="" textassign_val="" option_id="1502295000000017421">794071 Equipment</option>
                      <option value="clothing and food" formula_val="" textassign_val="" option_id="1502295000000017423">clothing and food</option>
                      <option value="794073	Drugs and chemicals and health materials" formula_val="" textassign_val="" option_id="1502295000000017425">794073 Drugs and chemicals and health materials</option>
                      <option value="200013	Office furniture and fixture" formula_val="" textassign_val="" option_id="1502295000000017427">200013 Office furniture and fixture</option>
                      <option value="200014	Decorations" formula_val="" textassign_val="" option_id="1502295000000017429">200014 Decorations</option>
                      <option value="200015	Other furniture and fixture" formula_val="" textassign_val="" option_id="1502295000000017431">200015 Other furniture and fixture</option>
                      <option value="200016	Computer hardware" formula_val="" textassign_val="" option_id="1502295000000017433">200016 Computer hardware</option>
                      <option value="200017	Other security devices and equipment" formula_val="" textassign_val="" option_id="1502295000000017435">200017 Other security devices and equipment</option>
                    </select>
                  </div>
                  <div elname="liveFieldTempChoiceCont" style="display: none;">
                  </div>
                  <p class="errorMessage" elname="error" id="error-Dropdown3_0"></p>
                </div>
                <div class="clearBoth"></div>
              </li>
              <p elname="sfEntryError" role="alert" class="errorMessage sfuniqueError"></p>
              <li class="subformIcn-vertical-li">
                <div class="subformIcn-vertical">
                  <div elname="subFormEntryAddBtn" role="button" aria-label="Add Entry" onclick="addNewSubFormEntry(this);event.preventDefault();"><span class="icon icon-add-plus-vertical flLeft"></span></div>
                  <div role="button" aria-label="Duplicate" onclick="addNewSubFormEntry(this, true);event.preventDefault();"><span class="sfDuplicateIcn flLeft"></span></div>
                  <div role="button" aria-label="Delete" elname="subFormEntryDelBtn" onclick="removeSubFormEntry(this)"><span class="sfDeleteIcn flRight"></span></div>
                </div>
              </li>
            </ul>
            <!-- While supporting vertical flow remove class subFormHorizontal -->
            <ul class="ulNoStyle subFormHorizontal subformBgWrap" rowid="1" elname="subFormFieldsUl">
              <li>
                <div class="subformIcn">
                  <div class="sfMoreCircle" aria-labelledby="SubForm-arialabel hint-SubForm" elname="sfMoreCircle" role="button" onfocus="showMoreOption(this);" onfocusout="hideMoreOption(this);"><span class="flLeft sfMoreIcn"></span>
                    <div class="sfLivemoreList" elname="sfLivemoreListDiv">
                      <ul>
                        <li role="button" aria-label="Duplicate" class="sfDuplicateIcn" onclick="addNewSubFormEntry(this, true);event.preventDefault();"></li>
                        <li role="button" aria-label="Delete" class="sfDeleteIcn" onclick="removeSubFormEntry(this);"></li>
                      </ul>
                    </div>
                  </div>
                  <div elname="subFormEntryAddBtn" role="button" aria-label="Add Entry" onclick="addNewSubFormEntry(this);event.preventDefault();"><span class="add-row flRight"></span></div>
                </div>
              </li>
              <li>
                <div class="subformSeqSpace tempContDiv" elname="showSfSeqNo"><span class="formSubInfoText">#</span><span class="formSubInfoText" elname="val">1</span></div>
              </li>
              <li elname="livefield-elem" comptype="1" id="SingleLine4_1-li" needdata="true" compname="SingleLine4_1" linkname="SingleLine4" counteruid="57" isvisible="true" class="tempFrmWrapper small" mandatory="true" page_no="" page_link_name=""
                showlabel="true">
                <label class="labelName" for="SingleLine4_1-arialabel">
                  <span>Description of goods/services</span>
                  <em class="important" aria-label="Required">*</em>
                </label>
                <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                      <use xlink:href="#icon-rules-denied-01"></use>
                    </svg></em>
                  <span>N/A</span>
                </div>
                <div class="tempContDiv" elemname="fieldContentDiv">
                  <span><input id="SingleLine4_1-arialabel" aria-describedby="hint-SingleLine4_1" onkeyup="ZFLive.configureInputMask(this);" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" type="text" maxlength="255"
                      name="SingleLine4_1" value="" placeholder=""></span>
                  <p class="errorMessage" elname="error" id="error-SingleLine4_1"></p>
                </div>
                <div class="clearBoth"></div>
              </li>
              <li class="tempFrmWrapper small" elname="livefield-elem" comptype="3" id="Number1_1-li" needdata="true" compname="Number1_1" linkname="Number1" isvisible="true" mandatory="true" unit_position="2" page_no="" page_link_name=""
                summary_type="0" showlabel="true" counteruid="58" need_reconf="false">
                <label class="labelName" for="Number1_1-arialabel">
                  <span>Quantity</span>
                  <span class="sr-only"></span>
                  <em class="important" aria-label="Required">*</em>
                </label>
                <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                      <use xlink:href="#icon-rules-denied-01"></use>
                    </svg></em>
                  <span>N/A</span>
                </div>
                <div elname="tempContDiv" class="tempContDiv numberContDiv" elemname="fieldContentDiv">
                  <span> <input id="Number1_1-arialabel" aria-describedby="hint-Number1_1" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" type="text" inputmode="numeric" maxlength="18" name="Number1_1" value="" placeholder="">
                  </span>
                  <span class="symbol" name="field_unit_after" elname="field_unit_span" aria-hidden="true"></span>
                  <p class="errorMessage" elname="error" id="error-Number1_1"></p>
                </div>
                <div class="clearBoth"></div>
              </li>
              <li class="tempFrmWrapper dropdown small zfSubformSelect2" elname="livefield-elem" comptype="12" id="Dropdown3_1-li" needdata="true" compname="Dropdown3_1" linkname="Dropdown3" isvisible="true" mandatory="true" page_no=""
                page_link_name="" showlabel="true" counteruid="87">
                <label for="Dropdown3_1-arialabel" id="Dropdown3_1-arialabel-cont" class="labelName">
                  <span>Budget Code</span>
                  <em class="important" aria-label="Required">*</em>
                </label>
                <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                      <use xlink:href="#icon-rules-denied-01"></use>
                    </svg></em>
                  <span>N/A</span>
                </div>
                <div class="tempContDiv" elemname="fieldContentDiv">
                  <div class="form_selectBox">
                    <div class="selectArrow"></div><select id="Dropdown3_1-arialabel" aria-describedby="hint-Dropdown3_1" name="Dropdown3_1" onchange="ZFLive.prefillFieldLabel(this); ZFLive.hideClosestFieldElemErrorDiv(this); ZFLive.checkUniqueChoiceFld(this); 
" tabindex="-1" class="select2-hidden-accessible" aria-hidden="true">
                      <option selected="true" value="-Select-" option_id="-101">-Select-</option>
                      <option value="793001	Total local salaries" formula_val="" textassign_val="" option_id="1502295000000017313">793001 Total local salaries</option>
                      <option value="793002	Basic salaries" formula_val="" textassign_val="" option_id="1502295000000017315">793002 Basic salaries</option>
                      <option value="793006	Special Salary" formula_val="" textassign_val="" option_id="1502295000000017317">793006 Special Salary</option>
                      <option value="793010	Accommodation premium" formula_val="" textassign_val="" option_id="1502295000000017319">793010 Accommodation premium</option>
                      <option value="793011	Cost of living premium" formula_val="" textassign_val="" option_id="1502295000000017321">793011 Cost of living premium</option>
                      <option value="793012	Social premium" formula_val="" textassign_val="" option_id="1502295000000017323">793012 Social premium</option>
                      <option value="793014	Transportation premium" formula_val="" textassign_val="" option_id="1502295000000017325">793014 Transportation premium</option>
                      <option value="793015	Technical premium" formula_val="" textassign_val="" option_id="1502295000000017327">793015 Technical premium</option>
                      <option value="793016	Other premium" formula_val="" textassign_val="" option_id="1502295000000017329">793016 Other premium</option>
                      <option value="793018	Master premium" formula_val="" textassign_val="" option_id="1502295000000017331">793018 Master premium</option>
                      <option value="793020	Phone Allowance" formula_val="" textassign_val="" option_id="1502295000000017333">793020 Phone Allowance</option>
                      <option value="793025	Travel and official missions allowance" formula_val="" textassign_val="" option_id="1502295000000017335">793025 Travel and official missions allowance</option>
                      <option value="793032	End of service rewards" formula_val="" textassign_val="" option_id="1502295000000017337">793032 End of service rewards</option>
                      <option value="793033	Board members and committees rewards" formula_val="" textassign_val="" option_id="1502295000000017339">793033 Board members and committees rewards</option>
                      <option value="793036	Travel Tickets" formula_val="" textassign_val="" option_id="1502295000000017341">793036 Travel Tickets</option>
                      <option value="793039	Health insurance and expenses of medical treatment" formula_val="" textassign_val="" option_id="1502295000000017343">793039 Health insurance and expenses of medical treatment</option>
                      <option value="793041	Government fees for visa renewal and similar expense" formula_val="" textassign_val="" option_id="1502295000000017345">793041 Government fees for visa renewal and similar expense</option>
                      <option value="793042	Pension for employees" formula_val="" textassign_val="" option_id="1502295000000017347">793042 Pension for employees</option>
                      <option value="794001	Stationery and office tools expense" formula_val="" textassign_val="" option_id="1502295000000017349">794001 Stationery and office tools expense</option>
                      <option value="794002	Hospitality office expenses" formula_val="" textassign_val="" option_id="1502295000000017351">794002 Hospitality office expenses</option>
                      <option value="794003	Housekeeping and guarding expense" formula_val="" textassign_val="" option_id="1502295000000017353">794003 Housekeeping and guarding expense</option>
                      <option value="794005	Computer accessories expense" formula_val="" textassign_val="" option_id="1502295000000017355">794005 Computer accessories expense</option>
                      <option value="794006	Decor expenses" formula_val="" textassign_val="" option_id="1502295000000017357">794006 Decor expenses</option>
                      <option value="794007	Miscellaneous expense" formula_val="" textassign_val="" option_id="1502295000000017359">794007 Miscellaneous expense</option>
                      <option value="794008	Postal and mail and telephone expense" formula_val="" textassign_val="" option_id="1502295000000017361">794008 Postal and mail and telephone expense</option>
                      <option value="794009	Insurance expense" formula_val="" textassign_val="" option_id="1502295000000017363">794009 Insurance expense</option>
                      <option value="794010	Electricity and water and gas consumption expense" formula_val="" textassign_val="" option_id="1502295000000017365">794010 Electricity and water and gas consumption expense</option>
                      <option value="794011	Bank charges expense" formula_val="" textassign_val="" option_id="1502295000000017367">794011 Bank charges expense</option>
                      <option value="794012	Marketing expenses (advertising)" formula_val="" textassign_val="" option_id="1502295000000017369">794012 Marketing expenses (advertising)</option>
                      <option value="794013	Fees (government and other)" formula_val="" textassign_val="" option_id="1502295000000017371">794013 Fees (government and other)</option>
                      <option value="794015	Transportation and transport and shipping expenses" formula_val="" textassign_val="" option_id="1502295000000017373">794015 Transportation and transport and shipping expenses</option>
                      <option value="794016	E-services expenses" formula_val="" textassign_val="" option_id="1502295000000017375">794016 E-services expenses</option>
                      <option value="794017	Program fees and expenses" formula_val="" textassign_val="" option_id="1502295000000017377">794017 Program fees and expenses</option>
                      <option value="794019	Printings department expenses" formula_val="" textassign_val="" option_id="1502295000000017379">794019 Printings department expenses</option>
                      <option value="794021	Fuel and oil for car and buses and machinery" formula_val="" textassign_val="" option_id="1502295000000017381">794021 Fuel and oil for car and buses and machinery</option>
                      <option value="794024	Maintenance of furniture and office equipment" formula_val="" textassign_val="" option_id="1502295000000017383">794024 Maintenance of furniture and office equipment</option>
                      <option value="794025	Maintenance of computer and attachments" formula_val="" textassign_val="" option_id="1502295000000017385">794025 Maintenance of computer and attachments</option>
                      <option value="794026	Maintenance of vehicle and motorcycle and heavy truck" formula_val="" textassign_val="" option_id="1502295000000017387">794026 Maintenance of vehicle and motorcycle and heavy truck</option>
                      <option value="794027	Maintenance of machinery and equipment and devices" formula_val="" textassign_val="" option_id="1502295000000017389">794027 Maintenance of machinery and equipment and devices</option>
                      <option value="794029	Maintenance of buildings and facilities" formula_val="" textassign_val="" option_id="1502295000000017391">794029 Maintenance of buildings and facilities</option>
                      <option value="794031	Maintenance of gardens and irrigation systems" formula_val="" textassign_val="" option_id="1502295000000017393">794031 Maintenance of gardens and irrigation systems</option>
                      <option value="794039	Training expense for employees internally" formula_val="" textassign_val="" option_id="1502295000000017395">794039 Training expense for employees internally</option>
                      <option value="794045	Consultants and experts expense" formula_val="" textassign_val="" option_id="1502295000000017397">794045 Consultants and experts expense</option>
                      <option value="794046	Research and studies expense" formula_val="" textassign_val="" option_id="1502295000000017399">794046 Research and studies expense</option>
                      <option value="794047	Conferences" formula_val="" textassign_val="" option_id="1502295000000017401">794047 Conferences</option>
                      <option value="seminars and workshops" formula_val="" textassign_val="" option_id="1502295000000017403">seminars and workshops</option>
                      <option value="794050	Travel tickets for missions" formula_val="" textassign_val="" option_id="1502295000000017405">794050 Travel tickets for missions</option>
                      <option value="794051	Travel expenses for missions" formula_val="" textassign_val="" option_id="1502295000000017407">794051 Travel expenses for missions</option>
                      <option value="794052	Hotel and hospitality expense for missions" formula_val="" textassign_val="" option_id="1502295000000017409">794052 Hotel and hospitality expense for missions</option>
                      <option value="794053	Rental of buildings and premises and offices" formula_val="" textassign_val="" option_id="1502295000000017411">794053 Rental of buildings and premises and offices</option>
                      <option value="794055	Rental of vehicles and tankers" formula_val="" textassign_val="" option_id="1502295000000017413">794055 Rental of vehicles and tankers</option>
                      <option value="794066	Exhibitions and festivals and events" formula_val="" textassign_val="" option_id="1502295000000017415">794066 Exhibitions and festivals and events</option>
                      <option value="794067	Rewards for activities" formula_val="" textassign_val="" option_id="1502295000000017417">794067 Rewards for activities</option>
                      <option value="794069	Programs &amp; Workshop" formula_val="" textassign_val="" option_id="1502295000000017419">794069 Programs &amp; Workshop</option>
                      <option value="794071	Equipment" formula_val="" textassign_val="" option_id="1502295000000017421">794071 Equipment</option>
                      <option value="clothing and food" formula_val="" textassign_val="" option_id="1502295000000017423">clothing and food</option>
                      <option value="794073	Drugs and chemicals and health materials" formula_val="" textassign_val="" option_id="1502295000000017425">794073 Drugs and chemicals and health materials</option>
                      <option value="200013	Office furniture and fixture" formula_val="" textassign_val="" option_id="1502295000000017427">200013 Office furniture and fixture</option>
                      <option value="200014	Decorations" formula_val="" textassign_val="" option_id="1502295000000017429">200014 Decorations</option>
                      <option value="200015	Other furniture and fixture" formula_val="" textassign_val="" option_id="1502295000000017431">200015 Other furniture and fixture</option>
                      <option value="200016	Computer hardware" formula_val="" textassign_val="" option_id="1502295000000017433">200016 Computer hardware</option>
                      <option value="200017	Other security devices and equipment" formula_val="" textassign_val="" option_id="1502295000000017435">200017 Other security devices and equipment</option>
                    </select><span class="select2 select2-container select2-container--default" dir="ltr" style="width: 148px;"><span class="selection"><span class="select2-selection select2-selection--single select2FormCont" role="combobox"
                          aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-Dropdown3_1-arialabel-container"><span class="select2-selection__rendered" id="select2-Dropdown3_1-arialabel-container" title="-Select-">
                            <div class="select2FormFont drpDwnPlaceholder">-Select-</div>
                          </span><span class="select2-selection__arrow select2FormArrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
                  </div>
                  <div elname="liveFieldTempChoiceCont" style="display: none;">
                  </div>
                  <p class="errorMessage" elname="error" id="error-Dropdown3_1"></p>
                </div>
                <div class="clearBoth"></div>
              </li>
              <p elname="sfEntryError" role="alert" class="errorMessage sfuniqueError"></p>
              <li class="subformIcn-vertical-li">
                <div class="subformIcn-vertical">
                  <div elname="subFormEntryAddBtn" role="button" aria-label="Add Entry" onclick="addNewSubFormEntry(this);event.preventDefault();"><span class="icon icon-add-plus-vertical flLeft"></span></div>
                  <div role="button" aria-label="Duplicate" onclick="addNewSubFormEntry(this, true);event.preventDefault();"><span class="sfDuplicateIcn flLeft"></span></div>
                  <div role="button" aria-label="Delete" elname="subFormEntryDelBtn" onclick="removeSubFormEntry(this)"><span class="sfDeleteIcn flRight"></span></div>
                </div>
              </li>
            </ul>
          </div>
          <p class="errorMessage" elname="error" id="error-SubForm"></p>
        </li>
        <li class="tempFrmWrapper medium" elname="livefield-elem" comptype="2" id="MultiLine-li" needdata="true" compname="MultiLine" linkname="MultiLine" isvisible="true" mandatory="false" page_no="1" page_link_name="Page" show_word_count="false"
          min_range="0" max_range="65535" range_type="1" showlabel="true" counteruid="60">
          <label class="labelName" for="MultiLine-arialabel">
            <span>Notes :- Please attach a OneDrive link for any pictures and artwork.</span>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" elemname="fieldContentDiv">
            <span class="countWrd"> <textarea id="MultiLine-arialabel" aria-describedby="hint-MultiLine countMsg-MultiLine" onkeyup="ZFLive.countWordOrCharacters(this);" onfocusin="ZFLive.countWordOrCharacters(this);"
                onfocusout="ZFLive.hideWordCount(this); ZFLive.validateFieldConstraint(this);" autocomplete="off" name="MultiLine" placeholder=""></textarea>
              <p style="display:none;" class="countAlertOver" elname="countmsg" id="countMsg-MultiLine"></p>
            </span>
            <p class="errorMessage" elname="error" id="error-MultiLine"></p>
          </div>
          <div class="clearBoth"></div>
        </li>
        <li tabindex="1" class="sign tempFrmWrapper small" elname="livefield-elem" comptype="25" id="Signature-li" needdata="true" compname="Signature" linkname="Signature" isvisible="true" mandatory="true" page_no="1" page_link_name="Page"
          counteruid="66">
          <label id="Signature-arialabel" class="labelName"><span>Requester Signature</span>
            <em class="important" aria-label="Required">*</em>
          </label>
          <div class="subFrmFieldsHidden subFrmFieldsHiddenCont" style="display:none" elemname="fieldHiddenDiv"><em><svg class="icon icon-Denied-1-01">
                <use xlink:href="#icon-rules-denied-01"></use>
              </svg></em>
            <span>N/A</span>
          </div>
          <div class="tempContDiv" elemname="fieldContentDiv">
            <div class="signContainer" elname="signContainer" id="signContainer-Signature"><span class="sr-only" elname="eSignatureSpan" id="Signature-esign">E-Signature Field</span>
              <canvas aria-describedby="hint-Signature" aria-labelledby="Signature-arialabel Signature-esign" aria-disabled="true" tabindex="-1" id="drawingCanvas-Signature" signaturefieldparent="form" width="364"></canvas>
              <div class="signArea" elname="signArea" id="sign-area-Signature" style="display:none;height:70px"></div>
              <a id="clearSign" role="button" elname="clearSign" class="instrSpace" href="javascript:void(0);" onclick="clearSignature('drawingCanvas-Signature');">Clear</a>
            </div>
            <p class="errorMessage" elname="error" id="error-Signature"></p>
          </div>
          <div class="clearBoth"></div>
          <script type="module">
            setCanvasElemWidth("Signature"); //No I18N				   		
            $("#drawingCanvas-Signature").mousedown(function(event) {
              var canvasElem = document.getElementById("drawingCanvas-Signature"); //No I18N	
              var signatureFieldParent = $(canvasElem).attr('signaturefieldparent'); //No I18N
              var fontColor = "#000000";
              var inputElem = ""; //No I18N
              if (signatureFieldParent == "subform") {
                inputElem = $("#formBodyDiv").find(".formFieldWrapper li[elemType=subFormField][viewtype=1] input[type=text]:first"); //No I18N
                if (inputElem.length == 0) { //No I18N
                  inputElem = $("#formBodyDiv").find(".formFieldWrapper li[elemType=subFormField][viewtype=1] textarea:first"); //No I18N
                }
              } else { //No I18N
                inputElem = $("#formBodyDiv").find(".formFieldWrapper > .tempFrmWrapper > .tempContDiv input[type=text]:first"); //No I18N
                if (inputElem.length == 0) { //No I18N
                  inputElem = $("#formBodyDiv").find(".formFieldWrapper > .tempFrmWrapper > .tempContDiv textarea:first"); //No I18N
                }
              }
              if (inputElem != "" && inputElem.length > 0) {
                fontColor = inputElem.css("color"); // No I18N
              }
              var context = canvasElem.getContext("2d"); // No I18N
              var position = getXYCoords(event, canvasElem, false);
              context.moveTo(position.X, position.Y);
              context.beginPath();
              $(this).mousemove(function(event) {
                startScribbling(event, canvasElem, context, false, fontColor);
              }).mouseup(function(event) {
                endScribbling(event, canvasElem, context, fontColor);
                var fieldElem = getClosestFieldElemLi(canvasElem); // No I18N
                removeErrorFromLiElem(fieldElem); // No I18N
              }).mouseout(function(event) {
                endScribbling(event, canvasElem, context, fontColor);
                var fieldElem = getClosestFieldElemLi(canvasElem); // No I18N
                removeErrorFromLiElem(fieldElem); // No I18N
              });
              this.addEventListener('touchstart', function(event) {
                position = getXYCoords(event, canvasElem, true);
                context.moveTo(position.X, position.Y);
                context.beginPath();
                event.preventDefault();
              }, false);
              this.addEventListener('touchmove', function(event) {
                startScribbling(event, canvasElem, context, true, fontColor);
                event.preventDefault();
              }, false);
            });
            var userAgent = window.navigator.userAgent;
            var msie = userAgent.indexOf("MSIE ");
            if (msie > 0) {
              $("#drawingCanvas-Signature").keypress(function(event) {
                if (event.keyCode === 13) {
                  event.preventDefault();
                }
              });
            }
            if (false == true) //No I18N
            {
              $("#drawingCanvas-Signature").css("pointer-events", "none"); //No I18N
              $("#drawingCanvas-Signature").css("cursor", "default"); //No I18N
            }
          </script>
        </li>
      </ul>
    </div>
    <ul elname="footer" class="footerWrapper formRelative" page_no="1" page_count="1" counter_page_uid="1" page_link_name="Page">
      <li style="overflow:visible; position: relative;" class="btnAllign fmFooter" id="formAccess" elname="0">
        <div class="pageFotDef">
          <div class="alignSubmit">
            <div class="formRelative inlineBlock submitBtnCont"><button class="fmSmtButton submitColor submitWrapper fmSmtButtom" elname="submit" value="submit">
                <em>Submit</em>
              </button></div>
          </div>
        </div>
        <div class="clearBoth"></div>
      </li>
    </ul>
    <!-- Uncomment the following Code to enable automation location based value filling for GeoLocation Fields -->
    <!-- Set the mapquestURL from zohoforms.properties -->
    <!--   -->
    <!--Div to show error for unconfirmed users -->
    <div id="errorDiv" style="display:none" class="errorMsgWrapper">
      <div class="flLeft errorIcon"></div>
      <div class="errorMsgCont" role="alert" aria-live="assertive">
        <h2>Error Occurred</h2>
        <span id="errorMsgSpan">You haven't verified your email yet, click<a href="javascript:;" onclick="ZFUtil.resendMail('0');"> here </a> to receive a verification email.</span>
      </div>
      <div class="clearBoth"></div>
    </div>
  </div><!-- 'formRedirectURL' ends -->
  <div id="popupdiv" class="dim-div2 dim-div6" style="display:none;">
    <div id="imageChoiceDiv-cont" class="popUpOuter imageTypeZoom">
      <div class="popUpInnerWrapper">
        <div class="popupHeader removeBdr"><a class="flRight ppDeleteIcon" role="button" aria-label="Close" elname="hideZoomedImage" onclick="ZFLive.hideZoomedImage();" href="javascript:;"></a>
          <div class="clearBoth"></div>
        </div>
        <div class="popupMainCont"><img src="" style="display: none;">
          <audio aria-label="Recorded media" src="" controls="" style="display: none;"></audio>
          <video aria-label="Recorded media" src="" controls="" style="display: none;"></video>
          <p class="mediaPlayerErorMgs" elname="mediaPlayerError" style="display: none;color: white">This file format is not supported by your browser for preview.</p>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

time Email
 * Jan
 * Feb
 * Mar
 * Apr
 * May
 * Jun
 * Jul
 * Aug
 * Sep
 * Oct
 * Nov
 * Dec




 * NAMA PURCHASE REQUEST FORM
   
   
   
   

   
   
   
   
   
   
 * Date *
   N/A
   
   dd-MMM-yyyy
   
   

 * Requester Name *
   N/A
   Required First Name Required Last Name
   
   
   
   
   
 * Designation *
   N/A
   
   
   
   
 * Requester Email ID *
   N/A
   
   
   
   
 * Division *
   N/A
   
   -Select- NAMA
   -Select-
   
   
   
   
   
 * Line Manager *
   N/A
   
   -Select- Moza AlKhayyal Lawratou Bah Fatima Abbas Al hosani Romy John
   Kalluvely Abdallah Murad Abdallah Nouf Abdalla Fatima Abdelrahman Alshaiba
   Nivin Jasri
   -Select-
   Moza AlKhayyal Lawratou Bah Fatima Abbas Al hosani Romy John Kalluvely
   Abdallah Murad Abdallah Nouf Abdalla Fatima Abdelrahman Alshaiba Nivin Jasri
   
   
   
   
 * Name of Programmes / Project / Event *
   N/A
   
   
   
   
 * Event Code *
   N/A
   
   
   
   
 * Date by which goods / Services required *
   N/A
   
   dd-MMM-yyyy
   
   

 * -- No Fields Available --
    * 
    * 
    * Description of goods/services *
      
    * Quantity *
      
    * Budget Code *
      
   
   Add Entry Add Entry
    *  * 
       * 
      
      
    * #0
    * Description of goods/services *
      N/A
      
      
      
      
    * Quantity *
      N/A
      
      
      
      
    * Budget Code *
      N/A
      
      -Select- 793001 Total local salaries 793002 Basic salaries 793006 Special
      Salary 793010 Accommodation premium 793011 Cost of living premium 793012
      Social premium 793014 Transportation premium 793015 Technical premium
      793016 Other premium 793018 Master premium 793020 Phone Allowance 793025
      Travel and official missions allowance 793032 End of service rewards
      793033 Board members and committees rewards 793036 Travel Tickets 793039
      Health insurance and expenses of medical treatment 793041 Government fees
      for visa renewal and similar expense 793042 Pension for employees 794001
      Stationery and office tools expense 794002 Hospitality office expenses
      794003 Housekeeping and guarding expense 794005 Computer accessories
      expense 794006 Decor expenses 794007 Miscellaneous expense 794008 Postal
      and mail and telephone expense 794009 Insurance expense 794010 Electricity
      and water and gas consumption expense 794011 Bank charges expense 794012
      Marketing expenses (advertising) 794013 Fees (government and other) 794015
      Transportation and transport and shipping expenses 794016 E-services
      expenses 794017 Program fees and expenses 794019 Printings department
      expenses 794021 Fuel and oil for car and buses and machinery 794024
      Maintenance of furniture and office equipment 794025 Maintenance of
      computer and attachments 794026 Maintenance of vehicle and motorcycle and
      heavy truck 794027 Maintenance of machinery and equipment and devices
      794029 Maintenance of buildings and facilities 794031 Maintenance of
      gardens and irrigation systems 794039 Training expense for employees
      internally 794045 Consultants and experts expense 794046 Research and
      studies expense 794047 Conferences seminars and workshops 794050 Travel
      tickets for missions 794051 Travel expenses for missions 794052 Hotel and
      hospitality expense for missions 794053 Rental of buildings and premises
      and offices 794055 Rental of vehicles and tankers 794066 Exhibitions and
      festivals and events 794067 Rewards for activities 794069 Programs &
      Workshop 794071 Equipment clothing and food 794073 Drugs and chemicals and
      health materials 200013 Office furniture and fixture 200014 Decorations
      200015 Other furniture and fixture 200016 Computer hardware 200017 Other
      security devices and equipment
      
      
      
      
      
   
      
   
    * 
   
    *  * 
       * 
      
      
    * #1
    * Description of goods/services *
      N/A
      
      
      
      
    * Quantity *
      N/A
      
      
      
      
    * Budget Code *
      N/A
      
      -Select- 793001 Total local salaries 793002 Basic salaries 793006 Special
      Salary 793010 Accommodation premium 793011 Cost of living premium 793012
      Social premium 793014 Transportation premium 793015 Technical premium
      793016 Other premium 793018 Master premium 793020 Phone Allowance 793025
      Travel and official missions allowance 793032 End of service rewards
      793033 Board members and committees rewards 793036 Travel Tickets 793039
      Health insurance and expenses of medical treatment 793041 Government fees
      for visa renewal and similar expense 793042 Pension for employees 794001
      Stationery and office tools expense 794002 Hospitality office expenses
      794003 Housekeeping and guarding expense 794005 Computer accessories
      expense 794006 Decor expenses 794007 Miscellaneous expense 794008 Postal
      and mail and telephone expense 794009 Insurance expense 794010 Electricity
      and water and gas consumption expense 794011 Bank charges expense 794012
      Marketing expenses (advertising) 794013 Fees (government and other) 794015
      Transportation and transport and shipping expenses 794016 E-services
      expenses 794017 Program fees and expenses 794019 Printings department
      expenses 794021 Fuel and oil for car and buses and machinery 794024
      Maintenance of furniture and office equipment 794025 Maintenance of
      computer and attachments 794026 Maintenance of vehicle and motorcycle and
      heavy truck 794027 Maintenance of machinery and equipment and devices
      794029 Maintenance of buildings and facilities 794031 Maintenance of
      gardens and irrigation systems 794039 Training expense for employees
      internally 794045 Consultants and experts expense 794046 Research and
      studies expense 794047 Conferences seminars and workshops 794050 Travel
      tickets for missions 794051 Travel expenses for missions 794052 Hotel and
      hospitality expense for missions 794053 Rental of buildings and premises
      and offices 794055 Rental of vehicles and tankers 794066 Exhibitions and
      festivals and events 794067 Rewards for activities 794069 Programs &
      Workshop 794071 Equipment clothing and food 794073 Drugs and chemicals and
      health materials 200013 Office furniture and fixture 200014 Decorations
      200015 Other furniture and fixture 200016 Computer hardware 200017 Other
      security devices and equipment
      -Select-
      
      
      
      
      
   
      
   
    * 
   
   

 * Notes :- Please attach a OneDrive link for any pictures and artwork.
   N/A
   
   
   
   
 * Requester Signature *
   N/A
   E-Signature Field
   
   Clear
   
   
   
   

 * Submit
   


ERROR OCCURRED

You haven't verified your email yet, click here to receive a verification email.


This file format is not supported by your browser for preview.




OK
OK
OK
OK

Retry Cancel

That CAPTCHA was incorrect.



Your form has been deactivated. Contact support@zohoforms.com for further
information.
An error occurred
Please contact your form administrator for further assistance.
Submitting...
Please Wait...
Saving...


Redirecting to Merchant Website..
Verifying Credit Card Details...
Please wait...

Loading payment widget...

Verification Code
Enter the text in the box below












Continue

Verification mail sent.


LINK TO RESUME THIS FORM LATER:

Email Link to


Send


Please enter a valid email address to configure Zoho Sign settings.

 
Copy Link Copied to clipboard.

 * 



 * 


 * Done
   




TURN ON THE CAMERA PERMISSION IN YOUR BROWSER TO CONTINUE FURTHER


-- : -- : --











Submission Not Allowed
You need to verify your email address to submit form
Send Verification Email Sending Email

Email Sent