initial commit: copy lawyer project and renamed to debtcollect
- added two models in debtcollect app
changed the feedback button to appear to the left in the rtl version
added supervisor to employee model
removed the model nationality and replaced it with CountryField
work in progress pt 4
enabled some views to be accessed by debtcollectingadmins
increased font-size in the arabcic version
work in progress pt 3
used recaptchav2 instead of simplle-captcha since it requires some linux
fixed a bug in get_remaining_unpaid_debt
fixed a bug in all auto_complete_views
added all urls in insurancedebt to the main urls
work in progress pt 2
translations and admin enhancement
fixed a bug in insurancedocument views and tables using old fields names
added some groups for the insurancedebt app
ingnoered all files in media
changed debt no display in the debt edit page
added legacy_debt_no for backward compatibility with the old php system
added debt no in the admin page
added field plate_no
added two fields in the filterset for InsuranceDebt, id and sub_contract
changed label of id for InsuranceDebt
various changes and fixes
increased DATA_UPLOAD_MAX_NUMBER_FIELDS in the settings
added change password page
added pk in the InsuranceDebt edit page
removed two columns from payments table that were useless
upgarded django to version 2.2.x
changed folder structure
added more fields in the export/emport for the Debts model
added Pillow to the requirements
fixed the __str__ not returning string value when contract is null
rewrote some of the urls as per new django 2.2 standards. also changed
fixed various reported issues and made some enhancements
added ref_no as a filter