Shaz Cash Receipt Software is a easy to use Receipt Maker, Generator and Receipt Management Application for recording receive of money for selling products or services that a person or business need to do. Shaz Cash Receipt app is an excellent invoice billing Software choice for business Petty Cash transaction recordings.
Shaz Cash Receipt produces printed Receipt as shown above. This application is very user friendly and simple to use, you enter the purchase details at the Main Screen text boxes and press OK to display the Receipt at the bottom of the Screen for preview and adjustment and then press Print to send it to the printer for print.
I have designed and developed Shaz Cash Receipt Software Application using Java programming language.


Shipping
Free Shipping, Digital Download. After your PayPal payment, I send you a Download link through eBay Messaging System.

Main Features
  • Create Cash Receipt with "What You See Is What You Get" Data Entry Screen.
  • Save a Receipt Data for later View and Print.
  • Find Saved Receipt by Receipt Number
  • Display Report to see all Saved Receipts.
  • Save a Receipt as a .JPG file format
  • You could also save a Receipt as a .PDF file if you have Adobe Acrobat Application (Free Old Version is Available). as instructed in above image.
  • Excellent Software choice for Business Petty Cash transaction recordings.
  • Less Formal Invoicing Software for Home and Small business
  • The Receipt Number increment automatically by the software, so you never have duplicate Receipt Number.
  • All your Receipt details save in “receiptdata.txt” file that you can find it in Shaz Cash Receipt installation folder. It is good idea to make a backup of this file regularly.
System Requirement
  • Windows 95, 98, NT, ME, 2000, XP, Windows 7, Windows 8, Windows 10
  • 128MB memory (256 recommended)
  • Java Runtime Environment (JRE) 1.6 or better
  • 400Mhz Pentium 111 Processor or better
  • 1MB available Disk Space for Shaz Cash Receipt
  • 120MB available disk space for JRE 1.6 or better
JRE (Java Runtime Environment) Installation Guide

As I mentioned in Windows System Requirements above, you need to have JRE in your computer to be able to run a Java Application such as Shaz Cash Receipt. There are many details and professional instruction published in Internet that you can find by searching using search terms like "JRE Classpath setup for Windows 7" or "JRE Path setup for Windows 7" to find a guide for your system. I have been told by eBay that I am not allowed to publish any link that take customer to another website beside ebay, so I removed few links that I had for JRE installation guide in this section.
If you do not have JRE in your Computer you need to download JRE or its complete name "Java SE Runtime Environment" from Oracle website, some version of JRE install and configure the system automatically and after installation computer ready to run Java Application, but some JRE Installation does not configure the system, so you need to do it manually to run Java Applications.
I try here to instruct you as best as I could to how configure your system, currently I use Windows 7 and previously I had Windows XP so I try to give instructions for these two Operating System and I believe the other Windows Operating System also very similar, you only need to find System option in Windows Control Panel and set it up as below.

  • Setup PATH Instruction for Windows XP:
    1. After JRE installation, test your System by opening a Command Prompt screen that you can find from Windows Accessories menu and type java -version as you see in above image. If you have a line similar to Java(TM) SE Runtime Environment (build 1.6.0_26-b03), obviously in regards to your version of JRE, you do not need to do anything, because your System is ready to run any Java Applications. But if you do not have the above line you need to configure the System manually.
    2. Find where you have installed JRE in your C:\ Drive and its bin folder by opening Windows Explorer from Windows Accessories menu, as an example I find my JRE and its bin folder installed at C:\Program Files\Java\jre6\bin Note this path somewhere because you need to use it later.
    3. Now Open the Windows Control Panel from Start menu
    4. Find System icon and click it
    5. In System Properties screen choose Advanced Tab
    6. In Advanced tab screen click Environment Variables button
    7. in Environment Variables screen at User Variable for (your name or computer name) list find PATH if you find it highlight it and press Edit button. Be careful not to delete anything, then go to the end of all text and add the JRE path that you noted before like this ;.;C:\Program Files\Java\jre6\bin; remember you need to put all semicolon (;) and dot (.) as I placed it
      If you do not have PATH in your User Variable for (your name or computer name) you need to create one by pressing New button, Then type in PATH for Variable name: and type in your JRE path in Variable value: as an example ;.;C:\Program Files\Java\jre6\bin; then press Ok to get back to previous screen and Ok again to get back to System Properties Screen and OK again to back to control Panel screen and close it.
    8. Now Restart you Computer
    9. Test your System by opening a Command Prompt screen that you can find from Windows Accessories menu and type java -version as you see in above image. If you have a line similar to Java(TM) SE Runtime Environment (build 1.6.0_26-b03), it means you have configured your System correctly.
    10. Congratulations! Now you can run any Java Application like Shaz Cash Receipt.
JRE Configuration steps for all other Windows Operating System more or less are similar to above to set up, you only need to find System option in Control Panel and then Environment Variables and follow above procedures.