UNICENTA OPOS THE FEATURES, FAILURES AND COMMUNITY. Sponsored by

Size: px
Start display at page:

Download "UNICENTA OPOS THE FEATURES, FAILURES AND COMMUNITY. Sponsored by"

Transcription

1 Sponsored by UNICENTA OPOS THE FEATURES, FAILURES AND COMMUNITY. ABSTRACT This document seeks to give an in-depth view of Unicenta opos, its features and differences with Openbravo opos. It comprises of the differences and improvements made to openbravo to bring about Unicenta opos.it also covers a brief testing. By Dr.-Ing Stanley A. Mungwe And SONDI Mikael Steve Jobs Project Cameroon September 2014

2 STEVE JOBS PROJECT CAMEROON UNICENTA OPOS THE FEATURES, FAILURES AND COMMUNITY. Dr.-Ing Stanley Mungwe Chairman and CEO Sondi Mikael Raphael wiki.idempiere.org/user:ralph ITKAMER Page 1 of 33

3 Page 2 of 33

4 Table of Contents Introduction: Improvements made to openbravo... 6 Testing unicenta opos Exploration Core: Problem 1: Problem 2: Problem Problem 4: Conclusion Page 3 of 33

5 Introduction: Unicenta is a point of Sale application that originated from openbravo. Unicenta forked openbravo in 2009, but their website went up and registered in the wayback machine in Since then, they have had much traffic/modification on their website, till date as shown below: Their sourceforce.com page has had much traffic in 2014 as shown below. Page 4 of 33

6 Page 5 of 33 This page was intentionally left blank.

7 Improvements made to openbravo Throughout this document, the screenshots on the left will be from Openbravo pos and those on the right will be from Unicenta opos. Let s begin! - Responsive date and time at the home page of unicenta pos throughout all application screens - Modification of button icons Page 6 of 33

8 - Modification of button text / text ADMIN/sales - Button tooltips Page 7 of 33

9 - Addition of the following fields in the customer list view: postal, telephone number, address At admin/customers/customer account - Addition of a new customer button at admin/sales - Page 8 of 33

10 - Reduction of the size of the vertical six buttons so that each of them appear. This only works well in some themes of open bravo - Addition of two extra buttons in the open drawer and print panel Page 9 of 33

11 - Removal of the cash closed button in the main panel - Addition of the presence manager button in the admin panel Page 10 of 33

12 - Addition of the utilities panel with one button; tools - Addition of the check-in/check-out button in the system panel Page 11 of 33

13 - Breaks and presence manager upon click of check in/check out - Automatic hiding of the left side bar of the admin sale view on startup Page 12 of 33

14 - Modification of the panels in the Close cash view - Customers view Page 13 of 33

15 - admin/customers: modification of the panel below to include transactions and photo - Admin/reports customers Page 14 of 33

16 - Admin/Sales by customer - Removal of all tax prefixed buttons Page 15 of 33

17 - The tax buttons are instead found in the sales panel - Modification of the stock movement view in admin/stock - Page 16 of 33

18 - Configuration screens - Displaying the change/balance to be given to a user in a separate window that is more visible to the user. Page 17 of 33

19 - However, in both systems, the balance is not displayed in the receipt printed. In the two cases below, the cash given requires some balance, but this balance is not displayed on the receipt. Page 18 of 33

20 - In unicenta pos, multiple databases can be selected from a drop-down menu, while in openbravo, the default database cannot be modified from the GUI. - Ability to import products by specifying their attributes in.csv files. - Clear database log, price changing, checking new products added, Missing price in file, etc. as below: - Clear database log, price changing, checking new products added, Missing price in file, etc. as below: Page 19 of 33

21 - Clear database log, price changing, checking new products added, Missing price in file, etc. as below: Page 20 of 33

22 Testing unicenta opos The test is going to be done according to what the community all over the world has done. This document will cover the functional test case. Here, we are going to consider the bugs/incidents encountered by users of unicenta opos all over the world. This is going to be more efficient than me testing it personally, because the world community has various cases of expectations from unicenta opos. This also entails the check of whether the bugs encountered in the previous versions of unicenta opos have/haven t been solved as of the latest version of unicenta opos (v3.70). Page 21 of 33

23 Exploration Here are some of the major problems that some users of unicenta opos encounter. Here is the receipt mentioned above. Page 22 of 33

24 And the problems seems to be solved as below: Page 23 of 33

25 Here is another problem: Check out these numbers in their sourceforge.com discussion: Page 24 of 33

26 They also have feature trackers at sourceforge to find out what features their customers would like to be included in unicenta s next release. At They also have support requests at Page 25 of 33

27 Here is their bugs page: at Page 26 of 33

28 Core: Here, we will cover the testing of unicenta opos. This testing is going to be done according to the bugs reported by the users of unicenta around the globe. So, we will be taking each bug reported in the project page at sourceforge.com and test it on the new version of unicenta opos (version 3.70).The bugs will be chosen according to the importance of the faulty feature. Let s begin! Problem 1: We will start by taking the Refund problem at: This was reported in version 3.55 on the 15 th November 2013.Unicenta has had the following releases: And the version I have installed on my computer is version 3.70 and I tell you that this bug has not been fixed yet! Let me show you. Page 27 of 33

