Skip to content

Comprehensive Management of Boarding Houses with Laravel & Docker

Notifications You must be signed in to change notification settings

iniakunhuda/kospangeran

Repository files navigation

Property Management (Aplikasi Kos-Kosan)

About 📖

Kos Pangeran is full management tool to help homeowner to manage their property like house-rental, apartment, or boarding house. Designed to be simple and easy to use, Kos Pangeran is a perfect solution for those who want to manage their property without any hassle.

Features 🚀

  • Manage building area
  • Manage room & room type
  • Manage member
  • Record member payment / transaction
  • Record room maintenance history
  • Create invoice for monthly or yearly
  • Multiple account for payment
  • Export payment history to excel & pdf

See the screenshot below for more detail.

Built with 🛠️

  • Laravel 11
  • Docker
  • MongoDB
  • Bootstrap 5
  • DataTables

Installation 🖥️

  1. Clone this repository
git clone https://github.com/iniakunhuda/kospangeran
  1. Install dependencies
composer install
  1. Copy .env.example to .env
cp .env.example .env
  1. Generate application key
php artisan key:generate
  1. Run docker
docker-compose up -d
  1. Run migration
php artisan migrate
  1. Run seeder
php artisan db:seed
  1. Open the application in browser
http://localhost:8000

License

This project is open-sourced software licensed under the MIT license.

Contact

If you have any question or want to contribute, feel free to contact me:



Screenshot 📸

Manage building area

Building Area Create, edit, delete area

Manage room

Room Create, edit, delete room

Room Form create room

Room Detail room information

Room Detail room information - history member

Manage room type

Room Type Create, edit, delete room type

Manage member

Member Create, edit, delete member

Member Detail member information

Member Detail member room & invoice

Manage invoice

Invoice List unpaid invoice

Invoice Create automatic invoice based month & year

Invoice Form to record payment (can be partial)

Payment history

Payment List payment history (can be exported to excel & pdf)

Payment Detail payment history

About

Comprehensive Management of Boarding Houses with Laravel & Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published