Customized Calculation For Quotation
Welcome to the Customized Calculation for Quotation app developed for ERPNext. This app provides tailored calculation functionality for quotations.
- Author: Imorabet
- Repository: https://github.com/Imorabet/customized-calculation-for-quotation
- GitHub stars: 0
- Forks: 0
- License: NOASSERTION
- Category: Developer Tools
- Maintenance: Unmaintained
Install Customized Calculation For Quotation
bench get-app https://github.com/Imorabet/customized-calculation-for-quotation
Tags
- erpnext
- erpnext-customization
- frappe
- js
Add the Frappe Gems badge to your README
Maintain Customized Calculation For Quotation? Paste this into your README:
[](https://frappegems.com/gems/apps/Imorabet/customized-calculation-for-quotation)
About Customized Calculation For Quotation
customized calculation for quotation
Welcome to the Customized Calculation for Quotation app developed for ERPNext. This app provides tailored calculation functionality for quotations.
Installation
To use this customized ERPNext app, follow these steps: 1. Open your terminal. 2. Run the following command to install the app:
bench get-app https://github.com/Imorabet/customized-calculation-for-quotation.git
Install the App
- 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
Migrate and Update
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
Check the App
- 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.
Related Developer Tools apps for Frappe & ERPNext
- Frappe — Low code web framework for real world applications, in Python and Javascript
- Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
- Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
- Bench — CLI to manage Multi-tenant deployments for Frappe apps
- Frappe Ui — A set of components and utilities for rapid UI development
- Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
- Gameplan — Open Source Discussions Platform for Remote Teams
- Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.