All Projects → nafiesl → Dompet

nafiesl / Dompet

Licence: mit
A personal bookkeeping web application, built with Laravel 5.

Projects that are alternatives of or similar to Dompet

Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+1704.6%)
Mutual labels:  hacktoberfest, laravel, tdd
Urlhub
URL shortener web application based on the Laravel PHP Framework.
Stars: ✭ 217 (+149.43%)
Mutual labels:  hacktoberfest, laravel, tdd
Silsilah
A genealogy/family tree application, built with Laravel.
Stars: ✭ 246 (+182.76%)
Mutual labels:  hacktoberfest, laravel, tdd
Sentry Laravel
Laravel SDK for Sentry
Stars: ✭ 927 (+965.52%)
Mutual labels:  hacktoberfest, laravel
Laravel Adminpanel
A Laravel Admin Panel (Laravel Version : 6.0)
Stars: ✭ 774 (+789.66%)
Mutual labels:  hacktoberfest, laravel
Tenancy
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
Stars: ✭ 916 (+952.87%)
Mutual labels:  hacktoberfest, laravel
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (+709.2%)
Mutual labels:  hacktoberfest, laravel
Laravel Weather
🌤️ A wrapper around Open Weather Map API (Current weather)
Stars: ✭ 36 (-58.62%)
Mutual labels:  hacktoberfest, laravel
Executor
Watch for file changes and then execute command. Very nice for test driven development.
Stars: ✭ 14 (-83.91%)
Mutual labels:  hacktoberfest, tdd
Laravel Packager
A cli tool for creating Laravel packages
Stars: ✭ 1,049 (+1105.75%)
Mutual labels:  hacktoberfest, laravel
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+1222.99%)
Mutual labels:  hacktoberfest, laravel
Platform
A modular multilingual CMS built with Laravel 5.
Stars: ✭ 719 (+726.44%)
Mutual labels:  hacktoberfest, laravel
Orm
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
Stars: ✭ 712 (+718.39%)
Mutual labels:  hacktoberfest, laravel
Laravel Sri
Subresource Integrity hash generator for laravel
Stars: ✭ 23 (-73.56%)
Mutual labels:  hacktoberfest, laravel
Artisan View
👀 Manage your views in Laravel projects through artisan
Stars: ✭ 708 (+713.79%)
Mutual labels:  hacktoberfest, laravel
Laravel Guided Image
Simplified and ready image manipulation for Laravel through intervention image.
Stars: ✭ 32 (-63.22%)
Mutual labels:  hacktoberfest, laravel
Laravel Philips Hue
Laravel Philips Hue package to control your lights with remote support
Stars: ✭ 67 (-22.99%)
Mutual labels:  hacktoberfest, laravel
Laravel Disqus
A simple Disqus platform integration with Laravel.
Stars: ✭ 71 (-18.39%)
Mutual labels:  hacktoberfest, laravel
Laravel Schedulable
Schedule and unschedule eloquent models elegantly without cron jobs
Stars: ✭ 78 (-10.34%)
Mutual labels:  hacktoberfest, laravel
Core
Simple forum software for building great communities.
Stars: ✭ 5,372 (+6074.71%)
Mutual labels:  hacktoberfest, laravel

Dompet

Build Status Coverage Status

Dompet is a personal bookkeeping web application, built with Laravel 5.

Objective

Easy bookkeeping for personal income and spending (amount of money).

Concept

To aquire our objective, we need this features on the application:

  • User can register.
  • User can see transaction history by date of their own.
  • User add transactions for income and spending.
  • User can categorize the transaction.
  • User can see transaction summary on each month or a year.
  • - sign on numbers indicates spending/outcome transaction.

Those are basic concept of the personal bookkeeping service.

Getting Started

This application can be installed on local server and online server with these specifications :

Server Requirements

  1. PHP >=7.3 (and meet Laravel 8.x server requirements),
  2. MySQL or MariaDB database,
  3. SQlite (for automated testing).

Installation Steps

  1. Clone the repo : git clone https://github.com/nafiesl/dompet.git
  2. $ cd dompet
  3. $ composer install
  4. $ cp .env.example .env
  5. $ php artisan key:generate
  6. Create new MySQL database for this application
    (with simple command: $ mysqladmin -urootuser -p create dompet_db)
  7. Set database credentials on .env file
  8. $ php artisan migrate
  9. $ php artisan serve
  10. Register new account.

Contributing

If you are considering to contribute to this repo. It is really nice.

  1. Submit Issue if you found any errors or bugs or if you want to propose new feature.
  2. Pull Request for bugfix, typo on labels, or new feature.

Screenshots

Transaction List on a Month

Dompet Monthly Transaction List

Transaction List on Selected Date

Dompet Daily Transaction List

Transaction Summary Report

Dompet Daily Transaction List

License

Dompet project is a free and open-sourced software under MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].