Skip to content

Commit

Permalink
إضافة هيكلة قاعدة البيانات والمحتوى المرئي للحركة
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Oct 8, 2024
1 parent 5c07636 commit 6c533cb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,25 @@

- المؤسسات المالية الإسلامية: دمج الزكاة (Zakat) في الأنظمة الحالية لتحسين الإدارة المالية وإعداد التقارير.

### الوثائق
### الوثائق:

- [آلية الزكاة: خوارزمية الغرف والصناديق](./docs/algorithm.ar.md)

- [هيكلة قاعدة البيانات](./docs/database_structure.md)

- [صيغة الزكاة: تمثيل رياضي للصدقة الإسلامية](./docs/mathematics.ar.md)

- [كيفية عمل أسعار الصرف في نظام حساب الزكاة؟](./docs/exchange_rates.ar.md)

- [خوارزمية تتبع المخزون مع مراعاة الزكاة (مع الدورة القمرية)](./docs/inventory.ar.md) [**مخطط له**]

### المحتوى المرئي:

* [Mastering Zakat: The Rooms and Boxes Algorithm Explained!](https://www.youtube.com/watch?v=maxttQ5Xo5g)
* [طريقة الزكاة في العصر الرقمي: خوارزمية الغرف والصناديق](https://www.youtube.com/watch?v=kuhHzPjYD6o)
* [Zakat Algorithm in 42 seconds](https://www.youtube.com/watch?v=1ipCcqf48go)
* [How Exchange Rates Impact Zakat Calculation?](https://www.youtube.com/watch?v=PW6tjZgtShE)

### ابدأ الآن:

قم بتثبيت مكتبة الزكاة (Zakat) باستخدام pip:
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,25 @@ Zakat is a user-friendly Python library designed to simplify the tracking and ca

- Islamic Financial Institutions: Integrate Zakat into existing systems for enhanced financial management and reporting.

### Documentation
### Documentation:

- [Mechanism of Zakat: The Rooms and Boxes Algorithm](./docs/algorithm.md)

- [Database Structure](./docs/database_structure.md)

- [The Zakat Formula: A Mathematical Representation of Islamic Charity](./docs/mathematics.md)

- [How Exchange Rates Work in a Zakat Calculation System?](./docs/exchange_rates.md)

- [Zakat-Aware Inventory Tracking Algorithm (with Lunar Cycle)](./docs/inventory.md) [**PLANNED**]

### Videos:

* [Mastering Zakat: The Rooms and Boxes Algorithm Explained!](https://www.youtube.com/watch?v=maxttQ5Xo5g)
* [طريقة الزكاة في العصر الرقمي: خوارزمية الغرف والصناديق](https://www.youtube.com/watch?v=kuhHzPjYD6o)
* [Zakat Algorithm in 42 seconds](https://www.youtube.com/watch?v=1ipCcqf48go)
* [How Exchange Rates Impact Zakat Calculation?](https://www.youtube.com/watch?v=PW6tjZgtShE)

### Get Started:

Install the Zakat library using pip:
Expand Down
Binary file added analysis/database/zakat-pony.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added analysis/database/zakat.pdf
Binary file not shown.
Binary file added analysis/database/zakat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions analysis/database/zakat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/database_structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![zakat.svg](../analysis/database/zakat-pony.png)

0 comments on commit 6c533cb

Please sign in to comment.