Revision 9a578c8b
Von Jan Büren vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
34 | 34 |
mtime => { type => 'timestamp' }, |
35 | 35 |
rmanumber => { type => 'text' }, |
36 | 36 |
cnnumber => { type => 'text' }, |
37 |
accounting_method => { type => 'text' }, |
|
38 |
inventory_system => { type => 'text' }, |
|
39 |
profit_determination => { type => 'text' }, |
|
37 | 40 |
dunning_ar_amount_fee => { type => 'integer' }, |
38 | 41 |
dunning_ar_amount_interest => { type => 'integer' }, |
39 | 42 |
dunning_ar => { type => 'integer' }, |
40 | 43 |
pdonumber => { type => 'text' }, |
41 | 44 |
sdonumber => { type => 'text' }, |
42 |
id => { type => 'serial', not_null => 1 }, |
|
43 | 45 |
ar_paid_accno_id => { type => 'integer' }, |
46 |
id => { type => 'serial', not_null => 1 }, |
|
44 | 47 |
language_id => { type => 'integer' }, |
45 |
accounting_method => { type => 'text' }, |
|
46 |
inventory_system => { type => 'text' }, |
|
47 |
profit_determination => { type => 'text' }, |
|
48 | 48 |
datev_check_on_sales_invoice => { type => 'boolean', default => 'true' }, |
49 | 49 |
datev_check_on_purchase_invoice => { type => 'boolean', default => 'true' }, |
50 | 50 |
datev_check_on_ar_transaction => { type => 'boolean', default => 'true' }, |
... | ... | |
65 | 65 |
ir_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
66 | 66 |
ar_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
67 | 67 |
ap_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
68 |
assemblynumber => { type => 'text' }, |
|
69 |
currency_id => { type => 'integer', not_null => 1 }, |
|
70 | 68 |
warehouse_id => { type => 'integer' }, |
71 | 69 |
bin_id => { type => 'integer' }, |
70 |
max_future_booking_interval => { type => 'integer', default => 360 }, |
|
71 |
assemblynumber => { type => 'text' }, |
|
72 | 72 |
show_weight => { type => 'boolean', default => 'false', not_null => 1 }, |
73 | 73 |
transfer_default => { type => 'boolean', default => 'true' }, |
74 | 74 |
transfer_default_use_master_default_bin => { type => 'boolean', default => 'false' }, |
75 | 75 |
transfer_default_ignore_onhand => { type => 'boolean', default => 'false' }, |
76 | 76 |
warehouse_id_ignore_onhand => { type => 'integer' }, |
77 | 77 |
bin_id_ignore_onhand => { type => 'integer' }, |
78 |
currency_id => { type => 'integer', not_null => 1 }, |
|
78 | 79 |
company => { type => 'text' }, |
79 | 80 |
address => { type => 'text' }, |
80 | 81 |
taxnumber => { type => 'text' }, |
... | ... | |
82 | 83 |
duns => { type => 'text' }, |
83 | 84 |
sepa_creditor_id => { type => 'text' }, |
84 | 85 |
templates => { type => 'text' }, |
85 |
max_future_booking_interval => { type => 'integer', default => 360 }, |
|
86 |
webdav => { type => 'boolean', default => 'false' }, |
|
87 |
webdav_documents => { type => 'boolean', default => 'false' }, |
|
88 |
vertreter => { type => 'boolean', default => 'false' }, |
|
89 |
parts_show_image => { type => 'boolean', default => 'true' }, |
|
90 |
parts_listing_image => { type => 'boolean', default => 'true' }, |
|
91 |
parts_image_css => { type => 'text', default => 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' }, |
|
86 | 92 |
); |
87 | 93 |
|
88 | 94 |
__PACKAGE__->meta->primary_key_columns([ 'id' ]); |
Auch abrufbar als: Unified diff
Trac 2300 / 2301 zweiter Versuch
;-)