src/ ├── model/ │ ├── Product.java │ ├── BilledItem.java │ └── Sale.java ├── view/ │ ├── LoginView.java ...