Giter VIP home page Giter VIP logo

dinero's Introduction

Dinero


๐Ÿš€ Multi Account Money Tracker โœจ Dinero

version project stack php stack laravel stack Filament stack Tailwind GPLv3 License

Dinero

Dinero is a multi account money tracker. It is a simple application that allows you to track your money in multiple accounts and categories. It is written in PHP (Laravel Framework) and Filament v3.

Features

  • Multi Account (Tenants)
  • Multi Currency
  • Wallets
  • Categories
  • Budgets
  • Goals
  • Debts
  • Transactions
  • Reports

Installation

  1. Clone the repository
git clone https://github.com/Shipu/dinero.git
  1. Switch to the repo folder
cd dinero
  1. Install all the dependencies using composer
composer install
  1. Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
  1. Generate a new application key
php artisan key:generate
  1. Run the database migrations with seeder (Set the database connection in .env before migrating)
php artisan migrate --seed
  1. Run the application
php artisan serve
  1. Browse the application

Url: http://localhost:8000/

img.png

  1. Login with the following credentials:

NativePHP

for the NativePHP version, please check the nativephp branch

git checkout native-php

Demo

Url: http://dinero.bridgex.live

Screenshots

Dashboard Wallets Categories Budgets Goals Debts Transactions Accounts MyProfile

โœจ Contributors


Shipu Ahamed

Md. Jahidul Islam

Alade YESSOUFOU

Rafael Blum

No one is so wise that they don't have something to learn, nor so foolish that they don't have something to teach. Blaise Pascal.

dinero's People

Contributors

devalade avatar rafaelblum avatar shipu avatar shojibflamon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dinero's Issues

Impossible to install

I get the following error when I executed "composer install" :

`Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi
PHP Fatal error: Type of App\Filament\Widgets\CategoryChart::$chartId must be ?string (as in class Leandrocfe\FilamentApexCharts\Widgets\ApexChartWidget) in /Users/sisifo/Sites/dinero/app/Filament/Widgets/CategoryChart.php on line 10

Symfony\Component\ErrorHandler\Error\FatalError

Type of App\Filament\Widgets\CategoryChart::$chartId must be ?string (as in class Leandrocfe\FilamentApexCharts\Widgets\ApexChartWidget)

at app/Filament/Widgets/CategoryChart.php:10
6โ–• use App\Models\Category;
7โ–• use App\Models\Transaction;
8โ–• use Leandrocfe\FilamentApexCharts\Widgets\ApexChartWidget;
9โ–•
โžœ 10โ–• class CategoryChart extends ApexChartWidget
11โ–• {
12โ–• /**
13โ–• * Chart Id
14โ–• *

Whoops\Exception\ErrorException

Type of App\Filament\Widgets\CategoryChart::$chartId must be ?string (as in class Leandrocfe\FilamentApexCharts\Widgets\ApexChartWidget)

at app/Filament/Widgets/CategoryChart.php:10
6โ–• use App\Models\Category;
7โ–• use App\Models\Transaction;
8โ–• use Leandrocfe\FilamentApexCharts\Widgets\ApexChartWidget;
9โ–•
โžœ 10โ–• class CategoryChart extends ApexChartWidget
11โ–• {
12โ–• /**
13โ–• * Chart Id
14โ–• *

  +1 vendor frames

2 [internal]:0
Whoops\Run::handleShutdown()

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255`

Issue with artisan

I am not sure if i am stupid enough to work with this but I cannot get what I am doing wrong

When I am trying to run whole thing i get always this error:
C:\dinero>php artisan migrate --seed
PHP Warning: require(C:\dinero/vendor/autoload.php): Failed to open stream: No such file or directory in C:\dinero\artisan on line 18
PHP Fatal error: Uncaught Error: Failed opening required 'C:\dinero/vendor/autoload.php' (include_path='.;C:\php\pear') in C:\dinero\artisan:18
Stack trace:
#0 {main}
thrown in C:\dinero\artisan on line 18

I have tried to switch php version to 8.1 didn't work, 8.3 didn't work, composer is installed successfully and php works fine, but this isn't

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.