Inventur: Voreinstellungen für Lager, Lagerplatz und Stichtag (DB und Rose)
[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   disabled_price_sources                    => { type => 'array' },
49   doc_database                              => { type => 'boolean', default => 'false' },
50   doc_delete_printfiles                     => { type => 'boolean', default => 'false' },
51   doc_files                                 => { type => 'boolean', default => 'false' },
52   doc_files_rootpath                        => { type => 'text', default => './documents' },
53   doc_max_filesize                          => { type => 'integer', default => 10000000 },
54   doc_storage                               => { type => 'boolean', default => 'false' },
55   doc_storage_for_attachments               => { type => 'text', default => 'Filesystem' },
56   doc_storage_for_documents                 => { type => 'text', default => 'Filesystem' },
57   doc_storage_for_images                    => { type => 'text', default => 'Filesystem' },
58   doc_storage_for_shopimages                => { type => 'text', default => 'Filesystem' },
59   doc_webdav                                => { type => 'boolean', default => 'false' },
60   dunning_ar                                => { type => 'integer' },
61   dunning_ar_amount_fee                     => { type => 'integer' },
62   dunning_ar_amount_interest                => { type => 'integer' },
63   duns                                      => { type => 'text' },
64   email_journal                             => { type => 'integer', default => 2 },
65   expense_accno_id                          => { type => 'integer' },
66   fa_bufa_nr                                => { type => 'text' },
67   fa_dauerfrist                             => { type => 'text' },
68   fa_steuerberater_city                     => { type => 'text' },
69   fa_steuerberater_name                     => { type => 'text' },
70   fa_steuerberater_street                   => { type => 'text' },
71   fa_steuerberater_tel                      => { type => 'text' },
72   fa_voranmeld                              => { type => 'text' },
73   feature_balance                           => { type => 'boolean', default => 'true', not_null => 1 },
74   feature_datev                             => { type => 'boolean', default => 'true', not_null => 1 },
75   feature_erfolgsrechnung                   => { type => 'boolean', default => 'false', not_null => 1 },
76   feature_eurechnung                        => { type => 'boolean', default => 'true', not_null => 1 },
77   feature_experimental                      => { type => 'boolean', default => 'true', not_null => 1 },
78   feature_ustva                             => { type => 'boolean', default => 'true', not_null => 1 },
79   fxgain_accno_id                           => { type => 'integer' },
80   fxloss_accno_id                           => { type => 'integer' },
81   gl_changeable                             => { type => 'integer', default => 2, not_null => 1 },
82   global_bcc                                => { type => 'text', default => '' },
83   id                                        => { type => 'serial', not_null => 1 },
84   income_accno_id                           => { type => 'integer' },
85   inventory_accno_id                        => { type => 'integer' },
86   inventory_system                          => { type => 'text' },
87   invnumber                                 => { type => 'text' },
88   ir_changeable                             => { type => 'integer', default => 2, not_null => 1 },
89   ir_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
90   is_changeable                             => { type => 'integer', default => 2, not_null => 1 },
91   is_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
92   is_transfer_out                           => { type => 'boolean', default => 'false', not_null => 1 },
93   itime                                     => { type => 'timestamp', default => 'now()' },
94   language_id                               => { type => 'integer' },
95   letternumber                              => { type => 'integer' },
96   max_future_booking_interval               => { type => 'integer', default => 360 },
97   mtime                                     => { type => 'timestamp' },
98   normalize_part_descriptions               => { type => 'boolean', default => 'true' },
99   normalize_vc_names                        => { type => 'boolean', default => 'true' },
100   order_always_project                      => { type => 'boolean', default => 'false' },
101   order_warn_duplicate_parts                => { type => 'boolean', default => 'true' },
102   parts_image_css                           => { type => 'text', default => 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' },
103   parts_listing_image                       => { type => 'boolean', default => 'true' },
104   parts_show_image                          => { type => 'boolean', default => 'true' },
105   payments_changeable                       => { type => 'integer', default => '0', not_null => 1 },
106   pdonumber                                 => { type => 'text' },
107   ponumber                                  => { type => 'text' },
108   precision                                 => { type => 'numeric', default => '0.01', not_null => 1, precision => 15, scale => 5 },
109   profit_determination                      => { type => 'text' },
110   project_status_id                         => { type => 'integer' },
111   project_type_id                           => { type => 'integer' },
112   purchase_delivery_order_show_delete       => { type => 'boolean', default => 'true' },
113   purchase_order_show_delete                => { type => 'boolean', default => 'true' },
114   quick_search_modules                      => { type => 'array' },
115   reqdate_interval                          => { type => 'integer', default => '0' },
116   require_transaction_description_ps        => { type => 'boolean', default => 'false', not_null => 1 },
117   requirement_spec_section_order_part_id    => { type => 'integer' },
118   revtrans                                  => { type => 'boolean', default => 'false' },
119   rfqnumber                                 => { type => 'text' },
120   rmanumber                                 => { type => 'text' },
121   rndgain_accno_id                          => { type => 'integer' },
122   rndloss_accno_id                          => { type => 'integer' },
123   sales_delivery_order_show_delete          => { type => 'boolean', default => 'true' },
124   sales_order_show_delete                   => { type => 'boolean', default => 'true' },
125   sales_purchase_order_ship_missing_column  => { type => 'boolean', default => 'false' },
126   sdonumber                                 => { type => 'text' },
127   sepa_creditor_id                          => { type => 'text' },
128   sepa_reference_add_vc_vc_id               => { type => 'boolean', default => 'false' },
129   servicenumber                             => { type => 'text' },
130   shipped_qty_fill_up                       => { type => 'boolean', default => 'true', not_null => 1 },
131   shipped_qty_item_identity_fields          => { type => 'array', default => '{parts_id}', not_null => 1 },
132   shipped_qty_require_stock_out             => { type => 'boolean', default => 'false', not_null => 1 },
133   show_bestbefore                           => { type => 'boolean', default => 'false' },
134   show_longdescription_select_item          => { type => 'boolean', default => 'false' },
135   show_weight                               => { type => 'boolean', default => 'false', not_null => 1 },
136   signature                                 => { type => 'text' },
137   sonumber                                  => { type => 'text' },
138   sqnumber                                  => { type => 'text' },
139   stocktaking_bin_id                        => { type => 'integer' },
140   stocktaking_cutoff_date                   => { type => 'date' },
141   stocktaking_warehouse_id                  => { type => 'integer' },
142   taxnumber                                 => { type => 'text' },
143   templates                                 => { type => 'text' },
144   transfer_default                          => { type => 'boolean', default => 'true' },
145   transfer_default_ignore_onhand            => { type => 'boolean', default => 'false' },
146   transfer_default_services                 => { type => 'boolean', default => 'true' },
147   transfer_default_use_master_default_bin   => { type => 'boolean', default => 'false' },
148   transfer_default_warehouse_for_assembly   => { type => 'boolean', default => 'false' },
149   transport_cost_reminder_article_number_id => { type => 'integer' },
150   vendornumber                              => { type => 'text' },
151   version                                   => { type => 'varchar', length => 8 },
152   vertreter                                 => { type => 'boolean', default => 'false' },
153   warehouse_id                              => { type => 'integer' },
154   warehouse_id_ignore_onhand                => { type => 'integer' },
155   webdav                                    => { type => 'boolean', default => 'false' },
156   webdav_documents                          => { type => 'boolean', default => 'false' },
157   weightunit                                => { type => 'varchar', length => 5 },
158 );
159
160 __PACKAGE__->meta->primary_key_columns([ 'id' ]);
161
162 __PACKAGE__->meta->allow_inline_column_values(1);
163
164 __PACKAGE__->meta->foreign_keys(
165   ap_chart => {
166     class       => 'SL::DB::Chart',
167     key_columns => { ap_chart_id => 'id' },
168   },
169
170   ar_chart => {
171     class       => 'SL::DB::Chart',
172     key_columns => { ar_chart_id => 'id' },
173   },
174
175   bin => {
176     class       => 'SL::DB::Bin',
177     key_columns => { bin_id => 'id' },
178   },
179
180   bin_obj => {
181     class       => 'SL::DB::Bin',
182     key_columns => { bin_id_ignore_onhand => 'id' },
183   },
184
185   currency => {
186     class       => 'SL::DB::Currency',
187     key_columns => { currency_id => 'id' },
188   },
189
190   project_status => {
191     class       => 'SL::DB::ProjectStatus',
192     key_columns => { project_status_id => 'id' },
193   },
194
195   project_type => {
196     class       => 'SL::DB::ProjectType',
197     key_columns => { project_type_id => 'id' },
198   },
199
200   requirement_spec_section_order_part => {
201     class       => 'SL::DB::Part',
202     key_columns => { requirement_spec_section_order_part_id => 'id' },
203   },
204
205   stocktaking_bin => {
206     class       => 'SL::DB::Bin',
207     key_columns => { stocktaking_bin_id => 'id' },
208   },
209
210   stocktaking_warehouse => {
211     class       => 'SL::DB::Warehouse',
212     key_columns => { stocktaking_warehouse_id => 'id' },
213   },
214
215   warehouse => {
216     class       => 'SL::DB::Warehouse',
217     key_columns => { warehouse_id => 'id' },
218   },
219
220   warehouse_obj => {
221     class       => 'SL::DB::Warehouse',
222     key_columns => { warehouse_id_ignore_onhand => 'id' },
223   },
224 );
225
226 1;
227 ;