Super Pharmacy - Pharmacy Management System Script


Pharmacy management system script is a software solution that automates many of the processes involved in running a pharmacy. By using a pharmacy management system, pharmacists can:

  • Customer Management, Product Management,
  • Search Medicine, Customer, Purchase, Invoices by Its First Letter
  • Generate Report By Date Range and Many More.
  • Access permission
  • Easy Print Invoicing
  • Financial
  • Daily, Monthly, Yearly Sales, Profit and Expense Report
  • Due Payment Management
  • POS (Point of Sale) management


Super Pharmacy - Hệ thống quản lý nhà thuốc


* Requirements

  • PHP version: 7.0 or higher
  • MySQL
  • Apache
  • For offline use Ampps/Xampp/Wamp

* How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts.
  • Download the source code, unzip it, and copy it to the web server directory;
  • Open a web browser and access PHPMyAdmin create a new database, then import file psv2.sql database (in directory database/database.sql );
  • Open file config.php  ((in directory admin\core\config.php)  and configuration database connection:

define("DB_HOST", "localhost");

define("DB_USER", "root");

define("DB_PASS", "mysql");

define("DB_NAME", "psv2m");

  • Open file  file dbcontroller.php (in directory \admin\core\config.php)  and configuration database connection:

define("DB_HOST", "localhost");

define("DB_USER", "root");

define("DB_PASS", "mysql");

define("DB_NAME", "psv2m");

  • Open file  file  exp-imp.php (in directory admin\exp-imp.php) and configuration database connection:

define("DB_HOST", "localhost");

define("DB_USER", "root");

define("DB_PASS", "mysql");

define("DB_NAME", "psv2m");

  • Admin panel URL: http://localhost/project_name/
  • Login account: admin / admin

Unzip password : 521095

Previous Post Next Post