29 - Here is a paid receipt. - I will now refund the receipt several times Page 28 of 33

30 - So that we have this: - And Have a look at the new receipt. It was refunded 33 times! Yeah 33 times. The sad thing is that this bug is also present in Openbravo POS. Page 29 of 33

31 Problem 2: Refunded tickets have different IDs from the original ones. This bug is also present in Openbravo pos. Original ticket Refunded ticket Problem 3: Current debts not deducted on refund. This bug is also present in Openbravo POS. Page 30 of 33

32 - Here is the receipt where Customer: sondi mikael has a debt of 14, USD - But even after refunding the 2 TVs bought above, the debt still appears as below: Page 31 of 33

33 Problem 4: Performance problems with product images - And some patches were submitted by another user to solve the problem. But the reason why I report this bug is that, the settings of the JVM can be changed in the start.bat/start.sh files. It will be good for us to have a look at this file. Below is part of the content of the file: REM Apache Axis SOAP libraries. set CP=%CP%;"%DIRNAME%lib/axis.jar" set CP=%CP%;"%DIRNAME%lib/jaxrpc.jar" set CP=%CP%;"%DIRNAME%lib/saaj.jar" set CP=%CP%;"%DIRNAME%lib/wsdl4j jar" set CP=%CP%;"%DIRNAME%lib/commons-discovery-0.4.jar" set CP=%CP%;"%DIRNAME%lib/commons-logging-1.1.jar" set CP=%CP%;"%DIRNAME%locales/" set CP=%CP%;"%DIRNAME%reports/" start /B javaw -cp %CP% -Djava.library.path="%DIRNAME%lib/Windows/i368-mingw32" - Ddirname.path="%DIRNAME%./" -splash:unicenta_splash_dark.png com.openbravo.pos.forms.startpos %1 Page 32 of 33

34 Conclusion Inspired by Dr.-Ing. Stanley Mungwe (Chairman and CEO of ITKAMER) We have now come to the end of the document. I hope you have had an insight into Unicenta opos, features and the community. I think unicenta is gaining most of the POS contracts because they do not have a good competitor. They are just messing around with a project that was crumbling some years back (Openbravo pos) and giving no tribute to those that deserve it. However, they are slowly virally infecting the internet and closing up, even to the partners, probably to psychologically influence the market on the quality of their product. Hope you enjoyed! us for comments. Page 33 of 33

EDITING IMAGES/ICONS IN OPENBRAVO POS SOURCE CODE

EDITING IMAGES/ICONS IN OPENBRAVO POS SOURCE CODE EDITING IMAGES/ICONS IN OPENBRAVO POS SOURCE CODE SONDI Mikael Raphael Steve Jobs Project Cameroon September 1, 2014 TECHNICAL DOCUMENTATION EDITING IMAGES/ICONS IN OPENBRAVO POS SOURCE CODE SONDI Mikael

More information

TECHNICAL DOCUMENTATION

TECHNICAL DOCUMENTATION TECHNICAL DOCUMENTATION UNDERSTANDING THE JAVA/XML CODE BINDING IN OPENBRAVO POS AND LITTLE EDITING SPONSORED BY: IT-KAMER COMPANY LTD CEO: Dr.-Ing. Stanley Mungwe SONDI Mikael Steve jobs project Cameroon

More information

https://unicenta.com/ OPOS 3.9.x v.1 User Training Guide for unicenta 3.9.x version Created by: Mariam Ali Page 1 of 15

https://unicenta.com/ OPOS 3.9.x v.1 User Training Guide for unicenta 3.9.x version Created by: Mariam Ali Page 1 of 15 User Training Guide for unicenta 3.9.x version Created by: Mariam Ali Page 1 of 15 Contents 1) Introduction... 3 2) Software Installation... 3 3) Database Setup... 4 4) Product Categories... 5 4.1) Product

More information

1.0. Wanda POS USER S GUIDE. Africa s Gift To The World. Fonyuy T. Isidore IT Kamer company Ltd. 1.0

1.0. Wanda POS USER S GUIDE. Africa s Gift To The World. Fonyuy T. Isidore IT Kamer company Ltd. 1.0 1.0 Wanda POS USER S GUIDE Africa s Gift To The World Fonyuy T. Isidore IT Kamer company Ltd. 1.0 Wanda POS User s Guide Wanda POS User s Guide By Fonyuy T. Isidore Developer IT Kamer Company Ltd. isidore@itkamer.com

More information

Africa s Gift To The World! Wanda POS ADMINISTRATOR S GUIDE. Fonyuy T. Isidore 1.0. Land of Promise. IT Kamer Company Ltd.

