Revision d5c1e4fa
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1000 | 1000 |
|
1001 | 1001 |
($form->{AP}) = split /--/, $form->{AP}; |
1002 | 1002 |
($form->{AP_paid}) = split /--/, $form->{AP_paid}; |
1003 |
$form->redirect($locale->text(' Payment posted!'))
|
|
1003 |
$form->redirect($locale->text('Payment posted!')) |
|
1004 | 1004 |
if (AP->post_payment(\%myconfig, \%$form)); |
1005 | 1005 |
$form->error($locale->text('Cannot post payment!')); |
1006 | 1006 |
|
bin/mozilla/ar.pl | ||
---|---|---|
1026 | 1026 |
|
1027 | 1027 |
($form->{AR}) = split /--/, $form->{AR}; |
1028 | 1028 |
($form->{AR_paid}) = split /--/, $form->{AR_paid}; |
1029 |
$form->redirect($locale->text(' Payment posted!'))
|
|
1029 |
$form->redirect($locale->text('Payment posted!')) |
|
1030 | 1030 |
if (AR->post_payment(\%myconfig, \%$form)); |
1031 | 1031 |
$form->error($locale->text('Cannot post payment!')); |
1032 | 1032 |
|
bin/mozilla/ir.pl | ||
---|---|---|
1049 | 1049 |
($form->{AP}) = split /--/, $form->{AP}; |
1050 | 1050 |
($form->{AP_paid}) = split /--/, $form->{AP_paid}; |
1051 | 1051 |
if (IR->post_payment(\%myconfig, \%$form)){ |
1052 |
|
|
1053 |
if(!exists $form->{addition} && $form->{id} ne "") { |
|
1052 |
if (!exists $form->{addition} && $form->{id} ne "") { |
|
1054 | 1053 |
# saving the history |
1055 |
$form->{snumbers} = qq|invnumber_| . $form->{invnumber};
|
|
1054 |
$form->{snumbers} = qq|invnumber_| . $form->{invnumber}; |
|
1056 | 1055 |
$form->{addition} = "PAYMENT POSTED"; |
1057 | 1056 |
$form->{what_done} = $form->{currency} . qq| | . $form->{paid} . qq| | . $locale->text("POSTED"); |
1058 | 1057 |
$form->save_history($form->dbconnect(\%myconfig)); |
1059 |
# /saving the history |
|
1060 |
$form->redirect($locale->text(' Payment posted!')); |
|
1058 |
# /saving the history |
|
1061 | 1059 |
} |
1060 |
|
|
1061 |
$form->redirect($locale->text('Payment posted!')); |
|
1062 | 1062 |
} |
1063 |
$form->error($locale->text('Cannot post payment!')); |
|
1064 | 1063 |
|
1064 |
$form->error($locale->text('Cannot post payment!')); |
|
1065 | 1065 |
|
1066 | 1066 |
$lxdebug->leave_sub(); |
1067 | 1067 |
} |
bin/mozilla/is.pl | ||
---|---|---|
1373 | 1373 |
($form->{AR}) = split /--/, $form->{AR}; |
1374 | 1374 |
($form->{AR_paid}) = split /--/, $form->{AR_paid}; |
1375 | 1375 |
relink_accounts(); |
1376 |
$form->redirect($locale->text(' Payment posted!'))
|
|
1376 |
$form->redirect($locale->text('Payment posted!')) |
|
1377 | 1377 |
if (IS->post_payment(\%myconfig, \%$form)); |
1378 | 1378 |
$form->error($locale->text('Cannot post payment!')); |
1379 | 1379 |
|
locale/de/all | ||
---|---|---|
7 | 7 |
' Date missing!' => ' Datum fehlt!', |
8 | 8 |
' Number' => ' Nummer', |
9 | 9 |
' Part Number missing!' => ' Artikelnummer fehlt!', |
10 |
' Payment posted!' => 'Zahlung gebucht!', |
|
11 | 10 |
' missing!' => ' fehlt!', |
12 | 11 |
'<%account_number%> -- Your account number' => '<%account_number%> -- Ihre Kontonummer', |
13 | 12 |
'<%bank%> -- Your bank' => '<%bank%> -- Der Name Ihrer Bank', |
locale/de/ap | ||
---|---|---|
1 | 1 |
$self->{texts} = { |
2 |
' Payment posted!' => 'Zahlung gebucht!', |
|
3 | 2 |
'ADDED' => 'Hinzugef?gt', |
4 | 3 |
'AP Transaction' => 'Kreditorenbuchung', |
5 | 4 |
'AP Transaction (abbreviation)' => 'K', |
... | ... | |
113 | 112 |
'Part Number' => 'Artikelnummer', |
114 | 113 |
'Part description' => 'Artikelbeschreibung', |
115 | 114 |
'Payment date missing!' => 'Tag der Zahlung fehlt!', |
115 |
'Payment posted!' => 'Zahlung gebucht!', |
|
116 | 116 |
'Payments' => 'Zahlungsausg?nge', |
117 | 117 |
'Pick List' => 'Sammelliste', |
118 | 118 |
'Please enter values' => 'Bitte Werte eingeben', |
locale/de/ar | ||
---|---|---|
1 | 1 |
$self->{texts} = { |
2 |
' Payment posted!' => 'Zahlung gebucht!', |
|
3 | 2 |
'ADDED' => 'Hinzugef?gt', |
4 | 3 |
'AR Transaction' => 'Debitorenbuchung', |
5 | 4 |
'AR Transaction (abbreviation)' => 'D', |
... | ... | |
118 | 117 |
'Part Number' => 'Artikelnummer', |
119 | 118 |
'Part description' => 'Artikelbeschreibung', |
120 | 119 |
'Payment date missing!' => 'Tag der Zahlung fehlt!', |
120 |
'Payment posted!' => 'Zahlung gebucht!', |
|
121 | 121 |
'Pick List' => 'Sammelliste', |
122 | 122 |
'Please enter values' => 'Bitte Werte eingeben', |
123 | 123 |
'Post' => 'Buchen', |
locale/de/ir | ||
---|---|---|
1 | 1 |
$self->{texts} = { |
2 | 2 |
' Date missing!' => ' Datum fehlt!', |
3 |
' Payment posted!' => 'Zahlung gebucht!', |
|
4 | 3 |
'*/' => '*/', |
5 | 4 |
'ADDED' => 'Hinzugef?gt', |
6 | 5 |
'Account' => 'Konto', |
... | ... | |
138 | 137 |
'Part Number' => 'Artikelnummer', |
139 | 138 |
'Part description' => 'Artikelbeschreibung', |
140 | 139 |
'Payment date missing!' => 'Tag der Zahlung fehlt!', |
140 |
'Payment posted!' => 'Zahlung gebucht!', |
|
141 | 141 |
'Payments' => 'Zahlungsausg?nge', |
142 | 142 |
'Phone' => 'Telefon', |
143 | 143 |
'Pick List' => 'Sammelliste', |
locale/de/is | ||
---|---|---|
1 | 1 |
$self->{texts} = { |
2 | 2 |
' Date missing!' => ' Datum fehlt!', |
3 |
' Payment posted!' => 'Zahlung gebucht!', |
|
4 | 3 |
'*/' => '*/', |
5 | 4 |
'ADDED' => 'Hinzugef?gt', |
6 | 5 |
'Account' => 'Konto', |
... | ... | |
157 | 156 |
'Part description' => 'Artikelbeschreibung', |
158 | 157 |
'Payment Terms' => 'Zahlungskonditionen', |
159 | 158 |
'Payment date missing!' => 'Tag der Zahlung fehlt!', |
159 |
'Payment posted!' => 'Zahlung gebucht!', |
|
160 | 160 |
'Payments' => 'Zahlungsausg?nge', |
161 | 161 |
'Phone' => 'Telefon', |
162 | 162 |
'Pick List' => 'Sammelliste', |
Auch abrufbar als: Unified diff
Kosmetik.