Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nioc/own-my-money
A simple way to stay on top of your banking from any web browser
https://github.com/nioc/own-my-money
account-management accounting accounting-software banking money php vue vuejs
Last synced: 3 months ago
JSON representation
A simple way to stay on top of your banking from any web browser
- Host: GitHub
- URL: https://github.com/nioc/own-my-money
- Owner: nioc
- License: agpl-3.0
- Created: 2018-06-26T22:06:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T16:47:54.000Z (8 months ago)
- Last Synced: 2024-10-11T01:45:14.158Z (3 months ago)
- Topics: account-management, accounting, accounting-software, banking, money, php, vue, vuejs
- Language: PHP
- Homepage: https://nioc.github.io/own-my-money
- Size: 5.55 MB
- Stars: 23
- Watchers: 5
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - nioc/own-my-money - A simple way to stay on top of your banking from any web browser (vuejs)
README
# ![](/docs/icon.png) Own my money
[![license: AGPLv3](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![GitHub release](https://img.shields.io/github/release/nioc/own-my-money.svg)](https://github.com/nioc/own-my-money/releases/latest)
[![Codacy grade](https://img.shields.io/codacy/grade/dcddd6d1c1284ea496b9a1015e775b2d.svg)](https://www.codacy.com/app/nioc/own-my-money)
[![Build Status](https://img.shields.io/github/actions/workflow/status/nioc/own-my-money/release.yml)](https://github.com/nioc/own-my-money/actions/workflows/release.yml)
[![Docker Pulls](https://img.shields.io/docker/pulls/nioc/own-my-money)](https://hub.docker.com/r/nioc/own-my-money)Own my money is a simple way to stay on top of your banking from any web browser.
## Key features
- self-hosted manager for personal finances,
- secured multi-user accounts,
- data input from OFX, QIF or JSON file from you bank,
- transactions classification (manual and automatic using data mining),
- budget repartition analysis,
- joint accounts,
- transactions annotations for your memory,
- export transactions to CSV,
- progressive web app (offline access),
- internationalized and localized,
- Docker containerized.[Live demo](https://nioc.github.io/own-my-money).
![account](/docs/screenshot_account.png)
## Installation
Automatic installer makes it easy. See [installation page on wiki](https://github.com/nioc/own-my-money/wiki/Installation).
## Versioning
Own my money is maintained under the [semantic versioning](https://semver.org/) guidelines.
See the [releases](https://github.com/nioc/own-my-money/releases) on this repository for changelog.
## Contributing
Pull requests are welcomed. See [Contributing](CONTRIBUTING.md).
## Credits
* **[Nioc](https://github.com/nioc/)** - *Initial work*
See also the list of [contributors](https://github.com/nioc/own-my-money/contributors) to this project.
This project is powered by the following components:
- [Vue.js](https://vuejs.org/) (MIT)
- [Bulma](https://bulma.io/) (MIT)
- [Oruga UI](https://oruga.io/) (MIT)
- [Font Awesome](https://fontawesome.com/) (Font Awesome Free License)
- [Axios](https://axios-http.com/) (MIT)
- [Day.js](https://day.js.org/) (MIT)
- [Vue I18n](https://kazupon.github.io/vue-i18n/) (MIT)
- [Pinia](https://pinia.vuejs.org/) (MIT)
- [OFX Parser](https://github.com/asgrim/ofxparser) (MIT)
- [UAParser.js](https://github.com/faisalman/ua-parser-js) (MIT)
- [Chart.js](https://www.chartjs.org/) (MIT)
- [Export From JSON](https://github.com/zheeeng/export-from-json) (MIT)
- Favicon: [Piggy Bank by Musmellow from the Noun Project](https://thenounproject.com/term/piggy-bank/1616637) (licensed as Creative Commons CCBY)## License
This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE.md) file for details