The TalkingPoker.com Forum  

Go Back   The TalkingPoker.com Forum > All Things Poker > General Poker Discussion
Register Blogs Arcade HH Converter Calendar

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 02-14-06, 02:57 PM
MathBabe's Avatar
MathBabe MathBabe is offline
Rock
 

Join Date: Feb 2005
Posts: 310
MathBabe has between 250 and 499 Rep PointsMathBabe has between 250 and 499 Rep PointsMathBabe has between 250 and 499 Rep Points
Default

Do you still have the (default) Microsoft Access database underlying PokerTracker? Or have you changed it to PostgreSQL? Do you have Microsoft Access?
  #2  
Old 02-14-06, 03:18 PM
MathBabe's Avatar
MathBabe MathBabe is offline
Rock
 

Join Date: Feb 2005
Posts: 310
MathBabe has between 250 and 499 Rep PointsMathBabe has between 250 and 499 Rep PointsMathBabe has between 250 and 499 Rep Points
Default This is what I have figured out so far...

I got my own stats out in a reasonably useful form... these were the steps:

1. Open Microsoft Access. File->Open, browse to c:\PokerTracker\ptrack.mdb and open that.
2. I'm no Access expert, so I'm sure there's a better way to get there, but... click on "Queries" under Objects, click "Create Query in Design view", close the top window that opens up, and select View->SQL view.
3. Now you can paste in the query from the PT forum (the first one) and put in your username. If you have multiple names, or different names on different sites, add the other names at the end of the WHERE statement, as in WHERE p.screen_name='MathBabe' or p.screen_name='MathGrrl'.
4. Click the red exclamation mark and you should see the report. You'll probably want to copy and paste it into Excel so you can sum up the amounts won.

Last edited by MathBabe; 02-14-06 at 03:28 PM.
  #3  
Old 03-13-06, 06:18 PM
Talking Poker's Avatar
Talking Poker Talking Poker is offline
Adminimus Maximus
 
Join Date: Oct 2004
Location: Florida Coast
Posts: 27,480
Talking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep Points
Default

I'm giving this thread a little bump and including the SQL here too, so we'll have it. I got back from the accountant today, and I can say that pshabi is right - reporting sessions day by day is the way to go. I'm on my wayu out now - I'll explain more later.

Here is the SQL:
SELECT MONTH(s.session_start) AS SessionMonth, DAY(s.session_start) AS SessionDay, YEAR(s.session_start) AS SessionYear, SUM(amount_won) AS AmountWon
FROM players AS p INNER JOIN [session] AS s ON s.player_id=p.player_id
WHERE p.screen_name='Rogue23' or p.screen_name='TalkingPoker'
GROUP BY MONTH(s.session_start), DAY(s.session_start), YEAR(s.session_start)
ORDER BY YEAR(s.session_start), MONTH(s.session_start), DAY(s.session_start);

The only parts you need to change are the bolded parts above and you can add as many more "or" clauses as you like.
__________________

Got RakeBack?
27% at Full Tilt | 33% at Cake Poker | 30% at Carbon Poker
  #4  
Old 03-13-06, 09:56 PM
Talking Poker's Avatar
Talking Poker Talking Poker is offline
Adminimus Maximus
 
Join Date: Oct 2004
Location: Florida Coast
Posts: 27,480
Talking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep Points
Default

Ok, here's the deal about this, once and for all. I'm going to make up numbers to help illustrate how things works.

In order to avoid that whole "Tax Evasion" thing that the IRS frowns upon for some crazy reason, you need to report every last dollar that you earned playing poker (and babysitting and mowing lawns and dancing at the local strip club, etc). The problem comes about in that you can't just report that you won $500 playing poker in 2005. Instead, the IRS wants you to report that you won $192,500 and lost $192,000 (note that the net is still $500).

No, this does not put you in a higher tax bracket, and yes, you still only end up paying taxes on $500 more than you would have had you not had any poker income to report.

However, the problem comes about because now, instead of having a $50,000 per year salary (from your hypothetical day job) + $500 in poker winnings = $50,500 that you need to pay taxes on, you actually have a $50,000 salary + $192,500 in poker winnings = $242,500 in total income, less $192,000 in poker losses = $50,500 that you need to pay taxes on.

Well, that doesn't look so bad. Note that the bold amounts still match, so the bottom line due to Uncle Sam should be exactly the same, right?

