An open API service indexing awesome lists of open source software.

https://github.com/al-ghaly/pl-sql-installments-oraganizer

Just a simple PL/SQL Project read the ReadMe file.
https://github.com/al-ghaly/pl-sql-installments-oraganizer

oracle-database plsql

Last synced: about 1 month ago
JSON representation

Just a simple PL/SQL Project read the ReadMe file.

Awesome Lists containing this project

README

        

# PL/SQL Installments Oraganizer
## Just a simple PL/SQL Project read the ReadMe file.

Imagine we are a company that provides a service for it's customers, and provide the customers with the ability to pat for our services using long-term payment.

This code will help us to convert the contract's data of our customers into installments details like the provided picture.


We want to go from


![Contracts Table](./Contracts.png)


To


![Installments Table](./Installments.png)