Skip to main content
Glama

AARO ERP MCP Server

by AaroYazilim

erp_dekont_olustur

Create new transaction headers in the ERP system (e.g., Orders, Quotes, Invoices) by specifying type, date, document number, and customer details. Essential for managing transactions within the AARO ERP MCP Server.

Instructions

ERP sisteminde yeni dekont başlığı oluşturur (Sipariş, Teklif, Fatura vb.). Görüntülemek için: https://erp.aaro.com.tr/Fatura/Kalem?id={DekontID}

Input Schema

NameRequiredDescriptionDefault
AciklamaNoAçıklama
BelgeNoYesBelge numarası aynı tipte bulunan id ye göre en son eklenen dekontu bul ve onun belgenosuna +1 ekle
CariIDYesCari ID (zorunlu)
DovizIDNoDöviz ID (varsayılan: 1)
RefDepoIDNoReferans depo ID (varsayılan: 1)
SirketIDNoŞirket ID (varsayılan: 1)
SubeIDNoŞube ID (varsayılan: 1)
TarihYesDekont tarihi (YYYY-MM-DD)
TipIDYesDekont tipi (10013: Alınan Sipariş, 10014: Verilen Sipariş, 10015: Alınan Teklif, 10016: Verilen Teklif, 10005: Satış Faturası, 10006: Alış Faturası, 10007: Satış İade Faturası, 10008: Alış İade Faturası)
VadeNoVade tarihi (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "Aciklama": { "description": "Açıklama", "type": "string" }, "BelgeNo": { "description": "Belge numarası aynı tipte bulunan id ye göre en son eklenen dekontu bul ve onun belgenosuna +1 ekle", "type": "string" }, "CariID": { "description": "Cari ID (zorunlu)", "type": "string" }, "DovizID": { "description": "Döviz ID (varsayılan: 1)", "type": "string" }, "RefDepoID": { "description": "Referans depo ID (varsayılan: 1)", "type": "string" }, "SirketID": { "description": "Şirket ID (varsayılan: 1)", "type": "string" }, "SubeID": { "description": "Şube ID (varsayılan: 1)", "type": "string" }, "Tarih": { "description": "Dekont tarihi (YYYY-MM-DD)", "type": "string" }, "TipID": { "description": "Dekont tipi (10013: Alınan Sipariş, 10014: Verilen Sipariş, 10015: Alınan Teklif, 10016: Verilen Teklif, 10005: Satış Faturası, 10006: Alış Faturası, 10007: Satış İade Faturası, 10008: Alış İade Faturası)", "type": "string" }, "Vade": { "description": "Vade tarihi (YYYY-MM-DD)", "type": "string" } }, "required": [ "TipID", "Tarih", "BelgeNo", "CariID" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AaroYazilim/aaro-erp-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server