Frappe Bench Ucraft
This application integrates Ucraft with ERPNext, allowing users to create companies in ERPNext based on their Ucraft project and authenticate via SSO.
- Author: UvRoxx
- Repository: https://github.com/UvRoxx/frappe-bench-ucraft
- GitHub stars: 0
- Forks: 0
- License: MIT
- Category: Developer Tools
- Maintenance: Unmaintained
- Frappe versions: develop
Install Frappe Bench Ucraft
bench get-app https://github.com/UvRoxx/frappe-bench-ucraft
Add the Frappe Gems badge to your README
Maintain Frappe Bench Ucraft? Paste this into your README:
[](https://frappegems.com/gems/apps/UvRoxx/frappe-bench-ucraft)
About Frappe Bench Ucraft
Ucraft ERPNext Integration
This application integrates Ucraft with ERPNext, allowing users to create companies in ERPNext based on their Ucraft project and authenticate via SSO.
Features
- Create a company in ERPNext via an API call when a Ucraft user installs the app.
- Authenticate Ucraft users in ERPNext using SSO.
API Endpoints
Create Company
Endpoint: /api/method/ucraft.api.create_company_for_ucraft_project
Method: POST
Description: Creates a company in ERPNext with the given project ID from Ucraft.
Request Payload:
```json { "projectid": "string", "companyname": "string" } Response:
200 OK on success with company creation message. 409 Conflict if a company with the project ID already exists. 400 Bad Request if required fields are missing.
Authentication - This app will automatically override and redirect the current Auth UI through UCraft's API. - Just Install App and Initiate Login -
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.