Файловый менеджер - Редактировать - /home/d46091/foodlicenceonline.net/test.php
Назад
<?php require_once('include/header.php') ?> <?php require_once('include/navbar.php') ?> <?php require_once('include/connection.php') ?> <style> .bg-cuz{ background: white; } .custom{ font-size:12px; } .customx{ font-size:17px; font-weight:bold; } .containerx { max-width: 800px; margin: 20px auto; background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .form-group { margin-bottom: 20px; } .description { margin-bottom: 10px; color: #555; } select[name="nature_business"] { /* appearance: none; */ /* -webkit-appearance: none; */ /* -moz-appearance: none; */ background-color: #fff; padding: 5px; border: 1px solid #ccc; text-transform: capitalize; font-weight:bold; border-radius: 4px; } select[name="nature_business"] option:nth-child(odd) { background-color: #f9ddc8; font-weight:bold; } select[name="nature_business"] option:nth-child(even) { background-color: #ffffff; font-weight:bold; } select[name="food_category"] { /* appearance: none; */ /* -webkit-appearance: none; */ /* -moz-appearance: none; */ background-color: #fff; padding: 5px; border: 1px solid #ccc; text-transform: capitalize; font-weight:bold; border-radius: 4px; } select[name="food_category"] option:nth-child(odd) { background-color: #f9ddc8; font-weight:bold; } select[name="food_category"] option:nth-child(even) { background-color: #ffffff; font-weight:bold; } .bg-white{ background:white; color:black; } .fav{ background: #ffff; color: black; font-weight: bold; padding: 10px; } #myElement { display: none; } #content { display: block; } #hiddenLabel { display: none; } .table td, .table th { padding: 3px !important; } </style> <style> @keyframes blink { 0% { color: red; } 50% { color: transparent; } 100% { color: red; } } .blinking-red { animation: blink 2.4s infinite; font-weight:bold; } table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 5px; text-align: left; } input[type='radio'] { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50% !important; outline: none; border: 3px solid #f9ddc8; } input[type='radio']:before { content: ''; display: block; width: 60%; height: 60%; margin: 20% auto; border-radius: 50%; } input[type="radio"]:checked:before { background: green; } input[type="radio"]:checked { border-color:green; animation: none; } input[type=radio] { box-sizing: border-box; padding: 0; animation: blinker 2.9s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } label{ font-size:14px; } </style> <section class="position-1" style="background-color:#f9ed817d"> <div class="container"> <h2 align="center">FSSAI FOOD LICENSE AND REGISTRATION</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <div class="card-deck"> <div class="card" style="border: 1px solid #00a33e !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 10px"> <div class="card-header" style="color: #fff; background-color:#00a33e !important; margin: 3px 3px 0px 3px; border-radius: 10px;" align="center"> <b style="font-size: 14px;">FSSAI REGISTRATION ONLINE APPLY</b> </div> <div class="card-body"> <form action="MakePayment.php" method="post" enctype="multipart/form-data" id="main-form" class="pb-5"> <div class="form-group txt"> <label for="applicant-name"> Name of Applicant / आवेदक का नाम <span class="required"> *</span></label> <input type="text" class="form-control" name="applicant_name" id="applicant-name" value="" required=""> </div> <div class="row"> <div class="form-group txt col-lg-7"> <label for="email-id">Email Id / ईमेल आईडी <span class="required"> *</span></label> <input type="text" class="form-control" name="email_id" id="email-id" required=""> </div> <div class="form-group txt col-lg-5"> <label for="mobile-number">Mobile Number / मोबाइल नंबर <span class="required"> *</span></label> <input type="text" id="mobile_number" class="form-control" name="mobile_number" maxlength="10" required oninput="validateInput()" onblur="checkRequired()"> <span id="phoneMessage"></span></div> </div> <div class="form-group txt"> <label for="name-of-business">Name Of Business / Firm / Company / व्यवसाय / फर्म / कंपनी का नाम <span class="required"> *</span></label> <input type="text" class="form-control" name="name_of_business" id="name-of-business" required=""> </div> <div class="form-group txt"> <label for="food_category">Name of the Food Category / खाद्य श्रेणी का नाम <span class="required"> *</span></label> <select class="form-control" name="food_category" id="food_category" onchange="selectFoodCategory()"required> <option value="">Select</option> <option value="Dairy products and analogues, excluding products of food category 2.0">Dairy products and analogues, excluding products of food category 2.0</option> <option value="Fats and oils, and fat emulsions">Fats and oils, and fat emulsions</option> <option value="Edible ices, including sherbet and sorbet">Edible ices, including sherbet and sorbet</option> <option value="Fruits and vegetables (including mushrooms and fungi, roots and tubers, pulses and legumes, and aloe vera)">Fruits and vegetables (including mushrooms and fungi, roots and tubers, pulses and legumes, and aloe vera)</option> <option value="Confectionery">Confectionery</option> <option value="Cereals and cereal products, derived from cereal grains, from roots and tubers, pulses, legumes">Cereals and cereal products, derived from cereal grains, from roots and tubers, pulses, legumes</option> <option value="Bakery products">Bakery products</option> <option value="Fish and fish products, including molluscs, crustaceans, and echinoderms">Fish and fish products, including molluscs, crustaceans, and echinoderms</option> <option value="Eggs and egg products">Eggs and egg products</option> <option value="Sweeteners, including honey">Sweeteners, including honey</option> <option value="Salts, spices, soups, sauces, salads and protein products">Salts, spices, soups, sauces, salads and protein products</option> <option value="Foodstuffs intended for particular nutritional uses">Foodstuffs intended for particular nutritional uses</option> <option value="Beverages, excluding dairy products">Beverages, excluding dairy products</option> <option value="Ready-to-eat savouries">Ready-to-eat savouries</option> <option value="Prepared Foods">Prepared Foods</option> <option value="Substances added to food">Substances added to food</option> <option value="others">Others</option> </select> </div> <div class="form-group txt"id="otheritem"style="dislay:none"> <label for="food_category">Please Specify Name Of Food Item </label> <input type="text"class="form-control"name="others_data"> </div> <div class="form-group txt"> <label for="nature_business">Kind Of Business / व्यवसाय का प्रकार <span class="required"> *</span></label> <!--<select class="form-control" name="nature_business" id="nature_business" onchange="handleNatureBusinessChange()" required=""> <option value="">Select</option> <option value="Hawker">Hawker</option> <option value="Permanent / Temporary Stall Holder">Permanent / Temporary Stall Holder</option> <option value="Food Stall in Religious Gatherings">Food Stall in Religious Gatherings</option> <option value="Fish Seller">Fish Seller</option> <option value="Meat Seller">Meat Seller</option> <option value="Poultry Seller">Poultry Seller</option> <option value="Restaurant">Restaurant</option> <option value="Retailer">Retailer</option> <option value="Club / Canteen">Club / Canteen</option> <option value="Petty Retailer of Snacks">Petty Retailer of Snacks</option> <option value="Tea Shops">Tea Shops</option> <option value="Manufacturer">Manufacturer</option> <option value="Dairy Units">Dairy Units</option> <option value="Vegetable Oil Manufacturing">Vegetable Oil Manufacturing</option> <option value="Substances Added To Food">Substances Added To Food (Ex: Spices Manufacturing)</option> <option value="Relabellers & Repackers">Relabellers & Repackers</option> <option value="Wholeseller">Wholeseller</option> <option value="Distributros">Distributors</option> <option value="Warehouses">Warehouses (ONLY STATE / CENTRAL LICENCE APPLICABLE)</option> <option value="Foodstuffs intended for particular nutritional uses">Foodstuffs intended for particular nutritional uses (Ex: Pharma)</option> <option value="Food Vending Machine">Food Vending Machine / Establishment</option> <option value="Hotel">Hotel</option> <option value="Importers" style="color:red">Importers (ONLY CENTRAL LICENCE APPLICABLE)</option> <option value="Exporter Trader">Exporters Trader (ONLY CENTRAL LICENCE APPLICABLE)</option> <option value="Exporter Manufacturer">Exporters Manufacturer (ONLY CENTRAL LICENCE APPLICABLE)</option> <option value="Ecommerce">Ecommerce (ONLY CENTRAL LICENCE APPLICABLE)</option> <option value="Caterer">Caterer (ONLY STATE / CENTRAL LICENCE APPLICABLE)</option> <option value="Food Storage">Food Storage</option> <option value="Storage (Except Controlled Atmosphere and Cold)">Storage (Except Controlled Atmosphere and Cold)</option> <option value="Storage (Refrigerated / Cold)">Storage (Refrigerated / Cold)</option> <option value="Storage (Controlled Atmosphere + Cold)">Storage (Controlled Atmosphere + Cold)</option> <option value="Transporter">Transporter (ONLY STATE / CENTRAL LICENCE APPLICABLE)</option> <option value="Any Other Manufacturer of Food">Any Other Manufacturer of Food</option> </select>--> <select class="form-control businessTypesDropdown" name="nature_business" id="nature_business" onchange="selectBusinessKind(this.value);" required> <option value="">Select</option> <option value="Petty Food Business Operators">1. Small / Petty Food Business Operators</option> <option value="Dairy Units including Milk Chilling Units">2. Dairy Units including Milk Chilling Units</option> <option value="Vegetable Oil Processing Units">3. Vegetable Oil Processing Units</option> <option value="Slaughtering House">4. Slaughtering House</option> <option value="Fish & Poultry Farm">5. Fish Seller / Poultry Products Seller</option> <option value="Meat Processing">6. Meat Processing</option> <option value="Food Manufacturing/Processing units other than Dairy Units, Vegetable Oil, Meat Processing, and Slaughtering Houses">7. Manufacturer / Processor of any food other than Dairy Units, Vegetable Oil....</option> <option value="Proprietary Food">8. Proprietary Food</option> <option value="Food or Health Supplements and Nutraceuticals etc.">9. Food or Health Supplements and Nutraceuticals etc.</option> <option value="Radiation processing of food">10. Radiation processing of food</option> <option value="Substances added to Food">11. Substances added to Food</option> <option value="Storage - Cold/Refrigerated">12. Warehouse - Cold/Refrigerated</option> <option value="Storage – Atmospheric Controlled + Cold">13. Warehouse – Atmospheric Controlled + Cold</option> <option value="Storage Without Atmospheric Controlled + Cold">14. Warehouse Without Atmospheric Controlled + Cold</option> <option value="Transporter">15. Transporter</option> <option value="Wholesaler">16. Wholesaler</option> <option value="Distributor">17. Distributor</option> <option value="Retailer">18. Retailer</option> <option value="Hotel">19. Hotel</option> <option value="Restaurants">20. Restaurants</option> <option value="Club/Canteen">21. Club/Canteen</option> <option value="Caterer">22. Caterer</option> <option value="Food Vending Agencies">23. Food Vending Agencies</option> <option value="Dhaba">24. Dhaba</option> <option value="Importers">25. Importers</option> <option value="Exporters">26. Exporters</option> <option value="E-commerce">27. E-commerce</option> <option value="Head Office/Registered Office">28. Head Office/Registered Office</option> <option value="Relabellers And Repackers">29. Relabellers And Repackers</option> <option value="Any Other Food Business not mentioned above">30. Any Other Food Business not mentioned above</option> </select> </div> <div class="turnoverDisplay"></div> <div class="yearDisplay"></div> <div id="yourContainerElementId"></div> <div class="form-group txt"style="display:none"> <label for="designition">Select Designation / पदनाम चुनें</label> <select class="form-control" name="designition" id="designition"> <option selected="selected" value="">Select Designation</option> <option value="INDIVIDUAL">INDIVIDUAL </option> <option value="PARTNER">PARTNER </option> <option value="PROPRIETOR">PROPRIETOR </option> <option value="PROPRIETOR">OTHERS </option> <option value="SOCIETY">SOCIETY </option> <option value="PVT LTD/LLP/OPC">PVT LTD/LLP/OPC </option> </select> </div> <div class="form-group txt"> <label for="office-address">Complete Business Address / पता <span class="required"> *</span></label> <textarea class="form-control" name="office_address" id="office-address" required=""cols="10"row="5"></textarea> </div> <div class="row"> <div class="form-group col-lg-4 txt"> <label>PINCODE</label> <input type="text" class="form-control" name="pincode" id="pincode" oninput="lookupPincode(this.value)" onkeypress="return (event.charCode != 8 && event.charCode == 0 || (event.charCode >= 48 && event.charCode <= 57))" minlength="6" maxlength="6" required> </div> <div class="form-group txt col-lg-4 col-12"> <label>State / राज्य <span class=""> *</span></label> <select id="office-state" size="1" class="form-control" name="office_state" onchange="makeSubmenuOffice(this.value)" required> <option value="">Select State</option> <option value="Andaman_And_Nicobar_Island">1. ANDAMAN AND NICOBAR ISLANDS / <code>अंदमान और निकोबार द्वीपसमूह</code></option> <option value="Andhra_Pradesh">2. ANDHRA PRADESH / आन्ध्र प्रदेश </option> <option value="Arunachal_Pradesh">3. ARUNACHAL PRADESH / अरुणाचल प्रदेश</option> <option value="Assam">4. ASSAM / असम</option> <option value="Bihar">5. BIHAR / बिहार</option> <option value="Chhattisgarh">6. CHHATTISGARH / छत्तीसगढ़</option> <option value="Chandigarh">7. CHANDIGARH / चंडीगढ़ </option> <option value="Dadara">8.DADAR AND NAGAR HAVELI / दादरा और नगर हवेली</option> <option value="Daman">9. DAMAN AND DIU / दमन और दीव</option> <option value="Delhi">10. DELHI / दिल्ली</option> <option value="Goa">11. GOA / गोवा</option> <option value="Gujarat">12. GUJARAT / गुजरात</option> <option value="Haryana">13. HARYANA / हरियाणा</option> <option value="Himachal_Pradesh">14. HIMACHAL PRADESH / हिमाचल प्रदेश</option> <option value="Jammu_and_Kashmir">15. JAMMU AND KASHMIR / जम्मू और कश्मीर</option> <option value="Jharkhand">16. JHARKHAND / झारखण्ड</option> <option value="Karnataka">17. KARNATAKA / कर्णाटक</option> <option value="Kerala">18. KERALA / केरल</option> <option value="Ladakh">19. LADAKH / लद्दाख</option> <option value="Lakshadweep">20. LAKSHADWEEP / लक्षद्वीप</option> <option value="Madhya_Pradesh">21. MADHYA PRADESH / मध्य प्रदेश</option> <option value="Maharashtra">22. MAHARASHTRA / महाराष्ट्र</option> <option value="Manipur">23. MANIPUR / मणिपुर</option> <option value="Meghalaya">24. MEGHALAYA / मेघालय</option> <option value="Mizoram">25. MIZORAM / मिज़ोरम</option> <option value="Nagaland">26. NAGALAND / नागालैण्ड</option> <option value="Odisha">27. ODISHA / ओड़िशा</option> <option value="Puducherry">28. PUDUCHERRY / पुडुचेरी</option> <option value="Punjab">29. PUNJAB / पंजाब</option> <option value="Rajasthan">30. RAJASTHAN / राजस्थान</option> <option value="Sikkim">31. SIKKIM / सिक्किम</option> <option value="Tamil_Nadu">32. TAMIL NADU / तमिलनाडु</option> <option value="Telangana">33. TELANGANA / तेलंगाना</option> <option value="Tripura">34. TRIPURA / त्रिपुरा</option> <option value="Uttar_Pradesh">35. UTTAR PRADESH / उत्तर प्रदेश</option> <option value="Uttarakhand">36. UTTARAKHAND / उत्तराखण्ड</option> <option value="West_Bengal">37. WEST BENGAL / पश्चिम बंगाल</option> </select> </div> <div class="form-group txt col-lg-4 col-12"> <label>District / जिला <span class=""> *</span></label> <select class="form-control" name="office_district" id="office-district"required> <option value="" selected="selected">Select District</option> </select> </div> <!--<div class="form-group col-lg-4 txt"> <label>WARD</label> <input type="text" class="form-control" name="ward"> </div> <div class="form-group col-lg-4 txt"> <label>ZONE</label> <input type="text" class="form-control" name="zone"> </div>--> </div> <div class="form-group txt"> <label>UPLOAD PAN CARD <span class=""> *</span></label> <input type="file" class="form-control" name="pan_card_number" required> </div> <?php if(isset($_GET['rcid'])){ ?> <table> <tr style="font-size:12px"> <th> AADHAAR CARD OF APPLICANT - FRONT SIDE </th> <td> <input type="file" name="upload_aadhaar_card_front"> </td> </tr> <tr style="font-size:12px"> <th> AADHAAR CARD OF APPLICANT - BACK SIDE </th> <td> <input type="file" name="upload_aadhaar_card_back"> </td> </tr> <tr style="font-size:12px"> <th> PROOF OF POSSESSION OF PREMISES (ELECTRICITY BILL / RENT AGREMENT ETC) </th> <td> <input type="file" name="upload_pan_card_front"> </td> </tr> <tr style="font-size:12px"> <th> CURRENT PHOTO OF THE APPLICANT </th> <td> <input type="file" name="upload_aadhaar_card_front1"> </td> </tr> </table> <!-- <div class="form-group txt"> <label>AADHAAR CARD OF APPLICANT - FRONT SIDE</label> <input type="file" name="upload_aadhaar_card_front"> </div> <div class="form-group txt"> <label>AADHAAR CARD OF APPLICANT - BACK SIDE</label> <input type="file" name="upload_aadhaar_card_back"> </div> <div class="form-group txt"> <label>PROOF OF POSSESSION OF PREMISES (ELECTRICITY BIL / RENT AGREMENT ETC)</label> <input type="file" name="upload_pan_card_front"> </div> <div class="form-group txt"> <label>CURRENT PHOTO OF THE APPLICANT</label> <input type="file" name="upload_aadhaar_card_front1"> </div> --> <?php } ?> <?php if (isset($_GET['cmpnsl']) && $_GET['cmpnsl'] == 'true') { echo '<input type="hidden"name="cmpnsl"value="true">'; echo '<input type="hidden"name="cid"value="<?php echo $_GET["cid"];?>'; } ?> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="terms_of_service" id="terms-of-service" required=""> <label class="form-check-label" for="terms-of-service">I AGREE TO THE <a href="./terms-of-service.php">TERMS OF SERVICE</a></label> </div> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="tos4" id="tos4" required=""> <label class="form-check-label" for="tos4"><span class="blink-text" style="font-size: 14px;font-weight: 600;">I, the applicant agree to share OTP</span> sent on my mobile and / or other Details required for the purpose of FOOD LICENCE Certificate Generation.<br></span></label> </div> <!--<div class="form-group"> <input type="text" name="vercode" class="form-control" placeholder="Verfication Code" required="required"> </div>--> <input type="hidden" class="form-control" name="form_name" value="FSSAI Registration"> <input type="hidden" class="form-control" name="form_id" value="fssai_registration"> <br> <button type="submit" class="btn btn-primary fcs-submit-button" id="submitBtn">Submit Application</button> </form> </div> </div> <div class="card" style="border: 1px solid #00a33e !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 10px"> <div class="card-header" style="color: #fff; background-color:#00a33e !important; margin: 3px 3px 0px 3px; border-radius: 10px;" align="center"> <b style="font-size: 14px;">INSTRUCTIONS TO FILL FSSAI REGISTRATION ONLINE APPLY FORM</b> </div> <div class="card-body"> <ul> <li><strong>Name Of Applicant / Company:</strong> Applicant Need To Mention His / Her Name Or Name Of Company In Application Form.</li> <li><strong>Email Id:</strong> Applicant Need To Mention His / Her Email Id To Receive Certificate And Acknowledgement.</li> <li><strong>Phone Number:</strong> Mention Correct Mobile Number In The Application Form.</li> <li><strong>Name Of Business:</strong> Applicant Need To Mention Name Of His Business, That Will Be Printed On Certificate.</li> <li><strong>Food Category:</strong> Applicant Need To Select Correct, Food Item From The Category Given In The Application Form.</li> <li><strong>Kind Of Business:</strong> Mention Correct Type Of Business, Which Can Be Printed On Certificate.</li> <li><strong>Business Address:</strong> Mention Correct Address Of The Business.</li> <li><strong>State:</strong> Select Correct State Of Operating Business.</li> <li><strong>District:</strong> Mention Correct District Of The Business.</li> <li><strong>Pincode:</strong> Mention Correct Pin Code Of The Business.</li> <!-- <li><strong>Select The Turnover:</strong> Choose One Of The Option As Given Below.</li> <li><strong>Choose Certificate Validity:</strong> Select One Of The Option To Choose Validity Of Your Certificate.</li> --> <li>Read The Terms And Conditions Of Service And Click On Checkbox When You Agree To Them</li> <li>Now Click On The Submit Button To Submit The Application Form</li> </ul> </div> </div> </div> </div> </section> <!-- Section 2 starts from here --> <section class="position-2"> <div class="container"> <h2 align="center">TYPES OF FSSAI REGISTRATIONS</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <div class="row"> <div class="card-deck"> <div class="card col-lg-4 pt-1 plan-details" style="border: 1px solid #ed8433 !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 15px;"> <div class="card-header" style="color: #fff; background-color:#ed8433 !important; margin: 2px 3px 0px 5px; border-radius: 10px;" align="center"> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT26tuMDecD0AKlrzam9AkN-RXZSgRxTloIuQ&usqp=CAU" alt="" width="86px" style="margin-left: -46px;border-radius: 42px;"> <b>FSSAI Basic Registration</b> </div> <div class="card-body"> <p> <strong>Eligibility:</strong> <ul> <li>Small food businesses with an annual turnover of up to ₹12 lakhs.</li> <li>Petty retailers, hawkers, itinerant vendors, temporary stallholders.</li> <li>Small-scale food manufacturers, storage units, transporters, marketers, and distributors.</li> </ul> </p> <p> <strong>Scope:</strong> <ul> <li>Allows small businesses to operate within local jurisdictions.</li> <li>Ensures basic compliance with food safety standards.</li> </ul> </p> <p> <strong>Validity:</strong> <ul> <li>Typically valid for 1 to 5 years.</li> <li>Renewal is required before expiry.</li> </ul> </p> <p> <strong>Documentation:</strong> <ul> <li>Photo ID and address proof of the FBO.</li> <li>Passport-sized photograph.</li> <li>Business details (name, address, contact information).</li> <li>Declaration form.</li> </ul> </p> </div> </div> <div class="card col-lg-4 pt-1 plan-details" style="border: 1px solid #ed8433 !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 15px;"> <div class="card-header" style="color: #fff; background-color:#ed8433 !important;margin: 2px 3px 0px 5px; border-radius: 10px;" align="center"> <img src="https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX3601825.jpg" alt="" width="86px" style="margin-left: -46px;border-radius: 42px;"> <b>FSSAI State License</b> </div> <div class="card-body"> <p> <strong>Eligibility:</strong> <ul> <li>Medium-sized food businesses with an annual turnover between ₹12 lakhs and ₹20 crores.</li> <li>Small to medium manufacturers, storage units, transporters, marketers, distributors, and retailers.</li> </ul> </p> <p> <strong>Scope:</strong> <ul> <li>Permits businesses to operate within a particular state.</li> <li>Ensures compliance with state-level food safety regulations.</li> </ul> </p> <p> <strong>Validity:</strong> <ul> <li>Typically valid for 1 to 5 years.</li> <li>Renewal is required before expiry.</li> </ul> </p> <p> <strong>Documentation:</strong> <ul> <li>Form B (completed and signed).</li> <li>Photo ID and address proof of the FBO.</li> <li>Proof of possession of premises (e.g., rental agreement).</li> <li>List of food categories to be manufactured.</li> <li>Food safety management plan or certificate.</li> <li>Supporting documents (e.g., No Objection Certificate from the local municipality).</li> </ul> </p> </div> </div> <div class="card col-lg-4 pt-1 plan-details" style="border: 1px solid #ed8433 !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 15px;"> <div class="card-header" style="color: #fff; background-color:#ed8433 !important;margin: 2px 3px 0px 5px; border-radius: 10px;" align="center"> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRhiFTwS-o2kCmiAtt8levmi9st_yYGjfDFqxZ5Xi80LadSdsqMzmX1G8Fqo2TJoooFbNQ&usqp=CAU" alt="" width="86px" style="margin-left: -46px;border-radius: 42px;"> <b>FSSAI Central License</b> </div> <div class="card-body"> <p> <strong>Eligibility:</strong> <ul> <li>Large food businesses with an annual turnover exceeding ₹20 crores.</li> <li>FBOs involved in import and export of food products.</li> <li>Large manufacturers, storage units, transporters, marketers, distributors, and retailers operating in multiple states.</li> <li>Businesses operating at the central level such as ports, airports, and railways.</li> </ul> </p> <p> <strong>Scope:</strong> <ul> <li>Allows operation across multiple states and internationally.</li> <li>Ensures compliance with national and international food safety standards.</li> </ul> </p> <p> <strong>Validity:</strong> <ul> <li>Typically valid for 1 to 5 years.</li> <li>Renewal is required before expiry.</li> </ul> </p> <p> <strong>Documentation:</strong> <ul> <li>Form B (completed and signed).</li> <li>Photo ID and address proof of the FBO.</li> <li>Proof of possession of premises (e.g., rental agreement).</li> <li>List of food categories to be manufactured.</li> <li>Food safety management plan or certificate.</li> <li>Details of directors/partners/proprietors.</li> <li>Supporting documents (e.g., No Objection Certificate from the local municipality, proof of turnover).</li> </ul> </p> </div> </div> </div> </div> <!-- <p class="mt-3">It's important to note that FSSAI regulations can change over time, so businesses should always check the latest guidelines and requirements when applying for or renewing their FSSAI registrations or licenses. Additionally, the specific requirements and documentation may vary from state to state, so it's advisable to consult with an FSSAI consultant or visit the official FSSAI website for the most up-to-date information and guidance.</p> --> </div> </section> <!-- Section 3 starts from here --> <section class="position-3" style="background-color:#f9ed817d"> <div class="container"> <h2 align="center">BENEFITS OF FSSAI REGISTRATION</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <p>The Food Safety and Standards Authority of India (FSSAI) registration is crucial for food business operators (FBOs) in India. It ensures the safety and quality of food products and offers numerous advantages to businesses. Here are some of the key benefits of obtaining FSSAI registration:</p> <h6>Legal Advantage</h6> <ul> <li><strong>Compliance with Regulations: </strong>FSSAI registration ensures that your business complies with the Food Safety and Standards Act, 2006. This compliance protects you from legal issues and penalties.</li> <li><strong>Enhanced Credibility: </strong>Being registered with FSSAI enhances your business's credibility and trustworthiness among consumers, clients, and partners.</li> </ul> <h6>Consumer Confidence</h6> <ul> <li><strong>Quality Assurance: </strong>The FSSAI logo on food products signifies that they meet the safety and quality standards set by the authority, boosting consumer confidence.</li> <li><strong>Improved Public Perception: </strong>Consumers are more likely to trust and prefer products from FSSAI-registered businesses, leading to increased customer loyalty and sales.</li> </ul> <h6>Business Expansion</h6> <ul> <li><strong>Market Access: </strong>FSSAI registration allows businesses to expand their market reach, including access to larger markets, both domestic and international.</li> <li><strong>Government Schemes: </strong>Registered FBOs can benefit from various government schemes and subsidies aimed at promoting food safety and standards.</li> </ul> <h6>Brand Recognition</h6> <ul> <li><strong>Use of FSSAI Logo: </strong>The FSSAI logo on your product packaging serves as a mark of quality and safety, enhancing your brand image and reputation.</li> <li><strong>Competitive Edge: </strong>Registration gives your business a competitive advantage over unregistered entities by demonstrating your commitment to food safety.</li> </ul> <h6>Business Operations</h6> <ul> <li><strong>Simplified Trade: </strong>FSSAI registration simplifies the process of obtaining licenses for import and export of food products, facilitating smoother business operations.</li> <li><strong>Standardized Procedures: </strong>Adhering to FSSAI guidelines ensures standardized manufacturing, storage, distribution, and sale procedures, reducing the risk of food contamination and recalls.</li> </ul> <h6>Technical Support</h6> <ul> <li><strong>Training and Guidance: </strong>FSSAI provides training and guidance on food safety and standards, helping businesses improve their operational practices.</li> <li><strong>Updates and Notifications: </strong>Registered FBOs receive regular updates and notifications regarding changes in regulations and best practices, ensuring continuous compliance.</li> </ul> <h6>Financial Benefits</h6> <ul> <li><strong>Increased Investments: </strong>FSSAI registration makes your business more attractive to investors and lenders, as it indicates a lower risk of regulatory issues.</li> <li><strong>Tax Benefits: </strong>Some states offer tax incentives and benefits to FSSAI-registered businesses, reducing their overall financial burden.</li> </ul> </div> </section> <!-- Section 4 starts from here --> <section class="position-4"> <div class="container"> <h2 align="center">DOCUMENTS REQUIRED FOR OBTAINING FSSAI REGISTRATION</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <div class="row"> <div class="card-deck"> <div class="card col-lg-4 pt-1 plan-details" style="border: 1px solid #00a33e !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 15px;"> <div class="card-header" style="color: #fff; background-color:#00a33e !important; margin: 2px 3px 0px 5px; border-radius: 10px;" align="center"> <b>FSSAI Basic Registration</b> </div> <div class="card-body"> <p><strong>Eligibility:</strong> For small food businesses with an annual turnover of up to ₹12 lakhs.</p> <h6>Required Documents</h6> <ul> <li><strong>Form A: </strong>Completed and signed.</li> <li><strong>Passport-sized Photograph: </strong>Recent photograph of the applicant.</li> <li><strong>Identity Proof: </strong>PAN card, Aadhaar card, voter ID, or driving license of the applicant.</li> <li><strong>Address Proof: </strong>Utility bill, rental agreement, or any other valid proof of the business premises.</li> <li><strong>Business Details: </strong>Name and address of the business.</li> <li><strong>Declaration Form: </strong>Declaration of adherence to the FSSAI regulations.</li> </ul> </div> </div> <div class="card col-lg-4 pt-1 plan-details" style="border: 1px solid #00a33e !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 15px;"> <div class="card-header" style="color: #fff; background-color:#00a33e !important;margin: 2px 3px 0px 5px; border-radius: 10px;" align="center"> <b>FSSAI State License</b> </div> <div class="card-body"> <p><strong>Eligibility:</strong> For medium-sized food businesses with an annual turnover between ₹12 lakhs and ₹20 crores. </p> <h6>Required Documents</h6> <ul> <li><strong>Form B: </strong>Completed and signed.</li> <li><strong>Passport-sized Photograph: </strong>Recent photograph of the applicant.</li> <li><strong>Identity Proof: </strong>PAN card, Aadhaar card, voter ID, or driving license of the proprietor, partners, or directors.</li> <li><strong>Address Proof: </strong>Utility bill, rental agreement, or any other valid proof of the business premises.</li> <li><strong>Proof of Possession of Premises: </strong>Rental agreement, sale deed, or property tax receipt.</li> <li><strong>List of Food Products: </strong>Details of the food products to be handled or manufactured.</li> <li><strong>Food Safety Management System Plan: </strong>Certificate or plan showing adherence to food safety norms.</li> <li><strong>NOC from Municipality or Local Body: </strong>No Objection Certificate if required.</li> <li><strong>Partnership Deed/MOA/AOA: </strong>For partnership firms or companies.</li> <li><strong>Water Testing Report: </strong>If applicable.</li> <li><strong>Import Export Code: </strong>If applicable.</li> </ul> </div> </div> <div class="card col-lg-4 pt-1 plan-details" style="border: 1px solid #00a33e !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 15px;"> <div class="card-header" style="color: #fff; background-color:#00a33e !important;margin: 2px 3px 0px 5px; border-radius: 10px;" align="center"> <b>FSSAI Central License</b> </div> <div class="card-body"> <p><strong>Eligibility:</strong> For large food businesses with an annual turnover exceeding ₹20 crores, and for FBOs involved in import/export, operating in multiple states, or dealing with specific sectors like central government agencies.</p> <h6>Required Documents</h6> <ul> <li><strong>Form B: </strong>Completed and signed.</li> <li><strong>Passport-sized Photograph: </strong>Recent photograph of the applicant.</li> <li><strong>Identity Proof: </strong>PAN card, Aadhaar card, voter ID, or driving license of the proprietor, partners, or directors.</li> <li><strong>Address Proof: </strong>Utility bill, rental agreement, or any other valid proof of the business premises.</li> <li><strong>Proof of Possession of Premises: </strong>Rental agreement, sale deed, or property tax receipt.</li> <li><strong>List of Food Products: </strong>Details of the food products to be handled or manufactured.</li> <li><strong>Food Safety Management System Plan: </strong>Certificate or plan showing adherence to food safety norms.</li> <li><strong>NOC from Municipality or Local Body: </strong>No Objection Certificate if required.</li> <li><strong>Partnership Deed/MOA/AOA: </strong>For partnership firms or companies.</li> <li><strong>Water Testing Report: </strong>If applicable.</li> <li><strong>Import Export Code: </strong>If applicable.</li> </ul> </div> </div> </div> </div> <!-- <p class="mt-3">It's important to note that FSSAI regulations can change over time, so businesses should always check the latest guidelines and requirements when applying for or renewing their FSSAI registrations or licenses. Additionally, the specific requirements and documentation may vary from state to state, so it's advisable to consult with an FSSAI consultant or visit the official FSSAI website for the most up-to-date information and guidance.</p> --> </div> </section> <!-- Section 5 starts from here --> <section class="position-5" style="background-color:#f9ed817d"> <div class="container"> <h2 align="center">PENALTIES UNDER FOOD LICENCE LEGATION</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <div class="pt-1"> <p>Under the Food Safety and Standards Act, 2006, and its related regulations, the penalty for running a food business without proper registration or license from FSSAI can vary based on the circumstances. Here are some key points regarding penalties:</p> <p><strong>Registration Requirement: </strong>Small food businesses (those with an annual turnover not exceeding Rs. 12 lakh) must register with FSSAI. Larger businesses must obtain a license.</p> <p><strong>Penalties for Non-Registration or Non-Licensing: </strong></p> <ul> <li><strong>For Unregistered Businesses: </strong>If a business required to register with FSSAI operates without registration, the penalty can be a fine which may extend up to Rs. 5 lakh.</li> <li><strong>For Improperly Registered or Licensed Businesses: </strong>If a business operates with an improper or expired license, penalties can range based on the severity and may include fines up to Rs. 5 lakh.</li> </ul> <p><strong>Enforcement: </strong>Enforcement actions typically involve inspections by FSSAI officials, and penalties are imposed based on the specific provisions of the Act and regulations.</p> </div> </div> </section> <!-- Section 6 starts from here --> <section class="position-6"> <div class="container"> <h2 align="center">PENALTIES LEVIED BY FOOD LICENSING AUTHORITIES ON FOOD BUSINESS OPERATOR (FBO)</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <div class="pt-1"> <p>The penalties levied by the Food Safety and Standards Authority of India (FSSAI) are outlined in various sections of the Food Safety and Standards Act, 2006, and its related regulations. Here's a brief summary of section-wise penalties:</p> <ul> <li><strong>Section 50 - General Penalties: </strong>Imposes penalties for contravention of provisions not specifically covered under other sections. Penalties can go up to Rs. 2 lakh.</li> <li><strong>Section 51 - Penalty for sub-standard food: </strong>Deals with penalties for selling or distributing sub-standard food. Penalties range from Rs. 1 lakh to Rs. 5 lakh.</li> <li><strong>Section 52 - Penalty for misbranded food: </strong>Covers penalties for selling or distributing misbranded food. Penalties range from Rs. 3 lakh to Rs. 10 lakh.</li> <li><strong>Section 53 - Penalty for misleading advertisement: </strong> Addresses penalties for misleading advertisements related to food products. Penalties range from Rs. 10 lakh to Rs. 10 crore.</li> <li><strong>Section 54 - Penalty for unsafe food: </strong>Imposes penalties for selling or distributing unsafe food. Penalties range from Rs. 1 lakh to Rs. 10 lakh.</li> <li><strong>Section 55 - Penalty for failure to comply with food safety officer: </strong>Deals with penalties for non-compliance with directions of a food safety officer. Penalties can go up to Rs. 2 lakh.</li> <li><strong>Section 56 - Penalty for obstructing food safety officer: </strong>Addresses penalties for obstructing a food safety officer in the discharge of duties. Penalties can go up to Rs. 1 lakh.</li> </ul> </div> </div> </section> <?php require_once('include/footer.php') ?> <script> document.getElementById('otheritem').style.display="none"; window.addEventListener("pageshow", function(event) { var selectElement = document.getElementById("nature_business"); selectElement.selectedIndex = 0; }); // window.onload = () => { // document.getElementById("nature_business").value = ""; // }; function selectBusinessKind(value) { document.querySelector('.yearDisplay').style.display = "none"; document.querySelectorAll('.pricing_display, .fav').forEach(function (element) { element.style.display = 'none'; }); var kind_of_business = document.querySelector('select[name="nature_business"]').value; var data = new FormData(); data.append("kindOfbusiness", kind_of_business); var http = new XMLHttpRequest(); var url = 'fetch-data.php'; http.withCredentials = true; document.getElementById('topx')?.remove(); http.addEventListener("readystatechange", function () { if (this.readyState === 4) { document.querySelector(".turnoverDisplay").innerHTML = this.responseText; //console.log(this.responseText); checkPrice1(kind_of_business); } }); http.open("POST", url); http.send(data); } function checkValdiity(element) { document.querySelector('.yearDisplay').style.display = "block"; var radioValue = element.value; var data = new FormData(); data.append("turnover", element.value); var xhr = new XMLHttpRequest(); xhr.withCredentials = true; xhr.addEventListener("readystatechange", function() { if (this.readyState === 4) { //console.log(this.responseText); document.querySelector(".yearDisplay").innerHTML = this.responseText; checkPrice(radioValue); } }); xhr.open("POST", "https://foodlicenceonline.net/fetch-data.php"); xhr.send(data); } function checkPrice(radioValue) { //console.log(radioValue); var data = new FormData(); var turnoverz = document.querySelector('input[name="turnover[]"]:checked').value; var yearz = document.querySelector('select[name="years[]"]'); if (yearz !== null) { var selectedValue = yearz.value; }else{ var selectedValue = ''; } data.append("turnover", turnoverz); data.append("years", selectedValue); var xhr = new XMLHttpRequest(); xhr.withCredentials = true; xhr.addEventListener("readystatechange", function () { if (this.readyState === 4) { console.log(this.responseText); var response = JSON.parse(this.responseText); document.querySelector(".pricing_display").innerHTML = `Applicable Price ₹${response.servicePrices}<br>${response.msgx}`; document.querySelector(".turnoverType").innerHTML = response.turntypez; } }); xhr.open("POST", "https://foodlicenceonline.net/check-price.php"); xhr.send(data); } function checkPrice1(selectedValue) { var kob = selectedValue; var data = new FormData(); if (kob !== '') { data.append("kobz", kob); } var xhr = new XMLHttpRequest(); xhr.withCredentials = true; xhr.addEventListener("readystatechange", function () { if (this.readyState === 4) { var response = JSON.parse(this.responseText); document.querySelector('.pricing_display').innerHTML = `Applicable Price ₹${response.servicePrices}<br>${response.msgx}`; } }); xhr.open("POST", "https://foodlicenceonline.net/check-price.php"); xhr.send(data); } function autoSelectLastOption() { var selectElement = document.getElementById("nature_business"); var options = selectElement.options; selectElement.value = options[options.length - 1].value; selectBusinessKind(selectElement.value); } function selectFoodCategory(){ var food_category = document.querySelector('select[name="food_category"]').value; if(food_category ==='others'){ document.getElementById('otheritem').style.display="block"; }else{ document.getElementById('otheritem').style.display="none"; } } function validateInput() { var input = document.getElementById('mobile_number'); var mobile_number = input.value; var message = ''; mobile_number = mobile_number.replace(/\D/g, ''); input.value = mobile_number; if (!mobile_number || mobile_number.length !== 10) { message = 'Please enter a 10-digit valid number.'; document.getElementById('phoneMessage').innerText = message; document.getElementById('phoneMessage').style.color = "red"; input.setCustomValidity(message); document.getElementById('submitBtn').style.display="none"; } else { message = 'Valid.'; document.getElementById('phoneMessage').innerText = message; document.getElementById('phoneMessage').style.color = "green"; input.setCustomValidity(''); document.getElementById('submitBtn').style.display="block"; } } function checkRequired() { var input = document.getElementById('mobile_number'); var mobile_number = input.value; if (!mobile_number) { input.setCustomValidity('Please enter your phone number.'); input.reportValidity(); } } </script> <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> <script src="/selectIndianState.js"></script>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка