2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 10:58:59 +00:00
books/dummy
18alantom 31b1eed124 fix: append imported modules to head
- refactor doc.getDoc to doc.get
- refactor doc.getNewDoc to doc.new
2023-07-25 11:40:31 +05:30
..
tests refactor: dummy and fyo tests use tape 2022-10-31 13:03:50 +05:30
helpers.ts incr: updates to dummy creation 2022-05-23 16:18:23 +05:30
index.ts fix: append imported modules to head 2023-07-25 11:40:31 +05:30
items.json incr: display gstr reports 2022-05-23 16:18:23 +05:30
logo.ts incr: image in dummy values 2022-05-26 15:41:15 +05:30
parties.json incr: display gstr reports 2022-05-23 16:18:23 +05:30
README.md chore: format files using prettier 2023-06-27 13:11:15 +05:30

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.