Sales Bill List table Update
This commit is contained in:
@@ -188,7 +188,6 @@ const ExpenseListTable = () => {
|
||||
return filteredData.reduce((sum, expense) => sum + expense.total, 0)
|
||||
}, [filteredData])
|
||||
|
||||
// For demonstration, adding tax/additional fees to show difference between subtotal and total
|
||||
const taxAmount = subtotalTotal * 0.1 // 10% tax example
|
||||
const finalTotal = subtotalTotal + taxAmount
|
||||
|
||||
|
||||
Reference in New Issue
Block a user