Skip to content
ERPNext Data Model
Esc
navigateopen⌘Jpreview
On this page

Masters

Assets masters — 5 entities with their key fields and relationships.

Reference data with an independent lifecycle: created once, referenced many times.

5 entities in Assets.

Asset Category

Classifies Assets and supplies default accounts, depreciation settings, and useful-life rules.

Naming: field asset_category_name · 9 fields · 4 inbound refs

Key fields

Field Type Req Label
asset_category_name Data yes Asset Category Name

Relationships

Field Type References Req
accounts Table Asset Category Account yes
finance_books Table Asset Finance Book

Asset Maintenance

Schedules recurring maintenance tasks for an Asset and tracks their next due dates.

Naming: field asset_name · 13 fields · 0 inbound refs

Relationships

Field Type References Req
asset_name Link Asset yes
company Link Company yes
maintenance_team Link Asset Maintenance Team yes
asset_maintenance_tasks Table Asset Maintenance Task yes

Asset Maintenance Team

Defines the Employees responsible for maintaining Assets.

Naming: field maintenance_team_name · 7 fields · 1 inbound ref

Key fields

Field Type Req Label
maintenance_team_name Data yes Maintenance Team Name

Relationships

Field Type References Req
company Link Company yes
maintenance_manager Link User (fw)
maintenance_team_members Table Maintenance Team Member yes

Asset Shift Factor

Defines the depreciation multiplier for a named operating shift, with one factor optionally marked as the default.

Naming: field shift_name · 3 fields · 1 inbound ref

Key fields

Field Type Req Label
shift_name Data yes Shift Name
shift_factor Float yes Shift Factor
default Check Default

Relationships

No outgoing relationships.

Location

Represents a physical location in a hierarchy and can retain map coordinates, boundaries, and calculated area.

Naming: field location_name · 17 fields · 7 inbound refs · tree / nested set

Key fields

Field Type Req Label
location_name Data yes Location Name
is_group Check Is Group

Relationships

Field Type References Req
area_uom Link UOM
parent_location Link Location

Was this page helpful?