<?php
/* edit.php
phpInvoice - is easy-to-use Web-based multilingual accounting software.
Copyright (C) 2001 - 2008 Edy Corak < phprechnung at ecorak dot net >
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
require_once("../include/phprechnung.inc.php");
require_once("../include/smarty.inc.php");
CheckUser();
CheckSession();
if(isset($_REQUEST['myID']))
{
$myID = $_REQUEST['myID'];
$smarty->assign("myID","$myID");
}
if(isset($_REQUEST['page']))
{
$page = $_REQUEST['page'];
$smarty->assign("page",$page);
}
if(isset($_REQUEST['infoID']))
{
$infoID = $_REQUEST['infoID'];
$smarty->assign("infoID","$infoID");
}
if(isset($_REQUEST['Customer']))
{
$Customer = $_REQUEST['Customer'];
$smarty->assign("Customer","$Customer");
}
if(isset($_REQUEST['PrintName1']))
{
$PrintName1 = $_REQUEST['PrintName1'];
}
if(isset($_REQUEST['Date_From1']))
{
$Date_From1 = $_REQUEST['Date_From1'];
$smarty->assign("Date_From1","$Date_From1");
}
if(isset($_REQUEST['Date_Till1']))
{
$Date_Till1 = $_REQUEST['Date_Till1'];
$smarty->assign("Date_Till1","$Date_Till1");
}
if(isset($_REQUEST['CustomerID']))
{
$CustomerID = $_REQUEST['CustomerID'];
$smarty->assign("CustomerID","$CustomerID");
}
if(isset($_REQUEST['Prefix1']))
{
$Prefix1 = $_REQUEST['Prefix1'];
$smarty->assign("Prefix1","$Prefix1");
}
if(isset($_REQUEST['Firstname1']))
{
$Firstname1 = $_REQUEST['Firstname1'];
$smarty->assign("Firstname1","$Firstname1");
}
if(isset($_REQUEST['Lastname1']))
{
$Lastname1 = $_REQUEST['Lastname1'];
$smarty->assign("Lastname1","$Lastname1");
}
if(isset($_REQUEST['Title11']))
{
$Title11 = $_REQUEST['Title11'];
$smarty->assign("Title11","$Title11");
}
if(isset($_REQUEST['Company1']))
{
$Company1 = $_REQUEST['Company1'];
$smarty->assign("Company1","$Company1");
}
if(isset($_REQUEST['Department1']))
{
$Department1 = $_REQUEST['Department1'];
$smarty->assign("Department1","$Department1");
}
if(isset($_REQUEST['Address1']))
{
$Address1 = $_REQUEST['Address1'];
$smarty->assign("Address1","$Address1");
}
if(isset($_REQUEST['Country1']))
{
$Country1 = $_REQUEST['Country1'];
$smarty->assign("Country1","$Country1");
}
if(isset($_REQUEST['Postalcode1']))
{
$Postalcode1 = $_REQUEST['Postalcode1'];
$smarty->assign("Postalcode1","$Postalcode1");
}
if(isset($_REQUEST['City1']))
{
$City1 = $_REQUEST['City1'];
$smarty->assign("City1","$City1");
}
if(isset($_REQUEST['Stateprov1']))
{
$Stateprov1 = $_REQUEST['Stateprov1'];
$smarty->assign("Stateprov1","$Stateprov1");
}
if(isset($_REQUEST['Position11']))
{
$Position11 = $_REQUEST['Position11'];
$smarty->assign("Position11","$Position11");
}
if(isset($_REQUEST['Initials1']))
{
$Initials1 = $_REQUEST['Initials1'];
$smarty->assign("Initials1","$Initials1");
}
if(isset($_REQUEST['Salutation1']))
{
$Salutation1 = $_REQUEST['Salutation1'];
$smarty->assign("Salutation1","$Salutation1");
}
if(isset($_REQUEST['Phonehome1']))
{
$Phonehome1 = $_REQUEST['Phonehome1'];
$smarty->assign("Phonehome1","$Phonehome1");
}
if(isset($_REQUEST['Phoneoffi1']))
{
$Phoneoffi1 = $_REQUEST['Phoneoffi1'];
$smarty->assign("Phoneoffi1","$Phoneoffi1");
}
if(isset($_REQUEST['Phoneothe1']))
{
$Phoneothe1 = $_REQUEST['Phoneothe1'];
$smarty->assign("Phoneothe1","$Phoneothe1");
}
if(isset($_REQUEST['Phonework1']))
{
$Phonework1 = $_REQUEST['Phonework1'];
$smarty->assign("Phonework1","$Phonework1");
}
if(isset($_REQUEST['Mobile1']))
{
$Mobile1 = $_REQUEST['Mobile1'];
$smarty->assign("Mobile1","$Mobile1");
}
if(isset($_REQUEST['Pager1']))
{
$Pager1 = $_REQUEST['Pager1'];
$smarty->assign("Pager1","$Pager1");
}
if(isset($_REQUEST['Fax1']))
{
$Fax1 = $_REQUEST['Fax1'];
$smarty->assign("Fax1","$Fax1");
}
if(isset($_REQUEST['Email1']))
{
$Email1 = $_REQUEST['Email1'];
$smarty->assign("Email1","$Email1");
}
if(isset($_REQUEST['Url1']))
{
$Url1 = $_REQUEST['Url1'];
$smarty->assign("Url1","$Url1");
}
if(isset($_REQUEST['Note1']))
{
$Note1 = $_REQUEST['Note1'];
$smarty->assign("Note1","$Note1");
}
if(isset($_REQUEST['AltField11']))
{
$AltField11 = $_REQUEST['AltField11'];
$smarty->assign("AltField11","$AltField11");
}
if(isset($_REQUEST['AltField21']))
{
$AltField21 = $_REQUEST['AltField21'];
$smarty->assign("AltField21","$AltField21");
}
if(isset($_REQUEST['AltField31']))
{
$AltField31 = $_REQUEST['AltField31'];
$smarty->assign("AltField31","$AltField31");
}
if(isset($_REQUEST['AltField41']))
{
$AltField41 = $_REQUEST['AltField41'];
$smarty->assign("AltField41","$AltField41");
}
if(isset($_REQUEST['Category1']))
{
$Category1 = $_REQUEST['Category1'];
$smarty->assign("Category1","$Category1");
}
if(isset($_REQUEST['MethodOfPayment1']))
{
$MethodOfPayment1 = $_REQUEST['MethodOfPayment1'];
$smarty->assign("MethodOfPayment1","$MethodOfPayment1");
}
if(isset($_REQUEST['Birthday1']))
{
$Birthday1 = $_REQUEST['Birthday1'];
$smarty->assign("Birthday1","$Birthday1");
}
if(isset($_REQUEST['Order']))
{
$Order = $_REQUEST['Order'];
$smarty->assign("Order",$Order);
}
if(isset($_REQUEST['Sort']))
{
$Sort = $_REQUEST['Sort'];
$smarty->assign("Sort",$Sort);
}
if(isset($_REQUEST['Mark']))
{
$Mark = $_REQUEST['Mark'];
$smarty->assign("Mark","$Mark");
}
if(isset($_REQUEST['UserActive']))
{
$UserActive = $_REQUEST['UserActive'];
}
if(isset($_REQUEST['UserName']))
{
$UserName = $_REQUEST['UserName'];
}
if(isset($_REQUEST['UserLanguage']))
{
$UserLanguage = $_REQUEST['UserLanguage'];
}
if(isset($_REQUEST['Type']))
{
$Type = $_REQUEST['Type'];
$smarty->assign("Type","$Type");
}
$Searchstring = "CustomerID=$CustomerID&Prefix1=$Prefix1&Title11=$Title11&Firstname1=$Firstname1&Initials1=$Initials1&Lastname1=$Lastname1&Phonehome1=$Phonehome1&Salutation1=$Salutation1&Mobile1=$Mobile1&Address1=$Address1&Fax1=$Fax1&Stateprov1=$Stateprov1&Email1=$Email1&Postalcode1=$Postalcode1&City1=$City1&Url1=$Url1&Company1=$Company1&Phonework1=$Phonework1&Department1=$Department1&Phoneoffi1=$Phoneoffi1&Position11=$Position11&Phoneothe1=$Phoneothe1&Pager1=$Pager1&Note1=$Note1&Altfield11=$AltField11&Altfield21=$AltField21&Altfield31=$AltField31&Altfield41=$AltField41&Country1=$Country1&Date_From1=$Date_From1&Date_Till1=$Date_Till1&Birthday1=$Birthday1&Category1=$Category1&MethodOfPayment1=$MethodOfPayment1&PrintName1=$PrintName1";
$smarty->assign("Searchstring","$Searchstring");
// Assign needed text from selected language file
//
$smarty->assign("Title","$a[addressbook] - $a[edit] - $a[auth_info]");
$smarty->assign("Customer_No","$a[customer_no]");
$smarty->assign("Username","$a[username]");
$smarty->assign("Password","$a[password]");
$smarty->assign("Repeat_Password","$a[repeat_password]");
$smarty->assign("User_Active","$a[user_active]");
$smarty->assign("Language","$a[language]");
$smarty->assign("Basic_Info","$a[basic_info]");
$smarty->assign("Extended_Info","$a[extended_info]");
$smarty->assign("Auth_Info","$a[auth_info]");
// Database connection
//
DBConnect();
// Get the information about selected customer
//
$query = $db->GetAll("SELECT CREATEDBY, DECODE(USERNAME,'$pkey') AS USERNAME, DECODE(PASSWORD,'$pkey') AS PASSWORD,
USERLANGUAGE, USER_ACTIVE, MYID FROM {$TBLName}addressbook WHERE MYID=$myID");
// If an error has occurred, display the error message
//
if (!$query)
print $db->ErrorMsg();
else
foreach($query as $f)
{
$CreatedBy = $f['CREATEDBY'];
$smarty->assign("MYID",$f['MYID']);
if(empty($UserName))
{
$smarty->assign("USERNAME",$f['USERNAME']);
}
else
{
$smarty->assign("USERNAME",$UserName);
}
if(empty($UserActive))
{
$smarty->assign("USERACTIVE",$f['USER_ACTIVE']);
}
else
{
$smarty->assign("USERACTIVE",$UserActive);
}
if(empty($UserLanguage))
{
$smarty->assign("LANGUAGE",$f['USERLANGUAGE']);
}
else
{
$smarty->assign("LANGUAGE",$UserLanguage);
}
$smarty->assign("PASSWORD",$f['PASSWORD']);
}
// Get the choice array from language file
//
$smarty->assign("choice_yes_no",array($choice_yes_no));
// Put avaiable languages in $choose_language
//
$lang = asort($language);
$smarty->assign("choose_language",array($language));
$smarty->assign("CurrentMyID","$myID");
// Get the first entry from table 'addressbook'
//
$query4 = $db->GetRow("SELECT MIN(MYID) AS MIN_MYID FROM {$TBLName}addressbook");
if (!$query4)
die($db->ErrorMsg());
else
$minMyID = $query4['MIN_MYID'];
$smarty->assign("MinMyID","$minMyID");
// Get the last entry from table 'addressbook'
//
$query5 = $db->GetRow("SELECT MAX(MYID) AS MAX_MYID FROM {$TBLName}addressbook");
if (!$query5)
die($db->ErrorMsg());
else
$maxMyID = $query5['MAX_MYID'];
$smarty->assign("MaxMyID","$maxMyID");
// If we are not on first page then display
// first page, previous page link
//
if ($myID > $minMyID)
{
$CurrentMyID = $myID - 1;
$smarty->assign('PrevMyID', "$CurrentMyID");
}
// If we are not on the last page then display
// next page, last page link
//
if ($myID < $maxMyID)
{
$CurrentMyID = $myID + 1;
$smarty->assign('NextMyID', "$CurrentMyID");
}
if(isset($_SESSION['Username']) && $_SESSION['Username'] != $root && $_SESSION['Usergroup1'] != $admingroup_1 && $_SESSION['Usergroup2'] != $admingroup_2 && $_SESSION['Username'] != $CreatedBy)
{
$_SESSION['LastSite'] = $_SERVER['PHP_SELF'].'?'.$_SERVER['argv'][0];
$_SESSION['logoutid'] = "5";
Header("Location: $web/login/sustart.php?$sessname=$sessid");
}
else
{
// Save last page visited by user
//
UserSite();
$smarty->display('addressbook/edit_a.tpl');
}
?>