25 lines
852 B
Dart
25 lines
852 B
Dart
const String loginViewRoute = 'LoginView';
|
|
const String mainViewRoute = 'MainView';
|
|
const String workViewRoute = 'WorkView';
|
|
const String addProductViewRoute = 'AddProductView';
|
|
const String addByBarcodeViewRoute = 'AddByBarcodeView';
|
|
|
|
const String contragentSelectViewRoute = 'ContragentSelectViewRoute';
|
|
|
|
const String paymentViewRoute = 'paymentViewRoute';
|
|
|
|
const String settingPrinterBluetoothViewRoute = 'SettingPrinterBluetoothView';
|
|
const String settingPrinterBleBluetoothView = 'SettingPrinterBleBluetoothView';
|
|
const String settingPrinterBlueView = 'settingPrinterBlueView';
|
|
|
|
|
|
// Generate the views here
|
|
|
|
|
|
const String categoryEditRoute = 'categoryEditRoute';
|
|
const String categorySelectViewRoute = 'categorySelectViewRoute';
|
|
|
|
const String goodsEditRoute = 'goodsEditRoute';
|
|
const String goodsDictionaryViewRoute = 'goodsDictionaryViewRoute';
|
|
|