salesFeature

inline fun <T : Any> NavGraphBuilder.salesFeature(navController: NavHostController)

Defines the navigation graph for the Sales feature.

This includes routes for listing sales, adding a new sale, checking out, and viewing details.

Parameters

navController

The NavHostController used for navigation between screens.

Type Parameters

T

The type of the root destination for this feature.