Frappe Zakat App to help business owners and individuals to calculate the required ZAKAT amount based on the Islamic regulations.
agpl-3.0
To setup the repository locally follow the steps mentioned below:
-
Navigate to your bench directory:
cd /path/to/your/bench
-
Install the app:
bench get-app --branch master https://github.com/lavaloon-eg/frappe-zakat.git
-
Install to your site:
bench --site [your-site-name] install-app frappe_zakat
-
Restart bench:
bench restart