Customization
Assisi can be customized by adding reports and views to the user interface. You can also add new tables and fields to the database.
Adding Excel Worksheets
Excel worksheets can be added to Assisi as reports. The analysis behind the sheets is done using C# code and AddIns.
Below is an example Excel workbook used to asses Nonindustrial Timber Management Plans (NTMP) for the state of California. There are many sheets within the workbook. Each sheet is processed using a C# app attached to the spreadsheet that performs the necessary calculations. This sheet has been added to the Stand Simulator User tab. Each time a simulation is run, the sheet automatically updates.

Customizing Table Views
Table views are part of the the browsing experience in Assisi. The columns in the views can be changed by deleting, moving and adding your own calculated columns.
Below is an example of adding "Market" columns to the existing Stands view of the Inventory Editor. On the right is shown the SQL used to calculate the "Export" quality market value.

A custom table view showing newly added market value columns.

The SQL query used to calculate a market value column.
