Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3816dda8

Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt

  • ID 3816dda8d14433323cf24850e5f0d443acae38cf
  • Vorgänger 999f38e8
  • Nachfolger 2884b5ce

Menüvereinheitlichung: »Zahlungsverkehr« → »Zahlungsein-/-ausgänge« umgestellt

Unterschiede anzeigen:

bin/mozilla/rp.pl
136 136
    ap_aging             => $::locale->text('Search AP Aging'),
137 137
    tax_collected        => $::locale->text('Tax collected'),
138 138
    tax_paid             => $::locale->text('Tax paid'),
139
    receipts             => $::locale->text('Receipts'),
140
    payments             => $::locale->text('Payments'),
139
    receipts             => $::locale->text('List Receipts'),
140
    payments             => $::locale->text('List Payments'),
141 141
    projects             => $::locale->text('Project Transactions'),
142 142
    bwa                  => $::locale->text('Business evaluation'),
143 143
  );
......
1907 1907
        accesskey => 'enter',
1908 1908
      ],
1909 1909
    );
1910

  
1911
    if ($::form->{report} =~ m{^(?:payments|receipts)$}) {
1912
      $bar->add(
1913
        'separator',
1914

  
1915
        link => [
1916
          t8('Post'),
1917
          link => 'cp.pl?action=payment&type=' . ($::form->{report} eq 'receipts' ? 'receipt&vc=customer' : 'payment&vc=vendor'),
1918
        ],
1919
      );
1920
    }
1910 1921
  }
1911 1922
}
1912 1923

  

Auch abrufbar als: Unified diff