Browse Source

Document import_payments_from_csv command

Jocelyn Delalande 7 years ago
parent
commit
f7b90ae9a6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -202,6 +202,10 @@ You should run this command in a cron job every day.
 `python manage.py offer_subscriptions_count`: Returns subscription count grouped
 `python manage.py offer_subscriptions_count`: Returns subscription count grouped
 by offer type.
 by offer type.
 
 
+`python manage.py import_payments_from_csv`: Import a CSV from a bank and match
+payments with services and/or members. At the moment, this is quite specific to
+ARN workflow
+
 Configuration
 Configuration
 =============
 =============