You are on page 1of 4

Fuel information system In this application menus and screens are displayed in dutch and English languages.

In this application having five menus. 1.File 2.configuratie 3.Badges 4.ManueleInput 5.Rapportering 1.File This menu used for save,print,exit,RecordToevoegen(insert),Record wissen(delete),Ga in Query Mode(ENTER-QUERY) and Voer Query Uit(Execute-Query). 2.Configuratie This menu has the following menu items. a. Personen (users) b. Afdelingen(badgegroepen) c. Producten(products) a.Personen on click of this menu item Gebruikers screen will be loaded.This screen used for to check list of Fuel users and their information.This screen displaying the following information. userId

LAST-NAME FIRST-NAME b.Afdelingen(badgegroepen) onclick of this menu item Afdelingen screen will be loaded.This screen mainly used for to check list of FUEL section ids and its corresponding description. c.Producten (products) on click of this menu item Brandstoffen screen will be loaded.This screen mainly used for to check list of product and their information.This screen displaying the following information. PROD-TYPE PROD-DESC PROD-SPEC FUEL-PUMP 3.Badges This menu having only one menu item. a.Badge/Persoon(en afdeling) on click of this menu item under Badges menu Badge Toewijzing screen will be loaded.This screen displaying the following information. BADGE-ID VEH-NO SECTION-ID

SECTION-DESCRIPTION Kilometers/miles MIN-FUEL CONSUMPTION MAX-FUEL CONSUMPTION In this screen having LOV button.on click of this button the following query executed Select section-description into :fuelveh.section-desc from fuelsection Where section-id =:fuelveh.section-id. 4.Manuele Input This menu having only one menu item a.Manuele Input Onclick of this menu item Persoon(wie) screen will be loaded.This screen divided into four framesets. First frameset used for displaying fuel user id,LASTNAME and FIRST-NAME. Second frameset used for displaying product information like product description and product type.Product type must be one of the following values. .LOV-FUELVEH .LOV-FUELUSER .LOV-FUELPROD

Third frameset used for displaying fuel vehical information.That is BADGE id,VEH-NO and SECTIONDESCRITION. Fourth frameset displaying three text fields for entering the data that is DEL-DATE,VOLUME and ODM(KM).DELDATE must be the following format DD-MON-YYYY HH24:MI

After entering all the information click on Save manuele Tanking button all the data stored into the database. To store the data the following query is executing Insert into fuelsum (del-date,aut-id,badge-id,vehno,section-description,prod-description,last-name,firstname,volume,km,prod-spec)

You might also like