annotate Inventorium.toc @ 30:8177b5bcb883

Added tag ?NYI? to the ?Alert when below minimum? option. Added ?Don't queue when below threshold? option. This isn?t functional yet, just a place holder to indicate it will be implemented at a later time. Added initial functionality for ?virtual? groups (feel free to suggest a better name :P), with these groups you can override the defaults for multiple groups. By default, settings will be retrieved as CURRENT_GROUP -> DEFAULTS, with this it can become CURRENT_GROUP -> VIRTUAL_GROUP -> DEFAULTS. This will come in handy when managing a lot of groups. Full functionality is not yet implemented, it is just a placeholder to indicate it will be added. Reduced the softmax for the restock target option from 1000 to 100 to make the slider actually useful. You can still enter a value of upto 100.000 in the edit box below.
author Zerotorescue
date Fri, 29 Oct 2010 13:43:41 +0200
parents 7d7aaa3fbe94
children 58fb38f0b447
rev   line source
Zerotorescue@23 1 ## Interface: 40000
Zerotorescue@10 2 ## Title: Inventorium
Zerotorescue@0 3 ## Notes: Keep track of items you wish to keep enough stock on, and refill.
Zerotorescue@0 4 ## Author: Zerotorescue
Zerotorescue@0 5 ## Version: @project-version@
Zerotorescue@12 6 ## SavedVariables: InventoriumDB
Zerotorescue@14 7 ## OptionalDeps: Altoholic, ItemCount, Auc-Advanced, Auc-ScanData, AdvancedTradeSkillWindow, Skillet, GnomeWorks, Auctionator
Zerotorescue@0 8
Zerotorescue@0 9 embeds.xml
Zerotorescue@0 10
Zerotorescue@0 11 Core.lua
Zerotorescue@0 12 Summary.lua
Zerotorescue@13 13 Queue.lua
Zerotorescue@13 14
Zerotorescue@17 15 Data\PremadeGroups.lua
Zerotorescue@17 16 Data\Scrolls.lua
Zerotorescue@17 17
Zerotorescue@13 18 AuctionAddons\Auctionator.lua
Zerotorescue@13 19 AuctionAddons\Auctioneer.lua
Zerotorescue@13 20 AuctionAddons\AuctionLite.lua
Zerotorescue@13 21 AuctionAddons\AuctionMaster.lua
Zerotorescue@13 22 AuctionAddons\Others.lua
Zerotorescue@13 23
Zerotorescue@13 24 ItemCountAddons\Altoholic.lua
Zerotorescue@17 25 ItemCountAddons\DataStore (current account only).lua
Zerotorescue@17 26 ItemCountAddons\DataStore (with guilds).lua
Zerotorescue@17 27 ItemCountAddons\DataStore (without guilds).lua
Zerotorescue@13 28 ItemCountAddons\ItemCount.lua
Zerotorescue@13 29
Zerotorescue@13 30 CraftingAddons\AdvancedTradeSkillWindow.lua
Zerotorescue@13 31 CraftingAddons\GnomeWorks.lua
Zerotorescue@13 32 CraftingAddons\Skillet.lua