Giter VIP home page Giter VIP logo

loan_calc's Introduction

Loan Calculator module for Drupal (a.k.a. loan_calc)

UAB Baltic Amadeus challenge for wannabe drupalists.

Description (in Lithuanian)

  • Sukurti skaičiuoklę pagal pateiktą xls failą;
  • Pradinės reikšmės turi būti konfigūruojamos;
  • Laukelių pavadinimai taip pat turi būti konfigūruojami/verčiami (EN/LT);
  • Ateityje, pridėjus naują kalbą svetainėje, turi atsirasti ir visi nustatymų laukai šiai kalbai;
  • Pradiniai nustatymai turi atkeliauti kartu su nauju moduliu;
  • Skaičiuoklė turi būti pasiekiama ir kaip puslapis, ir kaip blokas;
  • Skaičiavimai turi būti atliekami serverio lygmenyje (po “Form submit”), ne JS;
  • Vartotojo skaičiavimai turi būti loginami;
  • Skaičiavimams turi būti panaudotas Drupal servisas;
  • Įvesties laukeliai turi būti validuojami;
  • Papildomai tūri būti sukurtas WEB servisas (REST), kuriam perdavus “Enter Values” reikšmes, būtų gražinamos “Loan Summary” reikšmės;
  • Drupal versija: 8.5;
  • Dizainas: Drupal bartik tema arba bootstrap.

Requirements

Module supports both Drupal 8 and Drupal 9.
PHP 7.4 or higher is required.
Docker and Docker Compose suggested trying the module.

Usage

Clone repository and run: docker-compose up -d
Open in the browser: http://localhost:9000

REST API usage example:

http://localhost:9000/api/loan-calc?_format=json
    &loan_amount=50000
    &interest_rate=3
    &loan_years=10
    &num_pmt_per_year=12
    &loan_start=2014-01-01
    &scheduled_extra_payments=100

Build Status Drupal PHP from Travis config License: Unlicense

loan_calc's People

Contributors

bingelis avatar

Watchers

 avatar

Forkers

drebroff

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.