[new:01.05.2026.01.28.wib] Application Bus │ ├── Cloud Server │ ├── BusLite.zip │ ├── BusLite.co.id [example] │ │ │ ├── MariaDB : databaseBusdb │ │ │ ├── Tables │ │ ├── tb_users │ │ ├── tb_about │ │ ├── tb_info │ │ ├── tb_news │ │ ├── tb_sync │ │ ├── tb_resetPasswd │ │ ├── tb_order │ │ ├── tb_qrcode │ │ ├── tb_tablet23bus │ │ └── tb_checkinout │ │ │ ├── index.php │ │ ├── History │ │ ├── About Us │ │ ├── Contact Us │ │ └── Route Information │ │ │ ├── news/ │ │ └── admin/addNews.php │ │ │ ├── sync/ │ │ └── sync db.tablet23bus.txt │ │ │ ├── login/ │ │ ├── index.php │ │ │ ├── Register │ │ │ ├── Login │ │ │ └── Lost Password │ │ │ │ │ ├── admin/login.php │ │ │ │ │ ├── Roles │ │ │ ├── owner │ │ │ ├── admin │ │ │ ├── manager │ │ │ ├── accountant │ │ │ ├── HRD │ │ │ ├── staff │ │ │ ├── officer │ │ │ ├── officeboy │ │ │ ├── users │ │ │ ├── CS │ │ │ ├── driver (supir) │ │ │ └── conductor (kernet) │ │ │ │ │ ├── user/ │ │ │ ├── Profile │ │ │ ├── NIK │ │ │ ├── Name │ │ │ ├── Address │ │ │ └── Job Status │ │ │ │ │ ├── order/ │ │ │ └── Ticket Ordering │ │ │ │ │ └── BusMobileLite.php │ │ └── checkout.php │ │ │ └── GPS + Timestamp + Username → MariaDB │ │ ├── Local Office Bus / Station │ ├── localhost/tablet23bus/ │ └── index.php │ ├── qrcode/ │ ├── index.php │ │ └── QR Reader │ │ ├── token │ │ ├── UUID Browser │ │ └── Cookie Expired (8 minutes) │ │ │ ├── print_ticket.php │ │ └── Hidden Bluetooth Printer │ │ │ ├── checkin.php │ │ └── GPS Detection + User Validation │ │ │ └── boardingPass.php │ └── Unique Boarding QR │ └── Passenger Checkout System └── Arrival GPS Verification