ba8cf32286783da46a47e10f14bcae8aa1019577
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
1 # This file has been auto-generated. Do not modify it; it will be overwritten
2 # by rose_auto_create_model.pl automatically.
3 package SL::DB::Default;
4
5 use strict;
6
7 use parent qw(SL::DB::Object);
8
9 __PACKAGE__->meta->table('defaults');
10
11 __PACKAGE__->meta->columns(
12   accounting_method                         => { type => 'text' },
13   address_city                              => { type => 'text' },
14   address_country                           => { type => 'text' },
15   address_street1                           => { type => 'text' },
16   address_street2                           => { type => 'text' },
17   address_zipcode                           => { type => 'text' },
18   advance_payment_clearing_chart_id         => { type => 'integer' },
19   advance_payment_taxable_19_id             => { type => 'integer' },
20   advance_payment_taxable_7_id              => { type => 'integer' },
21   allow_new_purchase_delivery_order         => { type => 'boolean', default => 'true', not_null => 1 },
22   allow_new_purchase_invoice                => { type => 'boolean', default => 'true', not_null => 1 },
23   allow_sales_invoice_from_sales_order      => { type => 'boolean', default => 'true', not_null => 1 },
24   allow_sales_invoice_from_sales_quotation  => { type => 'boolean', default => 'true', not_null => 1 },
25   always_record_links_from_order            => { type => 'boolean', default => 'false' },
26   ap_add_doc                                => { type => 'boolean', default => 'false', not_null => 1 },
27   ap_changeable                             => { type => 'integer', default => 2, not_null => 1 },
28   ap_chart_id                               => { type => 'integer' },
29   ap_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
30   ar_add_doc                                => { type => 'boolean', default => 'false', not_null => 1 },
31   ar_changeable                             => { type => 'integer', default => 2, not_null => 1 },
32   ar_chart_id                               => { type => 'integer' },
33   ar_paid_accno_id                          => { type => 'integer' },
34   ar_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
35   articlenumber                             => { type => 'text' },
36   assemblynumber                            => { type => 'text' },
37   assortmentnumber                          => { type => 'text' },
38   balance_startdate_method                  => { type => 'text' },
39   bcc_to_login                              => { type => 'boolean', default => 'false', not_null => 1 },
40   bin_id                                    => { type => 'integer' },
41   bin_id_ignore_onhand                      => { type => 'integer' },
42   businessnumber                            => { type => 'text' },
43   carry_over_account_chart_id               => { type => 'integer' },
44   closedto                                  => { type => 'date' },
45   cnnumber                                  => { type => 'text' },
46   co_ustid                                  => { type => 'text' },
47   coa                                       => { type => 'text' },
48   company                                   => { type => 'text' },
49   contact_departments_use_textfield         => { type => 'boolean' },
50   contact_titles_use_textfield              => { type => 'boolean' },
51   create_part_if_not_found                  => { type => 'boolean', default => 'false' },
52   create_qrbill_invoices                    => { type => 'integer' },
53   create_zugferd_invoices                   => { type => 'integer' },
54   currency_id                               => { type => 'integer', not_null => 1 },
55   customer_hourly_rate                      => { type => 'numeric', precision => 8, scale => 2 },
56   customer_projects_only_in_sales           => { type => 'boolean', default => 'false', not_null => 1 },
57   customer_ustid_taxnummer_unique           => { type => 'boolean', default => 'false' },
58   customernumber                            => { type => 'text' },
59   datev_check_on_ap_transaction             => { type => 'boolean', default => 'true' },
60   datev_check_on_ar_transaction             => { type => 'boolean', default => 'true' },
61   datev_check_on_gl_transaction             => { type => 'boolean', default => 'true' },
62   datev_check_on_purchase_invoice           => { type => 'boolean', default => 'true' },
63   datev_check_on_sales_invoice              => { type => 'boolean', default => 'true' },
64   datev_export_format                       => { type => 'enum', check_in => [ 'cp1252', 'cp1252-translit', 'utf-8' ], db_type => 'datev_export_format_enum', default => 'cp1252-translit' },
65   delivery_date_interval                    => { type => 'integer', default => '0' },
66   deliverydate_on                           => { type => 'boolean', default => 'true' },
67   disabled_price_sources                    => { type => 'array' },
68   doc_delete_printfiles                     => { type => 'boolean', default => 'false' },
69   doc_files                                 => { type => 'boolean', default => 'false' },
70   doc_files_rootpath                        => { type => 'text', default => './documents' },
71   doc_max_filesize                          => { type => 'integer', default => 10000000 },
72   doc_storage                               => { type => 'boolean', default => 'false' },
73   doc_storage_for_attachments               => { type => 'text', default => 'Filesystem' },
74   doc_storage_for_documents                 => { type => 'text', default => 'Filesystem' },
75   doc_storage_for_images                    => { type => 'text', default => 'Filesystem' },
76   doc_storage_for_shopimages                => { type => 'text', default => 'Filesystem' },
77   doc_webdav                                => { type => 'boolean', default => 'false' },
78   dunning_ar                                => { type => 'integer' },
79   dunning_ar_amount_fee                     => { type => 'integer' },
80   dunning_ar_amount_interest                => { type => 'integer' },
81   dunning_creator                           => { type => 'enum', check_in => [ 'current_employee', 'invoice_employee' ], db_type => 'dunning_creator', default => 'current_employee' },
82   duns                                      => { type => 'text' },
83   email_attachment_part_files_checked       => { type => 'boolean', default => 'true' },
84   email_attachment_record_files_checked     => { type => 'boolean', default => 'true' },
85   email_attachment_vc_files_checked         => { type => 'boolean', default => 'true' },
86   email_journal                             => { type => 'integer', default => 2 },
87   expense_accno_id                          => { type => 'integer' },
88   fa_bufa_nr                                => { type => 'text' },
89   fa_dauerfrist                             => { type => 'text' },
90   fa_steuerberater_city                     => { type => 'text' },
91   fa_steuerberater_name                     => { type => 'text' },
92   fa_steuerberater_street                   => { type => 'text' },
93   fa_steuerberater_tel                      => { type => 'text' },
94   fa_voranmeld                              => { type => 'text' },
95   feature_balance                           => { type => 'boolean', default => 'true', not_null => 1 },
96   feature_datev                             => { type => 'boolean', default => 'true', not_null => 1 },
97   feature_erfolgsrechnung                   => { type => 'boolean', default => 'false', not_null => 1 },
98   feature_eurechnung                        => { type => 'boolean', default => 'true', not_null => 1 },
99   feature_experimental_assortment           => { type => 'boolean', default => 'true', not_null => 1 },
100   feature_experimental_order                => { type => 'boolean', default => 'true', not_null => 1 },
101   feature_ustva                             => { type => 'boolean', default => 'true', not_null => 1 },
102   fxgain_accno_id                           => { type => 'integer' },
103   fxloss_accno_id                           => { type => 'integer' },
104   gl_add_doc                                => { type => 'boolean', default => 'false', not_null => 1 },
105   gl_changeable                             => { type => 'integer', default => 2, not_null => 1 },
106   global_bcc                                => { type => 'text', default => '' },
107   id                                        => { type => 'serial', not_null => 1 },
108   income_accno_id                           => { type => 'integer' },
109   inventory_accno_id                        => { type => 'integer' },
110   inventory_system                          => { type => 'text' },
111   invnumber                                 => { type => 'text' },
112   invoice_mail_settings                     => { type => 'enum', check_in => [ 'cp', 'invoice_mail', 'invoice_mail_cc_cp' ], db_type => 'invoice_mail_settings', default => 'cp' },
113   ir_add_doc                                => { type => 'boolean', default => 'false', not_null => 1 },
114   ir_changeable                             => { type => 'integer', default => 2, not_null => 1 },
115   ir_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
116   is_changeable                             => { type => 'integer', default => 2, not_null => 1 },
117   is_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
118   is_transfer_out                           => { type => 'boolean', default => 'false', not_null => 1 },
119   itime                                     => { type => 'timestamp', default => 'now()' },
120   language_id                               => { type => 'integer' },
121   letternumber                              => { type => 'integer' },
122   loss_carried_forward_chart_id             => { type => 'integer' },
123   max_future_booking_interval               => { type => 'integer', default => 360 },
124   mtime                                     => { type => 'timestamp' },
125   normalize_part_descriptions               => { type => 'boolean', default => 'true' },
126   normalize_vc_names                        => { type => 'boolean', default => 'true' },
127   order_always_project                      => { type => 'boolean', default => 'false' },
128   order_warn_duplicate_parts                => { type => 'boolean', default => 'true' },
129   order_warn_no_cusordnumber                => { type => 'boolean', default => 'false' },
130   order_warn_no_deliverydate                => { type => 'boolean', default => 'true' },
131   parts_image_css                           => { type => 'text', default => 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' },
132   parts_listing_image                       => { type => 'boolean', default => 'true' },
133   parts_show_image                          => { type => 'boolean', default => 'true' },
134   partsgroup_required                       => { type => 'boolean', default => 'false', not_null => 1 },
135   payments_changeable                       => { type => 'integer', default => '0', not_null => 1 },
136   pdonumber                                 => { type => 'text' },
137   ponumber                                  => { type => 'text' },
138   precision                                 => { type => 'numeric', default => '0.01', not_null => 1, precision => 15, scale => 5 },
139   print_interpolate_variables_in_positions  => { type => 'boolean', default => 'true', not_null => 1 },
140   produce_assembly_same_warehouse           => { type => 'boolean', default => 'true' },
141   produce_assembly_transfer_service         => { type => 'boolean', default => 'false' },
142   profit_carried_forward_chart_id           => { type => 'integer' },
143   profit_determination                      => { type => 'text' },
144   project_status_id                         => { type => 'integer' },
145   project_type_id                           => { type => 'integer' },
146   purchase_delivery_order_check_service     => { type => 'boolean', default => 'true' },
147   purchase_delivery_order_check_stocked     => { type => 'boolean', default => 'false' },
148   purchase_delivery_order_show_delete       => { type => 'boolean', default => 'true' },
149   purchase_order_show_delete                => { type => 'boolean', default => 'true' },
150   quick_search_modules                      => { type => 'array' },
151   rdonumber                                 => { type => 'text' },
152   reqdate_interval                          => { type => 'integer', default => '0' },
153   reqdate_on                                => { type => 'boolean', default => 'true' },
154   require_transaction_description_ps        => { type => 'boolean', default => 'false', not_null => 1 },
155   requirement_spec_section_order_part_id    => { type => 'integer' },
156   revtrans                                  => { type => 'boolean', default => 'false' },
157   rfqnumber                                 => { type => 'text' },
158   rmanumber                                 => { type => 'text' },
159   rndgain_accno_id                          => { type => 'integer' },
160   rndloss_accno_id                          => { type => 'integer' },
161   sales_delivery_order_check_service        => { type => 'boolean', default => 'true' },
162   sales_delivery_order_check_stocked        => { type => 'boolean', default => 'false' },
163   sales_delivery_order_show_delete          => { type => 'boolean', default => 'true' },
164   sales_order_show_delete                   => { type => 'boolean', default => 'true' },
165   sales_purchase_order_ship_missing_column  => { type => 'boolean', default => 'false' },
166   sales_purchase_record_numbers_changeable  => { type => 'boolean', default => 'false', not_null => 1 },
167   sales_serial_eq_charge                    => { type => 'boolean', default => 'false', not_null => 1 },
168   sdonumber                                 => { type => 'text' },
169   sepa_creditor_id                          => { type => 'text' },
170   sepa_reference_add_vc_vc_id               => { type => 'boolean', default => 'false' },
171   sepa_set_duedate_as_default_exec_date     => { type => 'boolean', default => 'false' },
172   sepa_set_skonto_date_as_default_exec_date => { type => 'boolean', default => 'false' },
173   sepa_set_skonto_date_buffer_in_days       => { type => 'integer', default => '0' },
174   servicenumber                             => { type => 'text' },
175   shipped_qty_require_stock_out             => { type => 'boolean', default => 'false', not_null => 1 },
176   show_bestbefore                           => { type => 'boolean', default => 'false' },
177   show_longdescription_select_item          => { type => 'boolean', default => 'false' },
178   show_weight                               => { type => 'boolean', default => 'false', not_null => 1 },
179   signature                                 => { type => 'text' },
180   sonumber                                  => { type => 'text' },
181   sqnumber                                  => { type => 'text' },
182   stocktaking_bin_id                        => { type => 'integer' },
183   stocktaking_cutoff_date                   => { type => 'date' },
184   stocktaking_qty_threshold                 => { type => 'numeric', default => '0', precision => 25, scale => 5 },
185   stocktaking_warehouse_id                  => { type => 'integer' },
186   sudonumber                                => { type => 'text' },
187   taxnumber                                 => { type => 'text' },
188   templates                                 => { type => 'text' },
189   transfer_default                          => { type => 'boolean', default => 'true' },
190   transfer_default_ignore_onhand            => { type => 'boolean', default => 'false' },
191   transfer_default_services                 => { type => 'boolean', default => 'true' },
192   transfer_default_use_master_default_bin   => { type => 'boolean', default => 'false' },
193   transport_cost_reminder_article_number_id => { type => 'integer' },
194   undo_transfer_interval                    => { type => 'integer', default => 7 },
195   vc_greetings_use_textfield                => { type => 'boolean' },
196   vendor_ustid_taxnummer_unique             => { type => 'boolean', default => 'false' },
197   vendornumber                              => { type => 'text' },
198   version                                   => { type => 'varchar', length => 8 },
199   vertreter                                 => { type => 'boolean', default => 'false' },
200   warehouse_id                              => { type => 'integer' },
201   warehouse_id_ignore_onhand                => { type => 'integer' },
202   warn_no_delivery_order_for_invoice        => { type => 'boolean', default => 'false' },
203   webdav                                    => { type => 'boolean', default => 'false' },
204   webdav_documents                          => { type => 'boolean', default => 'false' },
205   weightunit                                => { type => 'varchar', length => 5 },
206   workflow_po_ap_chart_id                   => { type => 'integer' },
207 );
208
209 __PACKAGE__->meta->primary_key_columns([ 'id' ]);
210
211 __PACKAGE__->meta->allow_inline_column_values(1);
212
213 __PACKAGE__->meta->foreign_keys(
214   ap_chart => {
215     class       => 'SL::DB::Chart',
216     key_columns => { ap_chart_id => 'id' },
217   },
218
219   ar_chart => {
220     class       => 'SL::DB::Chart',
221     key_columns => { ar_chart_id => 'id' },
222   },
223
224   bin => {
225     class       => 'SL::DB::Bin',
226     key_columns => { bin_id => 'id' },
227   },
228
229   bin_obj => {
230     class       => 'SL::DB::Bin',
231     key_columns => { bin_id_ignore_onhand => 'id' },
232   },
233
234   carry_over_account_chart => {
235     class       => 'SL::DB::Chart',
236     key_columns => { carry_over_account_chart_id => 'id' },
237   },
238
239   currency => {
240     class       => 'SL::DB::Currency',
241     key_columns => { currency_id => 'id' },
242   },
243
244   loss_carried_forward_chart => {
245     class       => 'SL::DB::Chart',
246     key_columns => { loss_carried_forward_chart_id => 'id' },
247   },
248
249   profit_carried_forward_chart => {
250     class       => 'SL::DB::Chart',
251     key_columns => { profit_carried_forward_chart_id => 'id' },
252   },
253
254   project_status => {
255     class       => 'SL::DB::ProjectStatus',
256     key_columns => { project_status_id => 'id' },
257   },
258
259   project_type => {
260     class       => 'SL::DB::ProjectType',
261     key_columns => { project_type_id => 'id' },
262   },
263
264   requirement_spec_section_order_part => {
265     class       => 'SL::DB::Part',
266     key_columns => { requirement_spec_section_order_part_id => 'id' },
267   },
268
269   stocktaking_bin => {
270     class       => 'SL::DB::Bin',
271     key_columns => { stocktaking_bin_id => 'id' },
272   },
273
274   stocktaking_warehouse => {
275     class       => 'SL::DB::Warehouse',
276     key_columns => { stocktaking_warehouse_id => 'id' },
277   },
278
279   warehouse => {
280     class       => 'SL::DB::Warehouse',
281     key_columns => { warehouse_id => 'id' },
282   },
283
284   warehouse_obj => {
285     class       => 'SL::DB::Warehouse',
286     key_columns => { warehouse_id_ignore_onhand => 'id' },
287   },
288 );
289
290 1;
291 ;