Skip to content

francescoscarselli/walletwise

 
 

Repository files navigation

Screen WalletWise

WalletWise (New Economizzer) is a simple and open-source personal finance manager system made in PHP
Yii Framework 2.
It is available in the following languages: Italian, English, Spanish, Portuguese, Russian, Korean, Hungarian and French.

Screen
Learn more about the features by visiting the Wiki

Live Demo

Unfortunately, we don't have a new demo site but there's the old one made by the original creator.
You can try the old one demo site: here

Use the user "joe" and password "123456".
We'll add more features in the future so that site will be out of date.
Support us to buy a new demo domain. Thank you.

Requirements

The minimum requirements that this application requires are: PHP>7.0 and apache2 or nginx.

Required libraries: mysql, php, composer, libapache2-mod-php, php-mbstring, php-xml, php-curl

Installation

sudo apt update && sudo apt upgrade -y
sudo apt install apache2 (or nginx) -y
sudo apt install curl php composer libapache2-mod-php php-mbstring php-xml php-curl mysql-server -y
git clone https://github.com/francescoscarselli/walletwise.git
cd walletwise
composer update && composer install
  • You need to configure yourself MySQL and Apache2 for your domain. If you need help to setup everything, visit the wiki page.

Configuration

In the folder walletwise/config/db.php set as your parameters:

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=127.0.0.1;dbname=walletwise',
    'username' => 'root',
    'password' => '<password/blank>',
    'charset' => 'utf8',
    'enableSchemaCache' => true,
];

Import the sql database file located in:

inc/walletwise.sql

Check if everything is working by going to your http://hostname.local/web.
NOTE: This path is only for who has the WalletWise folder in the root of the /var/www/html folder.
Use these credentials to log-in:

User: "admin" and password: "123456"

Contribution

Please see CONTRIBUTING.

License

Economizzer, rights © 2014 Gustavo G. Andrade.
WalletWise, rights © 2023-2026 Deltwin (Francesco Scarselli).
It is free software, and may be redistributed under the terms specified in the LICENSE file.

Donations

To encourage the developer with new enhancements, buy a demo domain, or even to buy him a good beer,
support the project by making a Donation.

Thanks to

Yii2
Gugoan

About

Open Source P.F.M

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • PHP 47.9%
  • CSS 28.7%
  • SCSS 11.7%
  • Less 11.5%
  • Batchfile 0.2%