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