Skip to main content

Openings for different technoogies.

We are hiring freshers and experienced for Trainee PDF Forms Developer

Website : www.avalara.com
Eligibility : Bachelor’s degree in Software Engineering, Computer Science, or equivalent.
Experience : 0-1 Year
Location : Pune
Job Role : Trainee PDF Forms Developer
Job Summary :

Primary duties:


Coordinate duties of the forms team, having experience level of 0-1 year
Obtain copies of the latest versions of the PDF returns from the DORs.
Enhance the state forms copies. This can entail straightening and remove imperfections or artifacts from them using tools such as Photoshop or Paint Shop Pro.
Add new or revised PDFs and tasks to the Forms Group schedule.
Support LaserBridge+ and PDF forms issues as well as delegate customer support among associates.
Resolve issues from the Compliance and customer support.
Create and maintain library of Javascript functions and utilities for forms development.
Participate in Quality Assurance check after form completion.
Prepare forms for approval by various state Departments of Revenue.
Secondary duties:

Provide occasional update to the Taxrates website.
Add new SalesTaxII FTP users to website server.
Archive AS/400 customer sav files and the databases folder.
Bachelor’s degree in Software Engineering, Computer Science, or equivalent.
Experience and Skills:

Avalara is an Equal Opportunity Employer.
All qualified candidates will receive consideration for employment without regard to race, color, creed, religion, age, gender, national orientation, disability, sexual orientation, US Veteran status, or any other factor protected by law.
Click here for more info!!

http://avalara.atsondemand.com/index.cfm?fuseaction=512180.viewjobdetail&CID=512180&JID=416331
    Avalara: Sales Tax Rates, Exemption Certificates and Filing Software
www.avalara.com

Comments

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...