anypiab is a command line program like the anypia32 GUI program.
Loading a *.pia file outputs something like
"123-45-0020 06/22/1952 1235.80 2090.10 931.00 62 and 1 month 5 T" but it also appears that it outputs to a file (thanks @AlexMerritt)
One issue we will face is getting the earnings, and other data, into anypia-js
The current interface is using this .pia file format.
http://thadk.net/anypiamac-docs/html/General/structure.html
The alternative is to support the XML format somehow with the oactobjs libraries directly and plug the javascript straight into its state format and skip the .pia format.
anypiabis a command line program like theanypia32GUI program.Loading a *.pia file outputs something like
"123-45-0020 06/22/1952 1235.80 2090.10 931.00 62 and 1 month 5 T" but it also appears that it outputs to a file (thanks @AlexMerritt)
One issue we will face is getting the earnings, and other data, into anypia-js
The current interface is using this
.piafile format.http://thadk.net/anypiamac-docs/html/General/structure.html
The alternative is to support the XML format somehow with the oactobjs libraries directly and plug the javascript straight into its state format and skip the
.piaformat.