1 #=====================================================================
 
   4 # Based on SQL-Ledger Version 2.1.9
 
   5 # Web http://www.lx-office.org
 
   7 #=====================================================================
 
   8 # SQL-Ledger Accounting
 
   9 # Copyright (c) 1998-2002
 
  11 #  Author: Dieter Simader
 
  12 #   Email: dsimader@sql-ledger.org
 
  13 #     Web: http://www.sql-ledger.org
 
  15 #  Contributors: Reed White <alta@alta-research.com>
 
  17 # This program is free software; you can redistribute it and/or modify
 
  18 # it under the terms of the GNU General Public License as published by
 
  19 # the Free Software Foundation; either version 2 of the License, or
 
  20 # (at your option) any later version.
 
  22 # This program is distributed in the hope that it will be useful,
 
  23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 
  24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
  25 # GNU General Public License for more details.
 
  26 # You should have received a copy of the GNU General Public License
 
  27 # along with this program; if not, write to the Free Software
 
  28 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
  29 #======================================================================
 
  31 # customer/vendor module
 
  33 #======================================================================
 
  35 # $locale->text('Customers')
 
  36 # $locale->text('Vendors')
 
  37 # $locale->text('Add Customer')
 
  38 # $locale->text('Add Vendor')
 
  39 # $locale->text('Edit Customer')
 
  40 # $locale->text('Edit Vendor')
 
  41 # $locale->text('Customer saved!')
 
  42 # $locale->text('Vendor saved!')
 
  43 # $locale->text('Customer deleted!')
 
  44 # $locale->text('Cannot delete customer!')
 
  45 # $locale->text('Vendor deleted!')
 
  46 # $locale->text('Cannot delete vendor!')
 
  48 use POSIX qw(strftime);
 
  52 use SL::Request qw(flatten);
 
  55 use SL::Helper::Flash;
 
  56 use SL::ReportGenerator;
 
  57 use SL::MoreCommon qw(uri_encode);
 
  59 require "bin/mozilla/common.pl";
 
  60 require "bin/mozilla/reportgenerator.pl";
 
  68   $main::lxdebug->enter_sub();
 
  70   my $url = 'controller.pl?action=CustomerVendor/add&db='. ($::form->{db} eq 'vendor' ? 'vendor' : 'customer');
 
  72   if ( $::form->{callback} ) {
 
  73     $url .= '&callback='. uri_encode($::form->{callback});
 
  76   print $::form->redirect_header($url);
 
  78   $main::lxdebug->leave_sub();
 
  82   $main::lxdebug->enter_sub();
 
  84   $main::auth->assert('customer_vendor_edit');
 
  86   my $form     = $main::form;
 
  87   my $locale   = $main::locale;
 
  89   $form->{IS_CUSTOMER} = $form->{db} eq 'customer';
 
  91   $form->get_lists("business_types" => "ALL_BUSINESS_TYPES");
 
  92   $form->{SHOW_BUSINESS_TYPES} = scalar @{ $form->{ALL_BUSINESS_TYPES} } > 0;
 
  94   $form->{CUSTOM_VARIABLES}                  = CVar->get_configs('module' => 'CT');
 
  95   ($form->{CUSTOM_VARIABLES_FILTER_CODE},
 
  96    $form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables'      => $form->{CUSTOM_VARIABLES},
 
  97                                                                            'include_prefix' => 'l_',
 
  98                                                                            'include_value'  => 'Y');
 
 100   $form->{title}    = $form->{IS_CUSTOMER} ? $locale->text('Customers') : $locale->text('Vendors');
 
 103   print $form->parse_html_template('ct/search');
 
 105   $main::lxdebug->leave_sub();
 
 109   $::lxdebug->enter_sub;
 
 110   $::auth->assert('customer_vendor_edit');
 
 112   $::form->{CUSTOM_VARIABLES}                  = CVar->get_configs('module' => 'Contacts');
 
 113   ($::form->{CUSTOM_VARIABLES_FILTER_CODE},
 
 114    $::form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables'    => $::form->{CUSTOM_VARIABLES},
 
 115                                                                            'include_prefix' => 'l.',
 
 116                                                                            'filter_prefix'  => 'filter.',
 
 117                                                                            'include_value'  => 'Y');
 
 119   $::form->{title} = $::locale->text('Search contacts');
 
 121   print $::form->parse_html_template('ct/search_contact');
 
 123   $::lxdebug->leave_sub;
 
 127   $main::lxdebug->enter_sub();
 
 129   $main::auth->assert('customer_vendor_edit');
 
 131   my $form     = $main::form;
 
 132   my %myconfig = %main::myconfig;
 
 133   my $locale   = $main::locale;
 
 135   $form->{IS_CUSTOMER} = $form->{db} eq 'customer';
 
 137   report_generator_set_default_sort('name', 1);
 
 139   CT->search(\%myconfig, \%$form);
 
 141   my $cvar_configs = CVar->get_configs('module' => 'CT');
 
 144   if ($form->{status} eq 'all') {
 
 145     push @options, $locale->text('All');
 
 146   } elsif ($form->{status} eq 'orphaned') {
 
 147     push @options, $locale->text('Orphaned');
 
 150   push @options, $locale->text('Name') . " : $form->{name}"                                    if $form->{name};
 
 151   push @options, $locale->text('Contact') . " : $form->{contact}"                              if $form->{contact};
 
 152   push @options, $locale->text('Number') . qq| : $form->{"$form->{db}number"}|                 if $form->{"$form->{db}number"};
 
 153   push @options, $locale->text('E-mail') . " : $form->{email}"                                 if $form->{email};
 
 154   push @options, $locale->text('Contact person (surname)')           . " : $form->{cp_name}"   if $form->{cp_name};
 
 155   push @options, $locale->text('Billing/shipping address (city)')    . " : $form->{addr_city}" if $form->{addr_city};
 
 156   push @options, $locale->text('Billing/shipping address (zipcode)') . " : $form->{zipcode}"   if $form->{addr_zipcode};
 
 157   push @options, $locale->text('Billing/shipping address (street)')  . " : $form->{street}"    if $form->{addr_street};
 
 158   push @options, $locale->text('Billing/shipping address (country)') . " : $form->{country}"   if $form->{addr_country};
 
 160   if ($form->{business_id}) {
 
 161     my $business = SL::DB::Manager::Business->find_by(id => $form->{business_id});
 
 163       my $label = $form->{IS_CUSTOMER} ? $::locale->text('Customer type') : $::locale->text('Vendor type');
 
 164       push @options, $label . " : " . $business->description;
 
 169     'id',        'name',      "$form->{db}number",   'contact',   'phone',    'discount',
 
 170     'fax',       'email',     'taxnumber',           'street',    'zipcode' , 'city',
 
 171     'business',  'invnumber', 'ordnumber',           'quonumber', 'salesman', 'country'
 
 174   my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs };
 
 175   my @searchable_custom_variables  = grep { $_->{searchable} }  @{ $cvar_configs };
 
 176   my %column_defs_cvars            = map { +"cvar_$_->{name}" => { 'text' => $_->{description} } } @includeable_custom_variables;
 
 178   push @columns, map { "cvar_$_->{name}" } @includeable_custom_variables;
 
 181     'id'                => { 'text' => $locale->text('ID'), },
 
 182     "$form->{db}number" => { 'text' => $locale->text('Number'), },
 
 183     'name'              => { 'text' => $form->{IS_CUSTOMER} ? $::locale->text('Customer Name') : $::locale->text('Vendor Name'), },
 
 184     'contact'           => { 'text' => $locale->text('Contact'), },
 
 185     'phone'             => { 'text' => $locale->text('Phone'), },
 
 186     'fax'               => { 'text' => $locale->text('Fax'), },
 
 187     'email'             => { 'text' => $locale->text('E-mail'), },
 
 188     'cc'                => { 'text' => $locale->text('Cc'), },
 
 189     'taxnumber'         => { 'text' => $locale->text('Tax Number'), },
 
 190     'business'          => { 'text' => $locale->text('Type of Business'), },
 
 191     'invnumber'         => { 'text' => $locale->text('Invoice'), },
 
 192     'ordnumber'         => { 'text' => $form->{IS_CUSTOMER} ? $locale->text('Sales Order') : $locale->text('Purchase Order'), },
 
 193     'quonumber'         => { 'text' => $form->{IS_CUSTOMER} ? $locale->text('Quotation')   : $locale->text('Request for Quotation'), },
 
 194     'street'            => { 'text' => $locale->text('Street'), },
 
 195     'zipcode'           => { 'text' => $locale->text('Zipcode'), },
 
 196     'city'              => { 'text' => $locale->text('City'), },
 
 197     'country'           => { 'text' => $locale->text('Country'), },
 
 198     'salesman'          => { 'text' => $locale->text('Salesman'), },
 
 199     'discount'          => { 'text' => $locale->text('Discount'), },
 
 203   map { $column_defs{$_}->{visible} = $form->{"l_$_"} eq 'Y' } @columns;
 
 205   my @hidden_variables  = ( qw(
 
 206       db status obsolete name contact email cp_name addr_street addr_zipcode
 
 207       addr_city addr_country business_id
 
 208     ), "$form->{db}number",
 
 209     map({ "cvar_$_->{name}" } @searchable_custom_variables),
 
 210     map({'cvar_'. $_->{name} .'_qtyop'} grep({$_->{type} eq 'number'} @searchable_custom_variables)),
 
 211     map({ "l_$_" } @columns),
 
 214   my @hidden_nondefault = grep({ $form->{$_} } @hidden_variables);
 
 215   my $callback          = build_std_url('action=list_names', grep { $form->{$_} } @hidden_nondefault);
 
 216   $form->{callback}     = "$callback&sort=" . E($form->{sort}) . "&sortdir=" . E($form->{sortdir});
 
 219     my $sortdir              = $form->{sort} eq $_ ? 1 - $form->{sortdir} : $form->{sortdir};
 
 220     $column_defs{$_}->{link} = "${callback}&sort=${_}&sortdir=${sortdir}";
 
 223   my ($ordertype, $quotationtype, $attachment_basename);
 
 224   if ($form->{IS_CUSTOMER}) {
 
 225     $form->{title}       = $locale->text('Customers');
 
 226     $ordertype           = 'sales_order';
 
 227     $quotationtype       = 'sales_quotation';
 
 228     $attachment_basename = $locale->text('customer_list');
 
 231     $form->{title}       = $locale->text('Vendors');
 
 232     $ordertype           = 'purchase_order';
 
 233     $quotationtype       = 'request_quotation';
 
 234     $attachment_basename = $locale->text('vendor_list');
 
 237   my $report = SL::ReportGenerator->new(\%myconfig, $form);
 
 239   $report->set_options('top_info_text'         => join("\n", @options),
 
 240                        'raw_bottom_info_text'  => $form->parse_html_template('ct/list_names_bottom'),
 
 241                        'output_format'         => 'HTML',
 
 242                        'title'                 => $form->{title},
 
 243                        'attachment_basename'   => $attachment_basename . strftime('_%Y%m%d', localtime time),
 
 245   $report->set_options_from_form();
 
 246   $locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv';
 
 248   $report->set_columns(%column_defs);
 
 249   $report->set_column_order(@columns);
 
 251   $report->set_export_options('list_names', @hidden_variables, qw(sort sortdir));
 
 253   $report->set_sort_indicator($form->{sort}, $form->{sortdir});
 
 255   CVar->add_custom_variables_to_report('module'         => 'CT',
 
 256                                        'trans_id_field' => 'id',
 
 257                                        'configs'        => $cvar_configs,
 
 258                                        'column_defs'    => \%column_defs,
 
 259                                        'data'           => $form->{CT});
 
 263   foreach my $ref (@{ $form->{CT} }) {
 
 264     my $row = { map { $_ => { 'data' => '' } } @columns };
 
 266     if ($ref->{id} ne $previous_id) {
 
 267       $previous_id = $ref->{id};
 
 268       $ref->{discount} = $form->format_amount(\%myconfig, $ref->{discount} * 100.0, 2);
 
 269       map { $row->{$_}->{data} = $ref->{$_} } @columns;
 
 271       $row->{name}->{link}  = build_std_url('script=controller.pl', 'action=CustomerVendor/edit', 'id=' . E($ref->{id}), 'callback', @hidden_nondefault);
 
 272       $row->{email}->{link} = 'mailto:' . E($ref->{email});
 
 275     my $base_url              = build_std_url("script=$ref->{module}.pl", 'action=edit', 'id=' . E($ref->{invid}), 'callback', @hidden_nondefault);
 
 276     $row->{invnumber}->{link} = $base_url;
 
 277     $row->{ordnumber}->{link} = $base_url . "&type=${ordertype}";
 
 278     $row->{quonumber}->{link} = $base_url . "&type=${quotationtype}";
 
 279     my $column                = $ref->{formtype} eq 'invoice' ? 'invnumber' : $ref->{formtype} eq 'order' ? 'ordnumber' : 'quonumber';
 
 280     $row->{$column}->{data}   = $ref->{$column};
 
 282     $report->add_data($row);
 
 285   $report->generate_with_headers();
 
 287   $main::lxdebug->leave_sub();
 
 291   $::lxdebug->enter_sub;
 
 292   $::auth->assert('customer_vendor_edit');
 
 294   $::form->{sortdir} = 1 unless defined $::form->{sortdir};
 
 296   my @contacts     = CT->search_contacts(
 
 297     search_term => $::form->{search_term},
 
 298     filter      => $::form->{filter},
 
 301   my $cvar_configs = CVar->get_configs('module' => 'Contacts');
 
 304     cp_id vcname vcnumber cp_name cp_givenname cp_street cp_zipcode cp_city cp_phone1 cp_phone2 cp_privatphone
 
 305     cp_mobile1 cp_mobile2 cp_fax cp_email cp_privatemail cp_abteilung cp_position cp_birthday cp_gender
 
 308   my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs };
 
 309   my @searchable_custom_variables  = grep { $_->{searchable} }  @{ $cvar_configs };
 
 310   my %column_defs_cvars            = map { +"cvar_$_->{name}" => { 'text' => $_->{description} } } @includeable_custom_variables;
 
 312   push @columns, map { "cvar_$_->{name}" } @includeable_custom_variables;
 
 316     @visible_columns = grep { $::form->{l}{$_} } @columns;
 
 317     push @visible_columns, qw(cp_phone1 cp_phone2)   if $::form->{l}{cp_phone};
 
 318     push @visible_columns, qw(cp_mobile1 cp_mobile2) if $::form->{l}{cp_mobile};
 
 320    @visible_columns = qw(vcname vcnumber cp_name cp_givenname cp_phone1 cp_phone2 cp_mobile1 cp_email);
 
 324     'cp_id'        => { 'text' => $::locale->text('ID'), },
 
 325     'vcname'       => { 'text' => $::locale->text('Customer/Vendor'), },
 
 326     'vcnumber'     => { 'text' => $::locale->text('Customer/Vendor Number'), },
 
 327     'cp_name'      => { 'text' => $::locale->text('Name'), },
 
 328     'cp_givenname' => { 'text' => $::locale->text('Given Name'), },
 
 329     'cp_street'    => { 'text' => $::locale->text('Street'), },
 
 330     'cp_zipcode'   => { 'text' => $::locale->text('Zipcode'), },
 
 331     'cp_city'      => { 'text' => $::locale->text('City'), },
 
 332     'cp_phone1'    => { 'text' => $::locale->text('Phone1'), },
 
 333     'cp_phone2'    => { 'text' => $::locale->text('Phone2'), },
 
 334     'cp_mobile1'   => { 'text' => $::locale->text('Mobile1'), },
 
 335     'cp_mobile2'   => { 'text' => $::locale->text('Mobile2'), },
 
 336     'cp_email'     => { 'text' => $::locale->text('E-mail'), },
 
 337     'cp_abteilung' => { 'text' => $::locale->text('Department'), },
 
 338     'cp_position'  => { 'text' => $::locale->text('Function/position'), },
 
 339     'cp_birthday'  => { 'text' => $::locale->text('Birthday'), },
 
 340     'cp_gender'    => { 'text' => $::locale->text('Gender'), },
 
 341     'cp_fax'       => { 'text' => $::locale->text('Fax'), },
 
 342     'cp_privatphone' => { 'text' => $::locale->text('Private Phone') },
 
 343     'cp_privatemail' => { 'text' => $::locale->text('Private E-mail') },
 
 347   map { $column_defs{$_}->{visible} = 1 } @visible_columns;
 
 349   my @hidden_variables  = (qw(search_term filter l));
 
 350   my $hide_vars         = { map { $_ => $::form->{$_} } @hidden_variables };
 
 351   my @hidden_nondefault = grep({ $::form->{$_} } @hidden_variables);
 
 352   my $callback          = build_std_url('action=list_contacts', join '&', map { E($_->[0]) . '=' . E($_->[1]) } @{ flatten($hide_vars) });
 
 353   $::form->{callback}     = "$callback&sort=" . E($::form->{sort});
 
 355   map { $column_defs{$_}->{link} = "${callback}&sort=${_}&sortdir=" . ($::form->{sort} eq $_ ? 1 - $::form->{sortdir} : $::form->{sortdir}) } @columns;
 
 357   $::form->{title} = $::locale->text('Contacts');
 
 359   my $report     = SL::ReportGenerator->new(\%::myconfig, $::form);
 
 362   push @options, $::locale->text('Search term') . ': ' . $::form->{search_term} if $::form->{search_term};
 
 363   for (qw(cp_name cp_givenname cp_title cp_email cp_abteilung cp_project)) {
 
 364     push @options, $column_defs{$_}{text} . ': ' . $::form->{filter}{$_} if $::form->{filter}{$_};
 
 366   if ($::form->{filter}{status}) {
 
 367     push @options, $::locale->text('Status') . ': ' . (
 
 368       $::form->{filter}{status} =~ /active/   ? $::locale->text('Active')   :
 
 369       $::form->{filter}{status} =~ /orphaned/ ? $::locale->text('Orphaned') :
 
 370       $::form->{filter}{status} =~ /all/      ? $::locale->text('All')      : ''
 
 375   $report->set_options('top_info_text'       => join("\n", @options),
 
 376                        'output_format'       => 'HTML',
 
 377                        'title'               => $::form->{title},
 
 378                        'attachment_basename' => $::locale->text('contact_list') . strftime('_%Y%m%d', localtime time),
 
 380   $report->set_options_from_form;
 
 382   $report->set_columns(%column_defs);
 
 383   $report->set_column_order(@columns);
 
 385   $report->set_export_options('list_contacts', @hidden_variables);
 
 387   $report->set_sort_indicator($::form->{sort}, $::form->{sortdir});
 
 389   CVar->add_custom_variables_to_report('module'         => 'Contacts',
 
 390                                        'trans_id_field' => 'cp_id',
 
 391                                        'configs'        => $cvar_configs,
 
 392                                        'column_defs'    => \%column_defs,
 
 393                                        'data'           => \@contacts);
 
 396   foreach my $ref (@contacts) {
 
 397     my $row = { map { $_ => { 'data' => $ref->{$_} } } @columns };
 
 399     $row->{vcname}->{link}   = build_std_url('script=controller.pl', 'action=CustomerVendor/edit', 'id=' . E($ref->{vcid}), 'db=' . E($ref->{db}), 'callback', @hidden_nondefault);
 
 400     $row->{vcnumber}->{link} = $row->{vcname}->{link};
 
 402     for (qw(cp_email cp_privatemail)) {
 
 403       $row->{$_}->{link} = 'mailto:' . E($ref->{$_}) if $ref->{$_};
 
 406     $report->add_data($row);
 
 409   $report->generate_with_headers;
 
 411   $::lxdebug->leave_sub;
 
 415   $main::lxdebug->enter_sub();
 
 417   $main::auth->assert('customer_vendor_edit');
 
 419   my $form     = $main::form;
 
 420   my %myconfig = %main::myconfig;
 
 422   # show history button
 
 423   $form->{javascript} = qq|<script type=text/javascript src=js/show_history.js></script>|;
 
 424   #/show hhistory button
 
 426   CT->get_tuple(\%myconfig, \%$form);
 
 427   CT->populate_drop_down_boxes(\%myconfig, \%$form);
 
 429   $form->{title} = "Edit";
 
 432   $form->{discount} *= 100;
 
 434   $form->{homepage} = 'http://' . $form->{homepage} unless ((!$form->{homepage}) || $form->{homepage} =~ m|^https?://|);
 
 439   $main::lxdebug->leave_sub();
 
 444   join('; ', grep { $_ } map { $s->{"shipto$_"} } qw(name department_1 street city)) || ' '
 
 447 sub _contacts_label {
 
 448   join ", ", grep { $_ } $_[0]->{cp_name}, $_[0]->{cp_givenname};
 
 452   $main::lxdebug->enter_sub();
 
 454   $main::auth->assert('customer_vendor_edit');
 
 456   my $form     = $main::form;
 
 457   my %myconfig = %main::myconfig;
 
 458   my $locale   = $main::locale;
 
 460   $form->get_lists(taxzones   => "ALL_TAXZONES",
 
 461                    currencies => "ALL_CURRENCIES");
 
 462   $form->get_pricegroup(\%myconfig, { all => 1 });
 
 464   $form->get_lists(customers => { key => "ALL_SALESMAN_CUSTOMERS", business_is_salesman => 1 }) if $::instance_conf->get_vertreter;
 
 465   $form->{ALL_EMPLOYEES}          = SL::DB::Manager::Employee->get_all(query => [ or => [ id => $::form->{FU_created_for_user},  deleted => 0 ] ]);
 
 466   $form->{ALL_SALESMEN}           = SL::DB::Manager::Employee->get_all(query => [ or => [ id => $::form->{salesman_id},  deleted => 0 ] ]);
 
 467   $form->{USER}                   = SL::DB::Manager::Employee->current;
 
 469   $form->{taxincluded}    = ($form->{taxincluded}) ? "checked" : "";
 
 470   $form->{is_customer}    = $form->{db}     eq 'customer';
 
 471   $form->{shipto_label}   = \&_shipto_label;
 
 472   $form->{contacts_label} = \&_contacts_label;
 
 473   $form->{taxzone_id}     = 0                                                               if !$form->{id};
 
 474   $form->{SHIPTO_ALL}     = [ +{ shipto_id => '0', shiptoname => $::locale->text('All') }, @{ $form->{SHIPTO} } ];
 
 476   $form->{title} = $form->{title_save}
 
 477                 || $locale->text("$form->{title} " . ucfirst $form->{db}) . ($form->{title} eq "Edit" ? " $form->{name}" : '');
 
 479   CT->query_titles_and_greetings(\%myconfig, \%$form);
 
 480   map { $form->{"MB_$_"} = [ map +{ id => $_, description => $_ }, @{ $form->{$_} } ] } qw(COMPANY_GREETINGS);
 
 482   $form->{NOTES} ||= [ ];
 
 484   if (!$form->{'language_id'}) {
 
 485     my $l_id = SL::DB::Default->get->{'language_id'};
 
 487       $form->{'default_language_id'} = $l_id;
 
 491   if (!$form->{'id'}) {
 
 492     $form->{'currency'} = $form->get_default_currency(\%myconfig);
 
 494     $form->{currency} = $form->{curr};
 
 497   $::form->{CUSTOM_VARIABLES} = { };
 
 498   my %specs = ( CT       => { field => 'id',    name_prefix => '',   },
 
 499                 Contacts => { field => 'cp_id', name_prefix => 'cp', },
 
 502   for my $module (keys %specs) {
 
 503     my $spec = $specs{$module};
 
 505     $::form->{CUSTOM_VARIABLES}->{$module} = CVar->get_custom_variables(module => $module, trans_id => $::form->{ $spec->{field} });
 
 506     CVar->render_inputs(variables => $::form->{CUSTOM_VARIABLES}->{$module}, name_prefix => $spec->{name_prefix})
 
 507       if scalar @{ $::form->{CUSTOM_VARIABLES}->{$module} };
 
 511   print $form->parse_html_template('ct/form_header');
 
 513   $main::lxdebug->leave_sub();
 
 517   $main::lxdebug->enter_sub();
 
 519   $main::auth->assert('customer_vendor_edit');
 
 521   my $form     = $main::form;
 
 523   print $form->parse_html_template('ct/form_footer', { is_orphaned => $form->{status} eq 'orphaned',
 
 524                                                        is_customer => $form->{db}     eq 'customer' });
 
 525   $main::lxdebug->leave_sub();
 
 529   $main::auth->assert('customer_vendor_edit');
 
 531   $::form->isblank("name", $::locale->text("Name missing!"));
 
 533   if ($::form->{new_salesman_id} && $::instance_conf->get_vertreter) {
 
 534     $::form->{salesman_id} = $::form->{new_salesman_id};
 
 535     delete $::form->{new_salesman_id};
 
 538   my $res = $::form->{db} eq 'customer' ? CT->save_customer(\%::myconfig, $::form) : CT->save_vendor(\%::myconfig, $::form);
 
 541     if ($::form->{"db"} eq "customer") {
 
 542       $::form->error($::locale->text('This customer number is already in use.'));
 
 544       $::form->error($::locale->text('This vendor number is already in use.'));
 
 549 sub add_transaction {
 
 550   $main::lxdebug->enter_sub();
 
 552   $main::auth->assert('customer_vendor_edit & ' .
 
 553                 '(general_ledger         | invoice_edit         | vendor_invoice_edit | ' .
 
 554                 ' request_quotation_edit | sales_quotation_edit | sales_order_edit    | purchase_order_edit)');
 
 556   my $form     = $main::form;
 
 557   my %myconfig = %main::myconfig;
 
 558   my $locale   = $main::locale;
 
 560 #  # saving the history
 
 561 #  if(!exists $form->{addition}) {
 
 562 #    $form->{addition} = "ADD TRANSACTION";
 
 563 #    $form->save_history;
 
 565 #  # /saving the history
 
 569   $form->{callback} = $form->escape($form->{callback}, 1);
 
 570   my $name = $form->escape("$form->{name}", 1);
 
 573     "$form->{script}?action=add&vc=$form->{db}&$form->{db}_id=$form->{id}&$form->{db}=$name&type=$form->{type}&callback=$form->{callback}";
 
 576   $main::lxdebug->leave_sub();
 
 579 sub save_and_ap_transaction {
 
 580   $main::lxdebug->enter_sub();
 
 582   $main::auth->assert('customer_vendor_edit & general_ledger');
 
 584   my $form     = $main::form;
 
 585   my %myconfig = %main::myconfig;
 
 587   $form->{script} = "ap.pl";
 
 589   if(!exists $form->{addition}) {
 
 590     $form->{snumbers} = qq|invnumber_| . $form->{invnumber};
 
 591     $form->{addition} = "SAVED";
 
 594   # /saving the history
 
 596   $main::lxdebug->leave_sub();
 
 599 sub save_and_ar_transaction {
 
 600   $main::lxdebug->enter_sub();
 
 602   $main::auth->assert('customer_vendor_edit & general_ledger');
 
 604   my $form     = $main::form;
 
 605   my %myconfig = %main::myconfig;
 
 607   $form->{script} = "ar.pl";
 
 609   if(!exists $form->{addition}) {
 
 610     $form->{snumbers} = qq|invnumber_| . $form->{invnumber};
 
 611     $form->{addition} = "SAVED";
 
 614   # /saving the history
 
 616   $main::lxdebug->leave_sub();
 
 619 sub save_and_invoice {
 
 620   $main::lxdebug->enter_sub();
 
 622   my $form     = $main::form;
 
 623   my %myconfig = %main::myconfig;
 
 625   if ($form->{db} eq 'customer') {
 
 626     $main::auth->assert('customer_vendor_edit & invoice_edit');
 
 628     $main::auth->assert('customer_vendor_edit & vendor_invoice_edit');
 
 631   $form->{script} = ($form->{db} eq 'customer') ? "is.pl" : "ir.pl";
 
 632   $form->{type} = "invoice";
 
 634   if(!exists $form->{addition}) {
 
 635     $form->{snumbers} = qq|invnumber_| . $form->{invnumber};
 
 636     $form->{addition} = "SAVED";
 
 639   # /saving the history
 
 641   $main::lxdebug->leave_sub();
 
 645   $main::lxdebug->enter_sub();
 
 647   $main::auth->assert('customer_vendor_edit & request_quotation_edit');
 
 649   my $form     = $main::form;
 
 650   my %myconfig = %main::myconfig;
 
 652   $form->{script} = "oe.pl";
 
 653   $form->{type}   = "request_quotation";
 
 655   if(!exists $form->{addition}) {
 
 656     $form->{snumbers} = qq|ordnumber_| . $form->{ordnumber};
 
 657     $form->{addition} = "SAVED";
 
 660   # /saving the history
 
 662   $main::lxdebug->leave_sub();
 
 665 sub save_and_quotation {
 
 666   $main::lxdebug->enter_sub();
 
 668   $main::auth->assert('customer_vendor_edit & sales_quotation_edit');
 
 670   my $form     = $main::form;
 
 671   my %myconfig = %main::myconfig;
 
 673   $form->{script} = "oe.pl";
 
 674   $form->{type}   = "sales_quotation";
 
 676   if(!exists $form->{addition}) {
 
 677     $form->{snumbers} = qq|ordnumber_| . $form->{ordnumber};
 
 678     $form->{addition} = "SAVED";
 
 681   # /saving the history
 
 683   $main::lxdebug->leave_sub();
 
 687   $main::lxdebug->enter_sub();
 
 689   my $form     = $main::form;
 
 690   my %myconfig = %main::myconfig;
 
 692   if ($form->{db} eq 'customer') {
 
 693     $main::auth->assert('customer_vendor_edit & sales_order_edit');
 
 695     $main::auth->assert('customer_vendor_edit & purchase_order_edit');
 
 698   $form->{script} = "oe.pl";
 
 700     ($form->{db} eq 'customer') ? "sales_order" : "purchase_order";
 
 702   if(!exists $form->{addition}) {
 
 703     $form->{snumbers} = qq|ordnumber_| . $form->{ordnumber};
 
 704     $form->{addition} = "SAVED";
 
 707   # /saving the history
 
 709   $main::lxdebug->leave_sub();
 
 713   $main::lxdebug->enter_sub();
 
 715   $main::auth->assert('customer_vendor_edit');
 
 717   my $form     = $main::form;
 
 718   my %myconfig = %main::myconfig;
 
 719   my $locale   = $main::locale;
 
 721   my $msg = ucfirst $form->{db};
 
 727   if(!exists $form->{addition}) {
 
 728     $form->{snumbers} = ($form->{"db"} eq "customer" ? qq|customernumber_| . $form->{customernumber} : qq|vendornumber_| . $form->{vendornumber});
 
 729     $form->{addition} = "SAVED";
 
 732   # /saving the history
 
 733   $form->redirect($locale->text($msg));
 
 735   $main::lxdebug->leave_sub();
 
 739   $main::lxdebug->enter_sub();
 
 741   $main::auth->assert('customer_vendor_edit');
 
 743   my $form     = $main::form;
 
 744   my %myconfig = %main::myconfig;
 
 745   my $locale   = $main::locale;
 
 747   my $msg = ucfirst $form->{db};
 
 753   if(!exists $form->{addition}) {
 
 754     $form->{snumbers} = ($form->{"db"} eq "customer" ? qq|customernumber_| . $form->{customernumber} : qq|vendornumber_| . $form->{vendornumber});
 
 755     $form->{addition} = "SAVED";
 
 758   # /saving the history
 
 761   $main::lxdebug->leave_sub();
 
 766   $main::lxdebug->enter_sub();
 
 768   $main::auth->assert('customer_vendor_edit');
 
 770   my $form     = $main::form;
 
 771   my %myconfig = %main::myconfig;
 
 772   my $locale   = $main::locale;
 
 774   CT->delete(\%myconfig, \%$form);
 
 776   my $msg = ucfirst $form->{db};
 
 779   if(!exists $form->{addition}) {
 
 780     $form->{snumbers} = ($form->{"db"} eq "customer" ? qq|customernumber_| . $form->{customernumber} : qq|vendornumber_| . $form->{vendornumber});
 
 781     $form->{addition} = "DELETED";
 
 784   # /saving the history
 
 785   $form->redirect($locale->text($msg));
 
 787   $main::lxdebug->leave_sub();
 
 791   $main::lxdebug->enter_sub();
 
 793   $main::auth->assert('customer_vendor_edit');
 
 795   my $form     = $main::form;
 
 800   $main::lxdebug->leave_sub();
 
 804   $main::lxdebug->enter_sub();
 
 806   $main::auth->assert('customer_vendor_edit');
 
 808   my $form     = $main::form;
 
 811   $main::lxdebug->leave_sub();
 
 815   $main::lxdebug->enter_sub();
 
 817   $main::auth->assert('customer_vendor_edit');
 
 819   CT->populate_drop_down_boxes(\%::myconfig, $::form);
 
 820   CT->query_titles_and_greetings(\%::myconfig, $::form);
 
 821   CT->get_contact(\%::myconfig, $::form) if $::form->{cp_id};
 
 823   $::form->{CUSTOM_VARIABLES}{Contacts} = CVar->get_custom_variables(module => 'Contacts', trans_id => $::form->{cp_id});
 
 824   CVar->render_inputs(variables => $::form->{CUSTOM_VARIABLES}{Contacts}, name_prefix => 'cp')
 
 825     if scalar @{ $::form->{CUSTOM_VARIABLES}->{Contacts} };
 
 827   $::form->{contacts_label} = \&_contacts_label;
 
 829   print $::form->ajax_response_header(), $::form->parse_html_template('ct/_contact');
 
 831   $main::lxdebug->leave_sub();
 
 835   $main::lxdebug->enter_sub();
 
 837   $main::auth->assert('customer_vendor_edit');
 
 839   CT->populate_drop_down_boxes(\%::myconfig, $::form);
 
 840   CT->get_shipto(\%::myconfig, $::form) if $::form->{shipto_id};
 
 842   $::form->{shipto_label} = \&_shipto_label;
 
 844   print $::form->ajax_response_header(), $::form->parse_html_template('ct/_shipto');
 
 846   $main::lxdebug->leave_sub();
 
 850   $::lxdebug->enter_sub;
 
 852   $::auth->assert('customer_vendor_edit');
 
 853   $::auth->assert('sales_all_edit');
 
 855   CT->get_delivery(\%::myconfig, $::form );
 
 857   print $::form->ajax_response_header,
 
 858         $::form->parse_html_template('ct/get_delivery', {
 
 859           is_customer =>  $::form->{db} eq 'customer',
 
 862   $::lxdebug->leave_sub;
 
 866   $::lxdebug->enter_sub;
 
 867   $::auth->assert('customer_vendor_edit');
 
 869   if (!$::form->{shipto_id}) {
 
 870     flash('error', $::locale->text('No shipto selected to delete'));
 
 873     CT->get_shipto(\%::myconfig, $::form);
 
 875     my $shipto = SL::DB::Manager::Shipto->find_by(shipto_id => $::form->{shipto_id});
 
 878       $shipto->detach->save;
 
 879       flash('info', $::locale->text('Shipto is in use and was flagged invalid.'));
 
 882       flash('info', $::locale->text('Shipto deleted.'));
 
 884     delete $::form->{$_} for grep /^shipto/, keys %$::form;
 
 889   $::lxdebug->leave_sub;
 
 893   $::lxdebug->enter_sub;
 
 894   $::auth->assert('customer_vendor_edit');
 
 896   if (!$::form->{cp_id}) {
 
 897     flash('error', $::locale->text('No contact selected to delete'));
 
 900     CT->get_contact(\%::myconfig, $::form);
 
 902     my $contact = SL::DB::Manager::Contact->find_by(cp_id => $::form->{cp_id});
 
 904     if ($contact->used) {
 
 905       $contact->detach->save;
 
 906       flash('info', $::locale->text('Contact is in use and was flagged invalid.'));
 
 909       flash('info', $::locale->text('Contact deleted.'));
 
 911     delete $::form->{$_} for grep /^cp_/, keys %$::form;
 
 916   $::lxdebug->leave_sub;
 
 919 sub ajax_autocomplete {
 
 920   $main::lxdebug->enter_sub();
 
 922   my $form     = $main::form;
 
 923   my %myconfig = %main::myconfig;
 
 925   $form->{column}          = 'name'     unless $form->{column} =~ /^name$/;
 
 926   $form->{vc}              = 'customer' unless $form->{vc} =~ /^customer|vendor$/;
 
 927   $form->{db}              = $form->{vc}; # CT expects this
 
 928   $form->{$form->{column}} = $form->{q}           || '';
 
 929   $form->{limit}           = ($form->{limit} * 1) || 10;
 
 930   $form->{searchitems}   ||= '';
 
 932   CT->search(\%myconfig, $form);
 
 934   print $form->ajax_response_header(),
 
 935         $form->parse_html_template('ct/ajax_autocomplete');
 
 937   $main::lxdebug->leave_sub();
 
 940 sub continue { call_sub($main::form->{nextsub}); }