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-03-06, 08:14 AM
Robbie Robb's Avatar
Robbie Robb Robbie Robb is offline
Doesn't 2011 start the next decade?
 
Join Date: Dec 2005
Location: London, ON, Canada
Posts: 2,727
Robbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep Points
Default

Okay, I've been playing around with this to see if I could figure out a way (an EASY way) to report a daily gross win and a daily gross loss. (that is what you're looking for right???)

I don't know that there is an easy way. You could pull a daily report and then setup a filter to show you the hands won @ showdown, toss that number in a spreadsheet, then filter for hands won without showdown, through that number into the spreadsheet then subtract your net win from the sum of those two and you have your gross losses. Not easy. Very time consuming.

Then, lying in bed last night, I think I figured out the easiest way for someone to do it. It would be necessary to whip up some short vb code for excel that accesses (pardon the pun) the PT database (since it's in Access format) and pull out the information you need for each day. It would be able to automate the ENTIRE process.

I haven't actually done the math but I'm assuming that it will work out so that the NetWin=GrossWin-GrossLoss-BuyIn.

Yeah, that's gonna screw a LOT of people since GrossWin will include your own money. Won't it? As an example: if you win a 3-way pot worth $1500 isn't $500 of that already your own money? Yet it's still going to show up in the win for the hand. Over and over again.

Oh man...I'm confused now...too early...

EDIT: Okay, I fired up PT to take a look at the ring hands. Hallelujah! PT actually lists your NET win for each hand! That makes it easier. So basically what you'd need to do is read in the NetWin for each hand on a given day. Green add it to Win counter, red add it to loss counter. At end of hands create a row in excel with date, win, loss, and maybe for good measure, number of hands played. There ya go! Quick and dirty pseudo-code!
__________________
Robbie Robb's FTP Mods
PS/FTP/Cake: Robbie Robb UB/Titan: RobbieRobb

Last edited by Robbie Robb; 02-03-06 at 08:18 AM.
  #2  
Old 02-03-06, 11:28 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

I understand how to do it manually - but no way am I considering each HAND a session. Ah, I see - you are then saying to add up all the nets for a Day and then determine where it goes.

That would work, but that's way too much manaual work, again. There needs to be a way to automate that (ideally, within PT), so with the press of a button, you can have your tax-friendly results.

If no one knows a way to do this, I'll contact the PT guys myself and see what they say.
__________________

Got RakeBack?
27% at Full Tilt | 33% at Cake Poker | 30% at Carbon Poker
  #3  
Old 02-03-06, 11:37 AM
Robbie Robb's Avatar
Robbie Robb Robbie Robb is offline
Doesn't 2011 start the next decade?
 
Join Date: Dec 2005
Location: London, ON, Canada
Posts: 2,727
Robbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep PointsRobbie Robb has between 1000 and 1499 Rep Points
Default

definitely talk to them. it should be very easy to code into PT itself. Otherwise, the ONLY other way I can think of to automate it is some Excel VB magic that mines the access database automatically and puts each day in a separate row in an Excel spreadsheet.
__________________
Robbie Robb's FTP Mods
PS/FTP/Cake: Robbie Robb UB/Titan: RobbieRobb
  #4  
Old 02-03-06, 11:51 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

I just dug through the PT forums (tired of waiting for pshabi to do this for me), and found some interesting threads I will link to directly.

MOST of the threads are people requesting this exact feature, so:
A) it's not there yet
and
B) They are aware that people want it (Assuming they read their own forums).

Seems there is going to be a big difference in the numbers, depending on how a "session" is defined. Damn the IRS for their goofy outdated laws.

Some threads worth looking at...

1. This guy grossed 3k.... you know, 123k win and 120k loss:


That blew his gross income through the roof, moving him up quite in bit in the tax brackets. I still don't think this can be right, and need to look into it more.

2. A useful looking SQL query:


3. A perl script posts on 2+2 with some more discussion:


4. And of course, as per the IRS:


5. More discussion, including interpretation of the IRS's pain in the ass requirements:


What a freaking mess. The thing that gets me is I'll bet 90%+ of online players don't report ANYTHING.... and meanwhile, the guys who do try to be honest not only get screwed financially, but also have to deal with all this crap and potentially more headaches from the IRS.
__________________

Got RakeBack?
27% at Full Tilt | 33% at Cake Poker | 30% at Carbon Poker
  #5  
Old 02-03-06, 01:57 PM
badblood44's Avatar
badblood44 badblood44 is offline
Maniac
 

Join Date: Nov 2004
Posts: 288
badblood44 has between 100 and 249 Rep Pointsbadblood44 has between 100 and 249 Rep Points
Default


Have you sought any advice from a professional tax preparer? Quite honestly, I went to one years ago, and paid $150 for his help. He showed me things that have saved me more than that fee several times over.

This may be one of those instances.

I'm not suggesting you be totally dishonest, but why screw yourself over?
  #6  
Old 02-03-06, 02:28 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 talked to my accountant about this a few times last year, and wasn't really happy with what he had to say (not so much his recommendations, but more so his lack of knowledge in the area). So I found a new accountant. She's vvery willing to figure out what's best and gave me some pretty solid advice. She thinks PT on top of the records I have now would make for excellent backup.

My own personal records are gold as far as all tourneys are concerned - MTT, SNG, and even HU. Now it's just a question of getting PT to do what I want it to do to take care of the cash games.
__________________

Got RakeBack?
27% at Full Tilt | 33% at Cake Poker | 30% at Carbon Poker
  #7  
Old 02-03-06, 04:55 PM
SirFWALGMan SirFWALGMan is offline
Sir Waffles House of Fun
 

Join Date: Nov 2004
Posts: 1,142
SirFWALGMan has between 50 and 99 Rep Points
Default Help

If anyone needs some help making a query to do the math I have been in IT for over 13 years and have some skillz in Access (which is the DB they used to use), and Postgress. Also I could import the data into my own Access DB for reporting only.. I know all the data is there to slice up anyway you want. Just ask and we can work something out.
__________________
I hate Poker.. and Poker hates me too
  #8  
Old 02-03-06, 11:51 AM
MAYHEM45's Avatar
MAYHEM45 MAYHEM45 is offline
comatose but audible
 

Join Date: May 2005
Location: HU4BARRELLROLLZ?
Posts: 3,778
Blog Entries: 3
MAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep PointsMAYHEM45 has between 2500 and 2999 Rep Points
Default

Actually PT uses PostgresSQL (or has the option to convert your Access) databases for its hand storage now. That said, I would look up some info on basic queries. Coding one to look for this data should do the trick.

EDIT: I love posting while someone else is typing up a much more useful post at the same time.

NH TP.
__________________
I play a game, it's called insincerity.
  #9  
Old 02-03-06, 01:01 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

ty. Now if only I could figure out how to use everything I linked to in order to get the numbers I need for my taxes.
__________________

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 08:54 AM.


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