to select ↑↓ to navigate
Zambia Compliance Via Digitax

Zambia Compliance Via Digitax

Manual Installation / Self Hosting

Before installing the application, ensure that you have a working Frappe Bench environment with ERPNext installed.

To set up a new Bench instance, refer to the official Frappe installation documentation:

Once your Bench environment is ready, fetch the application using the following command from the Bench directory:

Once your Bench environment is ready, fetch the application using the following command from the Bench directory:

bench get-app https://github.com/navariltd/zambia_compliance_via_digitax

Install the application on your target site:

bench --site test_site.com install-app zambia_compliance_via_digitax

Run database migrations to apply all schema and configuration updates:

bench --site <your.site.name.here> migrate

#Running Tests

To enable testing on the target site:

bench --site <your.site.name.here> set-config allow_tests true

Run the application test suite using:

bench --site <your.site.name.here> run-tests --app zambia_compliance_via_digitax

Replace <your.site.name.here> with the name of your ERPNext site.

Frappe Cloud Installation ☁️

The application can also be installed on Frappe Cloud. This can be achieved after setting up a Bench instance and a site. The app can then be added using the Add App button in the App tab of the bench and referencing this repository by using the Install from GitHub option if you are not able to search for the app.

Important Note ⚠️

This integration relies on DigiTax as the middleware provider for communication with ZRA SIS services.

Before using the application in production, organizations must complete onboarding and credential provisioning through DigiTax.

For support and onboarding assistance:

Last updated 3 days ago
Was this helpful?
Thanks!