djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

Enable adding transactions done out of app #12

Closed smirolo closed 8 years ago

smirolo commented 9 years ago

It often happens that for group payments, the provider will receive a check in the mail. To keep metrics accurate, it must be possible to add transactions that were not executed online.

smirolo commented 8 years ago

See commit 71b5619744ff0a0128b55d5e03754a384532a198 to add payments. Also need to add out of site transfers.

Note: Import of full ledger is supported from the command line as python manage.py ledger import __filename__.

smirolo commented 8 years ago

Implemented in commit 279c8790. Closing.