{{ currentMenu?.label }}
{{ todayStr }}{{ currentUser }}
要補充アイテム
{{ alertItems.length }} 件
✓ すべての部品が適正在庫です
{{ item.name }} {{ item.quantity }} / {{ item.alert_threshold }}
… 他 {{ alertItems.length-6 }} 件
完成品在庫状況
{{ item.name.replace('(完成品)','').replace('(175A)',' 175A') }} {{ item.quantity }} {{ statusLabel(item) }}
データがありません
クイックアクション
📥
入庫登録
🚚
出荷登録
🔧
製造開始
📋
棚卸開始

部品在庫一覧

カテゴリ部品名在庫数状態
{{ item.category }} {{ item.name }} {{ item.quantity.toLocaleString() }} {{ statusLabel(item) }}
最近の更新履歴
{{ h.tx.type }}
{{ summarizeItems(h.items) }}
{{ h.tx.date }}
{{ filteredInventory.length }} 件
カテゴリ部品名在庫数補充閾値状態
{{ item.category }} {{ item.name }} {{ item.quantity.toLocaleString() }} {{ item.alert_threshold }} {{ statusLabel(item) }}
入庫登録
部品を購入・受領したときに登録します。在庫数が増えます。
※ 完成品(車載器・カードリーダ等)は製造ページから登録してください。
{{ msg.inbound.ok?'✓':'✗' }} {{ msg.inbound.text }}
日付 部品 入庫数 備考
出荷登録
出荷パターンと台数を選択してください。
パターンに含まれる部品の在庫が台数分まとめて減ります。
{{ msg.shipping.ok?'✓':'✗' }} {{ msg.shipping.text }}
日付 出荷パターン 台数 備考
{{ shippingForm.pattern_id ? (patterns.find(p=>p.id==shippingForm.pattern_id)?.name + ' × ' + shippingForm.quantity + ' 台') : '出荷内容プレビュー' }}
部品名出荷数在庫判定
{{ item.name }} {{ item.quantity * shippingForm.quantity }} {{ getStock(item.part_id) }} ✗ 不足
パターンを選択してください
製造登録
完成品を組み立てたときに登録します。
完成品の在庫が増え、部品の在庫が消費されます。
{{ msg.manufacture.ok?'✓':'✗' }} {{ msg.manufacture.text }}
日付 完成品 製造数 備考
製造可能数:{{ possible }}
{{ manufactureForm.product_id ? (products.find(p=>p.id==manufactureForm.product_id)?.name + ' — 使用部品') : '使用部品プレビュー' }}
部品名使用数/台合計在庫判定
{{ item.component_name }} {{ item.quantity }} {{ item.quantity * manufactureForm.quantity }} {{ getStock(item.component_id) }}
完成品を選択してください
棚卸
{{ msg.stocktake.ok?'✓':'✗' }} {{ msg.stocktake.text }}
実施日 備考

実数入力

変更がある行は黄色でハイライト
カテゴリ部品名システム在庫実数入力差異
{{ item.category }} {{ item.name }} {{ item.quantity }} {{ item.newQty>item.quantity?'+':'' }}{{ item.newQty - item.quantity }}
{{ history.length }} 件
履歴がありません
{{ h.tx.date }} {{ h.tx.type }} {{ h.tx.note }}
{{ item.name }}: {{ item.quantity>0?'+':'' }}{{ item.quantity }}
設定

補充アラート閾値

在庫数がこの値以下になるとアラート表示します
カテゴリ部品名現在庫閾値
{{ item.category }} {{ item.name }} {{ item.quantity }}

パターン一覧

{{ p.name }}
パターンがありません

{{ selectedPattern ? selectedPattern.name + ' — 構成部品' : 'パターンを選択してください' }}

{{ cat }}
{{ p.name }}
左のリストからパターンを選択してください

{{ selectedProduct.name }} — 製造レシピ

{{ cat }}
{{ p.name }}
上から完成品を選択してください

新規ユーザー追加

{{ msg.users.ok?'✓':'✗' }} {{ msg.users.text }}
ユーザーID パスワード

ユーザー一覧

IDユーザー名
{{ u.id }} {{ u.username }}