## Goods Sold Subject to Inspection / Installation
When goods require installation, revenue recognition depends on the complexity of installation:
### Case 1: Easy/Simple Installation
- Revenue from goods is recognised on the date of sale
- Revenue from installation service is recognised after installation is complete
### Case 2: Complex Installation
| Sub-case | Revenue Treatment |
|---|---|
| Customer does NOT accept goods until installation is complete | Both goods revenue + installation revenue recognised after installation is complete |
| Customer accepts goods before installation (e.g., pre-payment or formal acceptance) | Goods revenue recognised on date of acceptance; installation revenue after installation complete |
### Decision Tree:
```
Installation complex?
├── No → Book goods revenue now; installation revenue after install
└── Yes → Customer accept before install?
├── No → Both revenues after install complete
└── Yes → Goods revenue on acceptance date; install revenue after install
```