id | id | integer | NO | | Primary key (internal surrogate ID). |
geo_id | geo_id | integer | NO | | Business identifier for the geolocation record (unique within tenant). |
geo_timecard_entry_id | geo_lat_start | integer | NO | | Associated timecard/attendance entry identifier (references time tracking system, e.g., pres.timbra table). |
geo_report_id | geo_lon_start | integer | NO | | Associated report or expense claim identifier (references activity reports or expense reimbursement records). |
geo_start_latitude | geo_address_start | numeric(12,8) | NO | | Starting point latitude coordinate (decimal degrees, e.g., 45.4642035 for Milan). |
geo_start_longitude | geo_lat_end | numeric(12,8) | NO | | Starting point longitude coordinate (decimal degrees, e.g., 9.1899814 for Milan). |
geo_start_address | geo_lon_end | text | NO | | Reverse-geocoded address for the starting point (e.g., "Via Roma 123, Milano, MI"). |
geo_end_latitude | geo_address_end | numeric(12,8) | NO | | Ending point latitude coordinate (decimal degrees). |
geo_end_longitude | geo_name_img_start | numeric(12,8) | NO | | Ending point longitude coordinate (decimal degrees). |
geo_end_address | geo_name_img_end | text | NO | | Reverse-geocoded address for the ending point. |
geo_start_image_name | geo_tim_id | text | NO | | Filename or path of image captured at the starting point (e.g., photo taken during clock-in for verification). |
geo_end_image_name | geo_rendcont_id | text | NO | | Filename or path of image captured at the ending point (e.g., photo taken during clock-out). |
tenant_id | tenant_id | integer | YES | | Tenant identifier for multi-tenancy (references cloud._tenant). |
colcustom | colcustom | jsonb | YES | '{}'::jsonb | JSON object for custom fields and tenant-specific extensions. |
_deleted | _deleted | boolean | YES | false | Soft delete flag for technical deletion (not functional cancellation). |