Prerequisites
- Frappe Framework v15 or above
- ERPNext v15 or above
- An active INCOTEX TIMs device with API access (Base URL and API Key) provided by INCOTEX
- A KRA-registered company in ERPNext
Via Bench (Self-Hosted)
# Navigate to your bench directory
cd /home/frappe/frappe-bench
# Fetch the app from the develop branch
bench get-app --branch develop https://github.com/navariltd/tims_incotex.git
# Install on your site
bench --site {your-site-name} install-app tims_incotex
# Run migrations
bench --site {your-site-name} migrate
# Restart bench services
bench restart
Replace {your-site-name} with the name of your Frappe site (e.g., mycompany.localhost).
Via Frappe Cloud
- Log in to your Frappe Cloud account.
- Navigate to your site and go to Apps.
- Add the app using the repository URL:
https://github.com/navariltd/tims_incotex - Select the
developbranch. - Install and allow migrations to complete.
Last updated 5 days ago
Was this helpful?