SÚO is a Kotlin Multiplatform application designed to provide users with a comprehensive chart of accounts (Směrná Účtová Osnova in Czech). The application allows users to easily search for accounts by number or title, as well as filter them by target document (e.g., balance sheet, financial statement) or account type (assets, liabilities, taxable, non-taxable).
- Chart of Accounts: Access a complete chart of accounts.
- Search Functionality: Quickly search for accounts by number or title.
- Filtering Options: Filter accounts by target document or account type.
- Cross-Platform Compatibility: Built using Kotlin Multiplatform, SÚO is compatible with both Android and iOS platforms.
- Modern UI: Utilizes Compose Multiplatform for UI design, providing a modern and consistent user experience across platforms.
- Dependency Injection: Incorporates Koin for dependency injection, enhancing code modularity and maintainability.
- Kotlin Multiplatform
- Compose Multiplatform for UI
- Multiplatform Lifecycle ViewModel
- Koin for dependency injection