An app for managing customer payments built on Flet, a Python framework that wraps around Flutter to build easy Python applications
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
Added readme and script to view payments | cleaned up db operations | added get_fields_and_types method to all classes | implemented missing functions for active loand and potential loans pages
075f853View on GitHubRemoved potential customers to unify them under borrower and loan using the status attribute
20e698cView on GitHubAdded tables and script for clearing all tables / Removed potential customers functions as they willl be added to the Loans flow directly with a to identify if the loan is approved or not
369ecc4View on GitHubAdded potetntial loan for the potential creadits part / Added tests / Added Car to Loan and PotentialLoan classes / Added json serializability to Loan class
c947be2View on GitHub