Open Tax Solver - 1040 Schedule C - Profit Loss from Business
-------------------------------------------------------------

Included here is a program, template, and example for
US Fed1040 Schedule-C  Profit Loss from Business.

The example*.txt file is included for testing.
The template*.txt file is a blank starting form for entering
your tax data.  For each filer, copy template to a new name, 
such as "SchedC_2012.txt" or "SchedC_2012_bakeryco.txt, and 
fill-in the lines.

The program consists of two files:
  taxsolve_US1040_Sched_C.c - main, customized for Sched-C.
  taxsolve_routines.c - general purpose base routines.

Compile:
  cc taxsolve_US1040_Sched_C.c -o taxsolve_US1040_Sched_C

Run:
  ./taxsolve_US1040_Sched_C  Sched_C.txt


For updates and further information, see:
        http://sourceforge.net/projects/opentaxsolver/
Documentation:
        http://opentaxsolver.sourceforge.net/


Contributed by S. Jenkins
Minor formatting by Aston Roberts 
Updated for 2004 by Robert Heller:
	1) Changed '2003' in the data files to '2004'.
	2) Compiled using the newer taxsolve_routines.c (no changes needed).
Updated for 2005 by Aston Roberts:
	1) Changed '2004' in the data files to '2006'.
Updated for 2006 by Aston Roberts:
	1) Changed '2005' in the data files to '2006'.
Updated for 2010 by Aston Roberts.
Updated for 2011 by Aston Roberts.
Updated for 2013 by Aston Roberts.
