pos integration
This commit is contained in:
@@ -52,6 +52,7 @@ import InventoryView from './components/InventoryView';
|
||||
import SettingsView from './components/SettingsView';
|
||||
import StoreDetailView from './components/StoreDetailView';
|
||||
import DispatchHubView from './components/DispatchHubView';
|
||||
import PosConsoleView from './components/PosConsoleView';
|
||||
import LoginView from './components/LoginView';
|
||||
import UserStorePage from './components/UserStorePage';
|
||||
import SuperAdminPage from './components/SuperAdminPage';
|
||||
@@ -671,6 +672,12 @@ export default function App() {
|
||||
<Route path="dispatch" element={
|
||||
<DispatchHubView tenantId={tenantId} />
|
||||
} />
|
||||
|
||||
{/* Tenant-wide POS: no locationid, so the view fans out over every
|
||||
outlet under the tenant. */}
|
||||
<Route path="pos" element={
|
||||
<PosConsoleView tenantId={tenantId} />
|
||||
} />
|
||||
|
||||
</Routes>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user