Skip to content

SupplierPart: vendor catalog numbers linking suppliers and parts #9

Description

@CST-100

A supplier can have its own catalog number for a part, distinct from the internal PN and manufacturer PN.

  • New supplier_part table: supplier_id, part_id, vendor_pn, is_preferred, notes, unique on (supplier_id, part_id), cascade on delete.
  • CRUD API under /suppliers/{id}/parts plus a cross-reference view GET /parts/{id}/suppliers.
  • Web: "Catalog Numbers" panel on supplier detail, "Suppliers" panel on part detail, with inline HTMX add forms.
  • Enables part pages to show e.g. "DigiKey: 123-4567, Mouser: 987-6543" and future PO pre-population.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions