Edit Inventory Custom Fields
I've pushed through a little bit of work on the custom fields issue.
When you choose an inventory item to edit, all of the item's custom fields will show up with their current values. Obviously, you're able to change them and they will be updated!
The next task will be to allow users to values for the custom fields when adding new inventory items.
After that, I'll have to go back and add in functionality for the "selection" custom field type (I've only been doing strings/ints so far). My mind keeps thinking of more functionality I should be adding, like applying custom fields to certain subsets of inventory items. I also keep thinking about the work I've been doing on a Django project. I think a major rewrite, using a much better framework, of RPInventory is in the works for v2.0.
Comments