add reports
This commit is contained in:
92
Models/budget/budget_expenditure_from_revenue.cs
Normal file
92
Models/budget/budget_expenditure_from_revenue.cs
Normal file
@@ -0,0 +1,92 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
public class budget_expenditure_from_revenue
|
||||
{
|
||||
[Key] public Guid? budget_expenditure_from_revenue_uid { get; set; }
|
||||
|
||||
// public Guid? academic_year_uid { get; set; }
|
||||
public string academic_year_name_th { get; set; }
|
||||
|
||||
public string start_and_end_date_report { get; set; }
|
||||
|
||||
//
|
||||
public string education_level_and_year { get; set; }
|
||||
|
||||
//
|
||||
public string faculty_name_th { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string branch_name_th { get; set; }
|
||||
|
||||
public string curriculum_name_th { get; set; }
|
||||
|
||||
//
|
||||
public double? set_revenue_estimates { get; set; }
|
||||
|
||||
public DateTime? version { get; set; }
|
||||
public List<t_budget_expenditure_from_revenue_detail> budget_expenditure_from_revenue_details { get; set; }
|
||||
public decimal? sum_1 { get; set; }
|
||||
public decimal? sum_2 { get; set; }
|
||||
public decimal? sum_3 { get; set; }
|
||||
public decimal? sum_4 { get; set; }
|
||||
public decimal? sum_5 { get; set; }
|
||||
public decimal? sum_6 { get; set; }
|
||||
public decimal? sum_7 { get; set; }
|
||||
public decimal? sum_8 { get; set; }
|
||||
public decimal? sum_9 { get; set; }
|
||||
public decimal? sum_10 { get; set; }
|
||||
public decimal? sum_11 { get; set; }
|
||||
public decimal? sum_12 { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class t_budget_expenditure_from_revenue_detail
|
||||
{
|
||||
[Key] public Guid? budget_expenditure_from_revenue_detail_uid { get; set; }
|
||||
|
||||
public Guid? budget_expenditure_from_revenue_uid { get; set; }
|
||||
public string topic { get; set; }
|
||||
public string topic_1 { get; set; }
|
||||
public string topic_2 { get; set; }
|
||||
public string academic_year_name_th { get; set; }
|
||||
public decimal? current_students { get; set; }
|
||||
public decimal? students_reduced { get; set; }
|
||||
public decimal? students_estimates { get; set; }
|
||||
public decimal? price_regis_flat_payment_per_student { get; set; }
|
||||
public decimal? price_regis_flat_payment { get; set; }
|
||||
|
||||
public decimal? library_per_student { get; set; }
|
||||
public decimal? library_total { get; set; }
|
||||
|
||||
public decimal? utilities_per_student { get; set; }
|
||||
public decimal? utilities_total { get; set; }
|
||||
|
||||
public decimal? student_club_per_student { get; set; }
|
||||
public decimal? student_club_library_total { get; set; }
|
||||
|
||||
public decimal? accident_insurance_per_student { get; set; }
|
||||
public decimal? accident_insurance_total { get; set; }
|
||||
|
||||
public decimal? academic_activities_per_student { get; set; }
|
||||
public decimal? academic_activities_total { get; set; }
|
||||
|
||||
public decimal? examination_and_x_rays_per_student { get; set; }
|
||||
public decimal? examination_and_x_rays_total { get; set; }
|
||||
|
||||
public decimal? tuition_fee_per_student { get; set; }
|
||||
public decimal? tuition_fee_total { get; set; }
|
||||
|
||||
public decimal? tuition_less_fee_per_student { get; set; }
|
||||
public decimal? education_fee_less_fee_total { get; set; }
|
||||
|
||||
|
||||
public int? topic_type { get; set; }
|
||||
public DateTime? version { get; set; }
|
||||
public Guid? semester_uid { get; set; }
|
||||
public Guid? academic_year_uid { get; set; }
|
||||
public int? row { get; set; }
|
||||
}
|
||||
}
|
||||
56
Models/budget/revenue_estimates.cs
Normal file
56
Models/budget/revenue_estimates.cs
Normal file
@@ -0,0 +1,56 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
public class revenue_estimates
|
||||
{
|
||||
[Key] public Guid? revenue_estimates_uid { get; set; }
|
||||
|
||||
// public Guid? academic_year_uid { get; set; }
|
||||
public string academic_year_name_th { get; set; }
|
||||
|
||||
public string start_and_end_date_report { get; set; }
|
||||
|
||||
//
|
||||
public string education_level { get; set; }
|
||||
|
||||
//
|
||||
public string faculty_name_th { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
|
||||
|
||||
//
|
||||
public string author_name { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string phone { get; set; }
|
||||
|
||||
public DateTime? version { get; set; }
|
||||
public List<t_revenue_estimates_detail> revenue_estimates_details { get; set; }
|
||||
}
|
||||
|
||||
public class t_revenue_estimates_detail
|
||||
{
|
||||
[Key] public Guid? revenue_estimates_detail_uid { get; set; }
|
||||
|
||||
public Guid? revenue_estimates_uid { get; set; }
|
||||
public string topic { get; set; }
|
||||
public string academic_year_name_th { get; set; }
|
||||
public decimal? revenue_estimates { get; set; }
|
||||
public decimal? less_revenue_estimates { get; set; }
|
||||
public decimal? balance_revenue_estimates { get; set; }
|
||||
public decimal? less_accumulated_income { get; set; }
|
||||
public decimal? balance_before_allocating_according { get; set; }
|
||||
public decimal? contribution_utility_bills { get; set; }
|
||||
public decimal? contribution_central_budget { get; set; }
|
||||
public decimal? contribution_central_expenditure { get; set; }
|
||||
public decimal? expenditure_limit { get; set; }
|
||||
|
||||
|
||||
public int? topic_type { get; set; }
|
||||
public DateTime? version { get; set; }
|
||||
public int? row { get; set; }
|
||||
public bool? is_footer { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user