frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
20.81k stars 7.14k forks source link

New Doctype for Entering Quality Inspection Records w.r.t to Purchase Receipt/Delivery Note #35177

Open djpalshikar opened 1 year ago

djpalshikar commented 1 year ago

Is your feature request related to a problem? Please describe. Quality Inspection against Purchase Receipt/Delivery Note is taking very long. Our team skips it.

Describe the solution you'd like A new Document Type which has a child table similar to Purchase Receipt/Delivery Note. Here the individual item can be entered and fields for inspection can be got from the inspection template. Since Quality inspection has itself has child table, the fields will have to be fetched inside a single expanded row. We can also have exclude the "Readings" table from this document, it can entered separately if the user needs it.

The idea is to have 'TAB' button accessible user data entry to make things faster.

Each row will create a Quality Inspection Document in the background. If more details needs to be added, the user can add more data to the individual Quality Inspection Record.

Describe alternatives you've considered

  1. Nested Tables for Quality Inspection. But, since this will require a core change to Frappe, this needs to be rejected.
  2. Creating a button a new Button "Create Quality Inspection Records", this will automatically create records for Quality Inspection with default values. However, this will still take considerable time for the end user.

Additional context Quality Inspection table with a readings table image

pmjd-code commented 9 hours ago

Nice idea, I have a similar issue that we need to log when goods are received and can do so as a Purchase Receipt but some goods require a quality inspection before being approved for use which can't always be carried out at the same time.

Hope it gets picked up by the maintainers.