Skip to content

Commit

Permalink
feat(workspace): add status indicators for Business Trip and VAT ID C…
Browse files Browse the repository at this point in the history
…heck
  • Loading branch information
barredterra committed Oct 24, 2024
1 parent 49cce2f commit e332de2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions erpnext_germany/erpnext_germany/workspace/germany/germany.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"type": "Link"
}
],
"modified": "2024-10-24 17:40:10.639791",
"modified": "2024-10-24 18:06:06.599157",
"modified_by": "Administrator",
"module": "ERPNext Germany",
"name": "Germany",
Expand All @@ -82,19 +82,21 @@
"type": "DocType"
},
{
"color": "Grey",
"color": "Red",
"doc_view": "List",
"format": "{} Invalid",
"label": "Vat Id Check",
"link_to": "VAT ID Check",
"stats_filter": "[]",
"stats_filter": "[[\"VAT ID Check\",\"status\",\"=\",\"Completed\",false],[\"VAT ID Check\",\"is_valid\",\"=\",0,false]]",
"type": "DocType"
},
{
"color": "Grey",
"color": "Yellow",
"doc_view": "List",
"format": "{} Open",
"label": "Business Trip",
"link_to": "Business Trip",
"stats_filter": "[]",
"stats_filter": "[[\"Business Trip\",\"status\",\"=\",\"Submitted\",false]]",
"type": "DocType"
}
],
Expand Down

0 comments on commit e332de2

Please sign in to comment.