> For the complete documentation index, see [llms.txt](https://docs.payfacto.com/payfacto-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payfacto.com/payfacto-knowledge/maitred-pos/maitred/maitred-complete-online-documentation/chap-14-account-receivable/actions/transaction-entry.md).

# Transaction Entry

### Transaction Entry

This option allows to manually enter transactions on an account. There are three types of transaction that can be entered: check, credit or charge.

**Customer**

Select from the drop-down menu the A/R customer that you are entering transactions for and click on the OK button to access that record.

![Button - Add](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/Buttons/MDButton-Add.jpg)

This button allows to add a new transaction entry to this customer record. When you select this button, you will be prompt asking to edit every field for the new entry.

**Date**

Enter the date of the entry.

**Amount**

Enter the amount of the entry.

**Reference**

Enter in this field any references for the entry such as check number, mini-descriptions like adjustment or error.

**Type**

Enable from the drop-down menu, the type of entry. There are three different types: Charge, Check or credit.

![Button - Modify](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/Buttons/MDButton-Modify.jpg)

This button allows you to modify information on the transaction entry. Select the entry that you want to edit and click on the MODIFY button. The transaction entry will be displayed and you will be allowed to change any field.

![Button - Delete](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/Buttons/MDButton-Delete\(Consolas\).jpg)

This button allows to delete a transaction entry from the customer record. Select the entry to remove and click on the DELETE button. A warning message will prompt you for a confirmation to delete that entry. Click on OK to remove this 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://docs.payfacto.com/payfacto-knowledge/maitred-pos/maitred/maitred-complete-online-documentation/chap-14-account-receivable/actions/transaction-entry.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.
