معرفی شرکت ها


fava-envelope-0.5.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل fava-envelope-0.5.6
نام fava-envelope
نسخه کتابخانه 0.5.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Brian Ryall
ایمیل نویسنده me@brianryall.xyz
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/fava-envelope/
مجوز MIT License Copyright (c) 2020 Brian Ryall Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# fava-envelope A beancount fava extension to add a envelope budgeting capability to fava and beancount. It is developed as an fava plugin and CLI. ![PyPI](https://img.shields.io/pypi/v/fava-envelope?color=success&label=pypi%20package) ![GitHub last commit](https://img.shields.io/github/last-commit/bryall/fava-envelope) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Run on Repl.it](https://repl.it/badge/github/bryall/fava-envelope)](https://repl.it/github/bryall/fava-envelope) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/polarmutex/fava-envelope/master.svg)](https://results.pre-commit.ci/latest/github/polarmutex/fava-envelope/master) ## Repl.it Click the repl.it link to be able to see the plugin in action 1. Click the link 2. Click Run 3. When the web pane opens, click the open in new tab ( have not figurec ouf why it is not showing in the initial window ) 4. Click the "Fava Envelope" link in fava to see the plugin ## Installation via pip ``` python -m pip install fava-envelope ``` ## TODO * add example file for screenshots and testing * Add testing * add charts ## Running fava-envelope ## Load the Extension Add this to your beancount journal, and start fava as normal ``` 2000-01-01 custom "fava-extension" "fava_envelope" "{}" ``` You should now see 'Envelope' in your fava window. You must set up a budget (see below), or else Fava will report a 404 error. ## Setting up budget ### Set the budget start date start date in the format <4 digit year>-<2 digit month> ``` 2020-01-01 custom "envelope" "start date" "2020-01" ``` ### Budget months ahead If you want to see future months (to budget ahead), set this parameter ``` 2020-01-01 custom "envelope" "months ahead" "2" ``` The default is 0 ## Set up Budget Accounts You will need to specify the Assets and Liabilities you want included in your budget (For example ignoring Investment accounts). you can use regular expression in these statements ``` 2020-01-01 custom "envelope" "budget account" "Assets:Checking" 2020-01-01 custom "envelope" "budget account" "Liabilities:Credit-Cards:*" ``` ### Set up mappings By default fava-envelope will use the Assets/Liabilities/Income/Expenses buckets that are not listed in the budget accounts. this directive allows you to map them to another bucket ``` 2020-01-01 custom "envelope" "mapping" "Expenses:Food:*" "Expenses:Food" ``` ### Allocate money to a bucket ``` 2020-01-31 custom "envelope" "allocate" "Expenses:Food" 100.00 ``` ### Set up operating currency The envelopes will read the operating currency from the core beancount option. ``` option "operating_currency" "EUR" ``` It will default to USD if this option is not set. Only a single currency is supported for the budget.


نیازمندی

مقدار نام
- beancount
- fava
- black
- flake8
- hatch
- mypy
- pre-commit
- pytest
- pytest-cov
- tox


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl fava-envelope-0.5.6:

    pip install fava-envelope-0.5.6.whl


نصب پکیج tar.gz fava-envelope-0.5.6:

    pip install fava-envelope-0.5.6.tar.gz