-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
💡 new featureA new feature or ideaA new feature or idea
Description
The user should be able to create Inventories in BrickSim. A inventory is a map where the key is the combination of part number and color and the value is a quantity. An example for an Inventory in CSV format could be:
3004;1;123
3002;4;321Which means that the part 3004 in color 1 is available 123 times and the part 3002 in color 4 is available 321 times.
The following features should be supported:
- Save inventories in
config.db - Add GUI to create a new Inventory
- Add GUI to view and edit an inventory
- with part thumbnails in correct color
- with one thumbnail per part for all colors and colored numbers for quantities in each color and also total quantity for that part
- Stats like total count, total weight, total price etc.
- Import
- from an open editor
- from CSV
- Bricklink XML
- From a offical set (requires Use Rebrickable data #65)
- Export
- to CSV
- to a Bricklink XML
- to a new editor where all parts are laid out
- all parts only once per color
- same parts (part and color) stacked on top of each other
- Sort by different attributes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
💡 new featureA new feature or ideaA new feature or idea