> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bultech.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Contract Log

> The Contract Log allows you to manage all subcontractor contracts, commitments, and related financial details in your project from a central location.

# Contract Log

The Contract Log allows you to manage all subcontractor contracts, commitments, and related financial details in your project from a central location.

## Accessing the Page

While inside the relevant project, simply click the **Commitments** (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/file-sign.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=71260ffe6365dffdbe29948e98c7b26e" alt="file-sign" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/file-sign.svg" />) icon in the left menu.

Direct URL: `https://app.bultech.co/company/:companyId/project/:projectId/commitments/contract-log`

## Interface and Actions

<AccordionGroup>
  <Accordion title="Global Actions (Top Right Corner)">
    * **Create Contract Log:** Redirects to the [Contract Creation](/en/commitments/contract-creation-editing) form to create a new contract record.
    * **Filter (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/filter-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=baa4d3b8b3fc5f233d5d11e6983747f3" alt="filter-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/filter-outline.svg" />):** Filters contracts by their status or whether files have been attached.
    * **Search:** Performs a text-based search within the list.
    * **Export to Excel (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/file-excel-box.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=2f5855b493f26e561126e2d7d60404b8" alt="file-excel-box" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/file-excel-box.svg" />):** Downloads the current contract list in Excel format.
  </Accordion>

  <Accordion title="Contract Table Columns">
    * **Contract Number (#):** A unique, clickable number to view the contract details.
    * **Contracted Company:** The subcontractor with whom the contract was made.
    * **Budget:** The budget allocated for the related work item.
    * **Original Contract Amount:** The initial agreed-upon amount of the contract.
    * **Change Order Amount:** The total of change orders added to the contract.
    * **Status:** A label showing the current status of the contract (Signed, Unsigned, Pending).
    * **Files:** An icon indicating attached files.
    * **Final Contract Amount:** The final amount after the original amount and change orders.
  </Accordion>

  <Accordion title="Row Actions">
    When you hover over a contract row, action icons appear on the far right of the row:

    * **Edit (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/note-edit-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=86760c3251f984c81e6153faf31ab846" alt="note-edit-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/note-edit-outline.svg" />):** Opens the form to edit the contract information.
    * **Delete (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/delete-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=9c7b274d96711df8603dfb5239eca8b7" alt="delete-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/delete-outline.svg" />):** Opens a confirmation window to delete the contract.
  </Accordion>
</AccordionGroup>

<Note>
  **Authorization:** Creating, editing, and deleting contracts depends on the user's [roles and permissions](/en/platform-rules/roles-and-permissions-rbac).
</Note>
