InvoiceScreen
fun InvoiceScreen(navController: ERROR CLASS: Symbol not found for NavController??, snackStateFlow: ERROR CLASS: Symbol not found for SharedFlow<io/rekast/sdk/sample/utils/SnackBarComponentConfiguration>, showProgressBar: Boolean = false, viewModel: InvoiceScreenViewModel?)
Renders the Collection Invoice screen: a create form plus check-status and cancel actions, with a console panel showing each operation's outcome.
Parameters
navController
Used by the drawer; may be null in previews.
snackStateFlow
Flow of snackbar messages.
showProgressBar
Whether to show the loading indicator.
viewModel
Provides form state and the create/status/cancel actions; null in previews.