Giter Club home page Giter Club logo

doreen2002 / movielendingapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1 KB

A program in python menu driven that connects to sqlite database that and has the following option 1. Lend movie: this options will allow the user to issue out a movie to a client and record the details and set status to ‘Pending’ 2. View Pending Lending: If someone selects this option the program should show all lending records that are still pending 3. View Canceled Transactions: If someone selects this option the program should show all lending records that have been canceled. If there is none, the program shows a NO TRANSACTIONS message 4. View Returned Transactions: If someone selects this option the program should show all lending records that are have been returned. If there is none, the program shows a NO TRANSACTIONS message 5. Return a movie: on this option, the programs selects a list of all pending transactions, the user selects one to return, then the program update the selected transaction to RETURNED 6. Cancel Transaction: on this option, the programs selects a list of all pending transactions, the user selects one to cancel, then the program update the selected transaction to CANCELED 7. View Summary: on this option the program shows the number of transactions pending, canceled and returned. 8. View earning: Given that for each movie lending transaction returned, a K25.54 is earned. The program must on this option compute the amount earned and display it on the screen.

Python 100.00%

movielendingapp's People

Contributors

doreen2002 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.