feat(workshop): restrict status flow, add mechanic notes, inventory part picker
- Service orders can no longer move backwards through the workshop pipeline. - Added editable Reception / Diagnosis / Repair / Delivery notes in the detail modal. - Added inventory-aware autocomplete when attaching parts to a service order.
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
<meta name="theme-color" content="#F5A623" />
|
||||
<link rel="shortcut icon" type="image/png" href="/pos/static/pwa/icon-192.png" />
|
||||
|
||||
<link rel="stylesheet" href="/pos/static/css/workshop.css?v=33">
|
||||
<link rel="stylesheet" href="/pos/static/css/workshop.css?v=34">
|
||||
<style>
|
||||
.so-notes-grid { display: grid; grid-template-columns: 120px 1fr; gap: var(--space-2); align-items: start; }
|
||||
.so-notes-grid .form-label { margin: 0; padding-top: var(--space-2); }
|
||||
.so-search-result:hover { background: var(--color-bg-secondary); }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -295,7 +300,7 @@
|
||||
<script src="/pos/static/js/pos-utils.js?v=33" defer></script>
|
||||
<script src="/pos/static/js/sidebar.js?v=33" defer></script>
|
||||
<script src="/pos/static/js/offline-banner.js" defer></script>
|
||||
<script src="/pos/static/js/workshop.js?v=33" defer></script>
|
||||
<script src="/pos/static/js/workshop.js?v=34" defer></script>
|
||||
<script>if('serviceWorker' in navigator){navigator.serviceWorker.register('/pos/sw.js',{scope:'/pos/'});}</script>
|
||||
<script src="/pos/static/js/pwa-install.js" defer></script>
|
||||
<script src="/pos/static/js/chat.js" defer></script>
|
||||
|
||||
Reference in New Issue
Block a user