|
# This file has been auto-generated. Do not modify it; it will be overwritten
|
|
# by rose_auto_create_model.pl automatically.
|
|
package SL::DB::Default;
|
|
|
|
use strict;
|
|
|
|
use parent qw(SL::DB::Object);
|
|
|
|
__PACKAGE__->meta->table('defaults');
|
|
|
|
__PACKAGE__->meta->columns(
|
|
accounting_method => { type => 'text' },
|
|
address_city => { type => 'text' },
|
|
address_country => { type => 'text' },
|
|
address_street1 => { type => 'text' },
|
|
address_street2 => { type => 'text' },
|
|
address_zipcode => { type => 'text' },
|
|
advance_payment_clearing_chart_id => { type => 'integer' },
|
|
advance_payment_taxable_19_id => { type => 'integer' },
|
|
advance_payment_taxable_7_id => { type => 'integer' },
|
|
allow_new_purchase_delivery_order => { type => 'boolean', default => 'true', not_null => 1 },
|
|
allow_new_purchase_invoice => { type => 'boolean', default => 'true', not_null => 1 },
|
|
allow_sales_invoice_from_sales_order => { type => 'boolean', default => 'true', not_null => 1 },
|
|
allow_sales_invoice_from_sales_quotation => { type => 'boolean', default => 'true', not_null => 1 },
|
|
allowed_documents_with_no_positions => { type => 'array' },
|
|
always_record_links_from_order => { type => 'boolean', default => 'false' },
|
|
ap_add_doc => { type => 'boolean', default => 'false', not_null => 1 },
|
|
ap_changeable => { type => 'integer', default => 2, not_null => 1 },
|
|
ap_chart_id => { type => 'integer', not_null => 1 },
|
|
ap_show_mark_as_paid => { type => 'boolean', default => 'true' },
|
|
ar_add_doc => { type => 'boolean', default => 'false', not_null => 1 },
|
|
ar_changeable => { type => 'integer', default => 2, not_null => 1 },
|
|
ar_chart_id => { type => 'integer', not_null => 1 },
|
|
ar_paid_accno_id => { type => 'integer' },
|
|
ar_show_mark_as_paid => { type => 'boolean', default => 'true' },
|
|
articlenumber => { type => 'text' },
|
|
assemblynumber => { type => 'text' },
|
|
assortmentnumber => { type => 'text' },
|
|
balance_startdate_method => { type => 'text' },
|
|
bcc_to_login => { type => 'boolean', default => 'false', not_null => 1 },
|
|
bin_id => { type => 'integer' },
|
|
bin_id_ignore_onhand => { type => 'integer' },
|
|
businessnumber => { type => 'text' },
|
|
carry_over_account_chart_id => { type => 'integer' },
|
|
closedto => { type => 'date' },
|
|
cnnumber => { type => 'text' },
|
|
co_ustid => { type => 'text' },
|
|
coa => { type => 'text' },
|
|
company => { type => 'text' },
|
|
contact_departments_use_textfield => { type => 'boolean' },
|
|
contact_titles_use_textfield => { type => 'boolean' },
|
|
create_part_if_not_found => { type => 'boolean', default => 'false' }, |