> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/hi/inventory-and-transactions/transaction-history.md).

# लेन-देन इतिहास

***

#### **क्या मैं पिछली तारीख के लिए कोई लेन-देन दर्ज कर सकता/सकती हूँ?**

हाँ। जब आप एक <mark style="color:$primary;">`स्टॉक इन`</mark> या <mark style="color:$primary;">`स्टॉक आउट`</mark> लेन-देन बनाते हैं, तो आप कोई भी पिछली तारीख चुन सकते हैं।

#### **क्या मैं किसी मौजूदा लेन-देन की तारीख संपादित कर सकता/सकती हूँ?**

हाँ। जाएँ <mark style="color:$primary;">`लेन-देन`</mark>पर, लेन-देन चुनें, फिर <mark style="color:$primary;">`अधिक`</mark> > <mark style="color:$primary;">`संपादित करें या हटाएँ`</mark>. तारीख अपडेट करें और सहेजें।

<figure><img src="/files/1153a0325440c9e3ea45873a4ee957f08ba74cd1" alt=""><figcaption></figcaption></figure>

{% hint style="warning" icon="lightbulb" %}
संपादित किए गए लेन-देन नारंगी "**संपादित**" बैज और एक **संस्करण** **संख्या**.
{% endhint %}

#### **क्या पिछला लेन-देन संपादित करने से मेरी वर्तमान इन्वेंटरी बदल जाएगी?**

हाँ। किसी पिछली लेन-देन की मात्रा में कोई भी बदलाव आपकी वर्तमान स्टॉक स्तरों की पुनर्गणना करता है।

#### **यदि मैं बाद में किसी आइटम का विवरण अपडेट करूँ तो क्या होगा?**

किसी आइटम के नाम, लागत, मूल्य या विशेषताओं में किए गए परिवर्तन सभी पिछली लेन-देन पर पूर्वव्यापी रूप से लागू होते हैं। आपका <mark style="color:$primary;">`लेन-देन`</mark> इतिहास हमेशा सबसे अद्यतन आइटम जानकारी दिखाएगा, न कि मूल लेन-देन के समय के मान। यदि आपको ऐतिहासिक लागत या मूल्य डेटा सुरक्षित रखना है, तो नियमित रूप से रिपोर्ट निर्यात करें।

#### **क्या मैं देख सकता/सकती हूँ कि किसी लेन-देन को किसने बनाया या संपादित किया?**

हाँ। प्रत्येक लेन-देन उस टीम सदस्य को रिकॉर्ड करता है **जिसने इसे बनाया**साथ ही **तारीख** और **समय**. संशोधन भी संस्करण संख्याओं के साथ ट्रैक किए जाते हैं, जो किसी भी संशोधित लेन-देन पर दिखाई देती हैं।

<figure><img src="/files/765150143093ecae225cf2591e6e58601cb2c719" alt=""><figcaption></figcaption></figure>

#### **क्या मैं हटाए गए लेन-देन देख सकता/सकती हूँ?**

हाँ। <mark style="color:$primary;">`लेन-देन`</mark> मेनू में, के लिए एक फ़िल्टर जोड़ें <mark style="color:$primary;">`स्थिति बदलें`</mark> और चुनें <mark style="color:$primary;">`हटाया गया`</mark> ताकि हटाए गए लेन-देन देख सकें।

<figure><img src="/files/2ce27a71ee133711e373be55d2f44342ace8e557" alt=""><figcaption></figcaption></figure>

#### **मैं अपना लेन-देन इतिहास कैसे रीसेट करूँ?**

डेटा अखंडता के लिए, लेन-देन इतिहास को ऐप के भीतर से रीसेट नहीं किया जा सकता। कृपया संपर्क करें [सपोर्ट](https://www.boxhero.io/docs/resources/contact) और हम अगले कदमों में आपकी मदद करेंगे।


---

# 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://www.boxhero.io/docs/faq/hi/inventory-and-transactions/transaction-history.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.
