Introduction
Loan Officer is an addon for tracking loans made to other characters. I started this addon to track the money my auction house character handed out to my other characters. Loan Officer uses the Ace3 framework under the hood to provide some of the essential services addons need.
Have a look at the road map to see what new things are being planned.
Beta v0.1.4
The current release of Loan Officer is a beta version of the addon. This means it's basically stable and won't trash your UI (probably). Please remember that during this phase of development, the code is still fluid, so I'd like feedback on improvements or new features. If anyone has ideas for things to include, please send me a PM or open a ticket in the ticket tracker. Optionally, you can send me an in-game mail or /tell to my development character (Gnomebody) if you're on Icecrown (A).
Help Wanted!
I'm looking for help! So, if you have some great ideas, and are good with addon development, graphics design, or feel like you can contribute in some other way, please contact me.
Usage
To bring the addon up while in game, type:
------------------------------------------------------------------------
r30 | sidrus | 2009-07-15 02:13:58 +0000 (Wed, 15 Jul 2009) | 6 lines
Changed paths:
M /trunk/Constants.lua
M /trunk/Core.lua
M /trunk/TransactionLogFrame.lua
M /trunk/TransactionLogFrame.xml
+ Added the ability to sort the transaction log by amount.
* Fixed a bug produced by the database converter when it checks the database version but no database exists.
* Removed an extra transaction log line that was unused.
n/a
------------------------------------------------------------------------
r24 | sidrus | 2009-07-11 22:59:15 +0000 (Sat, 11 Jul 2009) | 1 line
Changed paths:
M /trunk/Core.lua
Turned off debug mode.
------------------------------------------------------------------------
r22 | sidrus | 2009-07-11 22:48:26 +0000 (Sat, 11 Jul 2009) | 4 lines
Changed paths:
M /trunk
A /trunk/AbstractElements.lua
A /trunk/AbstractElements.xml
M /trunk/Constants.lua
M /trunk/Core.lua
M /trunk/LoanOfficer.toc
M /trunk/TransactionLogFrame.lua
M /trunk/TransactionLogFrame.xml
A /trunk/Utilities.lua
* Updated the transaction log to include a columnized format and the ability to sort the log by date.
* Reorganized the transaction log code somewhat, but still need to do some more work on it.
* Refactored some of the UI elements in to an abstract XML file rather than storing them in a particular UI definition.
3-sortable-transaction-log
------------------------------------------------------------------------
r21 | sidrus | 2009-07-11 03:40:43 +0000 (Sat, 11 Jul 2009) | 1 line
Changed paths:
M /trunk/.pkgmeta
Updated pkgmeta dependencies
------------------------------------------------------------------------
r20 | sidrus | 2009-07-11 03:23:37 +0000 (Sat, 11 Jul 2009) | 1 line
Changed paths:
A /trunk/.pkgmeta
Added package file
------------------------------------------------------------------------
r18 | sidrus | 2009-07-05 10:39:32 +0000 (Sun, 05 Jul 2009) | 2 lines
Changed paths:
D /trunk/AccountDetailsFrame.lua
D /trunk/AccountDetailsFrame.xml
M /trunk/Constants.lua
M /trunk/Core.lua
M /trunk/DatabaseConverter.lua
M /trunk/IssueLoanFrame.lua
M /trunk/IssueLoanFrame.xml
M /trunk/LoanOfficer.lua
M /trunk/LoanOfficer.toc
M /trunk/LoanOfficer.xml
M /trunk/PayLoanFrame.lua
M /trunk/PayLoanFrame.xml
A /trunk/TransactionLogFrame.lua
A /trunk/TransactionLogFrame.xml
Reworked the transaction log UI significantly. Laid the foundation for a sortable log sometime in the future.
Fixed a bug in the gold parser.
------------------------------------------------------------------------
r16 | sidrus | 2009-07-04 02:19:12 +0000 (Sat, 04 Jul 2009) | 1 line
Changed paths:
M /trunk/AccountDetailsFrame.lua
M /trunk/Core.lua
M /trunk/IssueLoanFrame.lua
M /trunk/LoanOfficer.lua
M /trunk/PayLoanFrame.lua
Fixed a nasty bug that was preventing non-Loan Officer frames from being shown.
------------------------------------------------------------------------
r14 | sidrus | 2009-07-04 01:58:00 +0000 (Sat, 04 Jul 2009) | 4 lines
Changed paths:
M /trunk/AccountDetailsFrame.lua
M /trunk/Constants.lua
M /trunk/Core.lua
A /trunk/DatabaseConverter.lua
M /trunk/IssueLoanFrame.lua
M /trunk/LoanOfficer.toc
M /trunk/LoanOfficer.xml
M /trunk/PayLoanFrame.lua
Updated the UIs to clear out the data fields when the forms are closed.
Added a database converter to help patch the databases when new version are rolled out.
Made the code case-insensitive when looking up records in the database. Hopefully, this will prevent some issues with multiple records being created for the same individual.
Added a slash command help to the add-on start up.
------------------------------------------------------------------------
r12 | sidrus | 2009-07-03 20:29:24 +0000 (Fri, 03 Jul 2009) | 3 lines
Changed paths:
A /trunk/AccountDetailsFrame.lua
A /trunk/AccountDetailsFrame.xml
A /trunk/Constants.lua
M /trunk/Core.lua
M /trunk/IssueLoanFrame.lua
M /trunk/IssueLoanFrame.xml
M /trunk/LoanOfficer.lua
M /trunk/LoanOfficer.toc
M /trunk/LoanOfficer.xml
A /trunk/PayLoanFrame.lua
A /trunk/PayLoanFrame.xml
Added a frame to receive a payment.
Added a frame to view an account's transaction log.
Started a constants file for eventual migration of string literals in code
------------------------------------------------------------------------
r8 | sidrus | 2009-07-03 10:34:39 +0000 (Fri, 03 Jul 2009) | 1 line
Changed paths:
A /trunk/Core.lua
M /trunk/IssueLoanFrame.lua
M /trunk/IssueLoanFrame.xml
M /trunk/LoanOfficer.lua
M /trunk/LoanOfficer.toc
M /trunk/LoanOfficer.xml
Completely reworked the add-on. New UIs and core code file. Completed the "issue loan" frame and work flow.
------------------------------------------------------------------------
r7 | sidrus | 2009-07-03 03:41:54 +0000 (Fri, 03 Jul 2009) | 1 line
Changed paths:
D /trunk/Constants.lua
D /trunk/Frame.lua
D /trunk/Frame.xml
D /trunk/Functions.lua
A /trunk/IssueLoanFrame.lua
A /trunk/IssueLoanFrame.xml
A /trunk/LoanOfficer.lua
M /trunk/LoanOfficer.toc
A /trunk/LoanOfficer.xml
D /trunk/embeds.xml
Reorganizing the project.
------------------------------------------------------------------------
r6 | sidrus | 2009-06-28 11:02:06 +0000 (Sun, 28 Jun 2009) | 3 lines
Changed paths:
M /trunk/Frame.lua
M /trunk/Frame.xml
M /trunk/Functions.lua
M /trunk/LoanOfficer.toc
Updated the interface version number.
Added code to prevent the main frame from showing initially.
Added slash commands to show or hide the main frame (/loans show & /loans hide)
------------------------------------------------------------------------
r5 | sidrus | 2009-06-28 09:22:02 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
A /trunk/Constants.lua
A /trunk/Frame.lua
A /trunk/Frame.xml
A /trunk/Functions.lua
A /trunk/LoanOfficer.toc
A /trunk/embeds.xml
Initial population.
------------------------------------------------------------------------
r4 | sidrus | 2009-06-28 09:17:53 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
D /trunk/LoanOfficer.wowsln
D /trunk/LoanOfficer.wowsuo
improper files
------------------------------------------------------------------------
r3 | sidrus | 2009-06-28 09:17:36 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
D /trunk/LoanOfficer
improper directory structure
------------------------------------------------------------------------
r2 | sidrus | 2009-06-28 09:14:21 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
A /trunk/LoanOfficer
A /trunk/LoanOfficer/Constants.lua
A /trunk/LoanOfficer/Frame.lua
A /trunk/LoanOfficer/Frame.xml
A /trunk/LoanOfficer/Functions.lua
A /trunk/LoanOfficer/LoanOfficer.toc
A /trunk/LoanOfficer/LoanOfficer.wowproj
A /trunk/LoanOfficer/embeds.xml
A /trunk/LoanOfficer/resources
A /trunk/LoanOfficer/resources/images
A /trunk/LoanOfficer/resources/sounds
A /trunk/LoanOfficer.wowsln
A /trunk/LoanOfficer.wowsuo
Initial population.
------------------------------------------------------------------------
r1 | root | 2009-06-28 07:57:02 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"loan-officer/mainline: Initial Import"
------------------------------------------------------------------------
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...