Supplier

Supplier Type

Represents a supplier entity in the system that provides goods or services to the warehouse.

Fields

Field
Type
Description

id

ID!

Unique identifier of the supplier

tenantID

UUID!

Tenant identifier

dataTypeID

UUID

Data type identifier

dataTypeSlug

String

Data type slug

data

Map

Custom data associated with the supplier

createdAt

Time!

Creation timestamp

createdBy

UUID!

User identifier who created the supplier

updatedAt

Time

Last update timestamp

updatedBy

UUID

User identifier who last updated the supplier

deletedAt

Time

Deletion timestamp

deletedBy

UUID

User identifier who deleted the supplier

Interfaces

  • Node

Usage Example

Custom Data Examples

The data field typically contains supplier-specific information:

Notes

  • Suppliers are master data entities used throughout the system

  • Custom fields are stored in the data JSON field

  • Use dataTypeSlug to categorize suppliers (e.g., "domestic_supplier", "international_supplier")

  • Virtual repositories can be named after suppliers for receiving operations

  • Suppliers can be referenced in receiving inbounds and purchase orders

Last updated

Was this helpful?