2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/dummy/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
395 B
Markdown
Raw Normal View History

# 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.