Ankush Menat 6588a936d5 fix: order and time of operations for multilevel bom
- Order of operations was being sorted by idx of individual operations in
BOM table, which made the ordering useless.
- This adds ordering that's sorted from lowest level item to top level
item.
- chore: remove dead functionality. There's no `items` table. Required
  item level operations get overwritten on fetching of items /
  operations e.g. when clicking on multi-level BOM checkbox.
- test: add test for tree representation
- feat: BOMTree class to get complete representation of a tree
2021-06-25 20:16:11 +05:30
..
2021-05-28 16:15:50 +05:30
2021-06-24 19:14:33 +05:30
2021-06-25 14:02:12 +05:30
2021-06-19 23:19:45 +05:30
2021-06-08 17:05:44 +05:30
2021-06-24 15:55:50 +05:50