Africa s Gift To The World! Wanda POS ADMINISTRATOR S GUIDE. Fonyuy T. Isidore 1.0. Land of Promise. IT Kamer Company Ltd. Africa s Gift To The World! Wanda POS ADMINISTRATOR S GUIDE Fonyuy T. Isidore 1.0 Land of Promise IT Kamer Company Ltd. Wanda POS Administrator s Guide Wanda POS Administrator s Guide By Fonyuy T. Isidore

More information

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.7 USER GUID E 2015 SmartOSC and X-POS for ios

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.7 USER GUID E 2015 SmartOSC and X-POS for ios uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam - 84.4 3514 9883 - info@smartosc.com -POS ios V1.7 USER GUID E 2015 SmartOSC and X-POS for ios Table of Contents About X-POS for ios... 5 Main features...

More information

Jack Gerrard September 2009

Jack Gerrard September 2009 unicenta opos Hardware Installation Guide Jack Gerrard September 2009 This Hardware Installation Guide deals with the setup and configuration of unicenta opos after installation. It is a How to of key

More information

Openbravo POS Installation and Sales Demo User Documentation

Openbravo POS Installation and Sales Demo User Documentation Openbravo POS Installation and Sales Demo User Documentation Prepare By: J.Selvam Date : 03-08-2012 www.isquaresystems.com Page: 1 info@isquaresystems.com Contents: 1. Introduction 2. Openbravo POS Overview

More information

Copyright unicenta INSTALLATION GUIDE. How to Install unicenta opos. Version 1 : Jan 11

Copyright unicenta INSTALLATION GUIDE. How to Install unicenta opos. Version 1 : Jan 11 INSTALLATION GUIDE Version 1 : Jan 11 How to Install unicenta opos Some Facts unicenta opos is In 2010 (May-December) it was Downloaded over 4,000 times...by users in 66 Countries It will always be closely

More information

The Studio Director QuickBooks Help

The Studio Director QuickBooks Help The Studio Director QuickBooks Help Copyright 2016 The Studio Director OnVision Solutions, Inc. P.O. Box 3221 Monument, CO 80132 http://www.thestudiodirector.com Table of Contents OVERVIEW & REQUIREMENTS...

More information

Proxis Restaurant Point Of Sale System: R-System

Proxis Restaurant Point Of Sale System: R-System Proxis Restaurant Point Of Sale System: R-System Proxis R-System provides you the most cost-effective POS solutions from fast-service restaurants to full service restaurants and food service chain stores.

More information

Added New Features Instructions =================== Added

Added New Features Instructions =================== Added New Features Instructions =================== Added 31.07.13 Layaway button is only enabled if there are any layaways saved. Some minor bug fixes Added 25.07.13 Reprint of ticket, allows a ticket to be

More information

Web Host. Choosing a. for Your WordPress Site. What is web hosting, and why do you need it?

Web Host. Choosing a. for Your WordPress Site. What is web hosting, and why do you need it? You ve registered a domain name, and you know you want to use WordPress to create your online presence. The next question is, where are you going to build your website? This report will help you choose

More information

Earo Scan Pos Version 7 User Manual Point of Sale

Earo Scan Pos Version 7 User Manual Point of Sale Earo Scan Pos Version 7 User Manual Point of Sale Profectus Capital (Pty) Ltd 12 Chasewater Str, New Redruth, Alberton, 1450 Tel : 011 869 2954 accounts@profectuscapital.co.za WORKING WITH THE TOUCH POS

More information

Actinic Epos Release Notes

Actinic Epos Release Notes Actinic Epos 3.10 Release Notes Actinic Software Limited Date: 16th October 2009 Version: 1.0.3 Actinic EPOS version 3 Release Notes Revision History Revision Date Author Comments 0.1 20/05/2008 Peter

More information

There is a $25 selection fee inclusive of GST for all artists who enter.

There is a $25 selection fee inclusive of GST for all artists who enter. Information for all Artist Packs Artists please read this information so that you are aware of which artist pack to select to apply for The Dunedin Art Show. Before you register for The Dunedin Art Show

More information

QuickBooks Conduit. Users Guide

QuickBooks Conduit. Users Guide QuickBooks Conduit Users Guide Copyright 2011 JMM Software, Inc. All rights reserved. Printed in the U.S.A. Any production or transfer of all or part of this document without written permission from JMM

More information

PANDA Building Department Application. User Guide

PANDA Building Department Application. User Guide PANDA Building Department Application User Guide Created By: City of Port St Lucie MIS Department 10/4/2013 PANDA is a new application created to replace PITS and AIRS. The new application looks different

More information

Request for Credit in Accounts Payable

Request for Credit in Accounts Payable App Number: 010045 Request for Credit in Accounts Payable Last Updated 28 September 2016 Powered by: AppsForGreentree.com 2014 1 Table of Contents Features... 3 Detailed Features... 3 Important Notes...

More information

Transactions: Transaction List

Transactions: Transaction List Transactions Transactions: Transaction List Purpose The Transaction List allows you to view transactions for selected dates; create new transactions; open, edit or delete existing transactions; open client

More information

Hardware Guide. Version 4.3. Jack Gerrard June 2017

