Note insert.

This commit is contained in:
Patrick Fic
2025-10-29 09:33:18 -07:00
parent 22ce0a4703
commit fde918c1ba
10 changed files with 891 additions and 89 deletions

View File

@@ -12,6 +12,8 @@
},
"general": {
"actions": {
"add": "Add",
"cancel": "Cancel",
"signout": "Sign Out"
},
"labels": {
@@ -26,6 +28,9 @@
}
},
"jobdetail": {
"actions": {
"addnote": "Add Note"
},
"labels": {
"claiminformation": "Claim Information",
"dates": "Dates",
@@ -286,6 +291,26 @@
"labels": {
"inproduction": "In Production"
}
},
"notes": {
"fields": {
"critical": "Critical?",
"pinned": "Pinned?",
"private": "Private?",
"text": "Note Text",
"types": {
"customer": "Customer",
"general": "General",
"office": "Office",
"paint": "Paint",
"parts": "Parts",
"shop": "Shop",
"supplement": "Supplement"
}
},
"labels": {
"newnoteplaceholder": "Enter a new note..."
}
}
},
"production": {