Skip to content

Commit

Permalink
Merge pull request #2 from the-bantoo/kazashim-patch-2
Browse files Browse the repository at this point in the history
Update zra_invoice.json
  • Loading branch information
kazashim authored Jun 26, 2024
2 parents ddf5680 + 1016d1b commit 9f3a680
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions modules/doctype/zra_invoice/zra_invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,55 @@
"label": "Posting Date",
"reqd": 1
},
{
"fieldname": "tpin",
"fieldtype": "Data",
"label": "TPIN",
"reqd": 1
},
{
"fieldname": "branch_id",
"fieldtype": "Data",
"label": "Branch ID",
"reqd": 1
},
{
"fieldname": "total",
"fieldtype": "Currency",
"label": "Total Amount",
"reqd": 1
},
{
"fieldname": "total_taxes_and_charges",
"fieldtype": "Currency",
"label": "Total Taxes and Charges",
"reqd": 1
},
{
"fieldname": "total_discount",
"fieldtype": "Currency",
"label": "Total Discount",
"reqd": 1
},
{
"fieldname": "currency",
"fieldtype": "Data",
"label": "Currency",
"reqd": 1
},
{
"fieldname": "conversion_rate",
"fieldtype": "Float",
"label": "Conversion Rate",
"reqd": 1
},
{
"fieldname": "payment_type",
"fieldtype": "Select",
"label": "Payment Type",
"options": "\nCash\nCredit",
"reqd": 1
},
{
"fieldname": "items",
"fieldtype": "Table",
Expand Down

0 comments on commit 9f3a680

Please sign in to comment.