Hardware Guide. Version 4.3. Jack Gerrard June 2017 Hardware Guide Version 4.3 Jack Gerrard June 2017 This Hardware Installation Guide deals with the setup and configuration of unicenta opos after installation. It is a How to of key points for Security,

More information

This guideline tells you what you need to know about using a prepaid meter to pay for your electricity.

This guideline tells you what you need to know about using a prepaid meter to pay for your electricity. This guideline tells you what you need to know about using a prepaid meter to pay for your electricity. Table of Content 1..What You Can Expect From Us?... 2 2..What You Can Do to Help!!... 4 3..Things

More information

Data Import Guide DBA Software Inc.

Data Import Guide DBA Software Inc. Contents 3 Table of Contents 1 Introduction 4 2 Data Import Instructions 5 3 Data Import - Customers 10 4 Data Import - Customer Contacts 16 5 Data Import - Delivery Addresses 19 6 Data Import - Suppliers

More information

SIAM R3.0 USER GUIDE

SIAM R3.0 USER GUIDE SIAM R3.0 USER GUIDE Document Reference: 8295 September 2016 Revision: 3 Version Date Author Changes Number 1 Mar 2015 John Lindsay 2 Jun Sam Unsuspending a SIM card description updated. 2016 Smith 3 Sep

More information

Q: The barcode on the item is not scanning or the product is not found, what should I do to complete the transaction for my customer?

Q: The barcode on the item is not scanning or the product is not found, what should I do to complete the transaction for my customer? FAQ s Q: The barcode on the item is not scanning or the product is not found, what should I do to complete the transaction for my customer? First, scan the Scrubs and Beyond sticker ticket. If the sticker

More information

User Guide Create isupplier Supplier Charges

User Guide Create isupplier Supplier Charges CALIFORNIA RESOURCES CORPORATION AND ITS AFFILIATES (COLLECTIVELY, CRC) OVERVIEW This User Guide aims to describe how to electronically submit supplier charges (field tickets and/or invoices) against a

More information

Artists please read this information so that you are aware of which artist pack to select to apply for The Dunedin Art Show.

Artists please read this information so that you are aware of which artist pack to select to apply for The Dunedin Art Show. Artists please read this information so that you are aware of which artist pack to select to apply for The Dunedin Art Show. Before you register for The Dunedin Art Show please make sure that you have

More information

PO Processor Installation and Configuration Guide

PO Processor Installation and Configuration Guide PO Processor Installation and Configuration Guide Revised: 06/06/2014 2014 Digital Gateway, Inc. - All rights reserved Page 1 Table of Contents OVERVIEW... 3 HOW TO INSTALL PO PROCESSOR... 3 PO PROCESSOR

More information

InFOREMAX RMA Management System 7.0 User s Guide

InFOREMAX RMA Management System 7.0 User s Guide InFOREMAX RMA Management System 7.0 User s Guide Welcome to the InFOREMAX RMA Management System Integrate a powerful e-business environment today InFOREMAX-based solutions enable your electronic business

More information

Working with Open Items

Working with Open Items 1 Customers: Using CounterPoint Working with Open Items Overview Open items are individual documents showing individual transactions that have occurred for specific A/R charge customers. Open items can

More information

ASiM PHONE/TABLET MANUAL

ASiM PHONE/TABLET MANUAL ASiM PHONE/TABLET MANUAL O l i v i n e T e c h n o l o g y w w w. o l i v i n e t e c h. c o m + 2 5 4-20- 2 6 6-7 6 0 3 TABLE OF CONTENTS 1. INTRODUCTION... 2 2. PRODUCT DESCRIPTION... 2 3. INSTALLING

More information

SellerDeck Epos Release Notes

SellerDeck Epos Release Notes SellerDeck Epos 2013 Release Notes SellerDeck Limited Date: 18th December 2012 Version: 1.0.6 SellerDeck EPOS version 3 Release Notes Revision History Revision Date Author Comments 0.1 20/05/2008 Peter

More information

GellerTouch FirstPlus GellerTouch First Plus User Guide

GellerTouch FirstPlus GellerTouch First Plus User Guide GellerTouch FirstPlus GellerTouch First Plus User Guide Version 2.1 (8.2.57) 1 Contents About This Manual... 3 Sales Mode... 4 Basic User Operations... 4 To access Sales Mode from the Back Office... 4

More information

QuickSwipe Web User Guide

QuickSwipe Web User Guide QuickSwipe Web User Guide Bluefin Payment Systems Release 12/20/2013 Table of Contents Table of Contents... 1 Overview... 3 Log In... 3 Management... 5 Users... 5 Adding Users... 6 Editing Users... 8 Deleting

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

AFTER HOURS EMERGENCY POS SUPPORT ext 126 Press 4 when prompted

AFTER HOURS EMERGENCY POS SUPPORT ext 126 Press 4 when prompted AFTER HOURS EMERGENCY POS SUPPORT 519-442-3153 ext 126 Press 4 when prompted TEC REGISTER POS Operations Manual A complete guide to the operations of the point-of-sale (POS) unit. Calendar Club of Canada

More information

