Skip to content

Commit

Permalink
feat: add net amount to taxes and charges (follow erpnext)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Sep 24, 2024
1 parent 15acd4b commit 5d7d346
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"rate",
"tax_amount",
"col_break1",
"net_amount",
"total",
"description_sb",
"description",
Expand Down Expand Up @@ -103,11 +104,19 @@
{
"fieldname": "description_sb",
"fieldtype": "Section Break"
},
{
"columns": 2,
"fieldname": "net_amount",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Net Amount",
"options": "currency"
}
],
"istable": 1,
"links": [],
"modified": "2024-03-27 13:09:44.377350",
"modified": "2024-09-24 06:50:23.861229",
"modified_by": "Administrator",
"module": "HR",
"name": "Expense Taxes and Charges",
Expand All @@ -118,4 +127,4 @@
"sort_order": "ASC",
"states": [],
"track_changes": 1
}
}

0 comments on commit 5d7d346

Please sign in to comment.