Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - NCPL

Pages: [1]
1
Beta Testing / Re: 3.7 BETA 2
« on: October 26, 2019, 12:45:25 PM »
Hey Corey

It appears the display management has changed in then new version. I used to be able not only extend the screen but also adjust the resolution for the extended screen. I no longer see that option in the display under the preferences tabs. Can you explain how the new version handles that.

Thanks
NCPL

2
Used the latest beta version during my last tournament. No problems seems to work good so far. Question I have is that I have a person who runs our games. I would like to add a $5 per person option for 2000 more in chips at the buy in. This money would be used to pay him for his time and effort. Doing a rake would be the best method. Problem is we already have a rake for the same amount for  a Bad Beat Jackpot.

After the add ons we print the prize export to sort out the prize money. This receipt has all the prize place money as well as amounts for our Pool which is 10% of the pot and the jackpot amount to be pulled out of the pot. When I add the second rake called Admin rake it does not print out on the receipt. What it is doing is combining the two rakes and putting them both into the Jackpot line. I'm sure I just have the code wrong. Here is the code I am using


                  <tr>
                    <td class="fieldname">NCPL POOL:</td>
                    <td class="fieldvalue"><fixedrake></td>
                  </tr>
                  <tr>
                    <td class="fieldname">JACKPOT RAKE:</td>
          <td class="fieldvalue"><buyinsrake></td>
                  </tr>
           <td class="fieldname">ADMIN RAKE:</td>
           <td class="fieldvalue"><buyinrake1></td>
                  </tr>
                  <tr>
                    <td class="fieldname"></td>
                    <td class="fieldvalue"><hr class="sum"></td>
                    <td class="fieldvalue"></td>
                  </tr>
                  <tr>
                    <td class="fieldname">Total:</td>
                    <td class="fieldvalue"><totaltakein></td>
                    <td class="fieldvalue">(<totaltakeincount>)</td>
                  </tr>

Is there a way to separate these two rakes into the totals for each instead of it combining all the rakes into one total

Thanks appreciate the help

3
Beta Testing / Re: 3.4 beta 2
« on: April 27, 2016, 11:40:45 PM »
Ran a 6 hour tournament last night using the new beta version. Happy to report no problems what so ever. I am running it on Windows 10

4
Help Me / Re: Adding Rake Information to Pirze Export Receipt
« on: August 14, 2015, 07:52:08 PM »
Thanks Corey you rock

5
Help Me / Re: Adding Rake Information to Pirze Export Receipt
« on: August 11, 2015, 06:33:58 PM »
Thanks Corey I was trying to export the rake amounts off of the summary export. I cannot print the summary export because I only use a receipt printer during the tournaments and that report is not formatted to fit on receipt paper. I was just looking to print off a receipt that shows how to divide the pool up (ie total prize place amounts and total rake amounts) since I am not always the one who divides the pool money up. Would be nice to to print something and hand to the person who did that so they could divide up the money.

6
Help Me / Adding Rake Information to Pirze Export Receipt
« on: August 09, 2015, 10:28:28 AM »
Is there a way to add the rake amounts to the Prize Export Receipt. We have a fixed rake we use  for a season end payout  and a buy in rake we use for a running badbeat jackpot. We count and divide the money during the break and would like the ability to print out one receipt that displays the breakdown of the prize money and rake amounts so it is easier to divide the money up.  I tried adding/modifying  code to the prize HTML file but cant seen to get it to pull the rake amounts.  Is this even possible or am I going about it the wrong way.

Pages: [1]