Skip to content

Conversation

@mrsaicharan1
Copy link
Member

@mrsaicharan1 mrsaicharan1 commented Jul 10, 2019

Fixes #6165

Short description of what this resolves:

As soon as the event invoice is 30 days old, the status should change to due.

Changes proposed in this pull request:

  • Scheduled a task for event invoice due marking

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream development branch.
  • The unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All the functions created/modified in this PR contain relevant docstrings.

@auto-label auto-label bot added the feature label Jul 10, 2019
@mrsaicharan1 mrsaicharan1 force-pushed the mark-due branch 2 times, most recently from d81e0cf to 02931a2 Compare July 10, 2019 07:03
@mrsaicharan1 mrsaicharan1 changed the title feat: Cron job to mark event invoice as due feat: Cron job to mark event invoices as due Jul 10, 2019
@codecov
Copy link

codecov bot commented Jul 10, 2019

Codecov Report

Merging #6166 into development will decrease coverage by 0.01%.
The diff coverage is 33.33%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #6166      +/-   ##
===============================================
- Coverage         66.2%   66.18%   -0.02%     
===============================================
  Files              288      288              
  Lines            14454    14460       +6     
===============================================
+ Hits              9569     9571       +2     
- Misses            4885     4889       +4
Impacted Files Coverage Δ
app/__init__.py 87.07% <100%> (+0.07%) ⬆️
app/api/helpers/scheduled_jobs.py 21.6% <20%> (-0.07%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f6b900a...dba590a. Read the comment docs.

@mrsaicharan1 mrsaicharan1 force-pushed the mark-due branch 4 times, most recently from 3aaf3c0 to 888a9c7 Compare July 10, 2019 10:18
@iamareebjamal iamareebjamal merged commit 4f6008a into fossasia:development Jul 10, 2019
iamareebjamal pushed a commit to iamareebjamal/open-event-server that referenced this pull request Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scheduled task for marking event invoices as Due

3 participants