Gift Card Instructions Daxko Spectrum

Gift Card Instructions Daxko Spectrum Gift Cards Gift card are good to use for a variety of reason: 1. You can track the declining balance on them. 2. You can recharge them; treat it as a cash card. The cards can be attached to a recipient.

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

Premium POS Pizza Order Entry Module. Introduction and Tutorial

Premium POS Pizza Order Entry Module. Introduction and Tutorial Premium POS Pizza Order Entry Module Introduction and Tutorial Overview The premium POS Pizza module is a replacement for the standard order-entry module. The standard module will still continue to be

More information

COMPREHENSIVE LIST OF CASHLESS FAQs (GUESTS)

COMPREHENSIVE LIST OF CASHLESS FAQs (GUESTS) COMPREHENSIVE LIST OF CASHLESS FAQs (GUESTS) Credit Q. How do I top up my credit? You must create an account online and link your wristband to that account. You can also purchase your credit at the event

More information

ALL ABOUT THAT KIT, BOUT THAT KIT PART I

ALL ABOUT THAT KIT, BOUT THAT KIT PART I ALL ABOUT THAT KIT, BOUT THAT KIT PART I Strange Encounters of the Checkout Kind by Charles Owen Chad Klein TECHNICAL LEVEL: EASY INTERMEDIATE ADVANCED Cash paid in process Cash paid out process Cash drop

More information

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Module 1: Download 2 Okay, I know. The title of this download seems super selly. I have to apologize for that, but never before have

More information

CREATE A JOURNAL USING A JOURNAL FORM

CREATE A JOURNAL USING A JOURNAL FORM OVERVIEW This job aid details the process of adjusting non sponsored revenue from General Ledger to Projects. NON SPONSORED FUNDING ADJUSTMENT DETAILS Revenue Adjustment Type Adjust revenue from GL to

More information

I S B N

I S B N Peachtree Update 7/20/06 10:43 AM Page 1 I S B N 0-7638-2945-5 9 780763 829452 Peachtree Update 7/19/06 3:48 PM Page 2 ISBN-13: 978-0-7638-2945-2 ISBN-10: 0-7638-2945-5 2007 by EMC Publishing, a division

More information

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam - 84.4 3514 9883 - info@smartosc.com -POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios Table of Contents About X-POS for ios... 3 Main features,

More information

Sienna Database System is the ONLY Small Games of Chance reporting software that has 0 EVER been approved by the PA Dept.

Sienna Database System is the ONLY Small Games of Chance reporting software that has 0 EVER been approved by the PA Dept. Sienna Database System is the ONLY Small Games of Chance reporting software that has 0 EVER been approved by the PA Dept. of Rev EVERY YEAR TABLE OF CONTENTS *SELECT ITEM TO JUMP TO DESIRED PAGE* NEW CATEGORY..

More information

Inventory Module & Wireless Device. User Quick Start Guide

Inventory Module & Wireless Device. User Quick Start Guide Inventory Module & Wireless Device User Quick Start Guide Published on: 3/14/2007 Copyright and Disclaimer Copyright 2007 Pace Systems Group, Inc., 1902 2 nd Avenue North, Jacksonville Beach, Florida,

More information

2013 Alabama State Amend Instructions for CD/Download Users:

2013 Alabama State Amend Instructions for CD/Download Users: 2013 Alabama State Amend Instructions for CD/Download Users: 1) Open the return you want to amend in your TurboTax software program. Do not update yet. 2) Make sure your return is exactly as it was when

More information

2014 Alabama State Amend Instructions for Online Users:

2014 Alabama State Amend Instructions for Online Users: 2014 Alabama State Amend Instructions for Online Users: NOTE: You cannot use the 2014 TurboTax Online product to amend your 2014 Alabama tax return. Follow these instructions to download the 2014 TurboTax

More information

REVONU Restaurant POS SIMPLE MANUAL

REVONU Restaurant POS SIMPLE MANUAL REVONU Restaurant POS SIMPLE MANUAL VERSION 1.0 ALL RIGHTS RESERVED Table of Contents CHAPTER 1. GETTING STARTED... 4 Database Sync & Update... 4 Program Run & Login... 5 Main Program... 6 Beginning Balance...

More information

Administrator Manual. Version 10

Administrator Manual. Version 10 Administrator Manual Version 10 Table of Contents Administrator Option Screen 3 Sales Screen 6 Search Sales for finding past sales 7 Pay Account for Paying outstanding accounts 10 Paid in or Out Petty

More information

Wishlist 1-Click Registration Manual

Wishlist 1-Click Registration Manual Wishlist 1-Click Registration Manual Table of Contents Use the quick navigation links below to navigate through the manual: Introduction to Wishlist 1-Click Registration Complete Activation Process Summary

More information

2016 Autosoft, Inc. All rights reserved.

2016 Autosoft, Inc. All rights reserved. Copyright 2016 Autosoft, Inc. All rights reserved. The information in this document is subject to change without notice. No part of this document may be reproduced, stored in a retrieval system, or transmitted

More information

