Skip to content

jicho/web-money-manager-ex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money Manager EX - WebApp

Money Manager Ex WebApp allow you to insert new transaction directly from every device: It only needs a browser with HTML5 and internet connection to your webserver.
Its claim is to add only a "transaction remember" with only some essential data, that will be reviewed calmly in desktop version.
All transaction will be in fact downloaded at first startup of MoneyManagerEx desktop version, opening and reviewing transactions one by one. At the same time desktop version will update account, payees and categories in WebApp to keep them in sync between them.

Requirements server side

  • Webserver with PHP > 5.4 (tested on Apache and IIS)
  • PDO_SQLite extension (enabled by default on PHP > 5.2)
  • Full rights on the WebApp subfolder

Requirements client side

  • Browser fully compatible with HTML5
  • Optimized for portrait view on mobile device

RECOMMENDED ADVICE
We suggest using WebApp on a shared hosting service to greatly simplify installation process: most of free services meet the small requirements of WebApp. If you know what you are doing, youcan install a webserver on your pc: after that you also need to properly configure your router to forward webserver port and reachit with a static IP or DNS, but for these you can find lots of guide so we will not discuss it here.

How to install WebApp

  • Unzip last version in a folder on your webserver or upload files through FTP
  • Rename htaccess.txt in .htaccess (on Windows you need to do it from CMD and "rename" command)
  • Enable PDO_SQLite if disabled

Now simply open your browser to the folder URL and insert first settings.
GUID for data sync with desktop version is auto-generated, we suggest to don't change it


Upgrade

To upgrade first delete all file from webserver except:

  • configuration_user.php
  • MMEX_New_Transaction.db

Then unzip all files in the same folder as installation First time you open WebApp, database file will be automatically upgraded to new version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.9%
  • JavaScript 6.4%
  • CSS 5.7%