File: am

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 (470 lines) | stat: -rw-r--r-- 25,631 bytes parent folder | download | duplicates (4)
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
$self{charset} = 'UTF-8';

$self{texts} = {
  'AP'                          => '買掛',
  'AR'                          => '売掛',
  'About'                       => '情報',
  'Account'                     => '勘定',
  'Account Number'              => '勘定番号',
  'Account Number missing!'     => '勘定番号が必要です',
  'Account Type'                => '勘定タイプ',
  'Account Type missing!'       => '勘定タイプが必要です',
  'Account deleted!'            => '勘定が削除した',
  'Account does not exist!'     => '勘定を見付けなかった',
  'Account saved!'              => '勘定が保存した',
  'Accounting Menu'             => '経理メニュー',
  'Accrual'                     => '発生主義',
  'Activate Audit trail'        => '動作記録を有効化',
  'Add Account'                 => '勘定登録',
  'Add Business'                => 'ビジネス登録',
  'Add Currency'                => '通貨の登録',
  'Add Department'              => '部分登録',
  'Add Exchange Rate'           => '為替レート登録',
  'Add GIFI'                    => 'GIFI 登録',
  'Add Language'                => '言語を追加する',
  'Add Payment Method'          => '支払いメソッド登録',
  'Add SIC'                     => 'SIC登録',
  'Add Warehouse'               => '倉庫登録',
  'Address'                     => '所在地',
  'Amount'                      => '金額',
  'Asset'                       => '資産',
  'Audit Control'               => '会計制御',
  'Audit trail disabled'        => '動作記録無効',
  'Audit trail enabled'         => '動作記録有効',
  'Audit trail removed up to'   => '監査正跡をこの日付までに作城する',
  'BIC'                         => '銀行番号',
  'Backup sent to'              => 'バクアップの送信先',
  'Bank'                        => '銀行名',
  'Bank Account'                => '銀行口座',
  'Bank Account Details'        => '銀行口座詳細',
  'Bank Accounts'               => '銀行口座',
  'Bank saved!'                 => '銀行を保存されあ',
  'Batch Number'                => 'バッチ番号',
  'Bcc'                         => 'Bcc',
  'Bin List'                    => '箱一覧',
  'Books are open'              => '仕訳は登録中です',
  'Books closed up to'          => '決算日付',
  'Business Number'             => 'ビジネス番号',
  'Business deleted!'           => 'ビジネスが削除された',
  'Business saved!'             => 'ビジネスを保存した!',
  'Buy'                         => '購入',
  'COGS'                        => '売上にたいする経費(COGS)',
  'Cannot delete account!'      => '勘定を削除できません',
  'Cannot delete default account!' => 'ディフォールト勘定を削除出来ません',
  'Cannot save account!'        => '勘定を保存出来ません',
  'Cannot save defaults!'       => 'デフォールトを保存出来ません',
  'Cannot save preferences!'    => '設定を保存出来ません',
  'Cannot save taxes!'          => '税金を保存不可能です',
  'Cannot set account for more than one of AR, AP or IC' => '売掛、買掛と在庫の内一つを選んで下さい',
  'Cannot set multiple options for' => '複数のオプションをセット出来ません:',
  'Cash'                        => '入金/支払',
  'Cash Discount'               => '現金割引',
  'Cc'                          => 'Cc',
  'Chart of Accounts'           => '勘定表',
  'City'                        => '市',
  'Close Books up to'           => '仕訳の登録済日付',
  'Code'                        => 'コード',
  'Code missing!'               => '失コード',
  'Company Name'                => '会社名',
  'Company Number'              => '会社番号',
  'Confirm'                     => '確認',
  'Confirm!'                    => '確認',
  'Continue'                    => '続ける',
  'Contra'                      => '対',
  'Copy to COA'                 => '勘定表へコピーする',
  'Cost Center'                 => 'コストセンター',
  'Country'                     => '国',
  'Credit'                      => '貸方',
  'Credit Invoice'              => 'クレジット請求',
  'Currencies'                  => '通貨',
  'Currency'                    => '通貨',
  'Currency deleted!'           => '通貨を削除された',
  'Currency missing!'           => '通貨が必須です',
  'Currency saved!'             => '通貨を保存された',
  'Current'                     => '現在',
  'Customer Number'             => '得意先番号',
  'Customer not on file!'       => '得意先はファイルに登録されいない',
  'DCN'                         => 'DCN',
  'Database Host'               => 'デタベースホスト',
  'Dataset'                     => 'デタセット',
  'Date'                        => '日付',
  'Date Format'                 => '日付書式',
  'Date missing!'               => '日付が必要です',
  'Day'                         => '日',
  'Day(s)'                      => '日',
  'Days'                        => '日',
  'Debit'                       => '借方',
  'Debit Invoice'               => 'デビット請求',
  'Default Template'            => 'ディフォールトテンプレート',
  'Defaults saved!'             => 'ディフォールトを保存しました',
  'Delete'                      => '削除',
  'Delete Account'              => '勘定の削除',
  'Delete Schedule'             => 'ツケジュールの削除',
  'Deleting a language will also delete the templates for the language' => '言語を削除してとその言語に対するテンプレートも全て削除されている',
  'Department deleted!'         => '部門を削除しました',
  'Department saved!'           => '部門を保存しました',
  'Departments'                 => '部門',
  'Description'                 => 'テキスト',
  'Description missing!'        => 'テキストが必要です',
  'Discount'                    => '値引き',
  'Dropdown Limit'              => 'ドロプダウン明細数',
  'E-mail'                      => 'メール',
  'E-mail address missing!'     => 'メールアドレスが必要です',
  'E-mail message'              => 'メールメッセージ',
  'Edit'                        => '編集',
  'Edit Account'                => '勘定の編集',
  'Edit Business'               => 'ビジネスの編集',
  'Edit Department'             => '部門の編集',
  'Edit Exchange Rate'          => '為替レートの編集',
  'Edit GIFI'                   => 'GIFIの編集',
  'Edit Language'               => '言語の編集',
  'Edit Payment Method'         => '支払いメソッドの編集',
  'Edit Preferences for'        => '優先の編集',
  'Edit SIC'                    => 'SIC編集',
  'Edit Template'               => 'テンプレートの編集',
  'Employee Number'             => '授業員番号',
  'Ends'                        => '終了',
  'Enforce transaction reversal for all dates' => 'いつもトランザクション逆伝票を使用',
  'Enforce unique numbers for'  => '採番を使用',
  'Equity'                      => '証券',
  'Every'                       => '毎',
  'Exchange Rate saved!'        => '為替レートを保存された',
  'Exchange Rates'              => '為替レート',
  'Expense'                     => '経費',
  'Expense/Asset'               => '経費/投入',
  'Failed to delete Currency!'  => '通貨を削除するに失敗',
  'Failed to delete Warehouse!' => '倉庫を削除出来ませんでした',
  'Failed to save Bank!'        => '銀行を保存するに失敗',
  'Failed to save Currency!'    => '通貨を保存するに失敗',
  'Failed to save Warehouse!'   => '倉庫を保存出来ませんでした',
  'Fax'                         => 'FAX',
  'Fee'                         => '手数料',
  'For'                         => '&nbsp',
  'Foreign Exchange Gain'       => '為替利益',
  'Foreign Exchange Loss'       => '為替損害',
  'From'                        => 'から',
  'GIFI'                        => 'GIFI',
  'GIFI deleted!'               => 'GIFIを削除しました',
  'GIFI missing!'               => 'GIFIを見付けなかった',
  'GIFI saved!'                 => 'GIFIを保存しました',
  'GL'                          => '仕訳',
  'GL Reference Number'         => '仕訳参照番号',
  'GL Transaction'              => '仕訳トランザクション',
  'Heading'                     => '見出し',
  'IBAN'                        => 'IBAN',
  'ID'                          => 'ID',
  'Include Payment'             => '支払い込み',
  'Include in drop-down menus'  => 'ドロップ・ダウン・メニューに入れる',
  'Income'                      => '所得',
  'Inventory'                   => '在庫',
  'Invoice'                     => '請求書',
  'Is this a summary account to record' => '登録すべきの合計勘定ですか',
  'Job/Project Number'          => 'ジョブ/プロジェクト番号',
  'Language'                    => '言語',
  'Language deleted!'           => '言語を削除しました',
  'Language saved!'             => '言語を保存しました',
  'Languages'                   => '言語',
  'Last Numbers & Default Accounts' => '最後番号 & ディフォルト勘定',
  'Liability'                   => '借財',
  'Licensed to'                 => '使用許可',
  'Link'                        => 'リンク',
  'Locked by'                   => '次の人がロックしています',
  'Locks removed!'              => 'ロックを取去れた',
  'Member No.'                  => 'メンバ番号',
  'Menu Width'                  => 'メニュー幅',
  'Message'                     => 'メッセージ',
  'Method'                      => '種類',
  'Method of Payment'           => '支払いメソッド',
  'Month'                       => '月',
  'Month(s)'                    => '月',
  'Months'                      => '月',
  'Name'                        => '名字',
  'Next'                        => '次ぎ',
  'Next Date'                   => '次日付',
  'Next Number'                 => '次番号',
  'No'                          => 'いいえ',
  'No email address for'        => '宛先メールアドレスではありません:',
  'No foreign currencies!'      => '海外通貨がありません',
  'Non-Tracking Items'          => '未追跡区分',
  'Non-tracking Items'          => '未追跡区分',
  'Number'                      => '番号/数字',
  'Number Format'               => '数字書式',
  'Output Format'               => '出力フォーマット',
  'PDF'                         => 'PDF',
  'PO'                          => '購買発注',
  'Packing List'                => '梱包一覧',
  'Part Number'                 => '部品番号',
  'Password'                    => 'パスワード',
  'Password does not match!'    => 'パスワードは会わない',
  'Payables'                    => '買掛金',
  'Payment'                     => '単位支払い',
  'Payment Method'              => '支払いメソッド',
  'Payment Method deleted!'     => '支払いメソッドを削除された',
  'Payment Method saved!'       => '支払いメソッドを保存された',
  'Period'                      => '期間',
  'Phone'                       => '電話',
  'Pick List'                   => 'ピッキングリスト',
  'Posting'                     => '登記',
  'Postscript'                  => 'Postscript',
  'Precision'                   => '精度',
  'Preferences saved!'          => '設定を保存された',
  'Print'                       => '印刷',
  'Printer'                     => 'プリンター',
  'Printing'                    => '印刷中',
  'Process Transactions'        => 'トランザクションの処理',
  'Profit Center'               => '利益センター',
  'Project not on file!'        => 'プロジェクトまだ登録されたいません',
  'Purchase Order'              => '購買発注',
  'Purchase Order Number'       => '購買発注番号',
  'Purchase Orders'             => '購買発注',
  'Quarter'                     => '四半期',
  'RFQ Number'                  => '見積依頼番号',
  'RVC'                         => 'RVC',
  'Rate'                        => '割',
  'Receivables'                 => '受取勘定',
  'Recurring Transaction'       => '繰返トランザクション',
  'Recurring Transactions'      => '繰解トランザクション',
  'Reference'                   => '参照',
  'Remittance Voucher'          => '振替伝票',
  'Remove Audit trail up to'    => '動作記録を削除まで日付',
  'Remove Locks'                => 'ロックを取去る',
  'Repeat'                      => '繰返',
  'Reporting Method'            => '報告方法',
  'Retained Earnings'           => '内部留保',
  'SIC deleted!'                => 'SICを削除しました',
  'SIC saved!'                  => 'SICを保存しました',
  'SO'                          => '受注伝票',
  'Sales Invoice'               => '販売請求書',
  'Sales Invoice/AR Transaction Number' => '販売請求/売掛トランザクション番号',
  'Sales Order'                 => '受注伝票',
  'Sales Order Number'          => '受注番号',
  'Sales Orders'                => '受注伝票',
  'Sales Quotation Number'      => '見積番号',
  'Save'                        => '保存',
  'Save Schedule'               => 'スケジュールの保存',
  'Save as new'                 => '新規登録する',
  'Saving'                      => '保存中',
  'Select from one of the names below' => '下記の名前の中に一つを選択して下さい',
  'Select from one of the projects below' => '下記のプロジェクトの中に一つを選択して下さい',
  'Sell'                        => '売る',
  'Sending'                     => '送信中',
  'Session Timeout'             => 'セッションタイムアウト',
  'Signature'                   => 'サイン',
  'Sort Names by'               => '名字で分類',
  'Standard Industrial Codes'   => '標準経済コード',
  'Startdate'                   => '開始日付',
  'State/Province'              => '都道府県',
  'Stylesheet'                  => 'スタイルシート',
  'Subject'                     => '件名',
  'System Defaults'             => 'システムディフォルト',
  'Tax'                         => '税金',
  'Taxable'                     => '有税',
  'Taxes'                       => '税金',
  'Taxes saved!'                => '税金を保存しました',
  'Template saved!'             => 'テンプレートを保存した',
  'Times'                       => '回',
  'To'                          => 'まで',
  'Tracking Items'              => '追跡区分',
  'Transaction'                 => 'トランザクション',
  'Transaction reversal enforced for all dates' => 'トランザクション逆伝を有効日付',
  'Type of Business'            => 'ビジネスタイプ',
  'Unauthorized!'               => '権限がありません',
  'Unique numbers enforced for' => '採番有効',
  'Update'                      => '更新',
  'User'                        => 'ユーザ',
  'Valid To'                    => '有効まで',
  'Vendor Invoice'              => '仕入先請求',
  'Vendor Invoice/AP Transaction Number' => '仕入先請求/買掛トランザクション番号',
  'Vendor Number'               => '仕入先番号',
  'Vendor not on file!'         => '仕入先ではありません',
  'Version'                     => 'バージョン',
  'Voucher Number'              => '伝票番号',
  'Warehouse deleted!'          => '倉庫を削除された',
  'Warehouse saved!'            => '倉庫を保存された',
  'Warehouses'                  => '倉庫',
  'Warning!'                    => '警告',
  'Week'                        => '週',
  'Week(s)'                     => '週',
  'Weeks'                       => '週',
  'Weight Unit'                 => '重量単位',
  'Work Order'                  => '製造指図',
  'Year'                        => '年',
  'Year(s)'                     => '年',
  'Yearend'                     => '年末',
  'Yearend date missing!'       => '年末日付が必要',
  'Yearend posted!'             => '年末記録の終了',
  'Yearend posting failed!'     => '年末記録の失効',
  'Years'                       => '年',
  'You are posting an existing transaction!' => '既存トランザクションを記録する!',
  'You are printing and posting an existing transaction!' => '既存トランザクションを記録と印刷する!',
  'You are printing and saving an existing order' => '既存注文を印刷と保存する!',
  'You are printing and saving an existing quotation' => '既存見積りを印刷と保存する!',
  'You are saving an existing order' => '既存注文を保存する!',
  'You are saving an existing quotation' => '既存見積りを保存する!',
  'Zip/Postal Code'             => '郵便番号',
  'account cannot be set to any other type of account' => '勘定のタイプが他のタイプに変更出来ません',
  'failed'                      => '失敗',
  'for'                         => ':',
  'localhost'                   => 'localhost',
  'ok'                          => 'ok',
  'sent'                        => '送信済',
  'time(s)'                     => '回',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'account_header'              => 'account_header',
  'add'                         => 'add',
  'add_account'                 => 'add_account',
  'add_business'                => 'add_business',
  'add_currency'                => 'add_currency',
  'add_department'              => 'add_department',
  'add_exchange_rate'           => 'add_exchange_rate',
  'add_gifi'                    => 'add_gifi',
  'add_language'                => 'add_language',
  'add_payment_method'          => 'add_payment_method',
  'add_sic'                     => 'add_sic',
  'add_transaction'             => 'add_transaction',
  'add_warehouse'               => 'add_warehouse',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'audit_control'               => 'audit_control',
  'backup'                      => 'backup',
  'bank_accounts'               => 'bank_accounts',
  'bank_footer'                 => 'bank_footer',
  'bank_header'                 => 'bank_header',
  'business_header'             => 'business_header',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'clear_locks'                 => 'clear_locks',
  'company_logo'                => 'company_logo',
  'config'                      => 'config',
  'continue'                    => 'continue',
  'copy_to_coa'                 => 'copy_to_coa',
  'credit_invoice_'             => 'credit_invoice_',
  'currency_header'             => 'currency_header',
  'debit_invoice_'              => 'debit_invoice_',
  'defaults'                    => 'defaults',
  'delete'                      => 'delete',
  'delete_account'              => 'delete_account',
  'delete_business'             => 'delete_business',
  'delete_currency'             => 'delete_currency',
  'delete_department'           => 'delete_department',
  'delete_gifi'                 => 'delete_gifi',
  'delete_language'             => 'delete_language',
  'delete_paymentmethod'        => 'delete_paymentmethod',
  'delete_schedule'             => 'delete_schedule',
  'delete_sic'                  => 'delete_sic',
  'delete_warehouse'            => 'delete_warehouse',
  'department_header'           => 'department_header',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'display_stylesheet'          => 'display_stylesheet',
  'display_taxes'               => 'display_taxes',
  'doclose'                     => 'doclose',
  'edit'                        => 'edit',
  'edit_account'                => 'edit_account',
  'edit_bank'                   => 'edit_bank',
  'edit_business'               => 'edit_business',
  'edit_currency'               => 'edit_currency',
  'edit_department'             => 'edit_department',
  'edit_exchangerate'           => 'edit_exchangerate',
  'edit_gifi'                   => 'edit_gifi',
  'edit_language'               => 'edit_language',
  'edit_paymentmethod'          => 'edit_paymentmethod',
  'edit_recurring'              => 'edit_recurring',
  'edit_sic'                    => 'edit_sic',
  'edit_template'               => 'edit_template',
  'edit_warehouse'              => 'edit_warehouse',
  'email_recurring'             => 'email_recurring',
  'exchangerate_header'         => 'exchangerate_header',
  'form_footer'                 => 'form_footer',
  'formnames'                   => 'formnames',
  'generate_yearend'            => 'generate_yearend',
  'gifi_footer'                 => 'gifi_footer',
  'gifi_header'                 => 'gifi_header',
  'gl_transaction'              => 'gl_transaction',
  'islocked'                    => 'islocked',
  'js_menu'                     => 'js_menu',
  'language_header'             => 'language_header',
  'list_account'                => 'list_account',
  'list_business'               => 'list_business',
  'list_currencies'             => 'list_currencies',
  'list_department'             => 'list_department',
  'list_exchangerates'          => 'list_exchangerates',
  'list_gifi'                   => 'list_gifi',
  'list_language'               => 'list_language',
  'list_paymentmethod'          => 'list_paymentmethod',
  'list_sic'                    => 'list_sic',
  'list_templates'              => 'list_templates',
  'list_warehouse'              => 'list_warehouse',
  'menubar'                     => 'menubar',
  'move'                        => 'move',
  'name_selected'               => 'name_selected',
  'paymentmethod_header'        => 'paymentmethod_header',
  'post_as_new'                 => 'post_as_new',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'print_recurring'             => 'print_recurring',
  'process_transactions'        => 'process_transactions',
  'project_selected'            => 'project_selected',
  'rebuild_formnames'           => 'rebuild_formnames',
  'rebuild_vc'                  => 'rebuild_vc',
  'recurring_transactions'      => 'recurring_transactions',
  'remove_locks'                => 'remove_locks',
  'repost'                      => 'repost',
  'reprint'                     => 'reprint',
  'sales_invoice_'              => 'sales_invoice_',
  'save'                        => 'save',
  'save_account'                => 'save_account',
  'save_as_new'                 => 'save_as_new',
  'save_bank'                   => 'save_bank',
  'save_business'               => 'save_business',
  'save_currency'               => 'save_currency',
  'save_defaults'               => 'save_defaults',
  'save_department'             => 'save_department',
  'save_exchangerate'           => 'save_exchangerate',
  'save_gifi'                   => 'save_gifi',
  'save_language'               => 'save_language',
  'save_paymentmethod'          => 'save_paymentmethod',
  'save_preferences'            => 'save_preferences',
  'save_schedule'               => 'save_schedule',
  'save_sic'                    => 'save_sic',
  'save_taxes'                  => 'save_taxes',
  'save_template'               => 'save_template',
  'save_warehouse'              => 'save_warehouse',
  'schedule'                    => 'schedule',
  'search_exchangerates'        => 'search_exchangerates',
  'section_menu'                => 'section_menu',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'sic_header'                  => 'sic_header',
  'taxes'                       => 'taxes',
  'update'                      => 'update',
  'update_taxes'                => 'update_taxes',
  'vendor_invoice_'             => 'vendor_invoice_',
  'warehouse_header'            => 'warehouse_header',
  'yearend'                     => 'yearend',
  'yes_delete_language'         => 'yes_delete_language',
  'ビジネス登録'          => 'add_business',
  '通貨の登録'             => 'add_currency',
  '部分登録'                => 'add_department',
  '為替レート登録'       => 'add_exchange_rate',
  '言語を追加する'       => 'add_language',
  '支払いメソッド登録' => 'add_payment_method',
  'sic登録'                   => 'add_sic',
  '倉庫登録'                => 'add_warehouse',
  '続ける'                   => 'continue',
  '勘定表へコピーする' => 'copy_to_coa',
  '削除'                      => 'delete',
  'ツケジュールの削除' => 'delete_schedule',
  '編集'                      => 'edit',
  'トランザクションの処理' => 'process_transactions',
  'ロックを取去る'       => 'remove_locks',
  '保存'                      => 'save',
  'スケジュールの保存' => 'save_schedule',
  '新規登録する'          => 'save_as_new',
  '更新'                      => 'update',
};

1;