Is it possible to pay a POI in NA Payroll and generate W-2 for them ?

Here is the scenario:
The client makes and agreement with a physician approximately 12 months before the physician actually starts to work and they pay the prospective physician a sign on bonus at the time of signing.  The client wants to produce a W-2 for the prospective physician.
So....can the client use the Person of Interest model (POI), give them a job record so that a tax record can be created, still leaving the physician as a POI (not employee), pay the bonus through NA Payroll and get a W-2 issued?
Now, why they want to produce a W-2 rather than a 1099 is a mystery to me but it is one of their business requirements.
Any help is greatly appreciated.

Hello Frank,
I've added this to my table styleClass:
#{ (ControlBean.inicial eq 'true') ? 'style-1' : (ControlBean.project == 'false') ?  'style-4' : 'style-0'}
And i added a partialTrigger from my table to itself but i think it's not working 100% and i don't know why is that.
My logic is:
if (inicial == true) then the styleClass is style-1 since it colors the selected rows in green and the others in white
if (inicial == false and project == false) then the styleClass is style-4 since it colors the selected rows in white and the others in grey
else (inicial == false and project == true) then the styleClass is style-0 since it colors the selected rows in green and the others in grey
But whenever i clear my selections, i set the inicial to true and project to false and i get style-4 instead of style-0.
Can you help me with that?
Regards

