Revision 9f07753b
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
94 | 94 |
# $locale->text('Receipts') |
95 | 95 |
# $locale->text('Payments') |
96 | 96 |
# $locale->text('Project Transactions') |
97 |
# $locale->text('Non-taxable Sales') |
|
98 |
# $locale->text('Non-taxable Purchases') |
|
99 | 97 |
# $locale->text('Business evaluation') |
100 | 98 |
|
101 | 99 |
# $form->parse_html_template('rp/html_report_susa') |
... | ... | |
134 | 132 |
ap_aging => $::locale->text('Search AP Aging'), |
135 | 133 |
tax_collected => $::locale->text('Tax collected'), |
136 | 134 |
tax_paid => $::locale->text('Tax paid'), |
137 |
nontaxable_sales => $::locale->text('Non-taxable Sales'), |
|
138 |
nontaxable_purchases => $::locale->text('Non-taxable Purchases'), |
|
139 | 135 |
receipts => $::locale->text('Receipts'), |
140 | 136 |
payments => $::locale->text('Payments'), |
141 | 137 |
projects => $::locale->text('Project Transactions'), |
Auch abrufbar als: Unified diff
Überflüssige Tabellen customertax, vendortax, partstax entfernt
Fixt #2186.