File: ic

package info (click to toggle)
sql-ledger 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 33,080 kB
  • sloc: perl: 73,172; sql: 36,530; sh: 34; makefile: 21
file content (218 lines) | stat: -rw-r--r-- 10,838 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
$self{texts} = {
  'Accounting Menu'             => 'Menu Contabilità',
  'Accounts'                    => 'Conti',
  'Active'                      => 'Attivo',
  'Add'                         => 'Aggiungi',
  'Add Assembly'                => 'Aggiungi Assemblato',
  'Add Part'                    => 'Aggiungi Articolo',
  'Add Purchase Order'          => 'Aggiungi Ordine di acquisto',
  'Add Sales Order'             => 'Aggiungi Ordine di vendita',
  'Add Service'                 => 'Aggiungi Servizio',
  'Address'                     => 'Indirizzo',
  'All'                         => 'Tutti',
  'Apr'                         => 'Apr',
  'April'                       => 'Aprile',
  'Assemblies'                  => 'Assemblati',
  'Assemblies restocked!'       => 'Assemblati ricaricati!',
  'Attachment'                  => 'Attachment',
  'Aug'                         => 'Ago',
  'August'                      => 'Agosto',
  'BOM'                         => 'BOM',
  'Bcc'                         => 'Bcc',
  'Bin'                         => 'Codice BIN',
  'COGS'                        => 'Costo dei Beni Venduti',
  'Cannot delete item!'         => 'Non puoi cancellare l\'articolo',
  'Cannot stock assemblies!'    => 'Non puoi caricare gli assemblati!',
  'Cash'                        => 'Cassa',
  'Cc'                          => 'Cc',
  'Closed'                      => 'Chiuso',
  'Contact'                     => 'Contatto',
  'Continue'                    => 'Continua',
  'Copies'                      => 'Copie',
  'Curr'                        => 'Valuta',
  'Currency'                    => 'Valuta',
  'Current'                     => 'Corrente',
  'Customer'                    => 'Cliente',
  'Customer not on file!'       => 'Cliente non sul file!',
  'Date'                        => 'Data',
  'Dec'                         => 'Dic',
  'December'                    => 'Dicembre',
  'Delete'                      => 'Cancella',
  'Delivery Date'               => 'Data di spedizione',
  'Description'                 => 'Descrizione',
  'Drawing'                     => 'Disegno',
  'E-mail'                      => 'E-mail',
  'E-mail address missing!'     => 'Indirizzo e-mail mancante!',
  'Edit Assembly'               => 'Modifica Assemblato',
  'Edit Part'                   => 'Modifica Articolo',
  'Edit Service'                => 'Modifica Servizio',
  'Employee'                    => 'Dipendente',
  'Expense'                     => 'Costi',
  'Extended'                    => 'Esteso',
  'Fax'                         => 'Fax',
  'Feb'                         => 'Feb',
  'February'                    => 'Febbraio',
  'From'                        => 'Dal',
  'Image'                       => 'Immagine',
  'In-line'                     => 'In-line',
  'Include in Report'           => 'Includi nel Prospetto',
  'Income'                      => 'Ricavi',
  'Individual Items'            => 'Articoli Individuali',
  'Inventory'                   => 'Inventario',
  'Inventory quantity must be zero before you can set this assembly obsolete!' => 'La quantità in inventario deve essere zero per poter mettere l\'assemblato come obsoleto!',
  'Inventory quantity must be zero before you can set this part obsolete!' => 'La quantità in inventario deve essere zero per poter mettere l\'articolo come obsoleto!',
  'Invoice'                     => 'Fattura',
  'Invoice Date missing!'       => 'Manca la data della Fattura!',
  'Invoice Number'              => 'Protocollo Numero',
  'Invoice Number missing!'     => 'Manca il numero della Fattura!',
  'Item deleted!'               => 'Articolo Cancellato!',
  'Item not on file!'           => 'Articolo non in archivio!',
  'Jan'                         => 'Gen',
  'January'                     => 'Gennaio',
  'Jul'                         => 'Lug',
  'July'                        => 'Luglio',
  'Jun'                         => 'Giu',
  'June'                        => 'Giugno',
  'Last Cost'                   => 'Ultimo Costo',
  'Link Accounts'               => 'Collegamenti tra Conti',
  'List Price'                  => 'Prezzo di Listino',
  'Make'                        => 'Produttore',
  'Mar'                         => 'Mar',
  'March'                       => 'Marzo',
  'May'                         => 'Mag',
  'May '                        => 'Mag ',
  'Message'                     => 'Messaggio',
  'Microfiche'                  => 'Microfiche',
  'Model'                       => 'Modello',
  'Name'                        => 'Nome',
  'No.'                         => 'No.',
  'Notes'                       => 'Note',
  'Nov'                         => 'Nov',
  'November'                    => 'Novembre',
  'Number'                      => 'Partita IVA',
  'Number missing in Row'       => 'Manca il codice nella riga',
  'Obsolete'                    => 'Obsoleto',
  'Oct'                         => 'Ott',
  'October'                     => 'Ottobre',
  'On Hand'                     => 'Disponibilità',
  'Open'                        => 'Aperto',
  'Order'                       => 'Ordine',
  'Order Date missing!'         => 'Manca la data dell\'ordine',
  'Order Number'                => 'Numero Fattura Fornitore',
  'Order Number missing!'       => 'Manca il numero dell\'ordine!',
  'Orphaned'                    => 'Orfano',
  'PDF'                         => 'PDF',
  'Packing List'                => 'Lista Etichette',
  'Packing List Date missing!'  => 'Manca la data della Packing List!',
  'Packing List Number missing!' => 'Manca il codice della Packing List!',
  'Parts'                       => 'Articoli',
  'Phone'                       => 'Tel.',
  'Postscript'                  => 'Postscript',
  'Price'                       => 'Prezzo',
  'Project'                     => 'Progetto',
  'Purchase Order'              => 'Ordine di acquisto',
  'Purchase Orders'             => 'Ordini di acquisto',
  'Qty'                         => 'Q.tà',
  'ROP'                         => 'Soglia di Riordino',
  'Recd'                        => 'Ricevuto',
  'Required by'                 => 'Necessario dal',
  'Sales Invoice'               => 'Fattura di vendita',
  'Sales Order'                 => 'Ordine di vendita',
  'Sales Orders'                => 'Ordini di vendita',
  'Save'                        => 'Salva',
  'Save as new'                 => 'Salva come nuovo',
  'Screen'                      => 'Schermo',
  'Select from one of the names below' => 'Seleziona uno dei seguenti nomi',
  'Sell Price'                  => 'Prezzo di Vendita',
  'Sep'                         => 'Set',
  'September'                   => 'Settembre',
  'Services'                    => 'Servizi',
  'Ship'                        => 'Invio',
  'Ship to'                     => 'Spedire a',
  'Short'                       => 'Corto',
  'Stock Assembly'              => 'Magazzino Assemblati',
  'Subject'                     => 'Oggetto',
  'Subtotal'                    => 'Totale Parziale',
  'Tax'                         => 'Tassa',
  'To'                          => 'Al',
  'Top Level'                   => 'Livello Top',
  'Unit'                        => 'Unità',
  'Update'                      => 'Aggiorna',
  'Updated'                     => 'Aggiornato',
  'Vendor'                      => 'Fornitore',
  'Vendor not on file!'         => 'Fornitore non in archivio!',
  'Weight'                      => 'Peso',
  'days'                        => 'giorni',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_assembly'                => 'add_assembly',
  'add_labor_overhead'          => 'add_labor_overhead',
  'add_part'                    => 'add_part',
  'add_service'                 => 'add_service',
  'assembly_row'                => 'assembly_row',
  'calc_markup'                 => 'calc_markup',
  'check_customer'              => 'check_customer',
  'check_form'                  => 'check_form',
  'check_vendor'                => 'check_vendor',
  'continue'                    => 'continue',
  'create_form'                 => 'create_form',
  'customer_row'                => 'customer_row',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'display_row'                 => 'display_row',
  'e_mail'                      => 'e_mail',
  'edit'                        => 'edit',
  'edit_assemblyitem'           => 'edit_assemblyitem',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'generate_report'             => 'generate_report',
  'invoicetotal'                => 'invoicetotal',
  'item_selected'               => 'item_selected',
  'js_menu'                     => 'js_menu',
  'link_part'                   => 'link_part',
  'list_assemblies'             => 'list_assemblies',
  'makemodel_row'               => 'makemodel_row',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'new_item'                    => 'new_item',
  'parts_subtotal'              => 'parts_subtotal',
  'print'                       => 'print',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'purchase_order'              => 'purchase_order',
  'quotation'                   => 'quotation',
  'requirements'                => 'requirements',
  'requirements_report'         => 'requirements_report',
  'restock_assemblies'          => 'restock_assemblies',
  'rfq'                         => 'rfq',
  'sales_order'                 => 'sales_order',
  'save'                        => 'save',
  'save_as_new'                 => 'save_as_new',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_item'                 => 'select_item',
  'select_name'                 => 'select_name',
  'send_email'                  => 'send_email',
  'ship_to'                     => 'ship_to',
  'so_requirements'             => 'so_requirements',
  'so_requirements_report'      => 'so_requirements_report',
  'stock_assembly'              => 'stock_assembly',
  'update'                      => 'update',
  'validate_items'              => 'validate_items',
  'vendor_row'                  => 'vendor_row',
  'aggiungi_assemblato'         => 'add_assembly',
  'aggiungi_articolo'           => 'add_part',
  'aggiungi_servizio'           => 'add_service',
  'continua'                    => 'continue',
  'cancella'                    => 'delete',
  'salva'                       => 'save',
  'salva_come_nuovo'            => 'save_as_new',
  'aggiorna'                    => 'update',
};

1;