├── Animalinfo.php ├── Cart.php ├── Dairypro.php ├── README.md ├── Screen_shots ├── Animal_info.png ├── Bill-1.png ├── Bill.png ├── Cusomer_history.png ├── Daily_Data.png ├── Farmer.png ├── Login.png ├── farmer-1.png ├── products.png ├── services.png ├── staff.png ├── startpage.png ├── startpage_2.png └── startpage_3.png ├── Service.php ├── aboutus.html ├── bill.html ├── bill.php ├── connect.php ├── connection.php ├── css ├── Dairystyle.css ├── all.css ├── bootstrap.css ├── farmer.css ├── jquery-3.5.1.min.js ├── serv1.css └── servicestyle.css ├── cust_History.php ├── data.php ├── delete.php ├── dpbill.html ├── dry.sql ├── edit.php ├── farmer.php ├── farmerbill.html ├── farmerbill.php ├── final.php ├── fpdf ├── FAQ.htm ├── changelog.htm ├── doc │ ├── __construct.htm │ ├── acceptpagebreak.htm │ ├── addfont.htm │ ├── addlink.htm │ ├── addpage.htm │ ├── aliasnbpages.htm │ ├── cell.htm │ ├── close.htm │ ├── error.htm │ ├── footer.htm │ ├── getpageheight.htm │ ├── getpagewidth.htm │ ├── getstringwidth.htm │ ├── getx.htm │ ├── gety.htm │ ├── header.htm │ ├── image.htm │ ├── index.htm │ ├── line.htm │ ├── link.htm │ ├── ln.htm │ ├── multicell.htm │ ├── output.htm │ ├── pageno.htm │ ├── rect.htm │ ├── setauthor.htm │ ├── setautopagebreak.htm │ ├── setcompression.htm │ ├── setcreator.htm │ ├── setdisplaymode.htm │ ├── setdrawcolor.htm │ ├── setfillcolor.htm │ ├── setfont.htm │ ├── setfontsize.htm │ ├── setkeywords.htm │ ├── setleftmargin.htm │ ├── setlinewidth.htm │ ├── setlink.htm │ ├── setmargins.htm │ ├── setrightmargin.htm │ ├── setsubject.htm │ ├── settextcolor.htm │ ├── settitle.htm │ ├── settopmargin.htm │ ├── setx.htm │ ├── setxy.htm │ ├── sety.htm │ ├── text.htm │ └── write.htm ├── font │ ├── courier.php │ ├── courierb.php │ ├── courierbi.php │ ├── courieri.php │ ├── helvetica.php │ ├── helveticab.php │ ├── helveticabi.php │ ├── helveticai.php │ ├── symbol.php │ ├── times.php │ ├── timesb.php │ ├── timesbi.php │ ├── timesi.php │ └── zapfdingbats.php ├── fpdf.css ├── fpdf.php ├── install.txt ├── license.txt ├── makefont │ ├── cp1250.map │ ├── cp1251.map │ ├── cp1252.map │ ├── cp1253.map │ ├── cp1254.map │ ├── cp1255.map │ ├── cp1257.map │ ├── cp1258.map │ ├── cp874.map │ ├── iso-8859-1.map │ ├── iso-8859-11.map │ ├── iso-8859-15.map │ ├── iso-8859-16.map │ ├── iso-8859-2.map │ ├── iso-8859-4.map │ ├── iso-8859-5.map │ ├── iso-8859-7.map │ ├── iso-8859-9.map │ ├── koi8-r.map │ ├── koi8-u.map │ ├── makefont.php │ └── ttfparser.php └── tutorial │ ├── 20k_c1.txt │ ├── 20k_c2.txt │ ├── calligra.php │ ├── calligra.ttf │ ├── calligra.z │ ├── countries.txt │ ├── index.htm │ ├── logo.png │ ├── makefont.php │ ├── tuto1.htm │ ├── tuto1.php │ ├── tuto2.htm │ ├── tuto2.php │ ├── tuto3.htm │ ├── tuto3.php │ ├── tuto4.htm │ ├── tuto4.php │ ├── tuto5.htm │ ├── tuto5.php │ ├── tuto6.htm │ ├── tuto6.php │ ├── tuto7.htm │ └── tuto7.php ├── gallery.html ├── hide.js ├── images ├── COW.jpg ├── Cows-in-the-field-215859100.jpg ├── Dairyproducts.png ├── NATURE-ONE-DAIRY-CORPORATE-LOGO-01.png ├── Order.jpg ├── aim.jpg ├── animals.png ├── butter.jpg ├── butter1.jpg ├── call.png ├── cow-silhouette.png ├── cows-eating-lush-grass-green-field-front-fuji-mountain-japan.jpg ├── curd.jpeg ├── customer.png ├── customers.png ├── dorsal.png ├── farmers.jpeg ├── g1.jpg ├── g2.jpg ├── g3.jpg ├── g4.jpg ├── g5.jpg ├── g6.jpg ├── g7.jpg ├── ghee.jpeg ├── healthiest-cheese.jpg ├── holstein-milking.png ├── identity.jpeg ├── images-cow1.jpeg ├── images.png ├── login.jpg ├── mainimg.jpeg ├── milk.jpeg ├── milk.png ├── orders.jpg ├── organic.png ├── products.jpg ├── staff.png ├── stocks.jpg ├── wallpaperflare.com_wallpaper.jpg └── working.png ├── login.php ├── loginpage.html ├── sadd.php ├── sdelete.php ├── sedit.php ├── snippets └── head_footer.php ├── staff.php ├── startpage.php ├── valid.php └── webfonts ├── fa-brands-400.eot ├── fa-brands-400.svg ├── fa-brands-400.ttf ├── fa-brands-400.woff ├── fa-brands-400.woff2 ├── fa-regular-400.eot ├── fa-regular-400.svg ├── fa-regular-400.ttf ├── fa-regular-400.woff ├── fa-regular-400.woff2 ├── fa-solid-900.eot ├── fa-solid-900.svg ├── fa-solid-900.ttf ├── fa-solid-900.woff └── fa-solid-900.woff2 /Animalinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Animalinfo.php -------------------------------------------------------------------------------- /Cart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Cart.php -------------------------------------------------------------------------------- /Dairypro.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Dairypro.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/README.md -------------------------------------------------------------------------------- /Screen_shots/Animal_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/Animal_info.png -------------------------------------------------------------------------------- /Screen_shots/Bill-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/Bill-1.png -------------------------------------------------------------------------------- /Screen_shots/Bill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/Bill.png -------------------------------------------------------------------------------- /Screen_shots/Cusomer_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/Cusomer_history.png -------------------------------------------------------------------------------- /Screen_shots/Daily_Data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/Daily_Data.png -------------------------------------------------------------------------------- /Screen_shots/Farmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/Farmer.png -------------------------------------------------------------------------------- /Screen_shots/Login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/Login.png -------------------------------------------------------------------------------- /Screen_shots/farmer-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/farmer-1.png -------------------------------------------------------------------------------- /Screen_shots/products.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/products.png -------------------------------------------------------------------------------- /Screen_shots/services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/services.png -------------------------------------------------------------------------------- /Screen_shots/staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/staff.png -------------------------------------------------------------------------------- /Screen_shots/startpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/startpage.png -------------------------------------------------------------------------------- /Screen_shots/startpage_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/startpage_2.png -------------------------------------------------------------------------------- /Screen_shots/startpage_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Screen_shots/startpage_3.png -------------------------------------------------------------------------------- /Service.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/Service.php -------------------------------------------------------------------------------- /aboutus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/aboutus.html -------------------------------------------------------------------------------- /bill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/bill.html -------------------------------------------------------------------------------- /bill.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/bill.php -------------------------------------------------------------------------------- /connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/connect.php -------------------------------------------------------------------------------- /connection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/connection.php -------------------------------------------------------------------------------- /css/Dairystyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/css/Dairystyle.css -------------------------------------------------------------------------------- /css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/css/all.css -------------------------------------------------------------------------------- /css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/css/bootstrap.css -------------------------------------------------------------------------------- /css/farmer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/css/farmer.css -------------------------------------------------------------------------------- /css/jquery-3.5.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/css/jquery-3.5.1.min.js -------------------------------------------------------------------------------- /css/serv1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/css/serv1.css -------------------------------------------------------------------------------- /css/servicestyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/css/servicestyle.css -------------------------------------------------------------------------------- /cust_History.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/cust_History.php -------------------------------------------------------------------------------- /data.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/data.php -------------------------------------------------------------------------------- /delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/delete.php -------------------------------------------------------------------------------- /dpbill.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dry.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/dry.sql -------------------------------------------------------------------------------- /edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/edit.php -------------------------------------------------------------------------------- /farmer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/farmer.php -------------------------------------------------------------------------------- /farmerbill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/farmerbill.html -------------------------------------------------------------------------------- /farmerbill.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/farmerbill.php -------------------------------------------------------------------------------- /final.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/final.php -------------------------------------------------------------------------------- /fpdf/FAQ.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/FAQ.htm -------------------------------------------------------------------------------- /fpdf/changelog.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/changelog.htm -------------------------------------------------------------------------------- /fpdf/doc/__construct.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/__construct.htm -------------------------------------------------------------------------------- /fpdf/doc/acceptpagebreak.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/acceptpagebreak.htm -------------------------------------------------------------------------------- /fpdf/doc/addfont.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/addfont.htm -------------------------------------------------------------------------------- /fpdf/doc/addlink.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/addlink.htm -------------------------------------------------------------------------------- /fpdf/doc/addpage.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/addpage.htm -------------------------------------------------------------------------------- /fpdf/doc/aliasnbpages.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/aliasnbpages.htm -------------------------------------------------------------------------------- /fpdf/doc/cell.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/cell.htm -------------------------------------------------------------------------------- /fpdf/doc/close.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/close.htm -------------------------------------------------------------------------------- /fpdf/doc/error.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/error.htm -------------------------------------------------------------------------------- /fpdf/doc/footer.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/footer.htm -------------------------------------------------------------------------------- /fpdf/doc/getpageheight.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/getpageheight.htm -------------------------------------------------------------------------------- /fpdf/doc/getpagewidth.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/getpagewidth.htm -------------------------------------------------------------------------------- /fpdf/doc/getstringwidth.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/getstringwidth.htm -------------------------------------------------------------------------------- /fpdf/doc/getx.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/getx.htm -------------------------------------------------------------------------------- /fpdf/doc/gety.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/gety.htm -------------------------------------------------------------------------------- /fpdf/doc/header.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/header.htm -------------------------------------------------------------------------------- /fpdf/doc/image.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/image.htm -------------------------------------------------------------------------------- /fpdf/doc/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/index.htm -------------------------------------------------------------------------------- /fpdf/doc/line.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/line.htm -------------------------------------------------------------------------------- /fpdf/doc/link.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/link.htm -------------------------------------------------------------------------------- /fpdf/doc/ln.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/ln.htm -------------------------------------------------------------------------------- /fpdf/doc/multicell.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/multicell.htm -------------------------------------------------------------------------------- /fpdf/doc/output.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/output.htm -------------------------------------------------------------------------------- /fpdf/doc/pageno.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/pageno.htm -------------------------------------------------------------------------------- /fpdf/doc/rect.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/rect.htm -------------------------------------------------------------------------------- /fpdf/doc/setauthor.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setauthor.htm -------------------------------------------------------------------------------- /fpdf/doc/setautopagebreak.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setautopagebreak.htm -------------------------------------------------------------------------------- /fpdf/doc/setcompression.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setcompression.htm -------------------------------------------------------------------------------- /fpdf/doc/setcreator.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setcreator.htm -------------------------------------------------------------------------------- /fpdf/doc/setdisplaymode.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setdisplaymode.htm -------------------------------------------------------------------------------- /fpdf/doc/setdrawcolor.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setdrawcolor.htm -------------------------------------------------------------------------------- /fpdf/doc/setfillcolor.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setfillcolor.htm -------------------------------------------------------------------------------- /fpdf/doc/setfont.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setfont.htm -------------------------------------------------------------------------------- /fpdf/doc/setfontsize.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setfontsize.htm -------------------------------------------------------------------------------- /fpdf/doc/setkeywords.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setkeywords.htm -------------------------------------------------------------------------------- /fpdf/doc/setleftmargin.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setleftmargin.htm -------------------------------------------------------------------------------- /fpdf/doc/setlinewidth.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setlinewidth.htm -------------------------------------------------------------------------------- /fpdf/doc/setlink.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setlink.htm -------------------------------------------------------------------------------- /fpdf/doc/setmargins.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setmargins.htm -------------------------------------------------------------------------------- /fpdf/doc/setrightmargin.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setrightmargin.htm -------------------------------------------------------------------------------- /fpdf/doc/setsubject.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setsubject.htm -------------------------------------------------------------------------------- /fpdf/doc/settextcolor.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/settextcolor.htm -------------------------------------------------------------------------------- /fpdf/doc/settitle.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/settitle.htm -------------------------------------------------------------------------------- /fpdf/doc/settopmargin.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/settopmargin.htm -------------------------------------------------------------------------------- /fpdf/doc/setx.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setx.htm -------------------------------------------------------------------------------- /fpdf/doc/setxy.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/setxy.htm -------------------------------------------------------------------------------- /fpdf/doc/sety.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/sety.htm -------------------------------------------------------------------------------- /fpdf/doc/text.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/text.htm -------------------------------------------------------------------------------- /fpdf/doc/write.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/doc/write.htm -------------------------------------------------------------------------------- /fpdf/font/courier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/courier.php -------------------------------------------------------------------------------- /fpdf/font/courierb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/courierb.php -------------------------------------------------------------------------------- /fpdf/font/courierbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/courierbi.php -------------------------------------------------------------------------------- /fpdf/font/courieri.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/courieri.php -------------------------------------------------------------------------------- /fpdf/font/helvetica.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/helvetica.php -------------------------------------------------------------------------------- /fpdf/font/helveticab.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/helveticab.php -------------------------------------------------------------------------------- /fpdf/font/helveticabi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/helveticabi.php -------------------------------------------------------------------------------- /fpdf/font/helveticai.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/helveticai.php -------------------------------------------------------------------------------- /fpdf/font/symbol.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/symbol.php -------------------------------------------------------------------------------- /fpdf/font/times.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/times.php -------------------------------------------------------------------------------- /fpdf/font/timesb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/timesb.php -------------------------------------------------------------------------------- /fpdf/font/timesbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/timesbi.php -------------------------------------------------------------------------------- /fpdf/font/timesi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/timesi.php -------------------------------------------------------------------------------- /fpdf/font/zapfdingbats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/font/zapfdingbats.php -------------------------------------------------------------------------------- /fpdf/fpdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/fpdf.css -------------------------------------------------------------------------------- /fpdf/fpdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/fpdf.php -------------------------------------------------------------------------------- /fpdf/install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/install.txt -------------------------------------------------------------------------------- /fpdf/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/license.txt -------------------------------------------------------------------------------- /fpdf/makefont/cp1250.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/cp1250.map -------------------------------------------------------------------------------- /fpdf/makefont/cp1251.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/cp1251.map -------------------------------------------------------------------------------- /fpdf/makefont/cp1252.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/cp1252.map -------------------------------------------------------------------------------- /fpdf/makefont/cp1253.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/cp1253.map -------------------------------------------------------------------------------- /fpdf/makefont/cp1254.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/cp1254.map -------------------------------------------------------------------------------- /fpdf/makefont/cp1255.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/cp1255.map -------------------------------------------------------------------------------- /fpdf/makefont/cp1257.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/cp1257.map -------------------------------------------------------------------------------- /fpdf/makefont/cp1258.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/cp1258.map -------------------------------------------------------------------------------- /fpdf/makefont/cp874.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/cp874.map -------------------------------------------------------------------------------- /fpdf/makefont/iso-8859-1.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/iso-8859-1.map -------------------------------------------------------------------------------- /fpdf/makefont/iso-8859-11.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/iso-8859-11.map -------------------------------------------------------------------------------- /fpdf/makefont/iso-8859-15.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/iso-8859-15.map -------------------------------------------------------------------------------- /fpdf/makefont/iso-8859-16.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/iso-8859-16.map -------------------------------------------------------------------------------- /fpdf/makefont/iso-8859-2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/iso-8859-2.map -------------------------------------------------------------------------------- /fpdf/makefont/iso-8859-4.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/iso-8859-4.map -------------------------------------------------------------------------------- /fpdf/makefont/iso-8859-5.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/iso-8859-5.map -------------------------------------------------------------------------------- /fpdf/makefont/iso-8859-7.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/iso-8859-7.map -------------------------------------------------------------------------------- /fpdf/makefont/iso-8859-9.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/iso-8859-9.map -------------------------------------------------------------------------------- /fpdf/makefont/koi8-r.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/koi8-r.map -------------------------------------------------------------------------------- /fpdf/makefont/koi8-u.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/koi8-u.map -------------------------------------------------------------------------------- /fpdf/makefont/makefont.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/makefont.php -------------------------------------------------------------------------------- /fpdf/makefont/ttfparser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/makefont/ttfparser.php -------------------------------------------------------------------------------- /fpdf/tutorial/20k_c1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/20k_c1.txt -------------------------------------------------------------------------------- /fpdf/tutorial/20k_c2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/20k_c2.txt -------------------------------------------------------------------------------- /fpdf/tutorial/calligra.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/calligra.php -------------------------------------------------------------------------------- /fpdf/tutorial/calligra.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/calligra.ttf -------------------------------------------------------------------------------- /fpdf/tutorial/calligra.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/calligra.z -------------------------------------------------------------------------------- /fpdf/tutorial/countries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/countries.txt -------------------------------------------------------------------------------- /fpdf/tutorial/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/index.htm -------------------------------------------------------------------------------- /fpdf/tutorial/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/logo.png -------------------------------------------------------------------------------- /fpdf/tutorial/makefont.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/makefont.php -------------------------------------------------------------------------------- /fpdf/tutorial/tuto1.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto1.htm -------------------------------------------------------------------------------- /fpdf/tutorial/tuto1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto1.php -------------------------------------------------------------------------------- /fpdf/tutorial/tuto2.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto2.htm -------------------------------------------------------------------------------- /fpdf/tutorial/tuto2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto2.php -------------------------------------------------------------------------------- /fpdf/tutorial/tuto3.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto3.htm -------------------------------------------------------------------------------- /fpdf/tutorial/tuto3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto3.php -------------------------------------------------------------------------------- /fpdf/tutorial/tuto4.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto4.htm -------------------------------------------------------------------------------- /fpdf/tutorial/tuto4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto4.php -------------------------------------------------------------------------------- /fpdf/tutorial/tuto5.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto5.htm -------------------------------------------------------------------------------- /fpdf/tutorial/tuto5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto5.php -------------------------------------------------------------------------------- /fpdf/tutorial/tuto6.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto6.htm -------------------------------------------------------------------------------- /fpdf/tutorial/tuto6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto6.php -------------------------------------------------------------------------------- /fpdf/tutorial/tuto7.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto7.htm -------------------------------------------------------------------------------- /fpdf/tutorial/tuto7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/fpdf/tutorial/tuto7.php -------------------------------------------------------------------------------- /gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/gallery.html -------------------------------------------------------------------------------- /hide.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/hide.js -------------------------------------------------------------------------------- /images/COW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/COW.jpg -------------------------------------------------------------------------------- /images/Cows-in-the-field-215859100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/Cows-in-the-field-215859100.jpg -------------------------------------------------------------------------------- /images/Dairyproducts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/Dairyproducts.png -------------------------------------------------------------------------------- /images/NATURE-ONE-DAIRY-CORPORATE-LOGO-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/NATURE-ONE-DAIRY-CORPORATE-LOGO-01.png -------------------------------------------------------------------------------- /images/Order.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/Order.jpg -------------------------------------------------------------------------------- /images/aim.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/aim.jpg -------------------------------------------------------------------------------- /images/animals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/animals.png -------------------------------------------------------------------------------- /images/butter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/butter.jpg -------------------------------------------------------------------------------- /images/butter1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/butter1.jpg -------------------------------------------------------------------------------- /images/call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/call.png -------------------------------------------------------------------------------- /images/cow-silhouette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/cow-silhouette.png -------------------------------------------------------------------------------- /images/cows-eating-lush-grass-green-field-front-fuji-mountain-japan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/cows-eating-lush-grass-green-field-front-fuji-mountain-japan.jpg -------------------------------------------------------------------------------- /images/curd.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/curd.jpeg -------------------------------------------------------------------------------- /images/customer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/customer.png -------------------------------------------------------------------------------- /images/customers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/customers.png -------------------------------------------------------------------------------- /images/dorsal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/dorsal.png -------------------------------------------------------------------------------- /images/farmers.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/farmers.jpeg -------------------------------------------------------------------------------- /images/g1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/g1.jpg -------------------------------------------------------------------------------- /images/g2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/g2.jpg -------------------------------------------------------------------------------- /images/g3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/g3.jpg -------------------------------------------------------------------------------- /images/g4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/g4.jpg -------------------------------------------------------------------------------- /images/g5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/g5.jpg -------------------------------------------------------------------------------- /images/g6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/g6.jpg -------------------------------------------------------------------------------- /images/g7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/g7.jpg -------------------------------------------------------------------------------- /images/ghee.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/ghee.jpeg -------------------------------------------------------------------------------- /images/healthiest-cheese.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/healthiest-cheese.jpg -------------------------------------------------------------------------------- /images/holstein-milking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/holstein-milking.png -------------------------------------------------------------------------------- /images/identity.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/identity.jpeg -------------------------------------------------------------------------------- /images/images-cow1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/images-cow1.jpeg -------------------------------------------------------------------------------- /images/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/images.png -------------------------------------------------------------------------------- /images/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/login.jpg -------------------------------------------------------------------------------- /images/mainimg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/mainimg.jpeg -------------------------------------------------------------------------------- /images/milk.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/milk.jpeg -------------------------------------------------------------------------------- /images/milk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/milk.png -------------------------------------------------------------------------------- /images/orders.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/orders.jpg -------------------------------------------------------------------------------- /images/organic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/organic.png -------------------------------------------------------------------------------- /images/products.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/products.jpg -------------------------------------------------------------------------------- /images/staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/staff.png -------------------------------------------------------------------------------- /images/stocks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/stocks.jpg -------------------------------------------------------------------------------- /images/wallpaperflare.com_wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/wallpaperflare.com_wallpaper.jpg -------------------------------------------------------------------------------- /images/working.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/images/working.png -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/login.php -------------------------------------------------------------------------------- /loginpage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/loginpage.html -------------------------------------------------------------------------------- /sadd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/sadd.php -------------------------------------------------------------------------------- /sdelete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/sdelete.php -------------------------------------------------------------------------------- /sedit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/sedit.php -------------------------------------------------------------------------------- /snippets/head_footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/snippets/head_footer.php -------------------------------------------------------------------------------- /staff.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/staff.php -------------------------------------------------------------------------------- /startpage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/startpage.php -------------------------------------------------------------------------------- /valid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/valid.php -------------------------------------------------------------------------------- /webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /webfonts/fa-brands-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-brands-400.svg -------------------------------------------------------------------------------- /webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /webfonts/fa-regular-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-regular-400.svg -------------------------------------------------------------------------------- /webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /webfonts/fa-solid-900.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-solid-900.svg -------------------------------------------------------------------------------- /webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NAGARAJ08/Dairy-Management-System/HEAD/webfonts/fa-solid-900.woff2 --------------------------------------------------------------------------------