TreyWW / MyFinances

MyFinances is a web application that can help you as an individual, or team, manage your finances!
https://docs.myfinances.cloud
GNU Affero General Public License v3.0
107 stars 162 forks source link
beginner-friendly django good-first-issue html open-source python tailwind tailwindcss

Code style: black

MyFinances is an open-source web-based application designed to simplify invoicing and financial management for individuals and teams. Whether you're a freelancer or a small business, MyFinances provides an intuitive platform to help you stay organized.

PLEASE NOTE: This project is under active development. We welcome contributors!

Key Features

Getting Started

Prerequisites

Please be aware some features require AWS features such as Eventbridge, however you can host the site locally or any other usual hosting platform, we have a docker setup.

Installation

For detailed setup instructions please refer to our documentation: https://docs.strelix.org/MyFinances

Contributing

We appreciate your interest in contributing to MyFinances! Whether you're a seasoned developer or just getting started, we have something for you.

Issue Tracker

Reporting Issues

Before submitting a new issue, please:

For urgent issues or those involving confidential details, please report them directly to us on the details below.

Security Vulnerabilities

We take security seriously. If you discover a security vulnerability within MyFinances, please reach out to us directly via email. We will promptly address and resolve the issue.

Bug Reports

If you encounter a bug, please report it by opening an issue on the issue tracker. Include details about the issue, steps to reproduce, and relevant environment details.

Feature Requests

We welcome feature requests! If you have an idea for a new feature or enhancement, open an issue on the issue tracker. Describe the feature, its potential benefits, and any relevant use cases.

We have a step system for features:

Once an idea is accepted this can be worked on. Only if there is no assigned person to the issue, the issue is inactive or the issue is marked as "group issue"/"needs help" you may work on it.

Pull Requests / Merge Requests

To contribute code:

  1. Fork the repository.
  2. Install pre-commit hooks (do it once, whenever you clone the repository) [optional but tests may fail without it]
    • pre-commit install
  3. Create a new branch for your changes.
  4. Implement your changes, following the coding standards.
  5. Run the test suite
    • python3 manage.py test
    • run the app (python3 manage.py runserver)
    • view any changed pages in browser (http://127.0.0.1:8000) and make sure the changes work as expected
  6. Submit a pull request to the main repository's main branch.

We'll review your pull request, provide feedback, and work with you to get your changes merged.

Code Style and Quality

Adhere to the coding style guidelines of the Django project. Find the Django coding style guide here. Please install our pre-commit hooks using following command:

We now also use the python black formatter. Code tests will be run before PRs can be merged, they will fail if you haven't ran the command below:

pip install black
black ./

For static type checking we are using mypy. Code tests will be run before PRs can be merged, they will fail if types in you code will be incorrect. You can run check with this command:

mypy .

Development

Prerequisites

Make sure you have the necessary prerequisites for development. These are detailed above in this README.md file.

Getting Started

View our documentation for further instruction https://docs.strelix.org/MyFinances

Thank you for your contributions!


๐ŸŒŸ A very special thank you to all of our contributors ๐ŸŒŸ

View a full list here

Trey

๐Ÿ‘‘๐Ÿ–ฅ

Slawek Bierwiaczonek

๐Ÿ–ฅ๐Ÿž๐Ÿงช

Sergey G

๐Ÿ–ฅ๐ŸŽจ๐Ÿงชโ™ป

Jacob

๐Ÿ“–

Tom

๐ŸŽจ

SharonAliyas5573

๐Ÿ–ฅ

romana-la

๐Ÿ“–

flyingdev

๐Ÿงช

chavi362

๐Ÿ“–

bermr

๐Ÿงช

PhilipZara

๐ŸŽจ

Tianrui-Luo

๐Ÿ–ฅ

HarryHuCodes

๐Ÿ–ฅ

Nuova

๐Ÿ–ฅ

HessTaha

๐Ÿณ

wnm210

๐ŸŽจ

Matt

๐Ÿ–ฅ๐ŸŽจ

SBMOYO

๐Ÿงช

Kevin Liu

๐Ÿ–ฅ

Jehad Altoutou

๐ŸŽจ

Samuel P

๐ŸŽจ

Sabari Ragavendra CK

๐ŸŽจ

atulanand25

๐Ÿ–ฅ๐ŸŽจ๐Ÿž

ryansurf

๐Ÿž

David

โ™ป

Guillermo

๐Ÿž

Marvin Lopez

๐Ÿ–ฅ๐ŸŽจ

Artem Kolpakov

๐Ÿž

Yadu

๐Ÿ–ฅ

Vatsal

๐Ÿ–ฅ

Hussein

๐Ÿ–ฅ

pvvramakrishnarao234

๐Ÿ–ฅ

If any information is incorrect above, or you would like anything removed, feel free to open an issue, email our team, or manually edit with the details below.

How to edit the contributors table?


Note: This README.md is a living document and might be updated over time. Always refer to the latest version when contributing and developing.

Star History

Star History Chart