Project Contract Field

Feature

Project accounts in Goldenseal project management software previously had a Contract field, which has never been used for anything.

To prevent confusion, we removed it, and replaced it with a View Contracts button.

Suggested By

Turtlesoft staff.

How to Use

Click the View Contracts button to see all contracts for the current Project account.

Technical Details

Programmer note-- we will not store any references in Project accounts, to any contracts. Instead, we're using the new DB_ListManager::FillMatchingRecords method to fetch a list of contracts very quickly. It can probably be extended to other places where we need to fetch a list of transactions for one account.