Skip to content

Deltwin/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 the features on the wiki: WIKI

Live Demo

Unfortunately, we don't have a real demo site but there is the old one of the original creator.

You can try the old one demo site: www.economizzer.org/web

Use the user "joe" and password "123456".

We'll add more features in the future so that site we'll be too old to try the new functionalities! Support us to buy a demo domain. Thank you!

Requirements

The minimum requirement by this application that your Web server supports PHP >=7.0.0 and either 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/Deltwin/walletwise.git
cd walletwise
composer update && composer install
  • You need to configure yourself MySQL and apache2 for your domain. If you need help visit the wiki page: WIKI

Configuration

In 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' => '<yourpassword_or_leave_blank>',
    'charset' => 'utf8',
    'enableSchemaCache' => true,
];

And import the database sql file

inc/walletwise.sql

To test, go to http://yourserver/web (NOTE: This path is only for who has the WalletWise folder in the root of the /var/www/html folder) with user and password below:

Use the user "admin" and password "123456".

Contribution

Please see CONTRIBUTING.

License

Economizzer is Copyright © 2014 Gustavo G. Andrade. WalletWise is Copyright © 2023 Deltwin. 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

Releases

No releases published

Languages

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