Online HIPAA Module User Manual

Online HIPAA Module User Manual January 13 Louisiana Department of Insurance Table of Contents Online HIPAA Module... 3 Accessing the HIPAA Module... 3 Creating a New Assessment... 5 Contact Information Verification... 6 Enter Assessment

More information

ChromeRiver. Step One: Delegate Access

ChromeRiver. Step One: Delegate Access This guide will walk you through the basics of using the ChromeRiver application at BGSU to request business travel and entertainment reimbursement or reconcile pcard purchases. The instructions found

More information

Bid Specification Process. Step 1. Obtain project specifications (minimum 7 weeks prior to anticipated project delivery date)

Bid Specification Process. Step 1. Obtain project specifications (minimum 7 weeks prior to anticipated project delivery date) Bid Specification Process Step 1. Obtain project specifications (minimum 7 weeks prior to anticipated project delivery date) If University Communications is designing the project, obtain the project s

More information

Managing money for people with more important things to manage. Client Point Getting Started Guide

Managing money for people with more important things to manage. Client Point Getting Started Guide Managing money for people with more important things to manage. Client Point Getting Started Guide October 2016 Table of Contents Introduction... 3 Key Features... 3 Accessing your Account... 3 Client

More information

Forms. Section 3: Deleting a Category

Forms. Section 3: Deleting a Category 9. If a category was NOT previously published, Authors may modify it by following the same procedures as an Administrator or Publisher. When the category is ready for publishing an Author must Save and

More information

Setup Specification Document

Setup Specification Document Setup Specification Document Project: Quickbooks Data Interface Developed For: Quickbooks users Date: January 7, 2007 T3C, Inc. DBA Vital Link POS 8567 Vinup Rd. Lynden WA 98284 (360) 318-9946 Voice (360)

More information

ShipRite s Account Receivable Instructions

ShipRite s Account Receivable Instructions ShipRite s Account Receivable Instructions Setting up a new account Click on the POS button Enter the existing customer s PHONE number here. If they are in the database, their information will appear at

More information

12/05/2017. Customer Service Management

12/05/2017. Customer Service Management 12/05/2017 Contents...3 Get started with... 3 Activate Customer Service... 5 Set up associated entities... 6 Set up communication channels... 16 Track and analyze Customer Service case data... 40 Create

More information

SalonBiz App - Admin. Use this guide to set up the SalonBiz App downloaded from the App Store on your ipad to book appointments and process tickets.

SalonBiz App - Admin. Use this guide to set up the SalonBiz App downloaded from the App Store on your ipad to book appointments and process tickets. SalonBiz App - Admin Use this guide to set up the SalonBiz App downloaded from the App Store on your ipad to book appointments and process tickets. Settings 1. Log in to Central, and go to the Admin menu

More information

User Bulletin 2881: Electronic Filing 1040 Processing 2007 UltraTax/1040-US Version January 11, 2008

User Bulletin 2881: Electronic Filing 1040 Processing 2007 UltraTax/1040-US Version January 11, 2008 User Bulletin 2881: Electronic Filing 1040 Processing 2007 UltraTax/1040-US Version 07.3.1 January 11, 2008 PURPOSE This user bulletin provides UltraTax/1040-US users with an overview of the processing

More information

Portal User Guide Member Features

Portal User Guide Member Features Portal User Guide Member Features Updated: 04/22/2017 Accessing your claims just got easier WorkAbility Absence Management System Our WorkAbility website makes it easy to access your claims. You get online

More information

HEALTH-CARE INFORMATICS. Dr. Jonathan Mack STA Project Fall 2015

HEALTH-CARE INFORMATICS. Dr. Jonathan Mack STA Project Fall 2015 HEALTH-CARE INFORMATICS T.J. Weiten Dr. Jonathan Mack STA Project Fall 2015 PROJECT OUTLINE The primary goal was to create a departmental home page to be used by students and faculty for the Hahn School

More information

WEBSITE DESIGN BRIEF AND QUESTIONNAIRE

WEBSITE DESIGN BRIEF AND QUESTIONNAIRE WEBSITE DESIGN BRIEF AND QUESTIONNAIRE ABN: 85 121 534 950 IPS.Version 1.1 Thank you for the opportunity to take your business on line. Before we can start providing you with the right solutions, we would

More information

How To Manually Sync Songs To Iphone 5 With Itunes

How To Manually Sync Songs To Iphone 5 With Itunes How To Manually Sync Songs To Iphone 5 With Itunes 10.6.3 Passing on corruption may be an issue: I bricked a new 5 and was told by the Also, I'm running itunes 10.6.3 on an original macbook air (with a

More information

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is You should now see the main screen which is called the main screen or menu screen.

More information

MEMBER RATES. CONTACT Joanna Keel

MEMBER RATES. CONTACT Joanna Keel MEMBER RATES CONTACT Joanna Keel 900 Victors Way, Suite 140 Ann Arbor, Michigan 48108 Tel: 734.994.6088 Fax: 734.994.3338 E-mail: jkeel@motioncontrolonline.org TABLE OF CONTENTS Overview...1 Discounted

