annotate Inventorium.toc @ 31:e732843b16d2 v0.1.6-BETA

Added an info box to the top of the general group. Removed the ?Don't queue when below threshold?, this is now default (can?t make it too complicated). Implemented working functionality for virtual groups. ?Include in local item data? can now be overridden in every group. Added help text at the replenishing stock indicating how auction values are used when queueing. The tabs ?add items? and ?current items? will now be hidden rather than disabled when you have a virtual group selected. The auction value/price threshold for items will now be used when queueing items.
author Zerotorescue
date Sat, 30 Oct 2010 23:04:45 +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