สวัสดีครับ ในบทความนี้จะแนะนำส่วนต่างๆ ของ Dashboard Template ออกแบบโดยใช้ bootstrap5 และกราฟโดยใช้ chartjs ดูคลิปให้จบก่อนดาวน์โหลดโค้ดนะครับ จะได้เข้าใจส่วนต่างๆ ครับผม
ขอแนะนำระบบพร้อมใช้ ราคาถูก ได้ Code + Database ทั้งหมด
1.เว็บอีคอมเมิร์ช คลิก
2.เว็บ FOOD POS ขายอาหารหน้าร้าน คลิก
3.เว็บ Coffee POS ขายกาแฟหน้าร้าน คลิก
4.เว็บบริษัท / เว็บองค์กร คลิก
5.ระบบหอพัก โปรแกรมหอพัก คลิก
6.ระบบยืมคืน เบิกจ่ายพัสดุ ครุภัณฑ์ คลิก
7.ระบบแจ้งซ่อมสำหรับองค์กร คลิก
8.ระบบฐานข้อมูลวิจัย คลังข้อมูลวิจัย ฐานข้อมูลวิทยานิพนธ์ Research Corpus คลิก
9.ระบบสอบออนไลน์ คลิก
10.ระบบอื่นๆ เพิ่มเติม คลิก
ขอแนะนำ ระบบร้านอาหาร Restaurant POS (Point of Sale) PHP
ขอบเขตระบบ
*Admin/ผจก.
-Login/Logout
-จัดการข้อมูลพนง. (เพิ่ม ลบ แก้ไข แก้รหัสผ่าน)
-จัดการข้อมูลอาหาร (เพิ่ม ลบ แก้ไข)
-จัดการข้อมูลโต๊ะ (เพิ่ม ลบ แก้ไข)
-ดูรายการบิลทั้งหมด
-ดูรายงานภาพรวม (Dashboard), ยอดขายแยกตามเดือน
-รายงานสินค้าขายดี 5 อันดับ
-รายงานการจองโต๊ะ
*แคชเชียร์
– Login/Logout
– เลือกโต๊ะ
– จัดการการเลือกอาหาร บันทึกออเดอร์
– สั่งอาหารเพิ่ม
– จัดการรายการอาหาร (แก้จำนวนก่อนคิดเงิน)
– ยกเลิกออเดอร์
– จองโต๊ะ ย้ายโต๊ะ ยกเลิกการจอง
– เช็คบิล ยกเลิกบิล พิมพ์ใบเสร็จ คิดเงิน
– ดูรายการขายย้อนหลัง
*ผู้ใช้ทั่วไป
– ดูรายการอาหารและราคา
*ตารางประกอบด้วย 6 ตาราง ได้แก่
- ตารางเก็บข้อมูลผจก./พน.
- ตารางเก็บข้อมูลโต๊ะ
- ตารางเก็บข้อมูลการจองโต๊ะ
- ตารางเก็บข้อมูลการสั่งอาหาร
- ตารางเก็บข้อมูลรายละเอียดการสั่งอาหาร
- ตารางเก็บข้อมูลสินค้า
demo : https://devbanban.com/app/restaurantv1/
ค่าตัว 8000 บาท ได้ Code & Database ทั้งหมด เอาไปต่อยอดได้
ซื้อแล้วปรึกษาได้เรื่อยๆ
สนใจ inbox มาที่แฟนเพจ เวลา 10.00-20.00 น.
https://www.facebook.com/sornwebsites
หรือโทร. 0948616709 (พิศิษฐ์)
class หลักๆ ที่ใช้
- class col (grid)
- class card
- class alert
- ChartJS สำหรับทำกราฟแท่งสวยๆ
- ion-icon
- อื่นๆ เอาไปต่อยอดเองได้เต็มที่
ผลลัพธ์การทำงาน
คลิปแนะนำส่วนต่างๆ
Full Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 |
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <!-- chart js --> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.bundle.js"></script> <title>Dashboard Designed Using Bootstrap5 & Chart JS by devbanban.com</title> </head> <body> <div class="container"> <div class="row"> <div class="col col-sm-12"> <div class="alert alert-primary" role="alert"> <h4> Dashboard Template using Bootstrap5 & Chart JS</h4> </div> </div> </div> <div class="row"> <div class="col-6 col-sm-3"> <div class="card text-white bg-primary mb-3" style="max-width: 18rem;"> <div class="card-header"> <ion-icon name="people-outline"></ion-icon> รายการสมาชิก </div> <div class="card-body"> <h5 class="card-title">จำนวน 5,000 คน</h5> <p class="card-text"> <a href="https://devbanban.com/?p=4425" class="text-white" style="text-decoration: none;"> more detail...</a> </p> </div> </div> </div> <div class="col-6 col-sm-3"> <div class="card text-white bg-warning mb-3" style="max-width: 18rem;"> <div class="card-header"> <ion-icon name="cart-outline"></ion-icon> รายการออเดอร์ </div> <div class="card-body"> <h5 class="card-title">จำนวน 900,000 ออเดอร์</h5> <p class="card-text"> <a href="https://devbanban.com/?p=2867" class="text-white" style="text-decoration: none;"> more detail...</a> </p> </div> </div> </div> <div class="col-6 col-sm-3"> <div class="card text-white bg-info mb-3" style="max-width: 18rem;"> <div class="card-header"> <ion-icon name="desktop-outline"></ion-icon> รายการสินค้า </div> <div class="card-body"> <h5 class="card-title">จำนวน 9,999 รายการ</h5> <p class="card-text"> <a href="https://devbanban.com/?p=4425" class="text-white" style="text-decoration: none;"> more detail...</a> </p> </div> </div> </div> <div class="col-6 col-sm-3"> <div class="card text-white bg-success mb-3" style="max-width: 18rem;"> <div class="card-header"> <ion-icon name="cash-outline"></ion-icon> ยอดขาย </div> <div class="card-body"> <h5 class="card-title"> 11,500,000 บาท</h5> <p class="card-text"> <a href="https://devbanban.com/?p=2867" class="text-white" style="text-decoration: none;"> more detail...</a> </p> </div> </div> </div> </div> <!-- //row --> <div class="row"> <div class="col-sm-12"> <canvas id="myChart" height="100px"></canvas> <script> var ctx = document.getElementById("myChart").getContext('2d'); var myChart = new Chart(ctx, { type: 'bar', data: { labels: ['2022', '2021', '2020', '2019' ], datasets: [{ label: 'รายงานภาพรวม แยกตามปี (บาท)', data: ['1000000','2500000','5000000', '3000000'], backgroundColor: [ 'rgba(255, 99, 132, 0.2)', 'rgba(54, 162, 235, 0.2)', 'rgba(255, 206, 86, 0.2)', 'rgba(75, 192, 192, 0.2)', 'rgba(153, 102, 255, 0.2)', 'rgba(255, 159, 64, 0.2)' ], borderColor: [ 'rgba(255,99,132,1)', 'rgba(54, 162, 235, 1)', 'rgba(255, 206, 86, 1)', 'rgba(75, 192, 192, 1)', 'rgba(153, 102, 255, 1)', 'rgba(255, 159, 64, 1)' ], borderWidth: 1 }] }, options: { scales: { yAxes: [{ ticks: { beginAtZero:true } }] } } }); </script> </div> </div> <!-- //row --> </div> <!-- //container --> <footer style="margin-top: 100px"> <center> desiged by <a href="https://devbanban.com/"> devbanban.com </a> 2022</center> </footer> <!-- Option 1: Bootstrap Bundle with Popper --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> <!-- ionicon --> <script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script> <script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script> <!-- ionicon docs เข้าไปอ่านกันหน่อย *Usage : https://ionic.io/ionicons/usage *All icon : https://ionic.io/ionicons --> </body> </html> |
ขอแนะนำระบบ ได้ Code ทั้งหมด เอาไปต่อยอดได้ *รายละเอียดและราคาเปิดดูใต้คลิป
ร่วมสนับสนุน ค่ากาแฟ ค่าโฮส devbanban.com และทีมงานได้ที่
ธนาคารกรุงไทย สาขาเดอะมอลล์ท่าพระ
ชื่อบัญชี นายพิศิษฐ์ บวรเลิศสุธี เลขที่ 878-0-17747-6
————————————————————————————
ธนาคารไทยพาณิชย์ สาขามหาวิทยาลัยราชภัฏธนบุรี
ชื่อบัญชี นายพิศิษฐ์ บวรเลิศสุธี เลขที่ 406-359094-1
fanpage : https://www.facebook.com/sornwebsites/