Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the start date and end date on query monthly report template (#245) #246

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
74c6a98
New Not for Profit required questions
pallvigrover Aug 20, 2024
51f4edc
Update for 5434 (#223)
Prashanthi-Sivanarayana Aug 21, 2024
530fa41
Changed email notification subject to refer to the email template sub…
skaur50 Aug 21, 2024
30fc1d3
Updated the logic for Revised invoice received date (#225)
Prashanthi-Sivanarayana Aug 22, 2024
591b290
Fix the template query issue and due date issue for manual trigger
yiyiwang-cgi Aug 23, 2024
9c2de4e
Calculation History tables update as per request(email) from Suzanne
pallvigrover Aug 23, 2024
88f6d04
Progress tracker changes
pallvigrover Aug 23, 2024
1e02774
Merge pull request #229 from bcgov/OFMCC-5525
yiyiwang-cgi Aug 23, 2024
2c928de
Merge pull request #227 from bcgov/OFMCC-5287
yiyiwang-cgi Aug 23, 2024
1e6c876
Merge pull request #226 from bcgov/S23_MonthlyReportTemplateFix
yiyiwang-cgi Aug 23, 2024
3df0477
Merge pull request #228 from bcgov/OFMCC-5810
yiyiwang-cgi Aug 23, 2024
c3fde6b
called stripHTML function to strip the html tags from subject (#230)
skaur50 Aug 26, 2024
d8aab35
FA column bug5877 (#231)
Prashanthi-Sivanarayana Aug 30, 2024
9cd399e
Add DBA process (#233)
yiyiwang-cgi Sep 5, 2024
6283552
OFMCC_5609 Email Template ECE Notification (#232)
PhillipECC Sep 5, 2024
267cb16
Add isUnionized to provider profile
yiyiwang-cgi Sep 11, 2024
572279c
Merge pull request #234 from bcgov/AddIsUnionizedToProviderProfile
yiyiwang-cgi Sep 11, 2024
f76f2d6
Update ofm_Intake.Form.js (#235)
yiyiwang-cgi Sep 16, 2024
dffdc79
Fix the report versioning of the template (#236)
pallvigrover Sep 17, 2024
e084a9d
CRC able to update the status reason on application and supplemental …
pallvigrover Sep 18, 2024
55999df
Add Workflow Activity for getting cohort number based on application …
yiyiwang-cgi Sep 18, 2024
a37d3f2
Fix CCOF1YearFlag for providerProfile (#239)
yiyiwang-cgi Sep 19, 2024
626c891
fix to include additional info in new version of report template (#242)
pallvigrover Sep 19, 2024
107eba3
Updated ProviderProfile (#243)
yiyiwang-cgi Sep 20, 2024
d129403
S24 fix payment description length (#244)
yiyiwang-cgi Sep 24, 2024
3e240b2
Fix the start date and end date on query monthly report template (#245)
yiyiwang-cgi Sep 25, 2024
7b1411f
feat: add initLines.distributionACK variable
trev-dev Oct 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ jobs:
/tmp/recipients \
/tmp/bc_registry_api \
${{ secrets.D365_BCCAS_API_URL }} \
${{ secrets.D365_CGI_BATCH_NUMBER }}
${{ secrets.D365_CGI_BATCH_NUMBER }} \
${{ secrets.D365_INVOICE_LINES_DISTRIBUTION_ACK }}

# Start rollout (if necessary) and follow it
oc rollout latest dc/${{ env.APP_NAME }}-${{ env.APP_NAME_BACKEND }}-${{ env.APP_ENVIRONMENT }} 2> /dev/null \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-openshift-efx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ jobs:
/tmp/recipients \
/tmp/bc_registry_api \
${{ secrets.D365_BCCAS_API_URL }} \
${{ secrets.D365_CGI_BATCH_NUMBER }}
${{ secrets.D365_CGI_BATCH_NUMBER }} \
${{ secrets.D365_INVOICE_LINES_DISTRIBUTION_ACK }}

# Start rollout (if necessary) and follow it
oc rollout latest dc/${{ env.APP_NAME }}-${{ env.APP_NAME_BACKEND }}-${{ env.APP_ENVIRONMENT }} 2> /dev/null \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-openshift-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ jobs:
/tmp/recipients \
/tmp/bc_registry_api \
${{ secrets.D365_BCCAS_API_URL }} \
${{ secrets.D365_CGI_BATCH_NUMBER }}
${{ secrets.D365_CGI_BATCH_NUMBER }} \
${{ secrets.D365_INVOICE_LINES_DISTRIBUTION_ACK }}

# Start rollout (if necessary) and follow it
oc rollout latest dc/${{ env.APP_NAME }}-${{ env.APP_NAME_BACKEND }}-${{ env.APP_ENVIRONMENT }} 2> /dev/null \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ jobs:
/tmp/recipients \
/tmp/bc_registry_api \
${{ secrets.D365_BCCAS_API_URL }} \
${{ secrets.D365_CGI_BATCH_NUMBER }}
${{ secrets.D365_CGI_BATCH_NUMBER }} \
${{ secrets.D365_INVOICE_LINES_DISTRIBUTION_ACK }}

# Start rollout (if necessary) and follow it
oc rollout latest dc/${{ env.APP_NAME }}-${{ env.APP_NAME_BACKEND }}-${{ env.APP_ENVIRONMENT }} 2> /dev/null \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-openshift-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ jobs:
/tmp/recipients \
/tmp/bc_registry_api \
${{ secrets.D365_BCCAS_API_URL }} \
${{ secrets.D365_CGI_BATCH_NUMBER }}
${{ secrets.D365_CGI_BATCH_NUMBER }} \
${{ secrets.D365_INVOICE_LINES_DISTRIBUTION_ACK }}

# Start rollout (if necessary) and follow it
oc rollout latest dc/${{ env.APP_NAME }}-${{ env.APP_NAME_BACKEND }}-${{ env.APP_ENVIRONMENT }} 2> /dev/null \
Expand Down
11 changes: 11 additions & 0 deletions ECC.Core.DataContext/DataverseContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,17 @@ public System.Linq.IQueryable<ECC.Core.DataContext.ofm_system_configuration> ofm
}
}

/// <summary>
/// Gets a binding to the set of all <see cref="ECC.Core.DataContext.ofm_system_message"/> entities.
/// </summary>
public System.Linq.IQueryable<ECC.Core.DataContext.ofm_system_message> ofm_system_messageSet
{
get
{
return this.CreateQuery<ECC.Core.DataContext.ofm_system_message>();
}
}

/// <summary>
/// Gets a binding to the set of all <see cref="ECC.Core.DataContext.Team"/> entities.
/// </summary>
Expand Down
Loading
Loading