Instillation Instructions
- Unzip the pgms.zip file
Copy the folder to the main document folder of your web server.
- Apache is htdocs
- WAMP is www
- Create a database in MySQL named "bark"
- Use a MySQL administration program (like phpMyAdmin) to "import" the file called bark.sql
- 13 tables should be created
- The following tables have data
- Breed
- Company
- Items
- Owner
- Pet
- Services
- Vendors
- Users
- Change the info.inc file
- $r is user name (database user name)
- $p is password (database password)
- $d is database (should already be bark)
- Two users are created within the database
- User: admin; Password: admin
- User: user; Password: user
- Change the php.ini file as follows: output_buffering = on
back to top
System Administration Instructions
- Operators
- Users can be added
- Users can be modified
- User can not be deleted
- Services
- Services must be entered before a dog can be scheduled or cashed out
- The services can be listed to a separate page
- Breeds can be added
- Several breeds are automatically included
- Breed category numbers are automatically asigned
- Category 5000 is miscellaneous, applies to all dogs
- Breeds can be modified
- Several breeds are automatically included
- If you wish to change the order or rename any breeds, do so here
- Category 5000 is miscellaneous, applies to all dogs
- Services can be added
- Services can be modified
- Inventory
- Inventory must be entered before item sales can happen
- Vendors must be entered before items can be entered
- Items can be added
- Items can be modified
- Print a reorder list
- Only items that are lower than the reorder amount will be listed.
- Run inventory
- Not working yet
- Vendors can be entered
- Vendors can be modified
- Company Information
- Company Information must be entered before item sales can happen
- Company information can be added
- Company information can be modified
- Totals can be run from here
back to top
User Instructions
- Sales
- Any item can be sold
- Pick item/s by SKU, or item
- Sub total + sales Tax
- Choose the payment method
- If cash, enter amount tendered
- Print out a receipt
- Cash Out a Dog
- Click the date on the calendar
- Choose the Dog by the Dog's Name/Owner
- Choose the services. (You can change the amount is needed.)
- Add in item/s to sale if you wish
- If there are items sold, sub total + sales Tax
- Choose the payment method
- If cash, enter amount tendered
- Print out a receipt
- Schedule a Dog
- Choose the Dog by the letter of the Dog's Name/Owner or
- Choose the groomer
- Click the date on the calendar
- Click the time in the drop down (How to edit time slots)
- If you need more than 30 minutes, CTRL-click multiples time
- Choose the groomer or
- Choose dog
- Click the date on the calendar
- Click the time in the drop down (How to edit time slots)
- If you need more than 30 minutes, CTRL-click multiples time
- Choose New Dog
- Enter the dog through the Quick Add New Dog & New Owner section
- Choose the groomer
- Click the date on the calendar
- Click the time in the drop down (How to edit time slots)
- If you need more than 30 minutes, CTRL-click multiples time
- If a dog has been scheduled for that time, the time slot is marked "Filled"
- View Schedule
- Choose the groomer or choose all.
- Click the date on the calendar.
- Print or close the schedule.
- Take in a dog
- Click the date on the calendar.
- Click on the dog
- New Dog/New Owner
- Here is where a new dog and owner is entered
- Choose the breed from the drop down
- The breed determines the charges
- All dogs have misc (Category 5000) charges
- New Dog
- Here is where a new dog only is entered. (Owner is already in database)
- Choose the breed from the drop down
- The breed determines the charges
- All dogs have misc (Category 5000) charges
- Modify Dog and/or Owner
- Find Dog by Dog's Name
- Modify Dog's Info
- Modify Owner's Info
- Daily Report
- You can only view your Daily Report.
- Click the date on the calendar.
- Print or close the Daily Report.
- Overall Daily Report run by the adminstrator will be in the next release.
back to top
Edit Time Slots.
- Table called slots determines start and stop time.
- How you enter time determinse length of appointment.
- The way it is setup now.
- Start Time: 08:00.
- Stop Time: 14:00 (2:00 p.m.)
- Appointment length: 1 hour.
- To change any entites
- Start Time: Automatically earilest time.
- Stop Time: Automatically latest time.
- Appointment length: difference between one slot and another. (08:00, 08:30; 30 minutes)
- You must use the leading "0".
back to top