type
entity
created
Mon Apr 06 2026 02:00:00 GMT+0200 (Central European Summer Time)
updated
Mon Apr 06 2026 02:00:00 GMT+0200 (Central European Summer Time)
sources
raw/notes/projectBrief, raw/notes/systemPatterns
tags
company property-management integration
aliases
Yardi Systems

Yardi

abstract
Property management software system whose data UnitCycle consumes. UnitCycle uses `managed=False` Django models to read Yardi-synced tables without modifying them.

Role in UnitCycle

Key Constraint

The propintel database user has DML only (SELECT/INSERT/UPDATE/DELETE). No CREATE/ALTER/DROP. Schema changes require sudo -u postgres.

Sources

Related