Coder Social home page Coder Social logo

opentaxformfiller's People

Contributors

codehero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

opentaxformfiller's Issues

Need Comments with Field Descriptors

Greetings,

I am trying this:

`#!/usr/bin/python

2017-03-29 09:00:22 pflint

SOURCE: https://github.com/ccnmtl/fdfgen

from fdfgen import forge_fdf
fields = [
('topmostSubform[0].Page1[0].HeaderPg1[0].f1_01[0]','January'),
('topmostSubform[0].Page1[0].HeaderPg1[0].f1_02[0]','December'),
('topmostSubform[0].Page1[0].HeaderPg1[0].f1_03[0]','16'),
('topmostSubform[0].Page1[0].f1_04[0]','Paul'),
('topmostSubform[0].Page1[0].f1_05[0]','Flint')
]
fdf = forge_fdf("",fields,[],[],[])
fdf_file = open("data.fdf","wb")
fdf_file.write(fdf)
fdf_file.close()

pdftk f1040.pdf fill_form data.fdf output output.pdf flatten

`

I need to put comments into every entry...

Regards,

flintiii

Issue tracker displays open/closed issues poorly

I created two issues, which displayed nicely.
Since I provided the solution, I closed them.
They disappearred from the issue list.
Clicking on the closed issues tab did not bring them back.
I hacked the get url parameters to:
https://github.com/codehero/OpenTaxFormFiller/issues?state=closed
This brought them back, where upon I reopened them, and they still didn't appear.
Finally I hacked the get URL again to make them reappear:
https://github.com/codehero/OpenTaxFormFiller/issues?state=opened
Until I understand this better, I won't be closing any issues.

Installation on Debian of node.js

Node.js is in Unstable (aka Sid) on Debian. I was running Stable.
I added to my /etc/apt/sources.lis the following line:
deb http://ftp.us.debian.org/debian sid main
Then I used aptitude to install:
sudo aptitude install nodejs/sid
I rejected the first proposed solution which was full of uninstalls, and selected the second which was full of installs. There were a lot of changes including updating libc6, which required many more unrelated upgrades.

Open Tax Solver Example conversion almost empty

I entered:
node ./script/json_ots.js OpenTaxSolver/examples_and_templates/US_1040/US_1040_example.txt > US_1040_example.json
where OpenTaxSolver is a soft link to the OpenTaxSolver installation directory.
US_1040_example.json contains only:
{}
I'll look around for any other examples to try.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.