File: ct

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

$self{texts} = {
  'AP'                          => '買掛',
  'AP Transaction'              => '買掛トランザクション',
  'AP Transactions'             => '買掛トランザクション',
  'AR'                          => '売掛',
  'AR Transaction'              => '売掛トランザクション',
  'AR Transactions'             => '売掛トランザクション',
  'Accounting Menu'             => '経理メニュー',
  'Accounts'                    => '勘定項目',
  'Active'                      => '有効',
  'Add Customer'                => '得意先登録',
  'Add Vendor'                  => '仕入先登録',
  'Address'                     => '所在地',
  'All'                         => '全',
  'Amount'                      => '金額',
  'BIC'                         => '銀行番号',
  'Bank'                        => '銀行名',
  'Bcc'                         => 'Bcc',
  'Billing Address'             => '請求住所',
  'Break'                       => 'ブレーク',
  'Cannot delete customer!'     => '得意先を削除できません',
  'Cannot delete vendor!'       => '仕入先を削除出来ません',
  'Cash Discount'               => '現金割引',
  'Cc'                          => 'Cc',
  'City'                        => '市',
  'Closed'                      => 'クローズ',
  'Company'                     => '会社',
  'Contact'                     => '連絡',
  'Continue'                    => '続ける',
  'Cost'                        => '経費',
  'Could not save pricelist!'   => '価格表を保存出来ません',
  'Country'                     => '国',
  'Credit Invoice'              => 'クレジット請求',
  'Credit Limit'                => '信用限度',
  'Curr'                        => '通貨',
  'Currency'                    => '通貨',
  'Customer'                    => '得意先',
  'Customer History'            => '得意先履歴',
  'Customer Number'             => '得意先番号',
  'Customer Transactions'       => '顧客トランザクション',
  'Customer deleted!'           => '得意先を削除しました',
  'Customer saved!'             => '得意先保存',
  'Customers'                   => '得意先',
  'Debit Invoice'               => 'デビット請求',
  'Delete'                      => '削除',
  'Delivery Date'               => '納入日付',
  'Description'                 => 'テキスト',
  'Detail'                      => '詳細',
  'Disc'                        => 'ディスク',
  'Discount'                    => '値引き',
  'E-mail'                      => 'メール',
  'Edit Customer'               => '顧客の編集',
  'Edit Vendor'                 => '仕入先の編集',
  'Employee'                    => '従業員',
  'Enddate'                     => '終了日付',
  'Fax'                         => 'FAX',
  'Female'                      => '女性',
  'First Name'                  => '名前',
  'From'                        => 'から',
  'GIFI'                        => 'GIFI',
  'Group'                       => 'グループ',
  'IBAN'                        => 'IBAN',
  'ID'                          => 'ID',
  'Inactive'                    => '無効',
  'Include in Report'           => 'レポートに入れる',
  'Invoice'                     => '請求書',
  'Item already on pricelist!'  => '項目もう価格リストに入ってますか',
  'Item not on file!'           => '項目はファイルに入っていない',
  'Language'                    => '言語',
  'Last Name'                   => '名字',
  'Leadtime'                    => 'リードタイム',
  'Male'                        => '男性',
  'Manager'                     => 'マネージャ',
  'Method'                      => '種類',
  'Mobile'                      => '携帯',
  'Name'                        => '名字',
  'Name missing!'               => '名字が必要です',
  'Net'                         => '税別',
  'No.'                         => '番号',
  'Notes'                       => 'メモ',
  'Number'                      => '番号/数字',
  'Occupation'                  => '職業',
  'Open'                        => 'オープン',
  'Order'                       => '注文',
  'Orphaned'                    => '遺児項目',
  'POS'                         => 'POS',
  'Part Number'                 => '部品番号',
  'Payment'                     => '単位支払い',
  'Payment Method'              => '支払いメソッド',
  'Person'                      => '個人',
  'Phone'                       => '電話',
  'Pricegroup'                  => '価格グループ',
  'Pricelist'                   => '価格表',
  'Project Number'              => 'プロジェクト番号',
  'Purchase Order'              => '購買発注',
  'Purchase Orders'             => '購買発注',
  'Qty'                         => '数量',
  'Quotation'                   => '見積書',
  'Quotations'                  => '見積書',
  'RFQ'                         => '見積依頼',
  'Remittance Voucher'          => '振替伝票',
  'Request for Quotations'      => '見積りの依頼',
  'SIC'                         => 'SIC',
  'SKU'                         => 'SKU',
  'Sales Invoice'               => '販売請求書',
  'Sales Invoices'              => '販売請求書',
  'Sales Order'                 => '受注伝票',
  'Sales Orders'                => '受注伝票',
  'Salesperson'                 => '営業者',
  'Salutation'                  => '敬称',
  'Save'                        => '保存',
  'Save Pricelist'              => '価格表の保存',
  'Save as new'                 => '新規登録する',
  'Search'                      => '検索',
  'Select items'                => 'アイテムの選択',
  'Sell Price'                  => '販売価格',
  'Serial Number'               => 'シリアル番号',
  'Shipping Address'            => '出荷先',
  'Startdate'                   => '開始日付',
  'State'                       => '都道府県',
  'State/Province'              => '都道府県',
  'Sub-contract GIFI'           => '下請 GIFI',
  'Subtotal'                    => '小計',
  'Summary'                     => '合計',
  'Tax'                         => '税金',
  'Tax Included'                => '税込',
  'Tax Number'                  => '税番号',
  'Tax Number / SSN'            => '税番号 / SSN',
  'Terms'                       => '条件',
  'Threshold'                   => '閾値',
  'Title'                       => '役職名',
  'To'                          => 'まで',
  'Total'                       => '合計',
  'Type'                        => 'タイプ',
  'Type of Business'            => 'ビジネスタイプ',
  'Unit'                        => '単位',
  'Update'                      => '更新',
  'Vendor'                      => '仕入先',
  'Vendor History'              => '仕入先歴史',
  'Vendor Invoice'              => '仕入先請求',
  'Vendor Invoices'             => '仕入先請求',
  'Vendor Number'               => '仕入先番号',
  'Vendor Transactions'         => '仕入先トランザクション',
  'Vendor deleted!'             => '仕入先を削除された',
  'Vendor saved!'               => '仕入先を保存された',
  'Vendors'                     => '仕入先',
  'Zip/Postal Code'             => '郵便番号',
  'days'                        => '日',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_customer'                => 'add_customer',
  'add_transaction'             => 'add_transaction',
  'add_vendor'                  => 'add_vendor',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'continue'                    => 'continue',
  'create_links'                => 'create_links',
  'credit_invoice'              => 'credit_invoice',
  'customer_pricelist'          => 'customer_pricelist',
  'debit_invoice'               => 'debit_invoice',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'display_pricelist'           => 'display_pricelist',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'history'                     => 'history',
  'include_in_report'           => 'include_in_report',
  'item_selected'               => 'item_selected',
  'js_menu'                     => 'js_menu',
  'list_history'                => 'list_history',
  'list_names'                  => 'list_names',
  'list_subtotal'               => 'list_subtotal',
  'menubar'                     => 'menubar',
  'pos'                         => 'pos',
  'pricelist'                   => 'pricelist',
  'pricelist_footer'            => 'pricelist_footer',
  'pricelist_header'            => 'pricelist_header',
  'purchase_order'              => 'purchase_order',
  'quotation'                   => 'quotation',
  'rfq'                         => 'rfq',
  'sales_invoice'               => 'sales_invoice',
  'sales_order'                 => 'sales_order',
  'save'                        => 'save',
  'save_as_new'                 => 'save_as_new',
  'save_pricelist'              => 'save_pricelist',
  'search'                      => 'search',
  'search_name'                 => 'search_name',
  'section_menu'                => 'section_menu',
  'select_item'                 => 'select_item',
  'shipping_address'            => 'shipping_address',
  'transactions'                => 'transactions',
  'update'                      => 'update',
  'vendor_invoice'              => 'vendor_invoice',
  'vendor_pricelist'            => 'vendor_pricelist',
  '買掛トランザクション' => 'ap_transaction',
  '売掛トランザクション' => 'ar_transaction',
  '得意先登録'             => 'add_customer',
  '仕入先登録'             => 'add_vendor',
  '続ける'                   => 'continue',
  'クレジット請求'       => 'credit_invoice',
  'デビット請求'          => 'debit_invoice',
  '削除'                      => 'delete',
  'pos'                         => 'pos',
  '価格表'                   => 'pricelist',
  '購買発注'                => 'purchase_order',
  '見積書'                   => 'quotation',
  '見積依頼'                => 'rfq',
  '販売請求書'             => 'sales_invoice',
  '受注伝票'                => 'sales_order',
  '保存'                      => 'save',
  '価格表の保存'          => 'save_pricelist',
  '新規登録する'          => 'save_as_new',
  '出荷先'                   => 'shipping_address',
  '更新'                      => 'update',
  '仕入先請求'             => 'vendor_invoice',
};

1;