**Problem:** The web_demo does not show the purpose text. **Reason:** This is due to an incorrect method name in _index.wm_. **Sollution:** Within index.wm, change line #85 from: `<td>$transaction.getPurpose()</td>` to: `<td>$transaction.getPurposeText()</td>`