New: Support location in events
This commit is contained in:
parent
4d92aa5027
commit
5e51b2cb13
@ -231,11 +231,13 @@ class ActionComm
|
|||||||
|
|
||||||
$this->id = $obj->id;
|
$this->id = $obj->id;
|
||||||
$this->ref = $obj->id;
|
$this->ref = $obj->id;
|
||||||
|
|
||||||
$this->type_id = $obj->type_id;
|
$this->type_id = $obj->type_id;
|
||||||
$this->type_code = $obj->type_code;
|
$this->type_code = $obj->type_code;
|
||||||
$transcode=$langs->trans("Action".$obj->code);
|
$transcode=$langs->trans("Action".$obj->code);
|
||||||
$type_libelle=($transcode!="Action".$obj->code?$transcode:$obj->libelle);
|
$type_libelle=($transcode!="Action".$obj->code?$transcode:$obj->libelle);
|
||||||
$this->type = $type_libelle;
|
$this->type = $type_libelle;
|
||||||
|
|
||||||
$this->label = $obj->label;
|
$this->label = $obj->label;
|
||||||
$this->datep = $obj->datep;
|
$this->datep = $obj->datep;
|
||||||
$this->datef = $obj->datep2;
|
$this->datef = $obj->datep2;
|
||||||
|
|||||||
@ -26,7 +26,7 @@ ViewWithPredefinedFilters = View with predefined filters
|
|||||||
AutoActions = Automatic filling of agenda
|
AutoActions = Automatic filling of agenda
|
||||||
AgendaAutoActionDesc = Define here events for which you want Dolibarr to create automatically an action in agenda. If nothing is checked (by default), only manual actions will be included in agenda.
|
AgendaAutoActionDesc = Define here events for which you want Dolibarr to create automatically an action in agenda. If nothing is checked (by default), only manual actions will be included in agenda.
|
||||||
AgendaSetupOtherDesc = This page allows to configure other parameters of agenda module.
|
AgendaSetupOtherDesc = This page allows to configure other parameters of agenda module.
|
||||||
ActionsEvents = Events for which create an action
|
ActionsEvents = Events for which Dolibarr will create an action in agenda automatically
|
||||||
PropalValidatedInDolibarr = Proposal validated
|
PropalValidatedInDolibarr = Proposal validated
|
||||||
InvoiceValidatedInDolibarr = Invoice validated
|
InvoiceValidatedInDolibarr = Invoice validated
|
||||||
OrderValidatedInDolibarr = Order validated
|
OrderValidatedInDolibarr = Order validated
|
||||||
|
|||||||
@ -26,7 +26,7 @@ ViewWithPredefinedFilters=Vues avec filtres pr
|
|||||||
AutoActions=Alimentation automatique de l'agenda
|
AutoActions=Alimentation automatique de l'agenda
|
||||||
AgendaAutoActionDesc=Définissez dans cet onglet les évènements pour lesquels dolibarr créera automatiquement une action dans l'agenda. Si aucune case n'est cochée (par défaut), seules les actions manuelles seront incluses dans l'agenda.
|
AgendaAutoActionDesc=Définissez dans cet onglet les évènements pour lesquels dolibarr créera automatiquement une action dans l'agenda. Si aucune case n'est cochée (par défaut), seules les actions manuelles seront incluses dans l'agenda.
|
||||||
AgendaSetupOtherDesc=Cette page permet de configurer les autres paramètres du module agenda.
|
AgendaSetupOtherDesc=Cette page permet de configurer les autres paramètres du module agenda.
|
||||||
ActionsEvents=Evènements pour lesquels creer une action
|
ActionsEvents=Evènements pour lesquels Dolibarr doit créer une action dans l'agenda en automatique.
|
||||||
PropalValidatedInDolibarr=Proposition validée
|
PropalValidatedInDolibarr=Proposition validée
|
||||||
InvoiceValidatedInDolibarr=Facture validée
|
InvoiceValidatedInDolibarr=Facture validée
|
||||||
OrderValidatedInDolibarr=Commande validée
|
OrderValidatedInDolibarr=Commande validée
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user