2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/dummy/README.md
2023-06-27 13:11:15 +05:30

12 lines
396 B
Markdown

# Dummy
This will be used to generate dummy data for the purposes of tests and to create
a demo instance.
There are a few `.json` files here (eg: `items.json`) which have been generated,
these are not to be edited.
The generated data has some randomness, there is a `baseCount` arg to the
exported `setupDummyInstance` function, the number of transactions generated are
always more than this.