개요
portfolio의 재무 대시보드. 계좌 잔액, 순자산 트렌드, 수입/지출 요약을 볼 수 있습니다.
자산
11,720,891.085 INR
부채
0
수입
-2,123,331.11 INR
지출
181,993.5 INR
자산 분포
portfolio 자산 구성의 시각적 표현
부채 분포
portfolio 부채 구성의 시각적 표현
Chart is empty.
현금 흐름
수입원에서 지출 및 투자로의 자금 흐름
수입 대 지출
선택한 기간의 각 구간별 총 수입과 지출을 비교하는 막대 차트.
README.md
Beancount for EPGP17 SAPM Group 3
This is a portfolio tracker built using Beancount, a double-entry accounting system, starting from 01/04/2018
Installation
To set up the environment for running the Beancount file, install the required dependencies using UV:
uv pip install beancount fava requests yfinance
Usage
To run the Beancount file and check for any errors, use the following command:
uv run beancount main.bean
To view the reports and visualizations, use Fava, which is a web interface for Beancount:
uv run fava main.bean