Viewing file: fees_settings.php (50.88 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$tdatafees = array();
$tdatafees[".searchableFields"] = array();
$tdatafees[".ShortName"] = "fees";
$tdatafees[".OwnerID"] = "";
$tdatafees[".OriginalTable"] = "fees";
$tdatafees[".pagesByType"] = my_json_decode( "{\"add\":[\"add\"],\"edit\":[\"edit\"],\"export\":[\"export\"],\"import\":[\"import\"],\"list\":[\"list\"],\"print\":[\"print\"],\"search\":[\"search\"],\"view\":[\"view\"]}" );
$tdatafees[".originalPagesByType"] = $tdatafees[".pagesByType"];
$tdatafees[".pages"] = types2pages( my_json_decode( "{\"add\":[\"add\"],\"edit\":[\"edit\"],\"export\":[\"export\"],\"import\":[\"import\"],\"list\":[\"list\"],\"print\":[\"print\"],\"search\":[\"search\"],\"view\":[\"view\"]}" ) );
$tdatafees[".originalPages"] = $tdatafees[".pages"];
$tdatafees[".defaultPages"] = my_json_decode( "{\"add\":\"add\",\"edit\":\"edit\",\"export\":\"export\",\"import\":\"import\",\"list\":\"list\",\"print\":\"print\",\"search\":\"search\",\"view\":\"view\"}" );
$tdatafees[".originalDefaultPages"] = $tdatafees[".defaultPages"];
// field labels
$fieldLabelsfees = array();
$fieldToolTipsfees = array();
$pageTitlesfees = array();
$placeHoldersfees = array();
if(mlang_getcurrentlang()=="English")
{
$fieldLabelsfees["English"] = array();
$fieldToolTipsfees["English"] = array();
$placeHoldersfees["English"] = array();
$pageTitlesfees["English"] = array();
$fieldLabelsfees["English"]["ID"] = "ID";
$fieldToolTipsfees["English"]["ID"] = "";
$placeHoldersfees["English"]["ID"] = "";
$fieldLabelsfees["English"]["roll_no"] = "Roll No";
$fieldToolTipsfees["English"]["roll_no"] = "";
$placeHoldersfees["English"]["roll_no"] = "";
$fieldLabelsfees["English"]["deposite_fees"] = "Deposite Fees";
$fieldToolTipsfees["English"]["deposite_fees"] = "";
$placeHoldersfees["English"]["deposite_fees"] = "";
$fieldLabelsfees["English"]["laser_no"] = "Laser No";
$fieldToolTipsfees["English"]["laser_no"] = "";
$placeHoldersfees["English"]["laser_no"] = "";
$fieldLabelsfees["English"]["date"] = "Date";
$fieldToolTipsfees["English"]["date"] = "";
$placeHoldersfees["English"]["date"] = "";
$fieldLabelsfees["English"]["student_name"] = "Student Name";
$fieldToolTipsfees["English"]["student_name"] = "";
$placeHoldersfees["English"]["student_name"] = "";
$fieldLabelsfees["English"]["father_name"] = "Father Name";
$fieldToolTipsfees["English"]["father_name"] = "";
$placeHoldersfees["English"]["father_name"] = "";
$fieldLabelsfees["English"]["class"] = "Class";
$fieldToolTipsfees["English"]["class"] = "";
$placeHoldersfees["English"]["class"] = "";
$fieldLabelsfees["English"]["year"] = "Year";
$fieldToolTipsfees["English"]["year"] = "";
$placeHoldersfees["English"]["year"] = "";
$fieldLabelsfees["English"]["address"] = "Address";
$fieldToolTipsfees["English"]["address"] = "";
$placeHoldersfees["English"]["address"] = "";
$fieldLabelsfees["English"]["mobile_no"] = "Mobile No";
$fieldToolTipsfees["English"]["mobile_no"] = "";
$placeHoldersfees["English"]["mobile_no"] = "";
$fieldLabelsfees["English"]["total_fees"] = "Total Fees";
$fieldToolTipsfees["English"]["total_fees"] = "";
$placeHoldersfees["English"]["total_fees"] = "";
$fieldLabelsfees["English"]["gender"] = "Gender";
$fieldToolTipsfees["English"]["gender"] = "";
$placeHoldersfees["English"]["gender"] = "";
$fieldLabelsfees["English"]["branch"] = "Branch";
$fieldToolTipsfees["English"]["branch"] = "";
$placeHoldersfees["English"]["branch"] = "";
$fieldLabelsfees["English"]["fees_serial_no"] = "Fees Serial No";
$fieldToolTipsfees["English"]["fees_serial_no"] = "";
$placeHoldersfees["English"]["fees_serial_no"] = "";
if (count($fieldToolTipsfees["English"]))
$tdatafees[".isUseToolTips"] = true;
}
$tdatafees[".NCSearch"] = true;
$tdatafees[".shortTableName"] = "fees";
$tdatafees[".nSecOptions"] = 0;
$tdatafees[".mainTableOwnerID"] = "";
$tdatafees[".entityType"] = 0;
$tdatafees[".connId"] = "itce_data_at_itce_co_in";
$tdatafees[".strOriginalTableName"] = "fees";
$tdatafees[".showAddInPopup"] = false;
$tdatafees[".showEditInPopup"] = false;
$tdatafees[".showViewInPopup"] = false;
//page's base css files names
$popupPagesLayoutNames = array();
$tdatafees[".popupPagesLayoutNames"] = $popupPagesLayoutNames;
$tdatafees[".listAjax"] = false;
// temporary
$tdatafees[".listAjax"] = false;
$tdatafees[".audit"] = false;
$tdatafees[".locking"] = false;
$pages = $tdatafees[".defaultPages"];
if( $pages[PAGE_EDIT] ) {
$tdatafees[".edit"] = true;
$tdatafees[".afterEditAction"] = 1;
$tdatafees[".closePopupAfterEdit"] = 1;
$tdatafees[".afterEditActionDetTable"] = "";
}
if( $pages[PAGE_ADD] ) {
$tdatafees[".add"] = true;
$tdatafees[".afterAddAction"] = 1;
$tdatafees[".closePopupAfterAdd"] = 1;
$tdatafees[".afterAddActionDetTable"] = "";
}
if( $pages[PAGE_LIST] ) {
$tdatafees[".list"] = true;
}
$tdatafees[".strSortControlSettingsJSON"] = "";
if( $pages[PAGE_VIEW] ) {
$tdatafees[".view"] = true;
}
if( $pages[PAGE_IMPORT] ) {
$tdatafees[".import"] = true;
}
if( $pages[PAGE_EXPORT] ) {
$tdatafees[".exportTo"] = true;
}
if( $pages[PAGE_PRINT] ) {
$tdatafees[".printFriendly"] = true;
}
$tdatafees[".showSimpleSearchOptions"] = true; // temp fix #13449
// Allow Show/Hide Fields in GRID
$tdatafees[".allowShowHideFields"] = true; // temp fix #13449
//
// Allow Fields Reordering in GRID
$tdatafees[".allowFieldsReordering"] = true; // temp fix #13449
//
$tdatafees[".isUseAjaxSuggest"] = true;
$tdatafees[".rowHighlite"] = true;
$tdatafees[".ajaxCodeSnippetAdded"] = false;
$tdatafees[".buttonsAdded"] = false;
$tdatafees[".addPageEvents"] = false;
// use timepicker for search panel
$tdatafees[".isUseTimeForSearch"] = false;
$tdatafees[".badgeColor"] = "EDCA00";
$tdatafees[".allSearchFields"] = array();
$tdatafees[".filterFields"] = array();
$tdatafees[".requiredSearchFields"] = array();
$tdatafees[".googleLikeFields"] = array();
$tdatafees[".googleLikeFields"][] = "ID";
$tdatafees[".googleLikeFields"][] = "roll_no";
$tdatafees[".googleLikeFields"][] = "deposite_fees";
$tdatafees[".googleLikeFields"][] = "laser_no";
$tdatafees[".googleLikeFields"][] = "date";
$tdatafees[".googleLikeFields"][] = "student_name";
$tdatafees[".googleLikeFields"][] = "father_name";
$tdatafees[".googleLikeFields"][] = "class";
$tdatafees[".googleLikeFields"][] = "year";
$tdatafees[".googleLikeFields"][] = "address";
$tdatafees[".googleLikeFields"][] = "mobile_no";
$tdatafees[".googleLikeFields"][] = "total_fees";
$tdatafees[".googleLikeFields"][] = "gender";
$tdatafees[".googleLikeFields"][] = "branch";
$tdatafees[".googleLikeFields"][] = "fees_serial_no";
$tdatafees[".tableType"] = "list";
$tdatafees[".printerPageOrientation"] = 0;
$tdatafees[".nPrinterPageScale"] = 100;
$tdatafees[".nPrinterSplitRecords"] = 40;
$tdatafees[".geocodingEnabled"] = false;
$tdatafees[".pageSize"] = 20;
$tdatafees[".warnLeavingPages"] = true;
$tstrOrderBy = "";
if(strlen($tstrOrderBy) && strtolower(substr($tstrOrderBy,0,8))!="order by")
$tstrOrderBy = "order by ".$tstrOrderBy;
$tdatafees[".strOrderBy"] = $tstrOrderBy;
$tdatafees[".orderindexes"] = array();
$tdatafees[".sqlHead"] = "SELECT ID, roll_no, deposite_fees, laser_no, `date`, student_name, father_name, `class`, `year`, address, mobile_no, total_fees, gender, branch, fees_serial_no";
$tdatafees[".sqlFrom"] = "FROM fees";
$tdatafees[".sqlWhereExpr"] = "";
$tdatafees[".sqlTail"] = "";
//fill array of records per page for list and report without group fields
$arrRPP = array();
$arrRPP[] = 10;
$arrRPP[] = 20;
$arrRPP[] = 30;
$arrRPP[] = 50;
$arrRPP[] = 100;
$arrRPP[] = 500;
$arrRPP[] = -1;
$tdatafees[".arrRecsPerPage"] = $arrRPP;
//fill array of groups per page for report with group fields
$arrGPP = array();
$arrGPP[] = 1;
$arrGPP[] = 3;
$arrGPP[] = 5;
$arrGPP[] = 10;
$arrGPP[] = 50;
$arrGPP[] = 100;
$arrGPP[] = -1;
$tdatafees[".arrGroupsPerPage"] = $arrGPP;
$tdatafees[".highlightSearchResults"] = true;
$tableKeysfees = array();
$tableKeysfees[] = "ID";
$tdatafees[".Keys"] = $tableKeysfees;
$tdatafees[".hideMobileList"] = array();
// ID
// Custom field settings
$fdata = array();
$fdata["Index"] = 1;
$fdata["strName"] = "ID";
$fdata["GoodName"] = "ID";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","ID");
$fdata["FieldType"] = 3;
$fdata["AutoInc"] = true;
$fdata["strField"] = "ID";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "ID";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["IsRequired"] = true;
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
$edata["validateAs"]["basicValidate"][] = getJsValidatorName("Number");
$edata["validateAs"]["basicValidate"][] = "IsRequired";
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["ID"] = $fdata;
$tdatafees[".searchableFields"][] = "ID";
// roll_no
// Custom field settings
$fdata = array();
$fdata["Index"] = 2;
$fdata["strName"] = "roll_no";
$fdata["GoodName"] = "roll_no";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","roll_no");
$fdata["FieldType"] = 200;
$fdata["strField"] = "roll_no";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "roll_no";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["roll_no"] = $fdata;
$tdatafees[".searchableFields"][] = "roll_no";
// deposite_fees
// Custom field settings
$fdata = array();
$fdata["Index"] = 3;
$fdata["strName"] = "deposite_fees";
$fdata["GoodName"] = "deposite_fees";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","deposite_fees");
$fdata["FieldType"] = 200;
$fdata["strField"] = "deposite_fees";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "deposite_fees";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["deposite_fees"] = $fdata;
$tdatafees[".searchableFields"][] = "deposite_fees";
// laser_no
// Custom field settings
$fdata = array();
$fdata["Index"] = 4;
$fdata["strName"] = "laser_no";
$fdata["GoodName"] = "laser_no";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","laser_no");
$fdata["FieldType"] = 200;
$fdata["strField"] = "laser_no";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "laser_no";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["laser_no"] = $fdata;
$tdatafees[".searchableFields"][] = "laser_no";
// date
// Custom field settings
$fdata = array();
$fdata["Index"] = 5;
$fdata["strName"] = "date";
$fdata["GoodName"] = "date";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","date");
$fdata["FieldType"] = 200;
$fdata["strField"] = "date";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "`date`";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["date"] = $fdata;
$tdatafees[".searchableFields"][] = "date";
// student_name
// Custom field settings
$fdata = array();
$fdata["Index"] = 6;
$fdata["strName"] = "student_name";
$fdata["GoodName"] = "student_name";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","student_name");
$fdata["FieldType"] = 200;
$fdata["strField"] = "student_name";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "student_name";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["student_name"] = $fdata;
$tdatafees[".searchableFields"][] = "student_name";
// father_name
// Custom field settings
$fdata = array();
$fdata["Index"] = 7;
$fdata["strName"] = "father_name";
$fdata["GoodName"] = "father_name";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","father_name");
$fdata["FieldType"] = 200;
$fdata["strField"] = "father_name";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "father_name";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["father_name"] = $fdata;
$tdatafees[".searchableFields"][] = "father_name";
// class
// Custom field settings
$fdata = array();
$fdata["Index"] = 8;
$fdata["strName"] = "class";
$fdata["GoodName"] = "class";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","class");
$fdata["FieldType"] = 200;
$fdata["strField"] = "class";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "`class`";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["class"] = $fdata;
$tdatafees[".searchableFields"][] = "class";
// year
// Custom field settings
$fdata = array();
$fdata["Index"] = 9;
$fdata["strName"] = "year";
$fdata["GoodName"] = "year";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","year");
$fdata["FieldType"] = 200;
$fdata["strField"] = "year";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "`year`";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["year"] = $fdata;
$tdatafees[".searchableFields"][] = "year";
// address
// Custom field settings
$fdata = array();
$fdata["Index"] = 10;
$fdata["strName"] = "address";
$fdata["GoodName"] = "address";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","address");
$fdata["FieldType"] = 200;
$fdata["strField"] = "address";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "address";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["address"] = $fdata;
$tdatafees[".searchableFields"][] = "address";
// mobile_no
// Custom field settings
$fdata = array();
$fdata["Index"] = 11;
$fdata["strName"] = "mobile_no";
$fdata["GoodName"] = "mobile_no";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","mobile_no");
$fdata["FieldType"] = 200;
$fdata["strField"] = "mobile_no";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "mobile_no";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["mobile_no"] = $fdata;
$tdatafees[".searchableFields"][] = "mobile_no";
// total_fees
// Custom field settings
$fdata = array();
$fdata["Index"] = 12;
$fdata["strName"] = "total_fees";
$fdata["GoodName"] = "total_fees";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","total_fees");
$fdata["FieldType"] = 200;
$fdata["strField"] = "total_fees";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "total_fees";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["total_fees"] = $fdata;
$tdatafees[".searchableFields"][] = "total_fees";
// gender
// Custom field settings
$fdata = array();
$fdata["Index"] = 13;
$fdata["strName"] = "gender";
$fdata["GoodName"] = "gender";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","gender");
$fdata["FieldType"] = 200;
$fdata["strField"] = "gender";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "gender";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["gender"] = $fdata;
$tdatafees[".searchableFields"][] = "gender";
// branch
// Custom field settings
$fdata = array();
$fdata["Index"] = 14;
$fdata["strName"] = "branch";
$fdata["GoodName"] = "branch";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","branch");
$fdata["FieldType"] = 200;
$fdata["strField"] = "branch";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "branch";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["branch"] = $fdata;
$tdatafees[".searchableFields"][] = "branch";
// fees_serial_no
// Custom field settings
$fdata = array();
$fdata["Index"] = 15;
$fdata["strName"] = "fees_serial_no";
$fdata["GoodName"] = "fees_serial_no";
$fdata["ownerTable"] = "fees";
$fdata["Label"] = GetFieldLabel("fees","fees_serial_no");
$fdata["FieldType"] = 200;
$fdata["strField"] = "fees_serial_no";
$fdata["isSQLExpression"] = true;
$fdata["FullName"] = "fees_serial_no";
$fdata["UploadFolder"] = "files";
// Begin View Formats
$fdata["ViewFormats"] = array();
$vdata = array("ViewFormat" => "");
$vdata["NeedEncode"] = true;
$vdata["truncateText"] = true;
$vdata["NumberOfChars"] = 80;
$fdata["ViewFormats"]["view"] = $vdata;
// End View Formats
// Begin Edit Formats
$fdata["EditFormats"] = array();
$edata = array("EditFormat" => "Text field");
$edata["weekdayMessage"] = array("message" => "", "messageType" => "Text");
$edata["weekdays"] = "[]";
$edata["acceptFileTypes"] = ".+$";
$edata["acceptFileTypesHtml"] = "";
$edata["maxNumberOfFiles"] = 1;
$edata["HTML5InuptType"] = "text";
$edata["EditParams"] = "";
$edata["EditParams"].= " maxlength=50";
$edata["controlWidth"] = 200;
// Begin validation
$edata["validateAs"] = array();
$edata["validateAs"]["basicValidate"] = array();
$edata["validateAs"]["customMessages"] = array();
// End validation
$fdata["EditFormats"]["edit"] = $edata;
// End Edit Formats
$fdata["isSeparate"] = false;
// the field's search options settings
$fdata["defaultSearchOption"] = "Contains";
// the default search options list
$fdata["searchOptionsList"] = array("Contains", "Equals", "Starts with", "More than", "Less than", "Between", "Empty", NOT_EMPTY);
// the end of search options settings
//Filters settings
$fdata["filterTotals"] = 0;
$fdata["filterMultiSelect"] = 0;
$fdata["filterFormat"] = "Values list";
$fdata["showCollapsed"] = false;
$fdata["sortValueType"] = 0;
$fdata["numberOfVisibleItems"] = 10;
$fdata["filterBy"] = 0;
//end of Filters settings
$tdatafees["fees_serial_no"] = $fdata;
$tdatafees[".searchableFields"][] = "fees_serial_no";
$tables_data["fees"]=&$tdatafees;
$field_labels["fees"] = &$fieldLabelsfees;
$fieldToolTips["fees"] = &$fieldToolTipsfees;
$placeHolders["fees"] = &$placeHoldersfees;
$page_titles["fees"] = &$pageTitlesfees;
// -----------------start prepare master-details data arrays ------------------------------//
// tables which are detail tables for current table (master)
$detailsTablesData["fees"] = array();
// tables which are master tables for current table (detail)
$masterTablesData["fees"] = array();
// -----------------end prepare master-details data arrays ------------------------------//
require_once(getabspath("classes/sql.php"));
function createSqlQuery_fees()
{
$proto0=array();
$proto0["m_strHead"] = "SELECT";
$proto0["m_strFieldList"] = "ID, roll_no, deposite_fees, laser_no, `date`, student_name, father_name, `class`, `year`, address, mobile_no, total_fees, gender, branch, fees_serial_no";
$proto0["m_strFrom"] = "FROM fees";
$proto0["m_strWhere"] = "";
$proto0["m_strOrderBy"] = "";
;
$proto0["cipherer"] = null;
$proto2=array();
$proto2["m_sql"] = "";
$proto2["m_uniontype"] = "SQLL_UNKNOWN";
$obj = new SQLNonParsed(array(
"m_sql" => ""
));
$proto2["m_column"]=$obj;
$proto2["m_contained"] = array();
$proto2["m_strCase"] = "";
$proto2["m_havingmode"] = false;
$proto2["m_inBrackets"] = false;
$proto2["m_useAlias"] = false;
$obj = new SQLLogicalExpr($proto2);
$proto0["m_where"] = $obj;
$proto4=array();
$proto4["m_sql"] = "";
$proto4["m_uniontype"] = "SQLL_UNKNOWN";
$obj = new SQLNonParsed(array(
"m_sql" => ""
));
$proto4["m_column"]=$obj;
$proto4["m_contained"] = array();
$proto4["m_strCase"] = "";
$proto4["m_havingmode"] = false;
$proto4["m_inBrackets"] = false;
$proto4["m_useAlias"] = false;
$obj = new SQLLogicalExpr($proto4);
$proto0["m_having"] = $obj;
$proto0["m_fieldlist"] = array();
$proto6=array();
$obj = new SQLField(array(
"m_strName" => "ID",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto6["m_sql"] = "ID";
$proto6["m_srcTableName"] = "fees";
$proto6["m_expr"]=$obj;
$proto6["m_alias"] = "";
$obj = new SQLFieldListItem($proto6);
$proto0["m_fieldlist"][]=$obj;
$proto8=array();
$obj = new SQLField(array(
"m_strName" => "roll_no",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto8["m_sql"] = "roll_no";
$proto8["m_srcTableName"] = "fees";
$proto8["m_expr"]=$obj;
$proto8["m_alias"] = "";
$obj = new SQLFieldListItem($proto8);
$proto0["m_fieldlist"][]=$obj;
$proto10=array();
$obj = new SQLField(array(
"m_strName" => "deposite_fees",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto10["m_sql"] = "deposite_fees";
$proto10["m_srcTableName"] = "fees";
$proto10["m_expr"]=$obj;
$proto10["m_alias"] = "";
$obj = new SQLFieldListItem($proto10);
$proto0["m_fieldlist"][]=$obj;
$proto12=array();
$obj = new SQLField(array(
"m_strName" => "laser_no",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto12["m_sql"] = "laser_no";
$proto12["m_srcTableName"] = "fees";
$proto12["m_expr"]=$obj;
$proto12["m_alias"] = "";
$obj = new SQLFieldListItem($proto12);
$proto0["m_fieldlist"][]=$obj;
$proto14=array();
$obj = new SQLField(array(
"m_strName" => "date",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto14["m_sql"] = "`date`";
$proto14["m_srcTableName"] = "fees";
$proto14["m_expr"]=$obj;
$proto14["m_alias"] = "";
$obj = new SQLFieldListItem($proto14);
$proto0["m_fieldlist"][]=$obj;
$proto16=array();
$obj = new SQLField(array(
"m_strName" => "student_name",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto16["m_sql"] = "student_name";
$proto16["m_srcTableName"] = "fees";
$proto16["m_expr"]=$obj;
$proto16["m_alias"] = "";
$obj = new SQLFieldListItem($proto16);
$proto0["m_fieldlist"][]=$obj;
$proto18=array();
$obj = new SQLField(array(
"m_strName" => "father_name",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto18["m_sql"] = "father_name";
$proto18["m_srcTableName"] = "fees";
$proto18["m_expr"]=$obj;
$proto18["m_alias"] = "";
$obj = new SQLFieldListItem($proto18);
$proto0["m_fieldlist"][]=$obj;
$proto20=array();
$obj = new SQLField(array(
"m_strName" => "class",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto20["m_sql"] = "`class`";
$proto20["m_srcTableName"] = "fees";
$proto20["m_expr"]=$obj;
$proto20["m_alias"] = "";
$obj = new SQLFieldListItem($proto20);
$proto0["m_fieldlist"][]=$obj;
$proto22=array();
$obj = new SQLField(array(
"m_strName" => "year",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto22["m_sql"] = "`year`";
$proto22["m_srcTableName"] = "fees";
$proto22["m_expr"]=$obj;
$proto22["m_alias"] = "";
$obj = new SQLFieldListItem($proto22);
$proto0["m_fieldlist"][]=$obj;
$proto24=array();
$obj = new SQLField(array(
"m_strName" => "address",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto24["m_sql"] = "address";
$proto24["m_srcTableName"] = "fees";
$proto24["m_expr"]=$obj;
$proto24["m_alias"] = "";
$obj = new SQLFieldListItem($proto24);
$proto0["m_fieldlist"][]=$obj;
$proto26=array();
$obj = new SQLField(array(
"m_strName" => "mobile_no",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto26["m_sql"] = "mobile_no";
$proto26["m_srcTableName"] = "fees";
$proto26["m_expr"]=$obj;
$proto26["m_alias"] = "";
$obj = new SQLFieldListItem($proto26);
$proto0["m_fieldlist"][]=$obj;
$proto28=array();
$obj = new SQLField(array(
"m_strName" => "total_fees",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto28["m_sql"] = "total_fees";
$proto28["m_srcTableName"] = "fees";
$proto28["m_expr"]=$obj;
$proto28["m_alias"] = "";
$obj = new SQLFieldListItem($proto28);
$proto0["m_fieldlist"][]=$obj;
$proto30=array();
$obj = new SQLField(array(
"m_strName" => "gender",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto30["m_sql"] = "gender";
$proto30["m_srcTableName"] = "fees";
$proto30["m_expr"]=$obj;
$proto30["m_alias"] = "";
$obj = new SQLFieldListItem($proto30);
$proto0["m_fieldlist"][]=$obj;
$proto32=array();
$obj = new SQLField(array(
"m_strName" => "branch",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto32["m_sql"] = "branch";
$proto32["m_srcTableName"] = "fees";
$proto32["m_expr"]=$obj;
$proto32["m_alias"] = "";
$obj = new SQLFieldListItem($proto32);
$proto0["m_fieldlist"][]=$obj;
$proto34=array();
$obj = new SQLField(array(
"m_strName" => "fees_serial_no",
"m_strTable" => "fees",
"m_srcTableName" => "fees"
));
$proto34["m_sql"] = "fees_serial_no";
$proto34["m_srcTableName"] = "fees";
$proto34["m_expr"]=$obj;
$proto34["m_alias"] = "";
$obj = new SQLFieldListItem($proto34);
$proto0["m_fieldlist"][]=$obj;
$proto0["m_fromlist"] = array();
$proto36=array();
$proto36["m_link"] = "SQLL_MAIN";
$proto37=array();
$proto37["m_strName"] = "fees";
$proto37["m_srcTableName"] = "fees";
$proto37["m_columns"] = array();
$proto37["m_columns"][] = "ID";
$proto37["m_columns"][] = "roll_no";
$proto37["m_columns"][] = "deposite_fees";
$proto37["m_columns"][] = "laser_no";
$proto37["m_columns"][] = "date";
$proto37["m_columns"][] = "student_name";
$proto37["m_columns"][] = "father_name";
$proto37["m_columns"][] = "class";
$proto37["m_columns"][] = "year";
$proto37["m_columns"][] = "address";
$proto37["m_columns"][] = "mobile_no";
$proto37["m_columns"][] = "total_fees";
$proto37["m_columns"][] = "gender";
$proto37["m_columns"][] = "branch";
$proto37["m_columns"][] = "fees_serial_no";
$obj = new SQLTable($proto37);
$proto36["m_table"] = $obj;
$proto36["m_sql"] = "fees";
$proto36["m_alias"] = "";
$proto36["m_srcTableName"] = "fees";
$proto38=array();
$proto38["m_sql"] = "";
$proto38["m_uniontype"] = "SQLL_UNKNOWN";
$obj = new SQLNonParsed(array(
"m_sql" => ""
));
$proto38["m_column"]=$obj;
$proto38["m_contained"] = array();
$proto38["m_strCase"] = "";
$proto38["m_havingmode"] = false;
$proto38["m_inBrackets"] = false;
$proto38["m_useAlias"] = false;
$obj = new SQLLogicalExpr($proto38);
$proto36["m_joinon"] = $obj;
$obj = new SQLFromListItem($proto36);
$proto0["m_fromlist"][]=$obj;
$proto0["m_groupby"] = array();
$proto0["m_orderby"] = array();
$proto0["m_srcTableName"]="fees";
$obj = new SQLQuery($proto0);
return $obj;
}
$queryData_fees = createSqlQuery_fees();
;
$tdatafees[".sqlquery"] = $queryData_fees;
$tableEvents["fees"] = new eventsBase;
$tdatafees[".hasEvents"] = false;
?>
|