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

@@ -69,7 +69,3 @@
</div>
</div>
@endsection
@section('javascripts')
<script src="{{ mix('js/warehouse_management/products/create.js') }}"></script>
@endsection

View File

@@ -71,8 +71,4 @@
</form>
</div>
</div>
@endsection
@section('javascripts')
<script src="{{ mix('js/warehouse_management/products/edit.js') }}"></script>
@endsection

View File

@@ -57,13 +57,9 @@
<thead>
<tr>
<th>Dealer</th>
<th>System Stock</th>
<th>Physical Stock</th>
<th>Difference</th>
<th>Opname Date</th>
<th>Stok</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
@@ -72,5 +68,5 @@
@endsection
@section('javascripts')
<script src="{{ mix('js/warehouse_management/products/index.js') }}"></script>
<script src="{{ asset('js/warehouse_management/products/index.js') }}"></script>
@endsection