• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Open source Data entry application

 
Greenhorn
Posts: 14
Scala Redhat Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Legends,

Can anyone tell the best way for developing the Data entry application in java?
Developing the code manually will take more time so i prefer the existing code and customize as per requirements...
Please lend your ideas......


Product name and Four quantity filed will be displayed
When they update all the fields it will be updated in oracle database
 
Bartender
Posts: 563
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What data has to be entered? Can you briefly describe the requirements for the "data entry application?"
 
Gopi Nash
Greenhorn
Posts: 14
Scala Redhat Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Greg Brannon wrote:What data has to be entered? Can you briefly describe the requirements for the "data entry application?"



Ill enter the Product name , Required quantity, Approved quantity, Received Quantity and Delivered Quantity in Form.
all Quantity will be integer
It will be updated in Oracle database..
 
Greg Brannon
Bartender
Posts: 563
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not aware of an open source front end generator, though one may exist. The 5-item entry form you describe is trivial, but you could certainly pay someone to build it for you.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic