diff --git a/.github/workflows/label_audit.yml b/.github/workflows/label_audit.yml index fea983e..faecae8 100644 --- a/.github/workflows/label_audit.yml +++ b/.github/workflows/label_audit.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/cache@v2 with: path: venv - key: ${{ runner.os }}-${{ steps.python-version.outputs.ver }}-${{ hashFiles('requirements.txt') }} + key: ${{ runner.os }}-${{ steps.python-version.outputs.ver }}_${{ hashFiles('requirements.txt') }} - name: Install Packages run: | python3 -m venv venv diff --git a/force-app/main/default/reports/NPSP_Outbound_Fund_Reports/Funding_Program_Awards_3Hk.report-meta.xml b/force-app/main/default/reports/NPSP_Outbound_Fund_Reports/Funding_Program_Awards_3Hk.report-meta.xml new file mode 100644 index 0000000..cdb28a0 --- /dev/null +++ b/force-app/main/default/reports/NPSP_Outbound_Fund_Reports/Funding_Program_Awards_3Hk.report-meta.xml @@ -0,0 +1,35 @@ + + + + CUST_NAME + + + Sum + Funding_Request__c.Requested_Amount__c + + + Sum + Funding_Request__c.Awarded_Amount__c + + Ability to see the awarded funding requests and how much was requested and awarded for specific Funding Programs. + Summary + + Day + FK_NAME + Asc + + Funding Program Awards + + co + 1 + + CustomEntity$Funding_Request__c@Funding_Request__c.FundingProgram__c + organization + false + true + true + + Funding_Request__c.Application_Date__c + INTERVAL_CUSTOM + + diff --git a/requirements.txt b/requirements.txt index 20ee5a1..706dd3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.8.1 esprima==4.0.1 -soupsieve==1.9.5 click==7.1.1 +soupsieve==1.9.5