KonexionsPL

Project Title: Admin Dashboard for Konexions - Profit & Loss (P\&L) Module

Description: This project is a web-based admin dashboard developed using PHP, MySQL, HTML, CSS, and JavaScript. It is designed to manage and visualize the financial performance of different business processes under Konexions Back Office Services.

Process Management: Each process represents a client engagement (e.g., banks or financial institutions). Agents work under these processes for services like EMI collections, recoveries, and related financial operations.

Key Features:

Technologies Used:

Folder Structure:

konexionsPL/
├── index.php
├── db_connection.php
├── admin_dashboard.php/(after admin login pages when admin will login can see all expenses)
│   ├── admin_view.php
│   └── admin_total_view.php
├── dashboard.php/((after accountant login pages, when acountant will login and do activities, tasks or calculation))
│   ├── billing.php
│   └── infra_expenses.php
│   └── it_asset_vendor.php
│   └── it_asset_vendor.php
│   └──telecom_expense.php
├── Manage Task/
│   ├── add_process.php
│   ├── manage_it_vendors.php
│   ├── manage_telecom_vendors.php
│   ├── view_expenses.php
└── Database/
     └── konexions_expenses
├── logout.php/

How to Run Locally:

  1. Install XAMPP or WAMP.
  2. Clone/download this project and place it in the htdocs directory.
  3. Import konexions_expenses into phpMyAdmin.
  4. Update your DB credentials in db_connections.php.
  5. Run via localhost/konexionsPL/index.php\.

Screenshot Preview: Admin Dashboard:

image image

Displays Total of every expenses:

image

Displays Each Every Process Expenses:

image image image image image image image image image

Total Expenses:

image image image image

Accountant Dashboard:

image image image

Author: Pinky GitHub Repo: [https://pinkysingh088.github.io/KonexionsPL/) GitHub Repo: (https://github.com/Pinkysingh088/KonexionsPL)