https://github.com/fancygrid/fancyplan
Financial Plan
https://github.com/fancygrid/fancyplan
Last synced: 6 months ago
JSON representation
Financial Plan
- Host: GitHub
- URL: https://github.com/fancygrid/fancyplan
- Owner: FancyGrid
- License: mit-0
- Created: 2020-09-18T09:31:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T13:01:23.000Z (over 5 years ago)
- Last Synced: 2025-01-09T19:31:19.727Z (about 1 year ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FancyPlan
Financial modeling of sales, expenses.
It reads data provided as transactions with `Date`, `Name` and `Amount` and generates report.
It used 3-rd party JavaScript Grid library `FancyGrid`.
## How to use this block
1. Create a new base (or add it to an existing base).
2. Full fill it with data where every row contains `Date`, `Name` and `Amount`.
3. Choose "create a new block", and select "Remix from GitHub" as your template.
4. From the root of your new block, in your terminal where you have cloned this repo, run `block run`.
Example:

