Flyout Fixed
Sri Lanka's Migration Hub - A comprehensive Frappe application for managing migration services, client applications, agreements, and service providers.
- Author: Ravana-indus
- Repository: https://github.com/Ravana-indus/flyout-fixed
- GitHub stars: 0
- Forks: 0
- License: AGPL-3.0
- Category: Developer Tools
- Maintenance: Minimally Maintained
- Frappe versions: develop
Install Flyout Fixed
bench get-app https://github.com/Ravana-indus/flyout-fixed
Add the Frappe Gems badge to your README
Maintain Flyout Fixed? Paste this into your README:
[](https://frappegems.com/gems/apps/Ravana-indus/flyout-fixed)
About Flyout Fixed
Flyout
Sri Lanka's Migration Hub - A comprehensive Frappe application for managing migration services, client applications, agreements, and service providers.
Features
- Client Management: Handle client profiles and applications
- Service Provider Management: Manage service providers and their offerings
- Agreement Management: Create and track service agreements
- Application Tracking: Monitor application stages and status
- Inquiry Management: Handle client inquiries and matching services
- Document Management: Organize and track required documents
- Payment Tracking: Monitor payment schedules and terms
Installation
Prerequisites
- Frappe Framework v14 or higher
- Python 3.10 or higher
Install from GitHub
You can install this app using the bench CLI:
# Get the app from repository
bench get-app https://github.com/ravanaindustries/flyout.git
# Install the app on your site
bench --site [your-site-name] install-app flyout
# Restart your bench
bench restart
Install from local directory
If you have the source code locally:
# Get the app from local path
bench get-app /path/to/flyout
# Install the app on your site
bench --site [your-site-name] install-app flyout
# Restart your bench
bench restart
Quick Install Script
For convenience, you can use the included installation script:
# Make the script executable (if not already)
chmod +x install.sh
# Run the installation script
./install.sh [your-site-name]
Configuration
After installation, you can access the Flyout app through your Frappe site. The app will add new modules and doctypes to your system:
- Flyout Module: Main module containing all migration-related doctypes
- Client Management: Client, Client Profile, Application doctypes
- Service Management: Service Master, Service Types, Provider doctypes
- Agreement Management: Agreement Enhanced, Agreement Template, Agreement Status
- System Configuration: System Config, Custom Field, Property Setter
Usage
- Setup Service Types: Define the types of migration services offered
- Register Service Providers: Add providers who offer migration services
- Configure System Settings: Set up system-wide configurations
- Manage Client Applications: Process client applications and inquiries
- Create Agreements: Generate and manage service agreements
- Track Progress: Monitor application stages and payment schedules
Development
Contributing
This app uses pre-commit for code formatting and linting. Please install pre-commit and enable it for this repository:
cd apps/flyout
pre-commit install
Pre-commit is configured to use the following tools for checking and formatting your code:
- ruff
- eslint
- prettier
- pyupgrade
CI
This app can use GitHub Actions for CI. The following workflows are configured:
- CI: Installs this app and runs unit tests on every push to
developbranch. - Linters: Runs Frappe Semgrep Rules and pip-audit on every pull request.
License
agpl-3.0
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.