FastAPI backend (Python 3.11, MSSQL ODBC for SambaPOS, Azure DI OCR),
kitchen_db on central PG. React/TS/Vite frontend with navy sidebar layout.
Backend: auth.py (APP_SLUG=kitchen, SimpleNamespace — archive routes use
.kitchen_id/.is_admin without modification), main.py (51 migrations, scheduler,
internal router for KDS bookings feed), api/internal.py, full archive API
(31 routers: invoices, recipes, menus, sambapos, resos, newbook, disputes,
purchase_orders, etc.), models, migrations, OCR pipeline.
kitchen_id pinned to 1 (B1 — single hotel).
Frontend: AuthGate (app=kitchen, token shim for archive compat — B5b pending),
Layout (navy sidebar, 6 sections, Lucide icons, teal --app-primary),
App.tsx (Outlet pattern, UploadApp outside Layout), index.css (full :root block).
strict: false — archive components have type issues; build clean.
Note: 45 archive components call fetch('/api/...') without /kitchen/ prefix
(B5b). Runtime 404s; deferred until after initial testing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
23 lines
893 B
JavaScript
23 lines
893 B
JavaScript
/**
|
|
* @license lucide-react v0.395.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.js';
|
|
|
|
const Tractor = createLucideIcon("Tractor", [
|
|
["path", { d: "m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20", key: "she1j9" }],
|
|
["path", { d: "M16 18h-5", key: "bq60fd" }],
|
|
["path", { d: "M18 5a1 1 0 0 0-1 1v5.573", key: "1kv8ia" }],
|
|
["path", { d: "M3 4h8.129a1 1 0 0 1 .99.863L13 11.246", key: "1q1ert" }],
|
|
["path", { d: "M4 11V4", key: "9ft8pt" }],
|
|
["path", { d: "M7 15h.01", key: "k5ht0j" }],
|
|
["path", { d: "M8 10.1V4", key: "1jgyzo" }],
|
|
["circle", { cx: "18", cy: "18", r: "2", key: "1emm8v" }],
|
|
["circle", { cx: "7", cy: "15", r: "5", key: "ddtuc" }]
|
|
]);
|
|
|
|
export { Tractor as default };
|
|
//# sourceMappingURL=tractor.js.map
|