-
Cash collection system (mobile app + relevant backend structures) for field force to do daily cash collection based on Invoice or challan amount and foolproof solution to ensure no under collection or incorrect representation by cash collection associate or payee by using barcode or OTP or self validating TOTP mechanisms.
-
Consider offline (no-connectivity) scenario as well.
-
This was built during https://skillenza.com/challenge/kreate-hackathon
- Clone the repo
git clone [email protected]:abhisekpadhi/kreate_hackathon_oct2019.git
- Create virtualenv
cd kreate_hackathon_oct2019.git
virtualenv -p python3 venv
- Migrate database changes
venv/bin/python manage.py migrate
- Start dev server
venv/bin/python manage.py migrate runserver 127.0.0.1:8000