Welcome to the Customized Calculation for Quotation app developed for ERPNext. This app provides tailored calculation functionality for quotations.
To use this customized ERPNext app, follow these steps:
- Open your terminal.
- Run the following command to install the app:
bench get-app https://github.com/Imorabet/customized-calculation-for-quotation.git
- Navigate to your ERPNext instance's root directory using the terminal.
- Use the bench command to install the app on your specific site. Replace
[site-name]
with the name of your ERPNext site.
bench --site [site-name] install-app test_app
After installing the app, you need to perform a database migration to apply any changes the app might introduce to the database schema.
Run the following commands:
bench --site [site-name] migrate
bench --site [site-name] clear-cache
- Log in to your ERPNext instance using a browser.
- Go to the "Help" on your navbar, and then click on "About"
- Find the newly installed app ("test_app") in the list and then it is ready to use.