Jump to content
ATX Community

Lee B

Donors
  • Posts

    5,275
  • Joined

  • Last visited

  • Days Won

    297

Posts posted by Lee B

  1. Thanks for the feedback on Drake's Depreciation Module. I attended one of Drake's Seminars about two

    weeks ago.The Drake Sales Rep, Cameron Holland kept telling us he was a Sales Guy and that he didn't

    know that much about Taxes. After he showed us the Depreciation Entry Screen and went over it in some

    depth, I asked him to show us the Depreciation Reports Screen and the Depreciation Reports. He just acted

    dumb and shrugged his shoulders and acted like he didn't know what I was talking about. Several other

    issues came up, which from reading a lot posts I knew were not Drake's strengths, and he just avoided

    them. Looking back, I now realize he just showed us the good stuff and avoided showing us any of their

    weaknesses. I'm just saying that I will take my time and do an in depth review, entering at least 6 to 8

    different returns in their demo.program before I make any decisions

  2. Ok, I've looked at the Form 4797 Instructions, The Tax Book, J K Lasser Pro Edition and The Master Tax Guide.

    I've also done a Google search. I've read about PAL Adjustments in two IRS Auidt Guides, but they were about

    two different Passive Loss situations. So my question is, Is my ATX software correct in making this adjustment or ???

  3. I'm working on a fairly complicated 1040. Client owns some vacation rental property, which was generating

     

    passive losses, which were deducted. Last spring 2012, they sold a half interest in the property, which

     

    generated a Long Term Capital Loss of $ -23,764 which shows up on line 2 of Part I of Form 4797. Below that

     

    also on Line 2 is an entry "PAL Adjustment" $15,397, which reduces the Capital Loss to $ -8,367.

     

    I don't see anything specific about this in the 4797 instructions, so I need some feedback from anyone

     

    that can explain what this is and why the capital loss is being reduced.

     

    Thanks,

     

    Lee Barckert

  4. A poster on the ATX board, who just updated to 12.17, reports that he is unable to add and open any new forms.

    He was able to get thru to Tech Suport and was told that they are aware of the problem, but they weren't able to help him.

    "Hope is not a strategy."

  5. I copied these posts from the ATX board about 12.17: Different strokes for different folks.

    "Updated this morning and no problems encountered.


    Print manager still slow to open.

    Program doesn't seem as sluggish as prior versions.

    Windows 2000 Domain Server
    Workstations WinXP, SP3, 2GB ram"

    "I updated this morning. I see no change. It seems to be worse. It took almost 5 minutes to open a return. Navigating between forms as a time lag. I think the program is getting slower. Version 12.13 seemed to be the best one."

    "My program was not responding and then crashed 2x this am so I thought ok - bite the bullet and update..

    WRONG_O_

    ssssooo slow! waiting for anything to happen, opening a return, waiting for it to change between forms

    I am so sorry I updated!

    I do not have time for this!"

  6. I am in the midst of evaluating Drake. I have seen 3 different posts this last week of users who switched who were unhappy

    with the Depreciation Module and the reports. They weren't complaining about the conversion or accuracy but seemed to feel that

    functionality was less than desired. I would appreciate any other feedback on this issue ???

  7. I copied this post from the ATX board. Since i'm still on 12.13, I now know not to call ATX !

    "Just got off the phone with customer support. Apparently anyone who is still having issues with ATX has problems with their system set up! It is not a problem with ATX! I wish I would have know that yesterday! They are completely oblivious to the situation they/we are in. Also, it doesn't become a tech support issue until you have installed version 16 and are having problems. Version 13 is not supported through tech support. I have used ATX beginning in 1999. They don't believe that there is a problem. They don't get it. I suppose it is one of those isolated incidents....

    OK....rant over.....no I don't feel better...

    Rich"
  8. Just a clarification. This workaround was posted as a postscript to the 12.16 update instructions. You actually

    had to scrollown to see it. It was not openly posted on the ATX board or on their important notes that show up

    on the page before the ATX Community. It's almost like they didn't want to draw anyone's attention to it.

    Very very strange.

  9. ATX posted this workaround for 12.16 crashes this afternoon

    Updated 5-17-2013 ATX2012 crashes (displays the long stack error then closes) when printing returns after the 12.16 update.

    Work-around: Run 'check return' right before printing the return. If any changes are made to the return (even tabbing through fields), you will need to run check return again before printing.

    SOLUTION: This will be fixed in version 12.17, planned for early June

  10. Several years ago, my state of Oregon had a tax amnesty program, which waived all penalties and reduced the interest by 50%.

    for all nonfilers who filed and paid all the taxes due. I ended up preparing ten years of C Corporation returns for a client.

  11. This morning on the ATX Blog & board, ATX admitted that program was getting hung up

    in midst performing backups. They say they have identified the problem and are working on a patch for the users who have already updated to 12.15. Then they will redo the 12.15 update.

    I am now going to delete my copy of the update, which I didn't install.

    More of the same.

  12. Good morning,

    Here are some Q&A's on the Raven Database.

    What is the purpose of RavenDB in ATX2012?

    RavenDB is used to provide information to some of the data grids in the application, like the Return Manager and E-file Manager grids. RavenDB is not used in any way to compute the tax return.

    In what mode or manner is the RavenDB used?

    ATX is using RavenDB as an embedded database, in embedded mode. In order to use RavenDB in this manner in a way that is supported by RavenDB, there are a couple of implementation rules that must be true.

    1) The database can only be opened and used by a single instance of ATX2012 at any given time. This requirement is adhered to by ATX2012. This limitation is one of several reasons that opening ATX2012 under multiple different Operating System Users at the same time is not supported.

    2) The database that is opened by ATX2012 must be stored on a drive that is local to the computer that is running the application. This requirement is also adhered to by ATX2012. There are installation scenarios where a database created and used by an instance on one computer may also be seen to be available across the network. However, in this situation, when the application is being run across the network, ATX2012 creates a second database instance that is local to the computer where the software is executing. On a Win7 OS, this local database is found at %SystemDrive%ProgramDataCCH Small Firm ServicesATX2012Data”

    ATX2012 was never implemented to permit sharing of the database across multiple ATX2012 instances OR to make use of a database that was not found on drives local to the computer that the software is running on.

    In response to several statements on the community board about the vendor confirming that we are using RavenDB in an unsupported manner;

    We have been in contact with the RavenDB vendor and explained that ATX2012 opens the database local to the computer AND that we do not support the use of the software from multiple OS user accounts at the same time or in a Terminal Server/RDP or Remote Desktop scenario. After explaining the above unsupported environments, and detailing how ATX2012 makes use of RavenDB, the vendor confirmed that based on his understanding of how the application is making use of the software and of the lack of our support for the RDP/Remote Desktop scenarios, ATX is using RavenDB in a supported manner.

    Thank you,

    ATXMichelle

    I guess that anyone on a network now knows exactly what they are going to get for 2013.

×
×
  • Create New...