-
Notifications
You must be signed in to change notification settings - Fork 2
Rubygem for accessing your TSM accounting savedvariable file.
License
OwlManAtt/TSM-Accounting
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
== Installation == $ gem install tsm-accounting == Usage == require 'tsm-accounting' tsm = TSMAccounting::Database.new(File.new('data/TradeSkillMaster_Accounting.lua').read) tsm.to_csv('/tmp/accounting.csv') == Notes == The Transaction#usable_price() method outputs the price as a float. Copper >50 is rounded up to 1s. If the transaction was worth less than 50c, you'll get 0.1 instead of 0.0. If you need greater precision, price is the copper value of the transaction. It is included in the CSV output. == Thanks == Sapu & The Consortium <http://consortium.stormspire.net/>.
About
Rubygem for accessing your TSM accounting savedvariable file.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published