manueller Rechnungsversand per E-Mail. Vorbelegung mandantenweit konfigurierbar
[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                                   => { type => 'text' },
14   allow_new_purchase_delivery_order         => { type => 'boolean', default => 'true', not_null => 1 },
15   allow_new_purchase_invoice                => { type => 'boolean', default => 'true', not_null => 1 },
16   allow_sales_invoice_from_sales_order      => { type => 'boolean', default => 'true', not_null => 1 },
17   allow_sales_invoice_from_sales_quotation  => { type => 'boolean', default => 'true', not_null => 1 },
18   ap_changeable                             => { type => 'integer', default => 2, not_null => 1 },
19   ap_chart_id                               => { type => 'integer' },
20   ap_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
21   ar_changeable                             => { type => 'integer', default => 2, not_null => 1 },
22   ar_chart_id                               => { type => 'integer' },
23   ar_paid_accno_id                          => { type => 'integer' },
24   ar_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
25   articlenumber                             => { type => 'text' },
26   assemblynumber                            => { type => 'text' },
27   assortmentnumber                          => { type => 'text' },
28   balance_startdate_method                  => { type => 'text' },
29   bcc_to_login                              => { type => 'boolean', default => 'false', not_null => 1 },
30   bin_id                                    => { type => 'integer' },
31   bin_id_ignore_onhand                      => { type => 'integer' },
32   businessnumber                            => { type => 'text' },
33   closedto                                  => { type => 'date' },
34   cnnumber                                  => { type => 'text' },
35   co_ustid                                  => { type => 'text' },
36   coa                                       => { type => 'text' },
37   company                                   => { type => 'text' },
38   create_part_if_not_found                  => { type => 'boolean', default => 'false' },
39   currency_id                               => { type => 'integer', not_null => 1 },
40   customer_hourly_rate                      => { type => 'numeric', precision => 8, scale => 2 },
41   customer_projects_only_in_sales           => { type => 'boolean', default => 'false', not_null => 1 },
42   customernumber                            => { type => 'text' },
43   datev_check_on_ap_transaction             => { type => 'boolean', default => 'true' },
44   datev_check_on_ar_transaction             => { type => 'boolean', default => 'true' },
45   datev_check_on_gl_transaction             => { type => 'boolean', default => 'true' },
46   datev_check_on_purchase_invoice           => { type => 'boolean', default => 'true' },
47   datev_check_on_sales_invoice              => { type => 'boolean', default => 'true' },
48   datev_export_format                       => { type => 'enum', check_in => [ 'cp1252', 'cp1252-translit', 'utf-8' ], db_type => 'datev_export_format_enum', default => 'cp1252-translit' },
49   delivery_date_interval                    => { type => 'integer', default => '0' },
50   disabled_price_sources                    => { type => 'array' },
51   doc_delete_printfiles                     => { type => 'boolean', default => 'false' },
52   doc_files                                 => { type => 'boolean', default => 'false' },
53   doc_files_rootpath                        => { type => 'text', default => './documents' },
54   doc_max_filesize                          => { type => 'integer', default => 10000000 },
55   doc_storage                               => { type => 'boolean', default => 'false' },
56   doc_storage_for_attachments               => { type => 'text', default => 'Filesystem' },
57   doc_storage_for_documents                 => { type => 'text', default => 'Filesystem' },
58   doc_storage_for_images                    => { type => 'text', default => 'Filesystem' },
59   doc_storage_for_shopimages                => { type => 'text', default => 'Filesystem' },
60   doc_webdav                                => { type => 'boolean', default => 'false' },
61   dunning_ar                                => { type => 'integer' },
62   dunning_ar_amount_fee                     => { type => 'integer' },
63   dunning_ar_amount_interest                => { type => 'integer' },
64   dunning_creator                           => { type => 'enum', check_in => [ 'current_employee', 'invoice_employee' ], db_type => 'dunning_creator', default => 'current_employee' },
65   duns                                      => { type => 'text' },
66   email_journal                             => { type => 'integer', default => 2 },
67   expense_accno_id                          => { type => 'integer' },
68   fa_bufa_nr                                => { type => 'text' },
69   fa_dauerfrist                             => { type => 'text' },
70   fa_steuerberater_city                     => { type => 'text' },
71   fa_steuerberater_name                     => { type => 'text' },
72   fa_steuerberater_street                   => { type => 'text' },
73   fa_steuerberater_tel                      => { type => 'text' },
74   fa_voranmeld                              => { type => 'text' },
75   feature_balance                           => { type => 'boolean', default => 'true', not_null => 1 },
76   feature_datev                             => { type => 'boolean', default => 'true', not_null => 1 },
77   feature_erfolgsrechnung                   => { type => 'boolean', default => 'false', not_null => 1 },
78   feature_eurechnung                        => { type => 'boolean', default => 'true', not_null => 1 },
79   feature_experimental_assortment           => { type => 'boolean', default => 'true', not_null => 1 },
80   feature_experimental_order                => { type => 'boolean', default => 'true', not_null => 1 },
81   feature_ustva                             => { type => 'boolean', default => 'true', not_null => 1 },
82   fxgain_accno_id                           => { type => 'integer' },
83   fxloss_accno_id                           => { type => 'integer' },
84   gl_changeable                             => { type => 'integer', default => 2, not_null => 1 },
85   global_bcc                                => { type => 'text', default => '' },
86   id                                        => { type => 'serial', not_null => 1 },
87   income_accno_id                           => { type => 'integer' },
88   inventory_accno_id                        => { type => 'integer' },
89   inventory_system                          => { type => 'text' },
90   invnumber                                 => { type => 'text' },
91   invoice_mail_settings                     => { type => 'enum', check_in => [ 'cp', 'invoice_mail', 'invoice_mail_cc_cp' ], db_type => 'invoice_mail_settings', default => 'cp' },
92   ir_changeable                             => { type => 'integer', default => 2, not_null => 1 },
93   ir_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
94   is_changeable                             => { type => 'integer', default => 2, not_null => 1 },
95   is_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
96   is_transfer_out                           => { type => 'boolean', default => 'false', not_null => 1 },
97   itime                                     => { type => 'timestamp', default => 'now()' },
98   language_id                               => { type => 'integer' },
99   letternumber                              => { type => 'integer' },
100   max_future_booking_interval               => { type => 'integer', default => 360 },
101   mtime                                     => { type => 'timestamp' },
102   normalize_part_descriptions               => { type => 'boolean', default => 'true' },
103   normalize_vc_names                        => { type => 'boolean', default => 'true' },
104   order_always_project                      => { type => 'boolean', default => 'false' },
105   order_warn_duplicate_parts                => { type => 'boolean', default => 'true' },
106   order_warn_no_deliverydate                => { type => 'boolean', default => 'true' },
107   parts_image_css                           => { type => 'text', default => 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' },
108   parts_listing_image                       => { type => 'boolean', default => 'true' },
109   parts_show_image                          => { type => 'boolean', default => 'true' },
110   payments_changeable                       => { type => 'integer', default => '0', not_null => 1 },
111   pdonumber                                 => { type => 'text' },
112   ponumber                                  => { type => 'text' },
113   precision                                 => { type => 'numeric', default => '0.01', not_null => 1, precision => 15, scale => 5 },
114   profit_determination                      => { type => 'text' },
115   project_status_id                         => { type => 'integer' },
116   project_type_id                           => { type => 'integer' },
117   purchase_delivery_order_show_delete       => { type => 'boolean', default => 'true' },
118   purchase_order_show_delete                => { type => 'boolean', default => 'true' },
119   quick_search_modules                      => { type => 'array' },
120   reqdate_interval                          => { type => 'integer', default => '0' },
121   require_transaction_description_ps        => { type => 'boolean', default => 'false', not_null => 1 },
122   requirement_spec_section_order_part_id    => { type => 'integer' },
123   revtrans                                  => { type => 'boolean', default => 'false' },
124   rfqnumber                                 => { type => 'text' },
125   rmanumber                                 => { type => 'text' },
126   rndgain_accno_id                          => { type => 'integer' },
127   rndloss_accno_id                          => { type => 'integer' },
128   sales_delivery_order_show_delete          => { type => 'boolean', default => 'true' },
129   sales_order_show_delete                   => { type => 'boolean', default => 'true' },
130   sales_purchase_order_ship_missing_column  => { type => 'boolean', default => 'false' },
131   sdonumber                                 => { type => 'text' },
132   sepa_creditor_id                          => { type => 'text' },
133   sepa_reference_add_vc_vc_id               => { type => 'boolean', default => 'false' },
134   sepa_set_duedate_as_default_exec_date     => { type => 'boolean', default => 'false' },
135   sepa_set_skonto_date_as_default_exec_date => { type => 'boolean', default => 'false' },
136   sepa_set_skonto_date_buffer_in_days       => { type => 'integer', default => '0' },
137   servicenumber                             => { type => 'text' },
138   shipped_qty_fill_up                       => { type => 'boolean', default => 'true', not_null => 1 },
139   shipped_qty_item_identity_fields          => { type => 'array', default => '{parts_id}', not_null => 1 },
140   shipped_qty_require_stock_out             => { type => 'boolean', default => 'false', not_null => 1 },
141   show_bestbefore                           => { type => 'boolean', default => 'false' },
142   show_longdescription_select_item          => { type => 'boolean', default => 'false' },
143   show_weight                               => { type => 'boolean', default => 'false', not_null => 1 },
144   signature                                 => { type => 'text' },
145   sonumber                                  => { type => 'text' },
146   sqnumber                                  => { type => 'text' },
147   stocktaking_bin_id                        => { type => 'integer' },
148   stocktaking_cutoff_date                   => { type => 'date' },
149   stocktaking_qty_threshold                 => { type => 'numeric', default => '0', precision => 25, scale => 5 },
150   stocktaking_warehouse_id                  => { type => 'integer' },
151   taxnumber                                 => { type => 'text' },
152   templates                                 => { type => 'text' },
153   transfer_default                          => { type => 'boolean', default => 'true' },
154   transfer_default_ignore_onhand            => { type => 'boolean', default => 'false' },
155   transfer_default_services                 => { type => 'boolean', default => 'true' },
156   transfer_default_use_master_default_bin   => { type => 'boolean', default => 'false' },
157   transfer_default_warehouse_for_assembly   => { type => 'boolean', default => 'false' },
158   transport_cost_reminder_article_number_id => { type => 'integer' },
159   vendornumber                              => { type => 'text' },
160   version                                   => { type => 'varchar', length => 8 },
161   vertreter                                 => { type => 'boolean', default => 'false' },
162   warehouse_id                              => { type => 'integer' },
163   warehouse_id_ignore_onhand                => { type => 'integer' },
164   webdav                                    => { type => 'boolean', default => 'false' },
165   webdav_documents                          => { type => 'boolean', default => 'false' },
166   weightunit                                => { type => 'varchar', length => 5 },
167 );
168
169 __PACKAGE__->meta->primary_key_columns([ 'id' ]);
170
171 __PACKAGE__->meta->allow_inline_column_values(1);
172
173 __PACKAGE__->meta->foreign_keys(
174   ap_chart => {
175     class       => 'SL::DB::Chart',
176     key_columns => { ap_chart_id => 'id' },
177   },
178
179   ar_chart => {
180     class       => 'SL::DB::Chart',
181     key_columns => { ar_chart_id => 'id' },
182   },
183
184   bin => {
185     class       => 'SL::DB::Bin',
186     key_columns => { bin_id => 'id' },
187   },
188
189   bin_obj => {
190     class       => 'SL::DB::Bin',
191     key_columns => { bin_id_ignore_onhand => 'id' },
192   },
193
194   currency => {
195     class       => 'SL::DB::Currency',
196     key_columns => { currency_id => 'id' },
197   },
198
199   project_status => {
200     class       => 'SL::DB::ProjectStatus',
201     key_columns => { project_status_id => 'id' },
202   },
203
204   project_type => {
205     class       => 'SL::DB::ProjectType',
206     key_columns => { project_type_id => 'id' },
207   },
208
209   requirement_spec_section_order_part => {
210     class       => 'SL::DB::Part',
211     key_columns => { requirement_spec_section_order_part_id => 'id' },
212   },
213
214   stocktaking_bin => {
215     class       => 'SL::DB::Bin',
216     key_columns => { stocktaking_bin_id => 'id' },
217   },
218
219   stocktaking_warehouse => {
220     class       => 'SL::DB::Warehouse',
221     key_columns => { stocktaking_warehouse_id => 'id' },
222   },
223
224   warehouse => {
225     class       => 'SL::DB::Warehouse',
226     key_columns => { warehouse_id => 'id' },
227   },
228
229   warehouse_obj => {
230     class       => 'SL::DB::Warehouse',
231     key_columns => { warehouse_id_ignore_onhand => 'id' },
232   },
233 );
234
235 1;
236 ;