احسب زكاة الثمار

حاسبة زكاة الثمار هي أداة تستخدم لحساب مبلغ زكاة الثمار المستحقة وفقًا للأحكام الشرعية في الإسلام. تستخدم هذه الحاسبة لحساب المبلغ المالي الذي يجب دفعه كزكاة على الثمار المحصولة، وهي تشمل جميع أنواع الثمار. بالإضافة إلى ذلك، يمكن أيضًا استخدام حاسبة زكاة التمر لحساب مبلغ زكاة التمر المستحقة بناءً على الكمية والقيمة المالية للتمر المحصول. يمكنك استخدام هذه الأدوات لضمان أداء زكاتك بشكل صحيح ووفقًا للتعاليم الدينية.


زكاة الثمار

كغ






This API allows you to calculate Zakat for fruits based on the weight, price per kilogram, and watering method of the fruits.API Endpoint:

You can connect with the API by sending a POST request to the following endpoint:

https://do-calculate.com/api/calculate-fruits-zakat


Request Body:

The API expects a JSON object in the request body with the following properties:

  • weight (number, required): The weight of the fruits in kilograms.
  • pricePerKg (number, required): The price per kilogram of the fruits in the currency of your choice.
  • wateringMethod (string, required): The watering method for Zakat calculation. Valid values are "no-cost", "full-cost", or "mid-cost".
JSON
{
  "weight": 50,
  "pricePerKg": 10,
  "wateringMethod": "full-cost"
}


Response:

The API will respond with a JSON object containing the calculated Zakat on silver, the threshold, and the Zakat duty as shown in the following example:

JSON
{
  "result": {
    "fruitsZakatAmount": 2.5,
    "moneyZakatAmount": 125,
    "threshold": 635
  }
}
  • fruitsZakatAmount (number): The calculated amount of Zakat on fruits.
  • moneyZakatAmount (number): The calculated amount of Zakat on money.
  • threshold (number): The threshold weight of fruits above which Zakat is required to be paid.

Error Responses:
  • If the request is missing any of the required properties (weight, pricePerKg, or wateringMethod), the API will respond with a 400 Bad Request status code and an error message.

  • If the weight or height is negative, the API will also respond with a 400 Bad Request status code and an error message.


Request example with Curl in Bash:

bash
curl -X POST -H "Content-Type: application/json" -d '{"weight":50,"pricePerKg":10,"wateringMethod":"full-cost"}' https://do-calculate.com/api/calculate-fruits-zakat 

حاسبة زكاة الثمار

تأخذ الحاسبة ثلاثة معاملات:
  • وزن الثمار (بالكيلوغرام)
  • سعر الكيلوغرام الواحد من الثمار
  • طريقة الري
تقوم الحاسبة بحساب زكاة الثمار بناءً على العوامل التالية:
  • إذا كانت طريقة الري بدون تكلفة، فنسبة الزكاة تكون 10٪
  • إذا كانت طريقة الري بتكلفة كاملة، فنسبة الزكاة تكون 5٪
  • إذا كانت طريقة الري بتكلفة متوسطة، فنسبة الزكاة تكون 7.5٪
ثم يتم حساب قيمة زكاة الثمار في الكيلوغرامات والقيمة المالية بناءً على الوزن ونسبة الزكاة وسعر الكيلوغرام الواحد من الثمار. ويتم تحديد الحد الأدنى لزكاة الثمار بقيمة 635 كيلوغرام.

تُعيد الحاسبة النتيجة في كائن يحتوي على المعلومات التالية:
  • قيمة زكاة الثمار بالكيلوغرامات.
  • قيمة زكاة الثمار المالية.
  • الحد الأدنى لزكاة الثمار.


المصدر: إسلام ويب
تاريخ اخر مراجعة : 05/07/2023