Skip to content

Commit

Permalink
Merge pull request upyog#223 from BimalKumarNiua/niua-dev
Browse files Browse the repository at this point in the history
Invoice number field added
  • Loading branch information
BimalKumarNiua authored Nov 12, 2024
2 parents a51a9af + 2259259 commit a3f68d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/pg/asset-services-masters/AssetParentCategoryFields.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@
"onChange": "setInvoiceDate",
"active": true
},
{
"name": "invoiceNumber",
"value": "invoiceNumber",
"code": "Inovice Number",
"localizationKey": "AST_INVOICE_NUMBER",
"type": "text",
"isMandatory": false,
"onChange": "setInvoiceNumber",
"active": true,
"columnType": "text"
},
{
"name": "purchaseDate",
"value": "purchaseDate",
Expand Down

0 comments on commit a3f68d1

Please sign in to comment.