https://github.com/frappe/erpnext_price_estimation
https://github.com/frappe/erpnext_price_estimation
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frappe/erpnext_price_estimation
- Owner: frappe
- License: mit
- Created: 2024-05-15T12:33:58.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-07-20T08:45:55.000Z (11 months ago)
- Last Synced: 2024-12-11T05:30:56.872Z (6 months ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 29
- Watchers: 9
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## ERPNext Price Estimation
## 🚀 Introduction
This tool helps ERPNext implementors create a standardised quote. This tool will help a sales / estimation consultant to ask the right question to scope a standard / vanilla implementation. This tool will help you estimate the number of hours. You can choose your own rates.
## ✨ Key Features
1. Pre-built module masters - list of all tasks associated with implementing a module
2. Estimation - estimate for a particular customer
3. Print Format - to present to the customer## 🛠 Installation
Using bench, [install ERPNext](https://github.com/frappe/bench#installation) as mentioned here.
Once ERPNext is installed, add PRM app to your bench by running
```sh
$ bench get-app erpnext_price_estimation https://github.com/frappe/erpnext_price_estimation.git
```## 📘 User Guide
https://github.com/frappe/erpnext_price_estimation/assets/27720465/10d308af-af89-4152-ac37-aaf3344445f3
### 1. Estimation
Go to the "ERPNext Price Estimation" module, or create via awesomebar.
#### 1. Start a new estimate
#### 2. Select the modules
Once you select the module, the estimate will be auto-updated. Edit as required.
#### 3. Set your hourly rate
#### 4. Add the Frappe Cloud details
#### 5. Add the AMC details

#### 6. Review and Save
### 2. Generating Print Formats
Go to the "Print Formats" section.
Select "ERPNext Price Estimation"

Customize the print format if needed and generate the document.
### 3. Changing the masters
New modules,Estimation Process, Estimation Document can be added and modified as required.Modules:
Estimation Process:
Estimation Document:
Estimation Document corresponding to the Estimation Document can be added /modified.
Note: Estimation Process Needs to be added for the Setup, Customization Module as per the requirement.
## 🤝 Contributing
Please raise a pull request to add enhancements!
## 📜 License
MIT See [license.txt](https://github.com/frappe/partner_relationship_management/blob/main/license.txt) for more information.