Takes your completed auctions and purchases from BeanCounter for a month, and lets you know how much profit/loss you have made.
This requires the addon, BeanCounter, be installed and collecting data about your auctions to work. You can download it from here.
Commands:
/bcp, /bcparser
Arguments:
SALES [monthName] [fourDigitYear]
- Returns the total amount of gold made from selling items on the Auction House.
- If no month given, defaults to all sales in the database.
- If month is valid without a year, returns data from the current year.
- If month is valid with a year, returns data from that month and year.
PURCHASES [monthName] [fourDigitYear]
- Returns the total amount of gold spend buying items on the Auction House.
- If no month given, defaults to all purchases in the database.
- If month is valid without a year, returns data from the current year.
- If month is valid with a year, returns data from that month and year.
TOTAL [monthName] [fourDigitYear]
- Returns the difference in sales and purchases made at the Auction House
- If no month given, defaults to all sales and purchases in the database.
- If month is valid without a year, returns data from the current year.
- If month is valid with a year, returns data from that month and year.
Examples:
/bcp sales January 2009
/bcparser purchases
/bcp total August
- 1 comment
- 1 comment
Facts
- Date created
- Aug 03, 2010
- Categories
- Last update
- Jul 03, 2011
- Development stage
- Beta
- Language
- enUS
- License
- GNU General Public License version 3 (GPLv3)
- Curse link
- BeanCounter Parser
- Downloads
- 12,637
- Recent files
- Reply
- #1
DufusMaximusXLT Dec 29, 2010 at 21:20 UTC - 0 likesHi,
Just a small bug/solution to report. the variable 'monthNames' has 'december' spelled with an extra 'e'. The result (obviously) is that queries that include the month 'december' do not work but cause an error.
Thank you for writing this addon. I have found it most helpful.