pyaccuwage/pyaccuwage
Binh Nguyen 6e4a975cfb Changed the way records are found by searching for field headers and then working
backwards to determine the record name. We also added the ability to "break" from
reading a series of field definitions based on certain break points such as
"Record Layout". There is currently an error in p1220 line 2704 which is caused
by the column data starting on the 4th column "Description and Remarks".

If ColumnCollectors started with the field titles, and had awareness of the column
positions starting with those, it may be possible to at least read the following
record fields without auto-adjusting them.
2012-12-04 16:04:08 -06:00
..
__init__.py updated VERSION 2012-10-16 13:22:44 -05:00
enums.py moved everything into pyaccuwage subdir 2011-06-25 15:08:38 -05:00
fields.py renamed NumericField to IntegerField 2011-11-05 14:12:47 -05:00
model.py fixed missing field, updated for 2012 2012-10-09 15:35:13 -05:00
parser.py Parsing all the way through the pdf appears to work. Next we need 2012-11-13 15:53:41 -06:00
pdfextract.py Changed the way records are found by searching for field headers and then working 2012-12-04 16:04:08 -06:00
record.py fixed missing field, updated for 2012 2012-10-09 15:35:13 -05:00