|
# 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' },
|
|
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' },
|
|
ar_paid_accno_id => { type => 'integer' },
|
|
ar_show_mark_as_paid => { type => 'boolean', |