Slashdot Log In
Tax Software for Linux?
Posted by
Cliff
on Thu Dec 23, 1999 06:27 AM
from the getting-ready-for-4/15 dept.
from the getting-ready-for-4/15 dept.
Bob Cunningham asks: "Is there any US Federal and State Income Tax software for Linux? Normlly, I would just snag the evaluation copy of whichever Win9x product appeals to me (i.e., lowest cost). This year I'd like to try something different: Do my taxes under Linux. My initial searches have failed to uncover a single native tax package for Linux, nor even rumors of any related development being underway. Right now, it seems my only option will be to run a Win9x package under Wine, and hope it is well behaved. Is Win9x/Wine my only option? If so, are there any packages that have already been tested under Wine?" Financial software has traditionally been lacking under Linux, but I'm hoping that someone will soon step up and write something like this.
Related Stories
[+]
What Tax Software Do You Use? 202 comments
r_jensen11 asks: "I know this topic has been asked at least once before, but seeing as how 6 years have passed, I figured the question is due again. It's about that time of the year again when we find out how much we owe Uncle Sam (or as in my case, how much Uncle Sam owes me). Software has changed drastically in the past 6 years, since the previous query I found on Slashdot, as well as many tax rules. Does anyone here use tax software other than TurboTax and TaxCut? I know that there are also online forms I can fill out, but which ones are accessible to people that use OSes other than Windows and Mac OS X? I'd preferably use a program that I can use off-line and store my information locally instead of using eforms, but if I have to resort to eforms, which ones should I investigate and which ones should I stay far away from?"
This discussion has been archived.
No new comments can be posted.
Tax Software for Linux?
|
Log In/Create an Account
| Top
| 182 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1)
|
2
(1)
|
2
Re:How hard could it be? (Score:4)
I write stuff like this for work, and it's not 'hard' work, as in, brain teaser type stuff, but it's slow and tedious.
The problem is that you need to test this once done, and you either go through, meticulously, rule by rule, checking everything dependant on that rule, or you enter saved examples, and compare the values the program returns to what was generated by another program, or by hand-calculating it.
Tiny errors, especially in the conditionals (You're allowed this write-off if your wage is under X, and you're single, or married with three or more kids, etc...) are nearly impossible to catch, especially when two or more conditionals modify the same value.
It is possible to write, especially for yourself, where you can ignore certain segments of tax law, like the spousal section if you're single, but the testing involved would make it easier to just do it by hand.
Re:How hard could it be? (Score:3)
Truthfully: Damn near impossible
I think the people who write Kiplinger's and TurboTax are spending lots of money on lawyers and stuff to be sure they cover every possible situation and to be sure that they ask all the possible questions as far as forms that you might need to add to your base 1040.
Yes there is (Score:4)
A Gargantuan Task (Score:3)
If this is to be a free software project, which most Linux software packages are, it would need CPAs on its staff, arguably 53 of them (50 states, Puerto Rico, US Virgin Islands, federal) in order for the project to stay up-to-date. I have found precisely one Linux tax project, PTax98 [arborway.net], and it only partially does federal 1040EZ. My suggestions:
I apologize if my libertarian tendencies are thinly veiled.
*** Proven iconoclast, aspiring epicurean ***
I only read the headline (Score:3)
Web based tax software. (Score:4)
Last year I used www.webturbotax.com [webturbotax.com]. It's a web/java based version of TurboTax by Intuit.
Last year it was free if you didn't want to file electronically. You went through the program with your browser, and when you were done, you download a .pdf file with your completed forms already filled out, complete with all the relevant attachments.
I of course filed electronically, which was (I think) $19.95. It was a deal for me.
Some guy named Chris
Web based apps (Score:4)
________________________________
Youngings consider youselves lucky (Score:3)
Also consider yourself lucky that tv now plays comercials every 10 minutes or so, back then we had to endure shitty shows for a good 30 minutes before a comercial came on. Then, we could walk 10 miles in the snow (uphill [both ways]) to use the outhouse and hurry back (in 60 seconds) to resume watching TV. (AND WE LIKED IT!)
Better Solution. (Score:4)
Ideally, we just get rid of them all.
'Impossible!', you say?
'The gov't need funding for *!', you say?
'No one would volunteer time or money to secure the blessings of liberty!', you say?
I say, 'Look at free software.'
Besides, the gov't could also raise revenue by charging per service. 'Simple' example: Notary services. The validation of contracts is an essential service that should be provided by our government. All credit activities (not just credit cards) are contract based. (M)|(B)|(Tr)illions of dollars move around on the basis of credit daily; it is an economic necessity. By charging for credit contract security as a ratio of the dollar amount, the government could surely raise enough revenue to perform its necessary functions. This would also discourage frivolous credit use by consumers.
Live free or die.
Web Turbotax checks user_agent (Score:3)
I'm going to try a bit (a bit) harder this time and see how it goes, out of curiosity.
Of course, Web Turbotax means placing your tax info, including worksheets and calculations, on Intuit's servers. Privacy sentimentalists probably won't go for that, so a locally-executed tax package for *nix--or pure Java--still probably has a niche.
Not sure this would work well as a Free Software project, though. The research involved and the complexity of a lot of the rules might be prohibitive, especially given the undiminished amount of effort that would have to go into updates every subsequent year. To say nothing of the horror of getting the state tax forms taken care of.
I humbly suggest that the core logic of such a project be done as a set of javabeans without the aid of a relational database, so that standalone, web, client-server and other interfaces can be built on top of it, and make it comfortably cross-platform. The Unix/Linux community probably doesn't have enough programming-literate tax accountants to get this done. If it's platform-independent, there would be a better chance of something like this coming together.