Code Monkey home page Code Monkey logo

payment's Introduction

Create a new Laravel project that will have the following functionality.

Page 1

Invoices grid + "Add invoice" button

Add button will open a dialog with the following:

  • School name - text field
  • Description - text area
  • email - email
  • amount

Create and Cancel buttons.

The invoice will be sent to the person in the provided email with link for payment when clicked on create.

Grid Columns:

  • School name
  • Description
  • Amount
  • Payment status (Invoice sent / payment received)
  • invoice link (can be button that generates it or just link that can be copied)

Page 2

This will be the page for user to pay the invoice It will contain the school, description, amount and button to pay.

Pay button will redirect to payment system page (where the person will submit the payment and upon completion will be redirected back - this is part of payment system, not part of our project)

##Page 3

Transaction history This page will contain history of all the payments done and their main details (like invoice id,payer, itransaction id) and a button to open a dialog with all the details received from payment system

#The description above is the final functionality (it will contain in addition integration with the system)

As part of test task.

  • Page 1 without the email sending.
  • Page 2 without redirect(pay button will be non functional)
  • Page 3 - no need

I do want to see the DB structure and classes that will be used to work with payment system. If it is more convenient, you can connect any existing system.

payment's People

Contributors

dependabot[bot] avatar rsol avatar

Watchers

 avatar  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.