Similar Messages

  • HT4993 Is it possible to Pay the Difference between My 4S and iPhone 5 ?

    I Recently bought My iphone 4S around April because I was in need of a New Phone . Is it possible for me to pay the difference between My phone and the iPhone 5 even if im under Contract ?

    No

  • I Am from Brasil and december last year i bought a non contract iphone in usa but it still locked, now apple is sending non contract unlocked iphone, next week i am going to usa and would like to know if it is possible to pay and unlock my iphone in usa

    I Am from Brasil and december last year i bought a non contract iphone in usa but it still locked, now apple is sending non contract unlocked iphone, next week i am going to usa and would like to know if it is possible to pay and unlock my iphone in usa

    A no-contract sales price does not mean unlocked.
    Apple is now selling an officially unlocked iPhone in the U.S. which has nothing whatsoever to do with AT&T unlocking iPhones. It is up to the carrier and the carrier only to officially unlock an iPhone that was sold as carrier locked with the carrier - in this case sold as carrier locked with AT&T. This may change one day, but at the present time AT&T does not unlock an iPhone for any reason or under any circumstances.

  • Is it possible to pay for iCloud storage plan with money from iTunes?

    Is it possible to pay for iCloud storage plan with money from iTunes?

    Hey LARISAFROMTX,
    Thanks for the question. Yes, you can use iTunes Store credit to pay for an iCloud storage upgrade:
    Accepted payment methods for iCloud storage upgrades include credit cards, debit cards, and iTunes Store credit. If you don't have enough iTunes store credit to complete your upgrade, you'll be charged the remaining amount. Apple Store gift cards are not accepted as payment for upgrading iCloud storage.
    Learn how to upgrade or downgrade your storage and manage the amount of storage you're using.
    iCloud: Storage upgrade pricing
    http://support.apple.com/kb/HT5879
    Thanks,
    Matt M.

  • Is it possible to pay for more than one year of membership in advance? Would I be able to pay for 3 years at one time?

    Is it possible to pay for more than one year of membership in advance? Would I be able to pay for 3 years at one time?

    In individual CC the maximum purchase can be done for 1 year,
    However: An Enterprise Term License Agreement (ETLA) is ideal for organizations that manage large deployments of Adobe software and prefer a direct relationship with Adobe. An ETLA provides custom software licensing options and pricing for volume purchases, access to advanced customer support programs, and streamlined IT administration tools to package and deploy Adobe apps and services across the enterpris with an agreement of three years.
    Business Enterprise Term License Agreement | Adobe Buying Programs
    http://www.adobe.com/volume-licensing/education/enterprise-term-license-agreement.html
    Regards
    Rajshree

  • HT2736 Is it possible to pay for an album half by voucher and other half by card?

    Is it possible to pay for an album half by voucher and other half by card?

    You should be able to - if you don't have enough balance on your account then the remainder will be taken from your credit card.

  • We have 4 Adobe CC accounts that we currently pay per month. Is it possible to pay it forward?

    Hi There!
    We have 4 Adobe CC accounts that we currently pay per month. Is it possible to pay it forward? When I create a new Adobe CC account I see it as a "prepaid option".
    Our annual subscriptions expires on December 16, am I supposed to just order 4 new subscriptions with prepaid credit payment?
    Thanks and best regards,
    Egon

    What you need is merged help.
    You generate a parent and all the child projects. You always install the parent and then whichever child projects you require. The TOC, search and index automatically adjust. See the pages on my site.
    Note though that many people take another view to your Product Development. Show all the help and then people see information about something and realise they need it!
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Is it possible to pay via direct debit rather than a card

    Is it possible to pay subscription via direct debit as a pose to credit card. We currently pay by card but we are trying to minimise the monthly transactions on company credit card
    If yes , who do I contact to set this up

    Adobe seem rather restrictive in their ability to accept payment methods.  Different countries often favour different payment methods, and credit card only is a bit US-centric. 

  • Possible Classpath Error, Java POI API

    Hiya,
    I'm not new to Java, well not that new, but the class path, packages and such have always been a bit of a blind spot for me. Once I finally get that part working the applications write themselves.
    I've written an application that writes large grids as csv files, but I'd like to go a step further and add forumlae and formatting, therefore I've been looking at the Java POI HSSF API (http://jakarta.apache.org/).
    I've downloaded the files from here: http://apache.mirror.positive-internet.com/jakarta/poi/release/bin/ and added them to my classpath (I think..), which I have pasted below [and have spaced out for ease of reading];
    My Classpath
    C:.; C:\Dev\JavaServer\bin;
    C:\Dev\JavaLive\io\MySQL\mysql-connector-java-3.1.12-bin.jar;
    C:\Dev\JavaLive\io\Excel\poi-2.5.1-final-20040804.jar;
    C:\Dev\JavaLive\io\Excel\poi-contrib-2.5.1-final-20040804.jar;
    C:\Dev\JavaLive\io\Excel\poi-scratchpad-2.5.1-final-20040804.jar;
    %CLASSPATH%
    My Test Code
    import java.io.*;
    import org.apache.poi.hssf.usermodel.HSSFCell;
    import org.apache.poi.hssf.usermodel.HSSFRow;
    import org.apache.poi.hssf.usermodel.HSSFSheet;
    import org.apache.poi.hssf.usermodel.HSSFWorkbook;
    public class exceltest
         public exceltest()
              HSSFWorkbook wb = new HSSFWorkbook();
              FileOutputStream fileOut = new FileOutputStream("workbook.xls");
              wb.write(fileOut);
              fileOut.close();
         public static void main(String args[])
              new exceltest();
    }I've checked the integrity of the the jar files, and the structure seems intact. Shouldn't adding the three jars to the classpath, as above, allow me to import them as above?
    The following errors result at compile:
    C:\Dev\JavaLive\exceltest.java:2: package org.apache.poi.hssf.usermodel does not exist
    import org.apache.poi.hssf.usermodel.HSSFCell;
                                         ^
    C:\Dev\JavaLive\exceltest.java:3: package org.apache.poi.hssf.usermodel does not exist
    import org.apache.poi.hssf.usermodel.HSSFRow;
                                         ^
    C:\Dev\JavaLive\exceltest.java:4: package org.apache.poi.hssf.usermodel does not exist
    import org.apache.poi.hssf.usermodel.HSSFSheet;
                                         ^
    C:\Dev\JavaLive\exceltest.java:5: package org.apache.poi.hssf.usermodel does not exist
    import org.apache.poi.hssf.usermodel.HSSFWorkbook;
                                         ^
    C:\Dev\JavaLive\exceltest.java:17: cannot resolve symbol
    symbol  : class HSSFWorkbook
    location: class exceltest
              HSSFWorkbook wb = new HSSFWorkbook();
                    ^
    C:\Dev\JavaLive\exceltest.java:17: cannot resolve symbol
    symbol  : class HSSFWorkbook
    location: class exceltest
              HSSFWorkbook wb = new HSSFWorkbook();
                                          ^
    6 errors
    Tool completed with exit code 1I've googled, searched the forums and such and have yet to turn up an answer. I assume it's something to do with the classpath as it's not seeing the package? Any help would be very appreciated.
    Thanks
    David
    Message was edited by:
    davidrhowells

    Well, it works ok for me. The only thing I can think of is that you haven't re-sourced your classpath? Did you run(start) whatever you're compiling from before or after you set the classpath? Try opening a command prompt and cd to your source file.
    Type
    echo %classpath%to make sure the classpath is set correctly and then type
    javac exceltest.javaThat should work if the classpath is correct...

  • HT201303 Is it possible to pay for iTunes with a PayPal account?

    My credit card has expired and now I can't buy things from iTunes anymore.
    Is it possible to use my PayPal account?
    What r my other options for payment, I don't really want another credit card
    Any advice would really be appreciated.
    Thank you, Craig

    Adobe store
    Countries supported
    Payment options
    North America 
    U.S., Puerto Rico, Guam, other U.S. territories, Mexico, and Canada
    MasterCard, Visa, American Express
    PayPal for software, book, support, and font purchases. (You cannot use PayPal to purchase subscriptions.)
    https://helpx.adobe.com/x-productkb/policy-pricing/adobe-stores-online-order-payment-faq.h tml
    You can try buying from re seller for this also Find an Adobe reseller
    Regards
    Rajshree

  • I had 21 songs i my album and after syncronising i only had 15 songs left! All of them from Itunes! How can i get them back without paying for them again???

    I had 21 songs i my album and after syncronising i only had 15 songs left! All of them from Itunes! How can i get them back without paying for them again???
    Hello!!!
    I had 21 songs i my album and after syncronising i only had 15 songs left! All of them from Itunes! How can i get them back without paying for them again???
    Hello!!!
    This realy works??

    Where is the backup of the media and other important files from the computer?  Ultimately, it is the users responsibility to ensure that backups exists. Waiting until there is a problem to decide to do a backup is not smart.  Would you wait until a fire started in your home to call the insurance company and inquire about homeowners/renters insurance????
    In the event that no backup exists (stop being lazy.... keep backups of YOUR data and other important files):
    If you are in the US and running iTunes 10.3 or later, it is possible to redownload music via iCloud from purchased history.
    If you are not in the US or for some reason cannot run iTunes 10.3 or later, contact iTunes customer support and ask very nicely for the opportunity to redownload the content.  They are not required to provide this opportunity.
    It is also possible to transfer content from an iDevice that was purchased via iTunes.  On the new computer, sign into the iTunes account, authorize the computer, connect the device then select File > Transfer Purchases.
    The simplest method of all is to transfer or copy the media (and other important files) from the old computer or the backup of the old computer.  Typing "move itunes library" into the search bar here or into google will reveal step by step instructions on how to do this.

  • Can we pay allowances from payroll and actuals against receipts from AP?

    Hi,
    We are implementing SAP Travel Management in Australia. The requirement is to pay allowances from payroll and expenses against receipts thru accounts payable. Is it possible using SAP Travel Expenses?

    Have a look at the documentation here ; -
    Integration with payroll
    http://help.sap.com/erp2005_ehp_04/helpdata/en/b6/cd9ec949e911d189060000e8322f96/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/en/b6/cd976f49e911d189060000e8322f96/frameset.htm
    If you wish to pay advances through payroll then you are customising the table V_T702N_A and this pays advance through payroll and then after trip is settle, retro active accounting is triggered and advance is deducted from expenses which are settled through accounting.
    Check the IMG documentation for neccessary customising entries.
    Payroll integration is handled through feature TRVPA in PE03 and you can check the documentation here also.

  • Is it possible to split a number off family plan and start separate account?

    is it possible to split a number off family plan and start separate account?

    I was just coming to check how to do this.
    I added my mom and step dad to my account now want them off. I pay the majority of the bill and it's getting expensive. Just found out my mom get's a big discount through her work. 26% of bill, $50 dollars off of Smartphones, plus her company will reimburse her $65 a month towards her bill. Can't believe I've been paying all this time.

  • Does anybody know how to download songs without having to pay for them when you use your voucher. I have redeemed it and have £15 in my account yet everytime I go to download a song it's trying to get me to pay!!! Please help?

    Does anybody know how to download songs without having to pay for them when you use your voucher. I have redeemed it and have £15 in my account yet everytime I go to download a song it's trying to get me to pay!!! Please help?

    hiya. thanks for your suggestion. i just tried it and it worked so thanks XD
    i wish apple would make an "exclude" option though tbh.
    i have some others called ... in the name "...soundtrack" (one word) or "hidden track" and "teaching track" !
    i've got another one literally called "track by track walk through" lol
    now im wishing there was just an option to select these oddballs and exclude them individually.
    i cant come up with rules for every single possibility, but i cannnn eliminate those odd songs when i see them if there was an exclude option.
    but thanks anyway xx

  • Have one WiFi signal into the apartment for my Air, and another wifi signal for my 5c phone plan. Both from the same provider. Expensive. Is there a way to 'combine' WiFi signals so I pay only for one, but can get on the Internet with my Air?

    Have one WiFi signal into the apartment for my Air, and another wifi signal for my 5c phone plan. Both from the same provider. Expensive. Is there a way to 'combine' WiFi signals so I pay only for one, but can get on the Internet with my Air?

    Roamingnome, thanks for your response. Although I have been a Bell (Canada) customer for my WiFi signal for years, the 5c and its necessary mobility plan, is very recent. Some years ago, Bell supplied its own ‘router’ for my computer, and claimed that it was possible to get their WiFi signal only with the router they supplied. When I recently received the 5c, I wondered if the plan it requires, which is within the much wider, overall Bell zone, could be used somehow to get my Air online - some sort of tethering? - that allows me to give up the Air WiFi service and router all together, but still get the Air connected. Here in Canada, Bell Mobility and other Bell services are very separate. Any suggestions appreciated.

Maybe you are looking for