Enforcement of Forest-WL-Law application provides a PDF interactive form to know forest and Wildlife offence sections and generate documents to prosecute the offence. It's a guideline for booking offences. This is an interactive form of "Enforcement of forest and wildlife law 2.0", which is an extraction of 20+ TN forest and WL law. This Interactive form has taken care of most of the ifs and buts and made it simple to choose the required fields to know the offence sections. In the current state, the application's scheduled Timber and non-Scheduled Timber offence sections are created for TN Forest staff. Wildlife offence and Biodiversity sections are for across India. The Biodiversity section contains TN Biodiversity act sections as well. Request to replace this TN BD act with appropriate state BD Act.
I request the forest official to understand the section and its implication before booking offence. I request a decision to take based on the gravity of offence. Prosecution power must not be misused to litigate human life. Use these sections cautiously and Judicially.
This PDF interactive form is designed to work in personal computers. It will not work using mobile "PDF Reader" applications except Foxit PDF Reader. Read the tooltip for each field for more usage information.
"Enforcement of Forest and Wildlife law 2.0" is a requirement document for this application. Use this interactive form for the following requirement. Use free version of Acrobat Reader DC or Foxit Reader to fill this form. Saving this interactive form file in predefined location or load the form data file will work only in Foxit Reader.
Seizure List in Form H, Measurement List, Confession Statement, Spot Magazar (Possession, Transportation, Attempted to transport, No-seizure involved), Form 95, Remand Report, Bail Objection and Form A documents can be prepared.
Ctrl + S
to save the form in local diskCTRL
key for multi selection."Interactive PDF form" solution has been chosen to implement these requirements to ensure the security of its user's activity in personal computer, to work without internet connectivity and use mostly available software in personal computer to avoid additional installation. From the security perspective, PDF readers don't allow to save file/data in local storage, and don't allow to track or monitor the users mobile/desktop activities in foreground or background. Mobile application or Web application will be a backbox for it's users and potential to track users' other activities and their movements. To maintain safety and security, this PDF form application won't allow to save file/data locally other than one predefined file said in this document. Even this functionality is prohibited in Adobe PDF reader/Writer. Few PDF readers, allow to save the file in predefined location with predefined file name. PDF interactive form has been chosen based on these criteria.
Forest-WL-Law application is built with PDF javascript APIs. Package layout section contains the instructions for this OSS code. Those who want an application for other state need to customize the forestOffence.js
file with their appropriate law. Use Adobe PDF writer
or Foxit PhantomPDF
to add the given javascript
files for customization or enhancement.
Each south state has their own forest law derived from Madras Forest Act and Most of the other Indian states follow Indian forest Act 1927. Create a state specific ForestOffence.js
file with your state specific law knowledge to customize this application for your state. Please raise a git issue if there is a prosecution procedure difference in your state.
├── README.md # This file
├── Forest and WL Offence Booking.PDF # Interactive form (dropdowns/list box/push button selection triggers action event or item change event)
├── FormData.js # All the dropdown, list box values are available in this file
│── FormDataObject.js # It holds FormData json object fields and its related set/get functionality
├── ForestOffence.js # All forest/BD offence violation sections, Penalty sections, Punishment periods are available in this section
├── WLOffence.js # All WL offence violation sections, Penalty sections, Punishment periods are available here
├── ReportTemplates.js # All the Prosecution documents or reports are generation functionalities are documented here
│── OffenceBooking.js # Its a main program which read the properties from other JS. The full application logic are available here
│── documentTemplates # This folder contains all the sample document templates