zombieFox / awesomeSheet

Online Pathfinder Character Sheet
https://zombiefox.github.io/awesomeSheet/
MIT License
152 stars 28 forks source link

[Feedback] Auto Calculate Item Quantities #138

Closed DigiBear closed 6 years ago

DigiBear commented 6 years ago

It would be cool if the total wealth and weight would automatically be adjusted by the quantity of items I would carry. I don't know if it's common that people prefer to do that type of bookkeeping by hand but if so it should be fairly easy to just have a checkbox ticking "auto-calculate" on and off.

e.g. if I carry 2 Scroll boxes I would just keep the cost and weight at 5gp and 1lbs. and just change the quantity to automatically adjust the total value and weight of those items

In case you use arrays it should be fairly easy to have entry 2 and 3 be multiplied by entry 1 before being added to the total I think (My Knowledge(javascript) is pretty rusty though so sorry if I assumed)

As an aside, it would be awesome if the quantity of an item could be linked to consumables by them having the same name for example, but I think that might be one big database mess so absolutely no pressure in putting that in!

zombieFox commented 6 years ago

A very good idea, this should be possible. Not sure of the solution right now but an investigation of this problem should be easy.

Thanks for all the suggestions, I've started to add feature suggestions to a Projects page called Feature Development. I'll try to make sure it shows current progress of tasks like this, so you can see what I'm currently working on.

zombieFox commented 6 years ago

144

zombieFox commented 6 years ago

Feature is now live. Closing issue.