feat(directory) : add editable Information tab on client/prospect detail
Add an Information tab (first, active by default) to the client and prospect detail pages so base fields can be edited directly from the record. Client: name/email/phone. Prospect: name/company/status/email/phone/source/notes. Fields are edited in memory and persisted only on explicit save (PATCH), matching the Contact/Address tabs pattern.
This commit is contained in:
@@ -934,12 +934,20 @@
|
||||
"directory": {
|
||||
"title": "Répertoire",
|
||||
"tabs": {
|
||||
"info": "Informations",
|
||||
"clients": "Clients",
|
||||
"prospects": "Prospects",
|
||||
"contact": "Contact",
|
||||
"address": "Adresse",
|
||||
"report": "Rapport"
|
||||
},
|
||||
"info": {
|
||||
"fields": {
|
||||
"name": "Nom",
|
||||
"email": "Email",
|
||||
"phone": "Téléphone"
|
||||
}
|
||||
},
|
||||
"clients": {
|
||||
"add": "Ajouter un client",
|
||||
"empty": "Aucun client trouvé."
|
||||
|
||||
Reference in New Issue
Block a user