> For the complete documentation index, see [llms.txt](https://help.pletox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pletox.com/petrol-bills.md).

# Petrol Bills

This module helps calculate petrol reimbursement based on distance traveled and the defined per-kilometer rate.

### Screen Actions :

<div align="left" data-with-frame="true"><figure><img src="/files/FaFshTWMMwRTixBMdDQo" alt=""><figcaption></figcaption></figure></div>

At the top of the Petrol Bills screen, the following actions are available:

* **Filters :**<br>

  <div data-with-frame="true"><figure><img src="/files/wkCtWwDxsg7nh95EDkGT" alt=""><figcaption></figcaption></figure></div>

  \
  After click on the filter above filter Used to narrow down petrol bill records based on employee, month, or search keywords.\
  \
  This is useful for reviewing specific employee claims or month-wise reimbursements.\
  \
  **Resigned toggle :**\
  If enabled, the toggle allows the employee to view entries related to resigned employees.
* **Export :**\
  Allows downloading petrol bill data for reporting, payroll reference, or accounting purposes.
* **Add :**\
  Used to create a new petrol bill entry for an employee.

### Petrol Bill Listing Details:

Each petrol bill entry displays the following information:

<div data-with-frame="true"><figure><img src="/files/NZMXBaesa22i3rwN4gsH" alt=""><figcaption></figcaption></figure></div>

* Serial number of the entry
* Employee ID
* Employee name
* Month for which the petrol claim is raised
* Total kilometers traveled
* Rate per kilometer
* Final reimbursement amount calculated by the system
* Action options to edit or delete the entry

The reimbursement amount is automatically calculated using the formula:\
**Kilometers × Rate per Kilometer**

### Adding a Petrol Bill Entry :

To add a new petrol bill:

1. Click on the **Add** button\
   ![](/files/WWS9B3Q0qBQkgqU6egq1)
2. Select the employee<br>

   <div align="left" data-with-frame="true"><figure><img src="/files/4YHWKHSE8kYzpJuzuZ7H" alt=""><figcaption></figcaption></figure></div>
3. Select the applicable month
4. Enter the total kilometers traveled
5. Enter the rate per kilometer
6. Save the entry

Once saved, the system automatically calculates and displays the reimbursement amount.

### Editing or Deleting Entries :

* **Edit** allows modification of existing petrol bill details such as kilometers, rate, or month.
* **Delete** removes the petrol bill entry.

###

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.pletox.com/petrol-bills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
