# ROP

<figure><img src="/files/nPc22r7m43gthzfTgjVF" alt=""><figcaption><p>ROP - ReOrder Point / Sipariş Tetikleme Noktası</p></figcaption></figure>

Stok Yönetiminde [Minimum Stok](https://www.sedatonat.com/tr/post/terim-minimum-stok) takibinin bir unsuru ReOrder Point, stokta bulunması gereken malzemenin hangi stok seviyesinde tekrar siparişe konu olacağını belirten sipariş tetikleme noktasıdır.

&#x20;

Kullanıma göre belirli aralıklarla güncellenen bu tetikleme seviyesi, Temin Süresi ve [EOQ - Economic Order Quantity](https://www.sedatonat.com/tr/post/terim-eoq-ekonomik-siparis-noktasi) ile birlikte değerlendirerek hesap edilir.

**ReOrder Point** = Günlük ortalama tüketim x Temin Süresi (gün)

Ürün= Elektrod

15 kg (Günlük Ortalama Tüketim) x 21 Takvim günü = **315 kg Sipariş Tetikleme Noktası**

[Economic Order Quantity](https://www.sedatonat.com/tr/post/terim-eoq-ekonomik-siparis-noktasi) = 200 kg

315 kg / 200 kg = 1,575 => 2

1,575 => 2

2 x 200 kg = **400 kg EOQ Hesaba katılmış sipariş miktarı**


---

# Agent Instructions: 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:

```
GET https://www.tedarikzincirisozlugu.com/a-z/r/rop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
