Skip to content

Commit

Permalink
Fix a build error and remove sftp config
Browse files Browse the repository at this point in the history
  • Loading branch information
bcgov-hl committed May 3, 2024
1 parent 62b1ebe commit 0d25521
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 709 deletions.
102 changes: 5 additions & 97 deletions OFM.Infrastructure.WebAPI/Models/DataverseModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,112 +301,20 @@ public class Payment_Line :ofm_payment

}


#region Funding


public class RateSchedule : ofm_rate_schedule
public record D365CommunicationType
{
public new decimal? ofm_transport_reimbursement_per_km { get; set; }
public new decimal? ofm_greater_than20_spaces_lease_cap_per_month { get; set; }
public new decimal? ofm_facilities_with_9_or_less_spaces_inclusio { get; set; }
public new decimal? ofm_facilities_with_20_or_more_spaces_ip { get; set; }
public new decimal? ofm_wages_ra_cost { get; set; }
public new decimal? ofm_licenced_childcare_cap_per_fte_per_year { get; set; }
public new decimal? ofm_wages_ecea_cost { get; set; }
public new decimal? ofm_facilities_with_9_or_less_spaces_ip { get; set; }
public new decimal? ofm_wages_ite_cost { get; set; }
public new decimal? ofm_wages_ece_cost { get; set; }
public new decimal? ofm_elf_educational_programming_cap_fte_year { get; set; }
public new decimal? ofm_parent_fee_per_day_pt { get; set; }
public new decimal? ofm_wages_ra_supervisor_differential { get; set; }
public new decimal? ofm_standard_dues_per_fte { get; set; }
public new decimal? ofm_parent_fee_per_month_ft { get; set; }
public new decimal? ofm_facilities_with_10_to_19_spaces_inclusion { get; set; }
public new decimal? ofm_less_than20_spaces_lease_cap_per_month { get; set; }
public new decimal? ofm_wages_ite_sne_supervisor_differential { get; set; }
public new decimal? ofm_parent_fee_per_day_ft { get; set; }
public new decimal? ofm_facilities_with_20_or_more_spaces_inclusi { get; set; }
public new decimal? ofm_facilities_with_10_to_19_spaces_ip { get; set; }
public new decimal? ofm_parent_fee_per_month_pt { get; set; }
public new decimal? ofm_facilities_with_10_to_19_spaces_ip_base { get; set; }
public new decimal? ofm_wages_ece_supervisor_differential { get; set; }
public FundingRate[] ofm_rateschedule_fundingrate { get; set; }
public string? ofm_communication_typeid { get; set; }
public Int16? ofm_communication_type_number { get; set; }
}

public class FundingRate : ofm_funding_rate
{
public new decimal? ofm_rate { get; set; }
}
#region Funding

public class PaymentApplication : ofm_application
{

public string? ofm_applicationid { get; set; }
public string? _ofm_facility_value { get; set; }
public new Funding? ofm_funding { get; set; }
}
public class Funding : ofm_funding
{
public string? ofm_fundingid { get; set; }
public new decimal? ofm_envelope_grand_total { get; set; }
}
public class Application : ofm_application
{
public string? ofm_applicationid { get; set; }
public string? _ofm_facility_value { get; set; }
public new Funding? ofm_funding { get; set; }
public new decimal? ofm_costs_furniture_equipment { get; set; }
public new decimal? ofm_costs_yearly_operating_costs { get; set; }
public new decimal? ofm_costs_year_facility_costs { get; set; }
public new decimal? ofm_costs_applicable_fee { get; set; }
public new decimal? ofm_costs_property_insurance_base { get; set; }
public new decimal? ofm_costs_maintenance_repairs { get; set; }
public new decimal? ofm_costs_utilities { get; set; }
public new decimal? ofm_costs_rent_lease { get; set; }
public new decimal? ofm_costs_mortgage { get; set; }
public new decimal? ofm_costs_upkeep_labour_supplies { get; set; }
public new decimal? ofm_costs_property_municipal_tax { get; set; }
public new decimal? ofm_costs_property_insurance { get; set; }
public new decimal? ofm_costs_supplies { get; set; }
public new decimal? ofm_costs_strata_fee { get; set; }

public new Facility? ofm_facility { get; set; }
}

public class FacilityLicence: ofm_licence
{
public new LicenceDetail[]? ofm_licence_licencedetail { get; set; }
}

public class LicenceDetail: ofm_licence_detail
{
public new string ofm_week_days { get; set; }
}

public class Supplementary : ofm_allowance
{
public new decimal? ofm_funding_amount { get; set; }
public new decimal? ofm_transport_estimated_monthly_km { get; set; }
public new decimal? ofm_transport_monthly_lease { get; set; }
public new decimal? ofm_transport_odometer { get; set; }
public SupplementarySchedule ofm_supplementary_schedule { get; set; }
public string _ofm_application_value { get; set; }
//public bool ofm_transport_lease { get; set; }
}

public class SupplementarySchedule : ofm_supplementary_schedule
{
public new decimal? ofm_indigenous_10_to_19_spaces { get; set; }
public new decimal? ofm_indigenous_ge_20_spaces { get; set; }
public new decimal? ofm_indigenous_le_9_spaces { get; set; }
public new decimal? ofm_needs_10_to_19_spaces { get; set; }
public new decimal? ofm_needs_ge_20_spaces { get; set; }
public new decimal? ofm_needs_le_9_spaces { get; set; }
public new decimal? ofm_sqw_caps_for_centers { get; set; }
public new decimal? ofm_sqw_caps_for_homebased { get; set; }
public new decimal? ofm_transport_ge_20_spaces_lease_cap_month { get; set; }
public new decimal? ofm_transport_less_20_spaces_lease_cap_month { get; set; }
public new decimal? ofm_transport_reimbursement_rate_per_km { get; set; }
}

#endregion
1 change: 1 addition & 0 deletions OFM.Infrastructure.WebAPI/OFM.Infrastructure.WebAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@


<ItemGroup>
<PackageReference Include="FixedWidthParserWriter" Version="1.1.4" />
<PackageReference Include="Handlebars.Net" Version="2.1.4" />
<PackageReference Include="Handlebars.Net.Helpers.Core" Version="2.4.1.4" />
<PackageReference Include="Hellang.Middleware.ProblemDetails" Version="6.5.1" />
Expand Down
Loading

0 comments on commit 0d25521

Please sign in to comment.