Giter Club home page Giter Club logo

pz_kohana's Introduction

Stack:

  • PHP 5.6
  • PHP framework: Kohana 3.3
  • MySQL 5.7
  • NGINX

Task:

Need to make a web page with an authorization form.(login.php, Auth.php)

There must be two users in the database: admin and user (init.sql, models: Model_PaymentSystem.php, Model_Custom_User.php, Model_PaymentInvoice.php ). Each user has their own section.

Section for user:

form for creating a payment invoice: select payment system, filling in payment details and amount table with list of the payment invoices

invoice.php, User.php

Section for admin:

table with list of the payment invoices, the admin can cancel or approve each invoice, also admin can download invoice in pdf format (custom html layout) (Admin.php, invoices.php, invoice_pdf.php)

table with list of the payment systems form with creating and edititng payment system, if payment system is off, then user cant create payment invoice (Admin.php, payment_systems.php, create_payment_system.php, edit_payment_system.php)

Payment invoice statuses:

  • creating
  • approved
  • cancelled

All forms should only be submitted with JQuery Ajax, except for downloading.

pz_kohana's People

Contributors

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