More information

Getting Started: Setting up Your ecommerce Site

Getting Started: Setting up Your ecommerce Site West Virginia University Information Technology Services ecommerce Getting Started Getting Started: Setting up Your ecommerce Site Table of Contents Introduction... 3 Access Your Site... 4 Logging In...

More information

2 New Company Setup OBJECTIVES:

2 New Company Setup OBJECTIVES: 2 New Company Setup In Chapter 2 of Accounting Fundamentals with QuickBooks Online Essentials Edition, you will learn how to use the software to set up your business. New Company Setup includes selecting

More information

Invoicing brings it all together

Invoicing brings it all together Invoicing brings it all together Chad Klein TECHNICAL LEVEL: EASY INTERMEDIATE ADVANCED What we ll cover Using keyboard shortcuts Displaying a quantity discount message Opening the cash drawer Printing

More information

Chapter 10. Administration

Chapter 10. Administration Chapter 10 Administration This Page Left Blank Intentionally CTAS User Manual 10-1 Administration: Introduction The Admin section is where you enter your local government s required and optional system

More information

Expense Management for Microsoft Dynamics NAV

Expense Management for Microsoft Dynamics NAV Expense Management for Microsoft Dynamics NAV Tables and Fields Documentation - Version 2.60 Expense Management - Tables and Fields Documentation - Version 2.50 Page 1 / 67 TABLE OF CONTENTS INTRODUCTION...

More information

Huawei Enterprise USA Basic Warranty

Huawei Enterprise USA Basic Warranty Huawei Enterprise USA Basic Warranty Issue 1.6 Date 2016-10-14 2016-10-14 Copyright Huawei 2014. Page 1 of 5 Dear customer, Thank you for choosing the products and services of Huawei. To ensure that Huawei

More information

PC SETUP GUIDE Windows 7 + MicroSale

PC SETUP GUIDE Windows 7 + MicroSale PC SETUP GUIDE Windows 7 + MicroSale TABLE OF CONTENTS Windows 7 Setup guide... 3 Configuring the default administrator account... 3 Configuring additional accounts... 3 Dealer Account... 3 End User Account...

More information

User Guide Mobile Point-of-Sale (mpos), Version 2.0

User Guide Mobile Point-of-Sale (mpos), Version 2.0 User Guide Mobile Point-of-Sale (mpos), Version 2.0 Contents Overview... 1 Features... 1 Getting Started... 2 Login... 3 First Time Login/Password Reset... 3 Setting Security Questions... 4 Password Expiring...

More information

Process a Refund. Bank Cards. MasterCard Visa American Express Discover

Process a Refund. Bank Cards. MasterCard Visa American Express Discover WEB TUTORIALS Process a Refund Bank Cards MasterCard Visa American Express Discover THE AVFUEL HUB To begin, select Refund from the Transactions menu in the top navigation bar or the Transactions button

More information

MN Certificate of Rent Paid

MN Certificate of Rent Paid MN Certificate of Rent Paid Documentation Manual 2014 1 HMS CRP Table of Contents HMS CRP Table of Contents... 2 General Information... 3 About this Manual... 3 Processing CRP Forms... 4 General Information...

More information

Code of Practice for Premium Rate Services.

Code of Practice for Premium Rate Services. 1 Code of Practice for Premium Rate Services. This code explains what Premium Rate Services are, how they work, how much they cost, and how to stop them if you no longer want them. If you d like a free

More information

Product Documentation SAP Business ByDesign February Marketing

Product Documentation SAP Business ByDesign February Marketing Product Documentation PUBLIC Marketing Table Of Contents 1 Marketing.... 5 2... 6 3 Business Background... 8 3.1 Target Groups and Campaign Management... 8 3.2 Lead Processing... 13 3.3 Opportunity Processing...

More information

Deltek Costpoint Essentials and Costpoint Foundations. Cloud Pre-Release Notes February 2018

Deltek Costpoint Essentials and Costpoint Foundations. Cloud Pre-Release Notes February 2018 Deltek Costpoint Essentials and Costpoint Foundations Cloud Pre-Release Notes February 2018 February 1, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete,

More information

1 st Annual Meeting for Abacus Latin America Members

1 st Annual Meeting for Abacus Latin America Members 1 st Annual Meeting for Abacus Latin America Members March 14-15, 2019 Hilton Garden Inn Montevideo, Uruguay The Meeting Abacus Worldwide brings firms together on a global scale but our Regional Meetings

More information

Sprint Credit Union Member Cash Rewards Program

Sprint Credit Union Member Cash Rewards Program Sprint Credit Union Member Cash Rewards Program Table of Contents 1. Marketplace snapshot 2. Why Sprint? 3. Sprint Credit Union Member Cash Rewards Program OUR MISSION: Enhance the value of credit union

More information

MYOB Advanced. Release Notes

MYOB Advanced. Release Notes MYOB Advanced Release Notes 2017.1.5 Contents Introduction 1... 1 Installing this Release... 1 New Features 2 Payroll Updates... 2 Updates to Payroll Tax... 2 Regenerating Payslips... 3 Improvements to

