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 Nov 20, 2024
1 parent a53a9a7 commit 3c78d4e
Showing 1 changed file with 11 additions and 1 deletion.
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 @@ -106,6 +107,15 @@
{
"fieldname": "description_sb",
"fieldtype": "Section Break"
},
{
"columns": 2,
"fieldname": "net_amount",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Net Amount",
"options": "currency",
"read_only": 1
}
],
"istable": 1,
Expand All @@ -121,4 +131,4 @@
"sort_order": "ASC",
"states": [],
"track_changes": 1
}
}

0 comments on commit 3c78d4e

Please sign in to comment.