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 (307 lines) | stat: -rw-r--r-- 15,938 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
$self{charset} = 'UTF-8';

$self{texts} = {
  'Account'                     => '勘定',
  'Accounting Menu'             => '経理メニュー',
  'Add Credit Invoice'          => 'クレジット請求登記',
  'Add POS Invoice'             => 'POS請求書登録',
  'Add Part'                    => '部品登録',
  'Add Purchase Order'          => '購買発注登録',
  'Add Quotation'               => '見積登録',
  'Add Request for Quotation'   => '見積依頼登録',
  'Add Sales Invoice'           => '販売請求書登録',
  'Add Sales Order'             => '販売注文登録',
  'Add Service'                 => 'サービス登録',
  'Address'                     => '所在地',
  'Amount'                      => '金額',
  'Apr'                         => '4月',
  'April'                       => '4月',
  'Are you sure you want to delete Invoice Number' => '請求番号本当に削除しますか?',
  'Attachment'                  => '属性',
  'Aug'                         => '8月',
  'August'                      => '8月',
  'Bcc'                         => 'Bcc',
  'Bin'                         => '箱',
  'Bin List'                    => '箱一覧',
  'Business'                    => 'ビジネス',
  'Cannot delete invoice!'      => '請求書を削除できません',
  'Cannot post cash discount for a closed period!' => '現金割引がクローズ期間に登記できません',
  'Cannot post invoice for a closed period!' => '決済期間で、請求を登録出来ません',
  'Cannot post invoice!'        => '請求書を登録出来ません',
  'Cannot post payment for a closed period!' => '決済期間で、支払いを登録出来ません',
  'Cash Discount'               => '現金割引',
  'Cash discount date missing!' => '現金割引日付未入力',
  'Cash discount date past due!' => '現金割引は入金予定日を過ぎている',
  'Cc'                          => 'Cc',
  'City'                        => '市',
  'Confirm!'                    => '確認',
  'Contact'                     => '連絡',
  'Continue'                    => '続ける',
  'Copies'                      => 'コピー数',
  'Country'                     => '国',
  'Credit Invoice'              => 'クレジット請求',
  'Credit Limit'                => '信用限度',
  'Currency'                    => '通貨',
  'Customer'                    => '得意先',
  'Customer Number'             => '得意先番号',
  'Customer missing!'           => '得意先なし',
  'Customer not on file!'       => '得意先はファイルに登録されいない',
  'DCN'                         => 'DCN',
  'DCN missing!'                => 'DCNが必要です',
  'Date'                        => '日付',
  'Day(s)'                      => '日',
  'Debit Invoice'               => 'デビット請求',
  'Dec'                         => '12月',
  'December'                    => '12月',
  'Delete'                      => '削除',
  'Delete Schedule'             => 'ツケジュールの削除',
  'Delivery Date'               => '納入日付',
  'Department'                  => '部門',
  'Description'                 => 'テキスト',
  'Discount'                    => '値引き',
  'Due Date'                    => '支払予定日',
  'E-mail'                      => 'メール',
  'E-mail address missing!'     => 'メールアドレスが必要です',
  'E-mail message'              => 'メールメッセージ',
  'E-mailed'                    => 'メールを送信済',
  'Edit Credit Invoice'         => 'クレジット請求変更',
  'Edit POS Invoice'            => 'POS請求書の編集',
  'Edit Sales Invoice'          => '販売請求書の編集',
  'Employee Number'             => '授業員番号',
  'Error!'                      => 'エラー',
  'Every'                       => '毎',
  'Exch'                        => '為替',
  'Exchange Rate'               => '為替レート',
  'Exchange rate for cash discount missing!' => '現金割引の為替レートは未入力です',
  'Exchange rate for payment missing!' => '支払用の為替レートが必要です',
  'Exchange rate missing!'      => '為替日付が必要です',
  'Extended'                    => '拡張化',
  'Fax'                         => 'FAX',
  'Feb'                         => '2月',
  'February'                    => '2月',
  'For'                         => '&nbsp',
  'G.W.'                        => '総重量',
  'Group'                       => 'グループ',
  'Group by'                    => 'グループ化',
  'In-line'                     => 'インライン',
  'Include Payment'             => '支払い込み',
  'Internal Notes'              => '内部メモ',
  'Invoice'                     => '請求書',
  'Invoice Date'                => '請求日付',
  'Invoice Date missing!'       => '請求日付が必要です',
  'Invoice Number'              => '請求番号',
  'Invoice Number missing!'     => '請求番号が必要です',
  'Invoice deleted!'            => '請求書を削除しました',
  'Item'                        => '明細',
  'Item not on file!'           => '項目はファイルに入っていない',
  'Jan'                         => '1月',
  'January'                     => '1月',
  'Jul'                         => '7月',
  'July'                        => '7月',
  'Jun'                         => '6月',
  'June'                        => '6月',
  'Locked by'                   => '次の人がロックしています',
  'Mar'                         => '3月',
  'March'                       => '3月',
  'May'                         => '5月',
  'May '                        => '5月',
  'Memo'                        => 'メモ',
  'Message'                     => 'メッセージ',
  'Method'                      => '種類',
  'Month(s)'                    => '月',
  'N.W.'                        => '実量',
  'Net'                         => '税別',
  'Next Date'                   => '次日付',
  'Notes'                       => 'メモ',
  'Nov'                         => '11月',
  'November'                    => '11月',
  'Number'                      => '番号/数字',
  'Number missing in Row'       => '行で数字が必要です',
  'OH'                          => '在数',
  'Oct'                         => '10月',
  'October'                     => '10月',
  'On Hold'                     => '保留',
  'Order Date missing!'         => '注文日が必要です',
  'Order Number'                => '注文番号',
  'Order Number missing!'       => '注文番号が必要です',
  'Outstanding'                 => '未決済',
  'PDF'                         => 'PDF',
  'PO Number'                   => '購買番号',
  'Packaging'                   => '梱包',
  'Packing List'                => '梱包一覧',
  'Packing List Date missing!'  => '梱包一覧日付が必要です',
  'Packing List Number missing!' => '梱包一覧番号が必要です',
  'Payment date missing!'       => '支払金日付が必要です',
  'Payments'                    => '複数支払い',
  'Phone'                       => '電話',
  'Pick List'                   => 'ピッキングリスト',
  'Post'                        => '登録',
  'Post as new'                 => '新規登録する',
  'Postscript'                  => 'Postscript',
  'Price'                       => '価格',
  'Print'                       => '印刷',
  'Print and Post'              => '登録と印刷',
  'Print and Post as new'       => '新規登録と印刷',
  'Printed'                     => '印刷済',
  'Project'                     => 'プロジェクト',
  'Project not on file!'        => 'プロジェクトまだ登録されたいません',
  'Purchase Order'              => '購買発注',
  'Qty'                         => '数量',
  'Queue'                       => 'キュー',
  'Queued'                      => 'キューする',
  'Quotation'                   => '見積書',
  'Quotation Date missing!'     => '見積日付が入力されていない',
  'Quotation Number missing!'   => '見積番号が入力されていない',
  'RVC missing!'                => 'RVCが必要です',
  'Recd'                        => '受',
  'Record in'                   => '登録',
  'Recurring Transaction'       => '繰返トランザクション',
  'Reference'                   => '参照',
  'Remaining'                   => '残高',
  'Remittance Voucher'          => '振替伝票',
  'Repeat'                      => '繰返',
  'Required by'                 => '要求者',
  'SKU'                         => 'SKU',
  'Sales Order'                 => '受注伝票',
  'Salesperson'                 => '営業者',
  'Save Schedule'               => 'スケジュールの保存',
  'Schedule'                    => 'スケジュール',
  'Scheduled'                   => '計画済',
  'Screen'                      => '画面',
  'Select a Printer!'           => 'プリンタの選択',
  'Select from one of the names below' => '下記の名前の中に一つを選択して下さい',
  'Select from one of the projects below' => '下記のプロジェクトの中に一つを選択して下さい',
  'Select items'                => 'アイテムの選択',
  'Select postscript or PDF!'   => 'PDF又はPostscriptを選択して下さい',
  'Select txt, postscript or PDF!' => 'txt、Postscript又はPDFを選択して下さい',
  'Sep'                         => '9月',
  'September'                   => '9月',
  'Serial No.'                  => 'シリアル番号',
  'Ship'                        => '出荷',
  'Ship to'                     => '出荷先',
  'Ship via'                    => '出荷経由地',
  'Shipping Point'              => '出荷場所',
  'Sort by'                     => '順番',
  'Source'                      => '支払元',
  'Startdate'                   => '開始日付',
  'State/Province'              => '都道府県',
  'Subject'                     => '件名',
  'Subtotal'                    => '小計',
  'Tax Included'                => '税込',
  'Terms'                       => '条件',
  'Text'                        => 'テキスト',
  'To'                          => 'まで',
  'Total'                       => '合計',
  'Trade Discount'              => '貿易値引',
  'Translation not on file!'    => '翻訳はファイルではありません',
  'Unit'                        => '単位',
  'Update'                      => '更新',
  'Vendor'                      => '仕入先',
  'Vendor Number'               => '仕入先番号',
  'Vendor not on file!'         => '仕入先ではありません',
  'Volume'                      => '量',
  'Warehouse'                   => '倉庫',
  'Warning!'                    => '警告',
  'Waybill'                     => '運送状',
  'Week(s)'                     => '週',
  'Work Order'                  => '製造指図',
  'Year(s)'                     => '年',
  'Yes'                         => 'はい',
  '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'             => '郵便番号',
  'days'                        => '日',
  'ea'                          => '例',
  'for'                         => ':',
  'posted!'                     => '記録',
  'sent'                        => '送信済',
  'time(s)'                     => '回',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  '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',
  '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',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'new_item'                    => 'new_item',
  'post'                        => 'post',
  'post_as_new'                 => 'post_as_new',
  'prepare_invoice'             => 'prepare_invoice',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'project_selected'            => 'project_selected',
  'purchase_order'              => 'purchase_order',
  'quotation'                   => 'quotation',
  'rebuild_formnames'           => 'rebuild_formnames',
  'rebuild_vc'                  => 'rebuild_vc',
  'repost'                      => 'repost',
  'reprint'                     => 'reprint',
  'rfq'                         => 'rfq',
  'sales_invoice_'              => 'sales_invoice_',
  'sales_order'                 => 'sales_order',
  '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',
  'update'                      => 'update',
  'validate_items'              => 'validate_items',
  'vendor_invoice_'             => 'vendor_invoice_',
  'yes'                         => 'yes',
  '部品登録'                => 'add_part',
  'サービス登録'          => 'add_service',
  '続ける'                   => 'continue',
  '削除'                      => 'delete',
  'ツケジュールの削除' => 'delete_schedule',
  'メール'                   => 'e_mail',
  '登録'                      => 'post',
  '新規登録する'          => 'post_as_new',
  '印刷'                      => 'print',
  '登録と印刷'             => 'print_and_post',
  '新規登録と印刷'       => 'print_and_post_as_new',
  '受注伝票'                => 'sales_order',
  'スケジュールの保存' => 'save_schedule',
  'スケジュール'          => 'schedule',
  '出荷先'                   => 'ship_to',
  '更新'                      => 'update',
  'はい'                      => 'yes',
};

1;