feat: 更新庫存報表、銷售匯入及採購單相關功能
This commit is contained in:
@@ -34,6 +34,8 @@ class InventoryReportExport implements FromCollection, WithHeadings, WithMapping
|
||||
'分類',
|
||||
'進貨量',
|
||||
'出貨量',
|
||||
'調撥入',
|
||||
'調撥出',
|
||||
'調整量',
|
||||
'淨變動',
|
||||
];
|
||||
@@ -47,6 +49,8 @@ class InventoryReportExport implements FromCollection, WithHeadings, WithMapping
|
||||
$row->category_name ?? '-',
|
||||
$row->inbound_qty,
|
||||
$row->outbound_qty,
|
||||
$row->transfer_in_qty,
|
||||
$row->transfer_out_qty,
|
||||
$row->adjust_qty,
|
||||
$row->net_change,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user