Revision 0567c61b
Von Sven Schöling vor fast 15 Jahren hinzugefügt
bin/mozilla/amtemplates.pl | ||
---|---|---|
135 | 135 |
|
136 | 136 |
my %formname_setup = |
137 | 137 |
( |
138 |
# "balance_sheet" => { "translation" => $locale->text('Balance Sheet'), "html" => 1 }, |
|
139 |
"bin_list" => $locale->text('Bin List'), |
|
140 |
"bwa" => { "translation" => $locale->text('BWA'), "html" => 1 }, |
|
141 |
"check" => { "translation" => $locale->text('Check'), "html" => 1 }, |
|
142 |
"credit_note" => $locale->text('Credit Note'), |
|
143 |
"income_statement" => { "translation" => $locale->text('Income Statement'), "html" => 1 }, |
|
144 |
"invoice" => $locale->text('Invoice'), |
|
145 |
"packing_list" => $locale->text('Packing List'), |
|
146 |
"pick_list" => $locale->text('Pick List'), |
|
147 |
"proforma" => $locale->text('Proforma Invoice'), |
|
148 |
"purchase_order" => $locale->text('Purchase Order'), |
|
149 |
"receipt" => { "translation" => $locale->text('Receipt'), "tex" => 1 }, |
|
150 |
"request_quotation" => $locale->text('RFQ'), |
|
151 |
"sales_order" => $locale->text('Confirmation'), |
|
152 |
"sales_quotation" => $locale->text('Quotation'), |
|
153 |
"statement" => $locale->text('Statement'), |
|
154 |
"storno_invoice" => $locale->text('Storno Invoice'), |
|
138 |
# "balance_sheet" => { "translation" => $locale->text('Balance Sheet'), "html" => 1 },
|
|
139 |
"bin_list" => $locale->text('Bin List'),
|
|
140 |
"bwa" => { "translation" => $locale->text('BWA'), "html" => 1 },
|
|
141 |
"check" => { "translation" => $locale->text('Check'), "html" => 1 },
|
|
142 |
"credit_note" => $locale->text('Credit Note'),
|
|
143 |
"income_statement" => { "translation" => $locale->text('Income Statement'), "html" => 1 },
|
|
144 |
"invoice" => $locale->text('Invoice'),
|
|
145 |
"packing_list" => $locale->text('Packing List'),
|
|
146 |
"pick_list" => $locale->text('Pick List'),
|
|
147 |
"proforma" => $locale->text('Proforma Invoice'),
|
|
148 |
"purchase_order" => $locale->text('Purchase Order'),
|
|
149 |
"receipt" => { "translation" => $locale->text('Receipt'), "tex" => 1 },
|
|
150 |
"request_quotation" => $locale->text('RFQ'),
|
|
151 |
"sales_order" => $locale->text('Confirmation'),
|
|
152 |
"sales_quotation" => $locale->text('Quotation'),
|
|
153 |
"statement" => $locale->text('Statement'),
|
|
154 |
"storno_invoice" => $locale->text('Storno Invoice'),
|
|
155 | 155 |
"storno_packing_list" => $locale->text('Storno Packing List'), |
156 |
"ustva-2004" => { "translation" => $locale->text("USTVA 2004"), "tex" => 1 }, |
|
157 |
"ustva-2005" => { "translation" => $locale->text("USTVA 2005"), "tex" => 1 }, |
|
158 |
"ustva-2006" => { "translation" => $locale->text("USTVA 2006"), "tex" => 1 }, |
|
159 |
"ustva-2007" => { "translation" => $locale->text("USTVA 2007"), "tex" => 1 }, |
|
160 |
"ustva" => $locale->text("USTVA"), |
|
156 |
"ustva-2004" => { "translation" => $locale->text("USTVA 2004"), "tex" => 1 },
|
|
157 |
"ustva-2005" => { "translation" => $locale->text("USTVA 2005"), "tex" => 1 },
|
|
158 |
"ustva-2006" => { "translation" => $locale->text("USTVA 2006"), "tex" => 1 },
|
|
159 |
"ustva-2007" => { "translation" => $locale->text("USTVA 2007"), "tex" => 1 },
|
|
160 |
"ustva" => $locale->text("USTVA"),
|
|
161 | 161 |
); |
162 | 162 |
|
163 | 163 |
my (@values, $file, $setup); |
Auch abrufbar als: Unified diff
kosmetik