Wrong! Why? Because, when determining your eligibility for a number of other deductions/credits, the IRS looks at the BIG number (the one before the poker losses were written off - in this case, $242,500). So, while you really only earned $50,500 for the year, the IRS sees the $242,500 number and decides you have plenty of money and shouldn't be allowed to write off a number of things that you could otherwise. And that sucks.

Unfortunately, that's just the way it is.

Breaking this down a bit more, where does the data come from that makes up that $192,500 in wins and the $192,000 in losses I mentioned above? Well, those are your "session" totals from all your winning sessions and all your losing sessions. Yes, you need to add them all up and report the totals (I hope you are keeping good records!). Unfortunately, in this day and age and with online poker, the IRS's definition of a "session" doesn't really apply any more, and it's very vague at best. Playing online, you can easily play in 4, 5, 6, or even 12 games at once and easily be involved in 20+ different virtual tables without your physical ass ever leaving it's physical chair. So really, that was all one "session" for you.

This is where the script above comes in. By running it, you are able to combine your multiple virtual table sessions into more reasonable playing sessions. It groups them by day, which is not perfect, but is pretty good and (IMO anyway) very reasonable.

What's the net effect of this? Well, your $192,500 and $192,000 numbers will be reduced to something more like $68,500 and $68,000 (again, I'm totally making up these numbers). So now your total income will be your $50,000 salary + $68,500 in poker winnings = $118,500 in total income, less $68,000 in poker losses = $50,500 that you need to pay taxes on. Yes, we're still at the magical $50,500 number... BUT.... note that that big number went from $242,500 down to $118,500. Yes, this is still WAY higher than your actual $50,500 for the year (and this will still cost you), but this may allow you to keep some of those deductions that the larger number would have caused you to miss out on.

Overall, the system pretty much sucks. And because it's so ridiculous, I can see why so many people choose to ignore their poker income all together when reporting their taxes. This is a very big risk, of course, but when it's this much of a pain in the ass, can the IRS really blame people?

Anyway, that's that. Hopefully that helps explain things to those who are lost, which as best I can tell from this site and others that I've visited is pretty much everyone. I'm not an accountant or a tax advisor or anything like that, nor do I claim that everything written here is 100% accurate. This is simply my understanding of how things work.
__________________

Got RakeBack?
27% at Full Tilt | 33% at Cake Poker | 30% at Carbon Poker
  #5  
Old 03-14-06, 12:38 AM
Zybomb's Avatar
Zybomb Zybomb is offline
TP Live Ring Specialist
 
Join Date: Feb 2005
Location: Queens, NY
Posts: 6,607
Blog Entries: 7
Zybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep PointsZybomb has between 3000 and 3499 Rep Points
Default

I got lost somewhere between the two bolded sentences.... not quite sure where though...
__________________
"Most of the money you'll win at poker comes not from the brilliance of your own play, but from the ineptitude of your opponents."
  #6  
Old 03-14-06, 01:18 AM
Talking Poker's Avatar
Talking Poker Talking Poker is offline
Adminimus Maximus
 
Join Date: Oct 2004
Location: Florida Coast
Posts: 27,480
Talking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep Points
Default

Next time I'll use smaller words. Hopefully you won't get audited in the mean time.
__________________

Got RakeBack?
27% at Full Tilt | 33% at Cake Poker | 30% at Carbon Poker
  #7  
Old 03-14-06, 01:25 AM
PunkyChikn PunkyChikn is offline
Rock
 

Join Date: Jan 2006
Posts: 357
PunkyChikn has between 100 and 249 Rep PointsPunkyChikn has between 100 and 249 Rep Points
Default

Do bonuses you've earned through various sites count as taxable income as well?
  #8  
Old 03-14-06, 01:34 AM
Talking Poker's Avatar
Talking Poker Talking Poker is offline
Adminimus Maximus
 
Join Date: Oct 2004
Location: Florida Coast
Posts: 27,480
Talking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep PointsTalking Poker has between 3000 and 3499 Rep Points
Default

Every penny you earn, from every source you can imagine, is supposed to be reported to the IRS.

If you get a bonus from your day job, you pay taxes on it. Poker is no different.
__________________

Got RakeBack?
27% at Full Tilt | 33% at Cake Poker | 30% at Carbon Poker
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:00 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
©2004-2008 TalkingPoker.com