Demo App Clean

Clean push of custom frappe app

Install Demo App Clean

bench get-app https://github.com/Sujalingole24/demo_app_clean

Add the Frappe Gems badge to your README

Maintain Demo App Clean? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=Sujalingole24%2Fdemo_app_clean)](https://frappegems.com/gems/apps/Sujalingole24/demo_app_clean)

About Demo App Clean

demo_app

A custom Frappe app to manage serial number generation with full support for Auto Generate, Use Existing, and Based on Raw Material modes.


Features

  • Generate serial numbers intelligently through the Serial Voucher Doctype
  • 3 generation types:
    • Auto Generate
    • Use Existing
    • Based on Raw Material (linked with Work Order)
  • Integrated child table: Serial Voucher Detail
  • Naming Series applied (SV-YYYY-#####)
  • Clean backend logic using before_save hook
  • Fully exportable via fixtures

Doctypes

Serial Voucher (Parent)

  • item (Link: Item)
  • quantity (Int)
  • generate_type (Select: Auto Generate / Use Existing / Based on Raw Material)
  • work_order (Link: Work Order)
  • serial_numbers (Child Table: Serial Voucher Detail)

Serial Voucher Detail (Child)

  • serial_number (Data)
  • item (Link: Item)
  • existing_serial (Link: Serial No)

Installation

You can install this app using the bench CLI:

```bash

Go to your bench directory

cd frappe-bench

Clone the app

git clone https://github.com//demoapp.git apps/demoapp

Install the app

bench --site your-site-name install-app demo_app

Migrate to apply changes

bench --site your-site-name migrate

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.