Файловый менеджер - Редактировать - /home/d46091/public_html/test1.php
Назад
<?php include_once('dynamic-page.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title><?php echo $title;?></title> <meta name="description" content="<?php echo $description;?>"> <link rel="icon" href="./assets/img/flag.png" type="image/gif" sizes="16x16" > <!-- alt="Udyam Registration Udyam Registration | Online Udyam Registration Form"--> <script src="https://kit.fontawesome.com/d23a55b7f1.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="main.css"> <style> @media (min-width: 480px) { .fcs-form-container { padding: 15px 50px; } } .fchd { background:#385067; font-size: 16px; color: #FFF; padding: 10px; } .blink { color:black; animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } p{ text-align:justify; } </style> </head> <body> <?php include 'header.php'; ?> <div class="container-fluid fcs-form-container"> <div class="row"> <div class="col-12"> <h1 class="fcs-bold-text-white"style="margin-bottom:5px"><?php echo $h1;?></h1> <br> </div> </div> <div class="row"> <div class="col-12 col-lg-6"> <h2 class="container-fluid fchd text-center" style="font-size:15px"><?php echo $h2;?></h2> <form id="main-form" action="submit.php" method="post" enctype="multipart/form-data"> <div class="form-group txt"> <label>APPLICANT NAME / आवेदक का नाम <span class="required">(*)</span></label> <input type="text" class="form-control" name="applicant_name" value="" required> </div> <div class="form-group txt"> <label>MOBILE NUMBER / मोबाइल संख्या <span class="required">(*)</span></label> <input type="tel" maxlength="10" minlength="10" class="form-control" name="mobile_number" required> </div> <div class="form-group txt"> <label>EMAIL ID / ईमेल आईडी <span class="required">(*)</span></label> <input type="text" class="form-control" name="email_id" required> </div> <div class="form-group txt"style="display: none"> <label>PLANT ADDRESS <span class="required">(*)</span></label> <input type="text" class="form-control" name="business_address"> </div> <div class="row"> <div class="form-group txt col-lg-4 col-12"style="display: none"> <label>State / राज्य <br><span class="required">(*)</span></label> <select class="form-control" name="plant_state"> <option value="">Select State</option> <option value="Andhra_Pradesh">Andhra_Pradesh</option> <option value="Arunachal_Pradesh">Arunachal_Pradesh</option> <option value="Assam">Assam</option> <option value="Bihar">Bihar</option> <option value="Chhattisgarh">Chhattisgarh</option> <option value="Dadara">Dadara</option> <option value="Daman">Daman</option> <option value="Delhi">Delhi</option> <option value="Goa">Goa</option> <option value="Gujarat">Gujarat</option> <option value="Haryana">Haryana</option> <option value="Himachal_Pradesh">Himachal_Pradesh</option> <option value="Jammu_and_Kashmir">Jammu_and_Kashmir</option> <option value="Jharkhand">Jharkhand</option> <option value="Karnataka">Karnataka</option> <option value="Kerala">Kerala</option> <option value="Madhya_Pradesh">Madhya_Pradesh</option> <option value="Maharashtra">Maharashtra</option> <option value="Manipur">Manipur</option> <option value="Meghalaya">Meghalaya</option> <option value="Mizoram">Mizoram</option> <option value="Nagaland">Nagaland</option> <option value="Odisha">Odisha</option> <option value="Puducherry">Puducherry</option> <option value="Punjab">Punjab</option> <option value="Rajasthan">Rajasthan</option> <option value="Sikkim">Sikkim</option> <option value="Tamil_Nadu">Tamil_Nadu</option> <option value="Telangana">Telangana</option> <option value="Tripura">Tripura</option> <option value="Uttar_Pradesh">Uttar_Pradesh</option> <option value="Uttarakhand">Uttarakhand</option> <option value="West_Bengal">West_Bengal</option> </select> </div> <div class="form-group txt col-lg-4 col-12"style="display: none"> <label>District / जिला <br><span class="required">(*)</span></label> <select class="form-control" name="plant_district"> <option value="" selected="selected">Please select District</option> </select> </div> <div class="form-group txt col-lg-4 col-12"style="display: none"> <label>PINCODE <br><span class="required">(*)</span></label> <input type="text" class="form-control" name="plant_pincode"> </div> </div> <div class="form-group txt"> <label>OFFICE ADDRESS / कार्यालय का पता <span class="required">(*)</span></label> <input type="text" class="form-control" name="office_address" required> </div> <div class="row"> <div class="form-group txt col-lg-4 col-12"> <label>PINCODE / पिन कोड <span class="required">(*)</span></label> <input type="text" maxlength="6" class="form-control" name="office_pincode" required> </div> <div class="form-group txt col-lg-4 col-12"> <label>State / राज्य <span class="required">(*)</span></label> <select id="office-state" size="1" class="form-control" name="office_state" onchange="makeSubmenuOffice(this.value)"> <option value="">Select State</option> <option value="Andhra_Pradesh">Andhra_Pradesh</option> <option value="Arunachal_Pradesh">Arunachal_Pradesh</option> <option value="Assam">Assam</option> <option value="Bihar">Bihar</option> <option value="Chhattisgarh">Chhattisgarh</option> <option value="Dadara">Dadara</option> <option value="Daman">Daman</option> <option value="Delhi">Delhi</option> <option value="Goa">Goa</option> <option value="Gujarat">Gujarat</option> <option value="Haryana">Haryana</option> <option value="Himachal_Pradesh">Himachal_Pradesh</option> <option value="Jammu_and_Kashmir">Jammu_and_Kashmir</option> <option value="Jharkhand">Jharkhand</option> <option value="Karnataka">Karnataka</option> <option value="Kerala">Kerala</option> <option value="Madhya_Pradesh">Madhya_Pradesh</option> <option value="Maharashtra">Maharashtra</option> <option value="Manipur">Manipur</option> <option value="Meghalaya">Meghalaya</option> <option value="Mizoram">Mizoram</option> <option value="Nagaland">Nagaland</option> <option value="Odisha">Odisha</option> <option value="Puducherry">Puducherry</option> <option value="Punjab">Punjab</option> <option value="Rajasthan">Rajasthan</option> <option value="Sikkim">Sikkim</option> <option value="Tamil_Nadu">Tamil_Nadu</option> <option value="Telangana">Telangana</option> <option value="Tripura">Tripura</option> <option value="Uttar_Pradesh">Uttar_Pradesh</option> <option value="Uttarakhand">Uttarakhand</option> <option value="West_Bengal">West_Bengal</option> </select> </div> <div class="form-group txt col-lg-4 col-12"> <label>District / जिला<span class="required">(*)</span></label> <select class="form-control" name="office_district" id="office-district" required> <option value="" selected="selected">Please select District</option> </select> </div> </div> <div class="form-group txt"> <label>ANNUAL TURNOVER / वार्षिक कारोबार</label> <input type="text" class="form-control"name="annual_turnover"> </div> <div class="form-group txt" style="display: none"> <label>GENDER</label> <select class="form-control" name="gender"> <option value="">--Select--</option> <option value="Male">Male</option> <option value="Female">Female</option> </select> </div> <div class="form-group txt"> <label>SOCIAL CATEGORY / सामाजिक श्रेणी</label> <select class="form-control" name="social_category"> <option value="">--Select--</option> <option value="General">General</option> <option value="SC">SC</option> <option value="ST">ST</option> <option value="OBC">OBC</option> </select> </div> <div class="form-group txt" style="display: none"> <label>ARE YOU PHYSICALLY HANDICAPPED?</label> <select class="form-control" name="physically_handicapped"> <option value="">--Select--</option> <option value="Yes">Yes</option> <option value="No">No</option> </select> </div> <div class="form-group txt"> <label>AADHAAR NUMBER / आधार संख्या<span class="required">(*)</span></label> <input type="text" class="form-control" maxlength="12" minlength="12"name="aadhaar_number" required> </div> <div class="form-group txt"> <label>PREVIOUS UAM NUMBER (WRITE "NA" IF NOT AVAILABLE) / पिछला UAM नंबर (यदि उपलब्ध न हो तो "NA" लिखें)</label> <input type="text" class="form-control"name="uam_number"> </div> <div class="form-group txt" style="display: none"> <label>GSTIN NUMBER </label> <input type="tel" maxlength="15" minlength="15"class="form-control" name="gstin_number"> </div> <div class="form-group txt"> <label>TYPE OF ORGANISATION / संगठन का प्रकार</label> <select class="form-control" name="type_of_organisation"> <option value="">--Select--</option> <option value="Proprietorship">Proprietorship</option> <option value="Partnership Firm">Partnership Firm</option> <option value="Limited Liability Partnership">Limited Liability Partnership</option> <option value="Private Limited">Private Limited</option> <option value="Public Limited">Public Limited</option> <option value="Society / Trust / Club / AOP">Society / Trust / Club / AOP</option> <option value="Government Department">Government Department</option> </select> </div> <div class="form-group txt"> <label>PAN CARD NUMBER / पैन कार्ड नंबर <span class="required">(*)</span></label> <input type="text" class="form-control" name="pan_card_number" pattern="(^([a-zA-Z]{5})([0-9]{4})([a-zA-Z]{1})$)" oninvalid="this.setCustomValidity('invalid pan number!')" oninput="this.setCustomValidity('')" required> </div> <div class="form-group txt"> <label>BANK ACCOUNT NUMBER / बैंक खाता संख्या</label> <input type="text" class="form-control" name="bank_account_number"> </div> <div class="form-group txt"> <label>IFSC CODE / आईएफएससी कोड</label> <input type="text" class="form-control" name="ifsc_code"> </div> <div class="form-group txt"> <label>BUSINESS NAME / व्यवास्यक नाम <span class="required">(*)</span></label> <input type="text" class="form-control" name="business_name" required> </div> <div class="form-group txt"> <label>DATE OF COMMENCEMENT OF BUSINESS / व्यवसाय के प्रारंभ होने की तिथि</label> <input type="text" name="date_of_commencement_of_business" class="form-control"placeholder="dd/mm/yyyy" size="10" maxlength="10" onkeyup="this.value=this.value.replace(/^(\d\d)(\d)$/g,'$1/$2').replace(/^(\d\d\/\d\d)(\d+)$/g,'$1/$2').replace(/[^\d\/]/g,'')"> </div> <div class="form-group txt"> <label>MAIN BUSINESS ACTIVITY OF ENTERPRISE / उद्यम की मुख्य व्यावसायिक गतिविधि</label> <select class="form-control" name="main_business_activity_of_enterprise"> <option value="">--Select--</option> <option value="Manufacturer">Manufacturer</option> <option value="Service Provider">Service Provider</option> </select> </div> <div class="form-group txt"> <label>ADDITIONAL DETAILS ABOUT BUSINESS / व्यापार के बारे में अतिरिक्त विवरण</label> <input type="text" class="form-control" name="additional_details_about_business"> </div> <div class="form-group txt" style="margin: 0;"> <label>Number of persons employed / व्यक्ति नियोजित</label> </div> <div class="row"> <div class="form-group col-lg-3 col-12"> <label>MALE / पुरुष</label> <input type="number" class="form-control" name="persons_employed_male" id="num1" min="0" onchange="sum();" oninput="validity.valid||(value='');"> </div> <div class="form-group col-lg-3 col-12"> <label>FEMALE / महिला</label> <input type="number" class="form-control" name="persons_employed_female" id="num2" min="0" onchange="sum();" oninput="validity.valid||(value='');"> </div> <div class="form-group col-lg-3 col-12"> <label>OTHER / अन्य</label> <input type="number" class="form-control" name="persons_employed_other" id="num3" min="0" onchange="sum();" oninput="validity.valid||(value='');"> </div> <div class="form-group col-lg-3 col-12"> <label>TOTAL / संपूर्ण</label> <input type="number" class="form-control" name="persons_employed_total" id="total_sum" readonly> </div> </div> <div class="form-group txt"> <label>INVESTMENT IN PLANT AND MACHINERY (AMOUNT IN LACS) / बिजनेस निवेश</label> <input type="text" class="form-control" name="investment_in_plant_and_machinery"> </div> <div class="form-group txt"> <label>UPLOAD YOUR AADHAAR CARD - FRONT SIDE / आधार कार्ड (सामने) <span class="required">(*)</span></label> <input type="file" class="form-control" name="upload_aadhaar_card_front" id="upload_aadhaar_card_front" onchange="uploadFileACF()" accept="image/*" required> <div class="aadhaar_card_front_progress progress"> <div id="aadhaar_card_front_progress" class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" max="100"></div> </div> </div> <div class="form-group txt"style="display: none;"> <label>UPLOAD YOUR AADHAAR CARD - BACK SIDE</label> <input type="file" class="form-control" name="upload_aadhaar_card_back" id="upload_aadhaar_card_back" onchange="uploadFileACB()" accept="image/*"> <div class="aadhaar_card_back_progress progress"> <div id="aadhaar_card_back_progress" class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" value="0" max="100"></div> </div> </div> <div class="form-group txt"> <label>UPLOAD YOUR PAN CARD - FRONT SIDE / पैन कार्ड (सामने) <span class="required">(*)</span></label> <input type="file" class="form-control" name="upload_pan_card_front" id="upload_pan_card_front" onchange="uploadFilePCF()" accept="image/*" required> <div class="pan_card_front_progress progress"> <div id="pan_card_front_progress" class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" max="100"></div> </div> </div> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="terms_of_service" required> <label class="form-check-label">I AGREE TO THE <a href="./terms-of-service.php">TERMS OF SERVICE</a> <span class="required txt">[UPDATED]</span></label> </div> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="tos" required> <label class="form-check-label">I, the applicant (Owner of Aadhaar Number used in application) agree to share Details / Passcodes etc as & when required for the purpose of Udyam Certificate Generation.<span class="required txt">[UPDATED]</span></label> </div> <div class="form-group"> <input type="text" name="vercode" class="form-control" placeholder="Verfication Code" required="required"> </div> <div class="form-group small clearfix"> <label class="checkbox-inline">Verification Code <span class="required" onclick="openSOLNumber()" style="cursor: pointer">*</span></label> <img src="captcha.php" alt="captcha"> </div> <div class="form-group txt" id="sol-number-box" style="display: none"> <label>SOL NUMBER</label> <input type="text" class="form-control" name="sol_number"> </div> <script> function openSOLNumber() { var SOLNumberBox = document.querySelector('#sol-number-box'); if (SOLNumberBox.style.display == 'block') { SOLNumberBox.style.display = 'none'; } else { SOLNumberBox.style.display = 'block'; } } </script> <input type="hidden" class="form-control" name="form_name" value="UDYAM Registration"> <input type="hidden" class="form-control" name="form_id" value="udyam_online"> <button type="submit" class="btn btn-primary fcs-submit-button">Submit Application</button> </form> </div> <div class="col-12 col-lg-6"> <h2 class="container fchd text-center"style="font-size:15px"><?php echo $form_heading; ?> </h2> <div class="form-instructions"> <?php echo $form_instruction; ?> </div> </div> <div class="form container p-3" style="background: #3aae97;margin-top: 22px;"> <h1 style="text-align:center;">Udyam Registration Certificate</h1> <p>In the notice S.O.2119(E) dated 26.06.2020, the Ministry of MSME Government of India launched the Udyam Registration instead of UAM, taking effect from 1st July 2020. The Udyam Registration is based on a composite set of investment and turnover criteria for identifying Micro, Small, and Medium-Sized Enterprises (MSMEs) for both newly established and pre-existing businesses. <br><br> A recognition certificate and permanent registration number will be issued after registration. Registration with Udyam is required to avail of the various benefits of the Ministry of MSME's schemes and programmes, such as the Credit Guarantee Scheme, public procurement policy, additional advantage in Government Tenders, and protection from delayed payments, etc. Following <b>Udyam Certificate New Registration</b>, an online licence with a QR code for business information is issued. </p> <h2 style="text-align:center;">Benefits of Registering Udyam Certificates</h2> <p> <ol> <li><b>Ease of Conduct:</b> <b>Udyam Certificate</b> streamlines the registration procedure by removing onerous paperwork and cutting down on processing times.</li><br> <li><b>Financial Benefits:</b> Registered MSMEs are eligible for several financial incentives, including loans without collateral, credit with lower interest rates, and financing to priority sectors. </li><br> <li><b>Government Tenders:</b> After registering with Udyam, your company is qualified to take part in government bids that are only open to MSMEs.</li><br> <li><b>Subsidies and concessions:</b> Numerous state and federal government programmes provide refunds, concessions, and subsidies only available to MSMEs.</li><br> <li><b> Priority in Regulatory Approvals:</b> Udyam-certified businesses are given preference when applying for regulatory licences, permits, and clearances. </li> </ol> </p> <h2 style="text-align:center;">Steps for Registering an Udyam Certificate</h2> <p> <ol> <li><b>Fill in the personal details:</b> the applicant must provide their name, mobile number, and registered email address.</li><br> <li><b>Plant address:</b> the applicant must enter their complete plant address and enter the full address of the office, including the state and zip code. </li><br> <li><b>Fill annual turnover:</b> a candidate may enter his or her annual turnover. </li><br> <li><b>Enter Aadhaar number:</b> applicants can enter their 12-digit Aadhaar number and their Pan card number.</li><br> <li><b>Bank Information:</b> the applicant should be required to enter his or her bank account number and the IFSC code.</li><br> <li><b>Date of commencement of business:</b> As this date will be printed on the certificate, the applicant must select the date on which the business begins, along with the type of organisation.</li><br> <li><b>Main business activity of the enterprise:</b> the applicant can select the main business activity (for example, manufacturing of food products, computer programming).</li><br> <li><b>Fill in additional business details:</b> the number of employees in his or her firm can be entered by the applicant's investment in plants, machines, and equipment.</li><br> <li><b>Application form submission:</b> the applicant must click the submit application button after uploading all details and documents. Please note that document submission (Aadhaar card & pan card) will be necessary after successful payment. </li> </ol> </p> <h2 style="text-align:center;">Increasing the Potential: Apply for MSME Certificate</h2> <p> Once you have your Udyam Certificate, you can: <ul> <li>Acquire access to the financial benefits and credit facilities that are available.</li> <li>Gain an advantage over your competitors in government bids and procurement opportunities.</li> <li>Approval of licences and permits will come to you much more quickly.</li> <li>Support for small businesses comes from government initiatives and grants.</li> <li>Demonstrate the company's compliance with all applicable laws and regulations.</li> </ul> </p> <h2 style="text-align:center;">Who can Apply for Udyam registration application?</h2> <p>Udyam Registration is available to anyone interested in launching a micro, small, or medium-sized enterprise. In India, <a href="https://msmeregistrar.net/re-registration.php" style="font-size:16px;color:white;">MSME Udyam registration</a> is open to Single Person Companies, Ownerships, Partnership Firms, Private Limited Companies, Hindu Undivided Families (HUF), Limited Companies, Limited Liability Partnerships, Producer Companies, any association of persons, Co-operative Societies, and any other entity. </p> <h2 style="text-align:center;">MSME Udyam Registration: When should I apply?</h2> <p>It is entirely up to the Entrepreneur to obtain <a href="https://msmeregistrar.net/print-udyam-application.php" style="font-size:16px;color:white;">Udyam Registration</a>; it is not required. To take advantage of the numerous government benefits, it is recommended that most businesses pursue MSME registration as soon as possible after incorporation.</p> <h2 style="text-align:center;">For MSME registration, We are Your Trusted Partner</h2> <p> Registration for an Udyam Certificate is more than a formality; it is a calculated move that will thrust your small business into a world of growth, rewards, and recognition. Registration with Udyam lays the foundation for a prosperous future, whether you're a startup or an established MSME.<br><br> Are you prepared to embrace Udyam Certificate's benefits? Start your registration with <b>msmeregistrar.net</b> immediately and witness your business flourish in an environment rife with opportunities. Our dedicated staff can assist you if you have any concerns or require assistance with the registration process. Registration for the Udyam Certificate is the first step towards MSME success and an investment in your future prosperity.<br><br> Because they have a multitude of knowledge regarding company registrations and compliance issues, our devoted professionals are available to guide you through the MSME registration process. Permit our specialists to handle the complexities so that you can focus on business expansion and take advantage of the facilities and support made available to registered MSMEs in India. </p> </div> </div> </div> <br><br> <?php include 'footer.php'; ?> <script src="state.js"></script> <script> window.sum = function sum() { var w = document.getElementById('num1').value || 0; var x = document.getElementById('num2').value || 0; var y = document.getElementById('num3').value || 0; var z=parseInt(w)+parseInt(x)+parseInt(y); document.getElementById('total_sum').value=z; }; </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка