diff --git a/.github/workflows/label_audit.yml b/.github/workflows/label_audit.yml index fea983e7..faecae89 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/ApplicationsAwards_Based_on_Location_Lhe.report-meta.xml b/force-app/main/default/reports/NPSP_Outbound_Fund_Reports/ApplicationsAwards_Based_on_Location_Lhe.report-meta.xml new file mode 100644 index 00000000..e53aa4d0 --- /dev/null +++ b/force-app/main/default/reports/NPSP_Outbound_Fund_Reports/ApplicationsAwards_Based_on_Location_Lhe.report-meta.xml @@ -0,0 +1,47 @@ + + + + CUST_NAME + + + Funding_Request__c.Status__c + + + FK_NAME + + + FK_CNTC_FIRST_NAME + + + Sum + Funding_Request__c.Awarded_Amount__c + + + FK_CNTC_ID + + Matrix + + Day + Funding_Request__c.FundingProgram__c + Asc + + + Day + FK_CNTC_ADDR2_ZIP + Asc + + Applications/Awards Based on Location + + co + 1 + + CustomEntity$Funding_Request__c@Funding_Request__c.Applying_Contact__c + organization + false + true + true + + Funding_Request__c.Application_Date__c + INTERVAL_CUSTOM + + diff --git a/requirements.txt b/requirements.txt index 20ee5a14..706dd3ca 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