Business logic is what makes your app your app: if the client has not paid the retainer, block matter access. Good architecture keeps business logic in one place (usually the backend) rather than scattering it across the UI and database.
Business Logic
Also known as: domain logic