More information

Heuristic Evaluation of igetyou

Heuristic Evaluation of igetyou Heuristic Evaluation of igetyou 1. Problem i get you is a social platform for people to share their own, or read and respond to others stories, with the goal of creating more understanding about living

More information

Invoice 13 Pro Outline

Invoice 13 Pro Outline Invoice 13 Pro Outline Invoice 13 Pro is a feature rich productivity tool for the small business or company from 1 to 30 users. It is notjust an Invoicing software. It is in fact an Invoicing, Accounts

More information

Office Operations Tab, Select Set Map Codes

Office Operations Tab, Select Set Map Codes Accounting DealerLogic is the only QuickBooks GOLD Certified Dealership Management Software system recommended by QuickBooks ProAdvisors. Before continuing, please make sure the correct company in Quick

More information

Search Engine Optimization (Make your presence online with Addkoncepts)

Search Engine Optimization (Make your presence online with Addkoncepts) Search Engine Optimization Features Included in SEO Brief Products/Services Analysis Level 1 (Regular-SEO) Rs. 7,000/- per Months Level 2 (Advance-SEO) Rs. 12,000/- per Month Primary Keyword Secondary

More information

Quick Data Loader. Balance Point Technologies, Inc. Quick Data Loader. User Guide. Certified MAX Integrator

Quick Data Loader. Balance Point Technologies, Inc.  Quick Data Loader. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com Quick Data Loader User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this

More information

Facebook Page Insights

Facebook Page Insights Facebook Product Guide for Facebook Page owners Businesses will be better in a connected world. That s why we connect 800M people and their friends to the things they care about, using social technologies

More information

Defect Repair Report as of 10/10/2014

Defect Repair Report as of 10/10/2014 27.05 Page 1 of 16 Release Notes By Module Framework The system reports no longer fail due to special characters in certain report names. 27.05-632 Framework The EFI Pace server now includes a patch for

More information

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series CYMA IV Accounting for Windows Training Guide Series CYMA IV Getting Started Guide November 2010 CYMA Systems, Inc. 2330 West University Drive, Suite 4 Tempe, AZ 85281 (800) 292-2962 Fax: (480) 303-2969

More information

ediningexpress Owners Manual User Guide Copyright All Rights Reserved.

ediningexpress Owners Manual User Guide Copyright All Rights Reserved. Owners Manual User Guide Copyright 2012. All Rights Reserved. Table of Contents Introduction... 1 Login... 2 Modify Button... 3 Control Panel... 4 Create New Menu... 6 Create Menu Sizes... 7 Create Available

More information

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam X-POS v3.5 USER GUIDE 2015 SmartOSC and X-POS

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam X-POS v3.5 USER GUIDE 2015 SmartOSC and X-POS GUIDE USER uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam - 84.4 3514 9883 - info@smartosc.com X-POS v3.5 2015 SmartOSC and X-POS Table of Contents About X-POS... 6 Main X-POS features... 6 Version

More information

Openbravo Pos User Guide READ ONLINE

Openbravo Pos User Guide READ ONLINE Openbravo Pos User Guide READ ONLINE If you are searching for a book Openbravo pos user guide in pdf format, then you've come to correct site. We furnish utter version of this book in doc, PDF, epub, DjVu,

More information

Subscription Terms & Conditions 6 Month, 12 Month and 24 Month Subscriptions

Subscription Terms & Conditions 6 Month, 12 Month and 24 Month Subscriptions Subscription Terms & Conditions 6 Month, 12 Month and 24 Month Subscriptions By subscribing to The Big Issue magazine you agree to the following terms and conditions: 1. The Big Issue will supply a magazine

More information

GENERAL TERMS AND CONDITIONS OF THE INTEGRATED FESTIPAY WRISTBAND VOUCHER TAG (FESTIPAY PAYMENT WRISTBAND)

GENERAL TERMS AND CONDITIONS OF THE INTEGRATED FESTIPAY WRISTBAND VOUCHER TAG (FESTIPAY PAYMENT WRISTBAND) GENERAL TERMS AND CONDITIONS OF THE INTEGRATED FESTIPAY WRISTBAND VOUCHER TAG (FESTIPAY PAYMENT WRISTBAND) 1. GENERAL PROVISIONS These General Terms and Conditions (hereinafter: GTC) include the general

More information

GUIDE TO ART June

GUIDE TO ART June GUIDE TO ARTEmail June 2015 1 Contents 1. Introduction... 3 2. Creating and sending your orders... 3 3. Accepted files... 4 4. Rejected files... 4 Error codes... 4 5. Communicating with you about the status

More information

GREENSHADES & AVIONTÉ

GREENSHADES & AVIONTÉ GREENSHADES & AVIONTÉ Setup and Filing with Greenshades Created 9/17/2014 1270 Eagan Industrial Road, Suite 150 Eagan, MN 55121 877.428.4668 www.avionte.com Greenshades & Avionté Table of Contents Greenshades

More information