https://github.com/mattbk/ledgerr
R functions for bookkeeping reports
https://github.com/mattbk/ledgerr
Last synced: 13 days ago
JSON representation
R functions for bookkeeping reports
- Host: GitHub
- URL: https://github.com/mattbk/ledgerr
- Owner: mattbk
- Created: 2016-04-04T21:14:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T19:45:26.000Z (almost 9 years ago)
- Last Synced: 2024-11-02T16:08:28.284Z (5 months ago)
- Language: R
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mattbk/ledgerr - R functions for bookkeeping reports (R)
README
# ledgerr
R functions for single-entry-ish bookkeeping reports.Work in progress.
## Input format
Uses Google Sheets for data entry, R for reporting and analysis.
|Date|Ref No.|Payee|Memo|Class|Debit|Credit|Bank|Reconciliation Status|Balance|Type|Account|
|--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |## Deployment to shinyapps.io
Authorize your computer (run once):
`install.packages('rsconnect')`
`library(rsconnect)`
`rsconnect::setAccountInfo(name='',
token='',
secret='')`Important: Your app will be named and deployed according to the name of the folder it is in. So unless you want your app to be named `ledger`, change the folder name before deploying.
Deploy from project root (run to update)
`deployApp()`