Skip to content

Inventories #64

@bb1950328

Description

@bb1950328

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;321

Which 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
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions