create stock and stock logs

This commit is contained in:
2025-06-10 18:38:06 +07:00
parent 1a2ddb59d4
commit 51079aa567
36 changed files with 1621 additions and 311 deletions

View File

@@ -30,7 +30,7 @@
<tr>
<th>Dealer</th>
<th>Pengguna</th>
<th>Tanggal Opname</th>
<th>Tanggal</th>
<th>Aksi</th>
</tr>
</thead>
@@ -42,5 +42,5 @@
@endsection
@section('javascripts')
<script src="{{ mix('js/warehouse_management/opnames/index.js') }}"></script>
<script src="{{ asset('js/warehouse_management/opnames/index.js') }}"></script>
@endsection