File: is

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 (375 lines) | stat: -rw-r--r-- 19,516 bytes parent folder | download
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
$self{charset} = 'UTF-8';

$self{texts} = {
  'Account'                     => 'Cuenta',
  'Accounting Menu'             => 'Menú de contabilidad',
  'Add Credit Invoice'          => 'Agregar Factura de Crédito',
  'Add Customer'                => 'Nuevo cliente',
  'Add POS Invoice'             => 'Nueva factura de Pto. de Vta.',
  'Add Part'                    => 'Nueva parte',
  'Add Purchase Order'          => 'Nueva orden de compra',
  'Add Quotation'               => 'Nueva cotización',
  'Add Request for Quotation'   => 'Nueva solicitud de cotización',
  'Add Sales Invoice'           => 'Nueva factura de venta',
  'Add Sales Order'             => 'Nueva orden de venta',
  'Add Service'                 => 'Nuevo servicio',
  'Address'                     => 'Dirección',
  'Amount'                      => 'Importe',
  'Apr'                         => 'Abr',
  'April'                       => 'Abril',
  'Are you sure you want to delete Invoice Number' => '¿Está Ud. seguro de querer borrar la factura No.:',
  'Attachment'                  => 'Anexo',
  'Aug'                         => 'Ago',
  'August'                      => 'Agosto',
  'Bcc'                         => 'Bcc',
  'Bin'                         => 'Ubicación',
  'Bin List'                    => 'Lista de ubicaciones',
  'Business'                    => 'Negocio',
  'Cannot delete invoice!'      => '¡No se puede borrar la factura!',
  'Cannot post cash discount for a closed period!' => '¡No es posible registrar un descuento por efectivo para un periodo cerrado!',
  'Cannot post invoice for a closed period!' => '¡No se puede registrar una factura para un periodo cerrado!',
  'Cannot post invoice!'        => '¡No se puede registrar la factura!',
  'Cannot post payment for a closed period!' => '¡No se puede registrar un pago para un periodo cerrado!',
  'Cash Discount'               => 'Descuento por Efectivo',
  'Cash discount date missing!' => '¡Falta la fecha de descuento por efectivo!',
  'Cash discount date past due!' => '¡La fecha del descuento por efectivo pasó!',
  'Cc'                          => 'Cc',
  'City'                        => 'Cuidad',
  'Confirm!'                    => '¡Confirmar!',
  'Contact'                     => 'Contacto',
  'Continue'                    => 'Continuar',
  'Copies'                      => 'Copias',
  'Country'                     => 'País',
  'Credit Invoice'              => 'Factura de Crédito',
  'Credit Limit'                => 'Límite de crédito',
  'Currency'                    => 'Moneda',
  'Current'                     => 'Actual',
  'Customer'                    => 'Cliente',
  'Customer Number'             => 'Número de cliente',
  'Customer missing!'           => '¡Falta el cliente!',
  'Customer not on file!'       => '¡El cliente no está registrado!',
  'DCN'                         => 'DCN',
  'DCN missing!'                => '¡Falta DCN!',
  'Date'                        => 'Fecha',
  'Day(s)'                      => 'Día(s)',
  'Debit Invoice'               => 'Factura de débito',
  'Dec'                         => 'Dic',
  'December'                    => 'Diciembre',
  'Delete'                      => 'Borrar',
  'Delete Schedule'             => 'Borar Horario',
  'Delivery Date'               => 'Fecha de entrega',
  'Department'                  => 'Departamento',
  'Department missing!'         => '¡Falta Departamento!',
  'Description'                 => 'Descripción',
  'Detail'                      => 'Detalle',
  'Discount'                    => 'Descuento',
  'Due Date'                    => 'Fecha de vencimiento',
  'E-mail'                      => 'Correo-e',
  'E-mail address missing!'     => '¡Falta la dirección de correo-e!',
  'E-mail message'              => 'Mensaje de correo-e',
  'E-mailed'                    => 'Enviado por correo-e',
  'Edit Credit Invoice'         => 'Editar Fáctura de Crédito',
  'Edit POS Invoice'            => 'Modificar ticket',
  'Edit Sales Invoice'          => 'Modificar factura de venta',
  'Employee Number'             => 'Número de Empleado',
  'Error!'                      => '¡Error!',
  'Every'                       => 'Todo',
  'Exch'                        => 'T. de C.',
  'Exchange Rate'               => 'Tipo de cambio',
  'Exchange rate for cash discount missing!' => '¡Falta el tipo de cambio para el descuento por efectivo!',
  'Exchange rate for payment missing!' => '¡Falta el tipo de cambio para el pago!',
  'Exchange rate missing!'      => '¡Falta el tipo de cambio!',
  'Extended'                    => 'Extendido',
  'Fax'                         => 'Fax',
  'Feb'                         => 'Feb',
  'February'                    => 'Febrero',
  'For'                         => 'Para',
  'G.W.'                        => 'P.T.',
  'Group'                       => 'Grupo',
  'Group by'                    => 'Agrupar por',
  'In-line'                     => 'En linea',
  'Include Payment'             => 'Incluir Pago',
  'Internal Notes'              => 'Notas internas',
  'Inventory Transfer'          => 'Transferencia de Inventario',
  'Invoice'                     => 'Factura',
  'Invoice Date'                => 'Fecha de factura',
  'Invoice Date missing!'       => '¡Falta la fecha de la factura!',
  'Invoice Number'              => 'Número de factura',
  'Invoice Number missing!'     => 'Falta el número de factura!',
  'Invoice deleted!'            => '¡Factura borrada!',
  'Item'                        => 'Item',
  'Item not on file!'           => '¡El artículo no está registrado!',
  'Jan'                         => 'Ene',
  'January'                     => 'Enero',
  'Jul'                         => 'Jul',
  'July'                        => 'Julio',
  'Jun'                         => 'Jun',
  'June'                        => 'Junio',
  'Locked by'                   => 'Bloqueado por',
  'Mar'                         => 'Mar',
  'March'                       => 'Marzo',
  'May'                         => 'May',
  'May '                        => 'Mayo',
  'Memo'                        => 'Nota',
  'Message'                     => 'Mensaje',
  'Method'                      => 'Método',
  'Month'                       => 'Mes',
  'Month(s)'                    => 'Mes(es)',
  'N.W.'                        => 'P.N.',
  'Name'                        => 'Nombre',
  'Net'                         => 'Neto',
  'New Number'                  => 'Nuevo Número',
  'Next Date'                   => 'Siguiente Fecha',
  'Notes'                       => 'Notas',
  'Nov'                         => 'Nov',
  'November'                    => 'Noviembre',
  'Number'                      => 'Número',
  'Number missing in Row'       => 'Falta el número en el renglón',
  'OH'                          => 'OH',
  'Oct'                         => 'Oct',
  'October'                     => 'Octubre',
  'On Hold'                     => 'En Espera',
  'Onhand'                      => 'Existencia',
  'Order Date missing!'         => '¡Falta la fecha de la orden!',
  'Order Number'                => 'Número de la orden',
  'Order Number missing!'       => 'Falta el número de la orden!',
  'Outstanding'                 => 'Pendiente',
  'Overpaid'                    => 'Sobrepagado',
  'PDF'                         => 'PDF',
  'PO Number'                   => 'Número de Orden de Compra',
  'Packaging'                   => 'Empaque',
  'Packing List'                => 'Lista de empaque',
  'Packing List Date missing!'  => '¡Falta la fecha en la lista de empaque!',
  'Packing List Number missing!' => '¡Falta le número en la lista de empaque!',
  'Payment date missing!'       => '¡Falta la fecha del pago!',
  'Payments'                    => 'Pagos',
  'Period'                      => 'Período',
  'Phone'                       => 'Teléfono',
  'Pick List'                   => 'Lista de Selección',
  'Post'                        => 'Registrar',
  'Post as new'                 => 'Registrar como nuevo',
  'Postscript'                  => 'Postscript',
  'Price'                       => 'Precio',
  'Print'                       => 'Vista Preliminar',
  'Print and Post'              => 'Imprimir y Registrar',
  'Print and Post as new'       => 'Imprimir y Registrar como nueva',
  'Printed'                     => 'Impreso',
  'Project'                     => 'Proyecto',
  'Project not on file!'        => '¡Proyecto no registrado!',
  'Purchase Order'              => 'Orden de compra',
  'Qty'                         => 'Cant.',
  'Quarter'                     => 'Trimestre',
  'Queue'                       => 'Cola',
  'Queued'                      => 'En cola',
  'Quotation'                   => 'Cotización',
  'Quotation Date missing!'     => '¡Falta la fecha de la cotización!',
  'Quotation Number missing!'   => '¡Falta el número de la cotización!',
  'RVC missing!'                => '¡Falta RVC!',
  'Recd'                        => 'Recb.',
  'Record in'                   => 'Registrar en',
  'Recurring Transaction'       => 'Transacción Recurrente',
  'Reference'                   => 'Referencia',
  'Remaining'                   => 'Disponible',
  'Remittance Voucher'          => 'Comprobante de Remesa',
  'Repeat'                      => 'Repetir',
  'Repost COGS'                 => 'Volver a registrar Costos',
  'Required by'                 => 'Vencimiento',
  'SKU'                         => 'SKU',
  'Sales Order'                 => 'Orden de venta',
  'Salesperson'                 => 'Vendedor',
  'Save Schedule'               => 'Guardar Programa',
  'Schedule'                    => 'Programa',
  'Scheduled'                   => 'Programado',
  'Screen'                      => 'Pantalla',
  'Select Part Number'          => 'Seleccionar Número de Parte',
  'Select a Printer!'           => '¡Seleccionar una Impresora!',
  'Select from one of the names below' => 'Seleccione uno de los siguientes nombres',
  'Select from one of the projects below' => 'Seleccione uno de los siguientes proyectos',
  'Select items'                => 'Seleccionar items',
  'Select postscript or PDF!'   => 'Seleccione Postcript o PDF',
  'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!',
  'Sep'                         => 'Sep',
  'September'                   => 'Septiembre',
  'Serial No.'                  => 'Núm. de serie',
  'Ship'                        => 'Enviar',
  'Ship to'                     => 'Enviar a',
  'Ship via'                    => 'Enviar por',
  'Shipping Address'            => 'Dirección de envío',
  'Shipping Point'              => 'Punto de envío',
  'Sort by'                     => 'Ordenar por',
  'Source'                      => 'Referencia',
  'Startdate'                   => 'Fecha inicial',
  'State/Province'              => 'Estado',
  'Subject'                     => 'Asunto',
  'Subtotal'                    => 'Subtotal',
  'Summary'                     => 'Resumen',
  'Tax Included'                => 'Impuesto Incluido',
  'Terms'                       => 'Condiciones',
  'Text'                        => 'Texto',
  'To'                          => 'A',
  'Total'                       => 'Total',
  'Trade Discount'              => 'Descuento comercial',
  'Transfer'                    => 'Transferir',
  'Translation not on file!'    => 'Traducción no se encuentra en la Base de Datos',
  'Unit'                        => 'Unidad',
  'Update'                      => 'Actualizar',
  'Vendor Number'               => 'Número de proveedor',
  'Vendor not on file!'         => '¡Proveedor no registrado!',
  'Volume'                      => 'Volumen',
  'Warehouse'                   => 'Almacén',
  'Warehouse missing!'          => '¡Falta almacén!',
  'Warning!'                    => '¡Advertencia!',
  'Waybill'                     => 'Hoja de ruta',
  'Week(s)'                     => 'Semana(s)',
  'Work Order'                  => 'Orden de Trabajo',
  'Year'                        => 'Año',
  'Year(s)'                     => 'Año(s)',
  'Yes'                         => 'Si',
  'You are posting an existing transaction!' => '¡Ud. está registrando una transacción existente!',
  'You are printing and posting an existing transaction!' => '¡Ud. está imprimiendo y registrando una transacción existente!',
  'You are printing and saving an existing order' => '¡Ud. esta imprimiendo y guardando una orden existente!',
  'You are printing and saving an existing quotation' => '¡Ud. esta imprimiendo y guardando una cotización existente!',
  'You are saving an existing order' => '¡Ud. está guardando una orden existente!',
  'You are saving an existing quotation' => '¡Ud. está guardando una cotización existente!',
  'Zip/Postal Code'             => 'Código Postal',
  'days'                        => 'días',
  'ea'                          => 'pza',
  'for'                         => 'para',
  'posted!'                     => '¡registrado!',
  'sent'                        => 'enviado',
  'time(s)'                     => 'vece(s)',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_button'                  => 'add_button',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'ask_repost'                  => 'ask_repost',
  'bld_chart'                   => 'bld_chart',
  'bld_combo'                   => 'bld_combo',
  'bld_department'              => 'bld_department',
  'bld_employee'                => 'bld_employee',
  'bld_partsgroup'              => 'bld_partsgroup',
  'bld_warehouse'               => 'bld_warehouse',
  'calc_markup'                 => 'calc_markup',
  'check_form'                  => 'check_form',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'create_form'                 => 'create_form',
  'credit_invoice_'             => 'credit_invoice_',
  'debit_invoice_'              => 'debit_invoice_',
  'delete'                      => 'delete',
  'delete_schedule'             => 'delete_schedule',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'display_row'                 => 'display_row',
  'e_mail'                      => 'e_mail',
  'edit'                        => 'edit',
  'end_form'                    => 'end_form',
  'end_row'                     => 'end_row',
  'end_table'                   => 'end_table',
  'export_to_csv'               => 'export_to_csv',
  'export_to_xls'               => 'export_to_xls',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'invoice_links'               => 'invoice_links',
  'invoicetotal'                => 'invoicetotal',
  'islocked'                    => 'islocked',
  'item_selected'               => 'item_selected',
  'js_menu'                     => 'js_menu',
  'list_parts'                  => 'list_parts',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'new_item'                    => 'new_item',
  'new_number'                  => 'new_number',
  'post'                        => 'post',
  'post_acc_trans'              => 'post_acc_trans',
  'post_as_new'                 => 'post_as_new',
  'post_doc'                    => 'post_doc',
  'post_earnest'                => 'post_earnest',
  'post_gl'                     => 'post_gl',
  'post_inventory'              => 'post_inventory',
  'post_trf'                    => 'post_trf',
  'prepare_invoice'             => 'prepare_invoice',
  'preview'                     => 'preview',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'print_checkbox'              => 'print_checkbox',
  'print_criteria'              => 'print_criteria',
  'print_date'                  => 'print_date',
  'print_form'                  => 'print_form',
  'print_hidden'                => 'print_hidden',
  'print_options'               => 'print_options',
  'print_period'                => 'print_period',
  'print_plain'                 => 'print_plain',
  'print_radio'                 => 'print_radio',
  'print_readonly'              => 'print_readonly',
  'print_select'                => 'print_select',
  'print_text'                  => 'print_text',
  'print_title'                 => 'print_title',
  'project_selected'            => 'project_selected',
  'purchase_order'              => 'purchase_order',
  'quotation'                   => 'quotation',
  'rebuild_formnames'           => 'rebuild_formnames',
  'rebuild_vc'                  => 'rebuild_vc',
  'ref_to_csv'                  => 'ref_to_csv',
  'report_checkbox'             => 'report_checkbox',
  'repost'                      => 'repost',
  'repost_cogs'                 => 'repost_cogs',
  'reprint'                     => 'reprint',
  'rfq'                         => 'rfq',
  'rpt_dec'                     => 'rpt_dec',
  'rpt_hdr'                     => 'rpt_hdr',
  'rpt_int'                     => 'rpt_int',
  'rpt_print_date'              => 'rpt_print_date',
  'rpt_txt'                     => 'rpt_txt',
  'rpt_url'                     => 'rpt_url',
  'sales_invoice_'              => 'sales_invoice_',
  'sales_order'                 => 'sales_order',
  'save_report'                 => 'save_report',
  'save_schedule'               => 'save_schedule',
  'schedule'                    => 'schedule',
  'section_menu'                => 'section_menu',
  'select_item'                 => 'select_item',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'send_email'                  => 'send_email',
  'ship_to'                     => 'ship_to',
  'shipto_selected'             => 'shipto_selected',
  'split_combos'                => 'split_combos',
  'start_form'                  => 'start_form',
  'start_heading_row'           => 'start_heading_row',
  'start_table'                 => 'start_table',
  'tbl_hdr'                     => 'tbl_hdr',
  'update'                      => 'update',
  'validate_items'              => 'validate_items',
  'vendor_invoice_'             => 'vendor_invoice_',
  'yes'                         => 'yes',
  'nueva_parte'                 => 'add_part',
  'nuevo_servicio'              => 'add_service',
  'continuar'                   => 'continue',
  'borrar'                      => 'delete',
  'borar_horario'               => 'delete_schedule',
  'correo_e'                    => 'e_mail',
  'nuevo_número'               => 'new_number',
  'registrar'                   => 'post',
  'registrar_como_nuevo'        => 'post_as_new',
  'vista_preliminar'            => 'print',
  'imprimir_y_registrar'        => 'print_and_post',
  'imprimir_y_registrar_como_nueva' => 'print_and_post_as_new',
  'orden_de_venta'              => 'sales_order',
  'guardar_programa'            => 'save_schedule',
  'programa'                    => 'schedule',
  'enviar_a'                    => 'ship_to',
  'actualizar'                  => 'update',
  'si'                          => 'yes',
};

1;