Skip to content

xxchan/beancount-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beancount Analysis

Analyze beancount files.

Note: WIP

Currently it's simply visualization of the following query:

SELECT 
    account, convert(sum(cost(position)), 'CNY') as total, year, month
WHERE
    account ~ "Expenses:*" OR account ~ "Income:*"
GROUP BY year, month, account 
ORDER BY total, account DESC

Releases

No releases published

Packages

 
 
 

Contributors

Languages