Posts

Showing posts from May, 2023

Pretius APEX Nested Reports

 https://apex.pretius.com/apex/f?p=105:120:::::: https://github.com/Pretius/apex-nested-reports

How to create oracle APEX plugins

Image
  Oracle APEX (Application Express) plugins are custom components that can be added to APEX pages to extend the functionality of the application. To create an APEX plugin, you will need to have an understanding of HTML, CSS, JavaScript, and PL/SQL. Here are the general steps to create an APEX plugin: Create a new plugin in the APEX builder by going to Shared Components > Plugins. Define the plugin attributes, such as the name, type and others. Create the PL/SQL package that will contain the plugin’s functions and procedures. Create the plugin’s JavaScript and CSS files. Add the plugin to a page by going to the page’s properties and selecting the plugin from the “Plugins” section. Test the plugin and make any necessary adjustments. Let’s start building APEX plugins here is an example of creating a simple APEX plugin that adds a button to a page and displays an alert message when the button is clicked: Create a new plugin in the APEX builder by going to Shared Components > Plug...

ERD For Quiz System

Image
  Use Creately’s easy online diagram editor to edit this diagram, collaborate with others and export results to multiple image formats. You can easily edit this template using Creately. You can export it in multiple formats like JPEG, PNG and SVG and easily add it to Word documents, Powerpoint (PPT) presentations, Excel or any other documents. You can export it as a PDF for high-quality printouts.

E-R Diagram of Library Management System

Image
  This article explains what a Entity-Relationship Diagram (E-R Diagram) of a Library Management System is and how it is used in software development. An E-R Diagram is a graphical representation of entities and their relationships. It shows how data is organized, make it easier to plan databases, and helps developers to understand the data structures they need to develop. An E-R Diagram of a Library Management System typically consists of entities like Books, Patrons, Librarians, and Checkouts and their relationships. This Diagram provides a good basis for developers to build a Library Management System that meets the needs of the organization it is being built for. You can easily edit this template using Creately. You can export it in multiple formats like JPEG, PNG and SVG and easily add it to Word documents, Powerpoint (PPT) presentations, Excel or any other documents. You can export it as a PDF for high-quality printouts.

Voting system ERD

Image
This ERD (Entity Relationship Diagram) explains how a voting system is used legally. It illustrates the relationship between different sections of the voting process, such as casting votes, counting and verifying them, tabulating the results, and announcing the winner. The data displayed on the ERD makes it easy to identify the different entities, attributes, and constraints associated with each step of the voting process. By analyzing this ERD, one can gain a comprehensive understanding of the workings of a modern voting system, helping to ensure that the voting process is carried out according to the law. You can easily edit this template using Creately. You can export it in multiple formats like JPEG, PNG and SVG and easily add it to Word documents, Powerpoint (PPT) presentations, Excel or any other documents. You can export it as a PDF for high-quality printouts.

ERD shipment tracking system

Image
  An ERD shipment tracking system is a powerful tool that enables software developers to keep tabs on shipments and better manage their project timelines. It provides real-time updates on every stage of a delivery, giving developers the ability to quickly anticipate and address any shipping related issues. With this tool, software developers can easily plan and monitor their own shipments and those of their customers, increasing visibility and control. Additionally, it can offer valuable insights into customer delivery trends and expectations, enabling developers to customize services accordingly. From tracking and managing to analysis, an ERD shipment tracking system is ideal for software development needs. You can easily edit this template using Creately. You can export it in multiple formats like JPEG, PNG and SVG and easily add it to Word documents, Powerpoint (PPT) presentations, Excel or any other documents. You can export it as a PDF for high-quality printouts.

Web Based Electricity Billing and Payment System with SMS Notification

  The proposed electricity billing and payment system is a web based system to be developed using PHP, MySQL and Bootstrap. It is intended to replace the manual process of operation into an automated one. The said project will have two subsystems namely the billing module and the payment module. The billing module is responsible for recording the monthly bills of its customer supported with sms notification to inform their clients about their respective bills in a faster way. Meanwhile the payment module is responsible for recording the payment of its customers, in this module collection report will be included to determine the amount collected and the amount to be collected for a specific period of time. The project will use the iTexMo SMS api for the sms notification part of the project and to make the project more convenient to use the researcher will also develop a mobile app for IOS and Android. Objectives The objectives of the proposed web based electricity billing and paymen...

Web Based Hotel Room Management Information System

  Systematic management of records allow organization to know what records they have, and locate them easily, increase efficiency and effectiveness, make savings in administrations costs both in staff time and storage, support decision making, be accountable, achieve business objectives and targets, provide continuity in the event of a disaster, meet legislative and regulatory requirements, protect the interests of employees and clients. Records are valuable because of the information they contain and that information is only usable if it is correctly and legibly recorded in the first place, is then kept up to date, and is easily accessible when need Records in hotels are not commonly found in archives but when such records survive and find their way to an archives the information contained in the records are beneficial to a variety of researchers, including students, genealogists, and academics. Due to manual recording system, Hotels, Pension Houses, Apartments and the likes are e...

Design and Database Management of E-Commerce site

 https://www.academia.edu/40952951/Design_and_Database_Management_of_E_Commerce_site

Project Management System ER Diagram

Image
  This article will discuss the step by step process on how to prepare the entity relationship diagram or ERD of the project entitled Project Management System. Project Management System is an information system that will manage the processes and transactions involved in monitoring and recording the updates of a project. The said project can be implemented in an offline settings but in most cases this is implemented in a live server or it simply means an online system. The first step in the development of the Project Management System is to prepare the ER diagram that will serve as the basis later on in the creation of the actual database. We will create and explain the process of making the entity relationship diagram of project management system. Let’s start from the symbols used in the ER Diagram. Entity is represented by the rectangle shape. The entity will be our database table of Project Management System later on. Attribute is represented by the oval shape. This will be the ...