1
0
Fork 1

Compare commits

...

2 Commits

Author SHA1 Message Date
Sarah Jamie Lewis e7f671b9c9
README 2024-05-14 10:51:59 -07:00
Sarah Jamie Lewis cdc267c96a
Formatting 2024-05-14 10:48:37 -07:00
2 changed files with 17 additions and 1 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# LedgerNeo
Automated compilation of ledger.dat files into ods.
## Features
- Accurate calculation of realized/unrealized gains/losses across accounts
- Compilation of individual account ledgers
- Report generation of income statement
- Summary generation for opening and closing book values.
## Usages
`ledgerneo <input.dat> <opening-date-yyyy-mm-dd> <closing-date-yyyy-mm-dd>`

View File

@ -11,6 +11,7 @@ struct_variant_width = 35
array_width = 60
chain_width = 60
single_line_if_else_max_width = 50
single_line_let_else_max_width = 50
wrap_comments = false
format_code_in_doc_comments = false
doc_comment_code_block_width = 100
@ -65,7 +66,7 @@ use_field_init_shorthand = false
force_explicit_abi = true
condense_wildcard_suffixes = false
color = "Auto"
required_version = "1.5.2"
required_version = "1.7.0"
unstable_features = false
disable_all_formatting = false
skip_children = false