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
.
- Create a new base (or add it to an existing base).
- Full fill it with data where every row contains
Date
,Name
andAmount
. - Choose "create a new block", and select "Remix from GitHub" as your template.
- From the root of your new block, in your terminal where you have cloned this repo, run
block run
.
Example: