Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision edfac813

Von Martin Helmling vor fast 8 Jahren hinzugefügt

  • ID edfac813ea5dd184e35d9b5a7aaf9364c3083871
  • Vorgänger 3d8c8e2f
  • Nachfolger 2e2ac4ba

BCC an aktuellen Benutzer

Falls in der Mandantenkonfiguration diese Option eingeschaltet wird,
bekommt de raktuelle Benutzer zu jeder versendeten Email eine blinde Kopie

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
26 26
  assemblynumber                            => { type => 'text' },
27 27
  assortmentnumber                          => { type => 'text' },
28 28
  balance_startdate_method                  => { type => 'text' },
29
  bcc_to_login                              => { type => 'boolean' },
29 30
  bin_id                                    => { type => 'integer' },
30 31
  bin_id_ignore_onhand                      => { type => 'integer' },
31 32
  businessnumber                            => { type => 'text' },
SL/Form.pm
1127 1127

  
1128 1128
sub get_bcc_defaults {
1129 1129
  my ($self, $myconfig, $mybcc) = @_;
1130
#  if (SL::DB::Default->get->bcc_to_login) {
1131
#    $mybcc .= ", " if $mybcc;
1132
#    $mybcc .= $myconfig->{email};
1133
#  }
1130
  if (SL::DB::Default->get->bcc_to_login) {
1131
    $mybcc .= ", " if $mybcc;
1132
    $mybcc .= $myconfig->{email};
1133
  }
1134 1134
  my $otherbcc = SL::DB::Default->get->global_bcc;
1135 1135
  if ($otherbcc) {
1136 1136
    $mybcc .= ", " if $mybcc;
locale/de/all
2570 2570
  'Sellprice for price group \'#1\'' => 'Verkaufspreis für Preisgruppe \'#1\'',
2571 2571
  'Sellprice significant places' => 'Verkaufspreis: Nachkommastellen',
2572 2572
  'Semicolon'                   => 'Semikolon',
2573
  'Send a blind copy of all outgoing emails to current user\'s email address?' => 'Eine blinde Kopie aller ausgehenden E-Mails wird an den angemeldeten Nutzer geschickt',
2573 2574
  'Send invoice via email'      => 'Rechnung via E-Mail verschicken',
2574 2575
  'Send letter via e-mail'      => 'Brief via E-Mail verschicken',
2575 2576
  'Sender'                      => 'AbsenderIn',
sql/Pg-upgrade2/defaults_bcc_to_login.sql
1
-- @tag: defaults_bcc_to_login
2
-- @description: BCC Email zu aktuellem Benutzer
3
-- @depends: defaults_global_bcc
4

  
5
ALTER TABLE defaults ADD bcc_to_login boolean NOT NULL DEFAULT FALSE;
6

  
templates/webpages/client_config/_features.html
213 213
   <td>[% 'Manually sent E-Mails will have their BCC field appended with this address. Will not trigger for employees without the right to send bcc, and will not apply to mails sent by automated jobs.' | $T8 %]</td>
214 214
  </tr>
215 215

  
216
  <tr>
217
   <td align="right">[% LxERP.t8('Send a BCC to logged in user?') %]</td>
218
   <td>
219
     [% L.yes_no_tag('defaults.bcc_to_login', SELF.defaults.bcc_to_login) %]
220
   </td>
221
   <td>
222
     [% LxERP.t8('Send a blind copy of all outgoing emails to current user\'s email address?') %]
223
   </td>
224
 </tr>
225

  
216 226
  <tr>
217 227
   <td align="right">[% LxERP.t8('Email journal') %]</td>
218 228
   <td>

Auch abrufbar als: Unified diff