<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.neotechnology.com.au" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
 <title></title>
 <link>http://www.neotechnology.com.au/user_blog_feed/mwertheimer</link>
 <description></description>
 <language>en</language>
<item>
 <title>First week at Neotechnology Business Systems</title>
 <link>http://www.neotechnology.com.au/blogs/Matt/1</link>
 <description>&lt;p&gt;Week 1 at Neotechnology saw me start work on a marketing plan for NBS support services with the goal of growing this part of the business in Tasmania. This has had an unexpected benefit as the market research undertaken has helped to gain a basic idea of the environment in which Neotechnology operates and to gain an insight into some of our key customers and competitors. &lt;/p&gt;
&lt;p&gt;Neotechnology and I were introduced through the K2B marketing program. The K2B program is a government funded program designed to keep recent marketing graduates in Tasmania. The selected marketers work full time while also undertaking regular workshops to help develop and expand the skills learned during their marketing degrees. The program also gives Tasmanian ICT companies the opportunity to experience firsthand the benefits of having a marketing professional working for them. I feel lucky to have been chosen by Neotechnology as I get the double advantage of the mentoring of the K2B staff and also the leadership of K2B and marketing veteran Shirly Sareyka.&lt;/p&gt;
&lt;p&gt;I can already see some of the other benefits of working in the ICT industry. Already I have started learning about systems software and hardware, in particular Point of sale software and hardware, which I am sure will become increasingly useful as I continue with my career.&lt;/p&gt;
&lt;p&gt;With the guidance of Shirly and the K2B program I will begin writing another marketing plan in February for an exciting new product to be released later in the year. Watch this space for more information closer to the release date.&lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/Matt/1#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/k2b">K2b</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/marketing-graduate">marketing graduate</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/marketing-officer">marketing officer</category>
 <pubDate>Tue, 12 Jan 2010 13:50:01 +1100</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">205 at http://www.neotechnology.com.au</guid>
</item>
<item>
 <title>New experience with media relations and communication.</title>
 <link>http://www.neotechnology.com.au/blogs/Matthew/Media</link>
 <description>&lt;p&gt;
Last month on top of day-to-day marketing activities, I was involved in the promotion of the Neotechnology fundraising BBQ for the people of Haiti. This was an exciting experience for me as it provided different and new challenges than my normal marketing role with Amicus. My main role in the BBQ was to design the promotional materials such as an advertising flyer letting people know the reason for the BBQ and the date and time, and another one to advertise a raffle and the prizes.&lt;/p&gt;
&lt;p&gt;
The main reason for my excitement was the experience of trying to get media coverage for the event. Shirly Sareyka was able to recommend some contacts at the various news stations and instructed me on the process of receiving media attention. The first thing required is to write a &lt;a href=&quot;http://images.neotechnology.com.au/articles/MR - Haiti Fundraising BBQ.pdf&quot;&gt;media release&lt;/a&gt;. I attempted this and sent it to Shirly and quickly found there is a specific format required before it will even be considered. With Shirlyâ€™s modifications I faxed the media release to the news stations and was surprised when both WIN and Southern Cross news arrived.    &lt;/p&gt;
&lt;p&gt;The BBQ was a huge success, raising much needed money for the relief effort in Haiti, and also for me personally as I gained valuable experience in media relations and promotions. Both news stations ran a short story covering the BBQ so the media release and promotion did the trick.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://images.neotechnology.com.au/images/People-buying-Web-4.gif&quot; alt=&quot;The Neotechnology team&quot; title=&quot;The Neotechnology team&quot;/&gt;&lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/Matthew/Media#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/haiti-bbq">Haiti BBQ</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/media-coverage">media coverage</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/media-release">media release</category>
 <pubDate>Tue, 02 Feb 2010 11:45:21 +1100</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">223 at http://www.neotechnology.com.au</guid>
</item>
<item>
 <title>Learning HTML the hard way.</title>
 <link>http://www.neotechnology.com.au/blogs/Matt/HTML</link>
 <description>&lt;p&gt;Last week I began working on the monthly customer newsletter. This involves writing the introduction, a couple of articles and finding out what improvements and alterations have been made to the Amicus POS system then adding them into an HTML template. At first I thought this task would be easy, and it was, until I had to put the text into the template. I have had a little experience with HTML at university so was familiar with most of the tags, for example &lt; b &gt;. This was ultimately my downfall. For those of you unfamiliar with HTML, say I wanted a part of the text to be bold, I would use the tag &lt; b &gt; then the text I want to be bold and to signify the end of the bold part &lt; / b &gt;.  &lt;/p&gt;
&lt;p&gt;This is where things went wrong. Assuming I knew what I was doing I jumped in and put the code into the template. However, I had forgotten the all important â€œ/ â€ to signify the end of the formatting. This meant that I had â€œopenedâ€ a lot of tags but hadnâ€™t â€œclosedâ€ a single one. Once I had saved, the program I had been using to alter the template freaked out and attempted to close all the open tags. The next time I came back to edit the template there were hundreds of &lt; strong &gt; &lt; / strong &gt; tags throughout the code, making it impossible to do anything with. &lt;/p&gt;
&lt;p&gt;After spending a long time combing through the code and removing all the unnecessary tags, and then realising I should have just started a new template, I again saved and the layout of the newsletter had changed and put images in places they shouldnâ€™t be causing the text to be awkward. Wrongly assuming it would be faster to find the cause of the problem than start a new template I began to look for the problem in the code. I searched for ages without success. I was about to give up and start a new template when Shirly spotted that one of the images was missing an alt=â€â€. I have no idea why this should affect the formatting but it did. &lt;/p&gt;
&lt;p&gt;So that was my first experience with the HTML newsletters. Since then I have started on the next newsletter and am pleased to say I have learned from my previous experience and so far there have been no problems. I hope you enjoy the newsletters even more after hearing the pain I had to go through to get it sent out!&lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/Matt/HTML#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/dream-weaver">Dream Weaver</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/html">HTML</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/html-code">HTML code</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/html-tags">HTML tags</category>
 <pubDate>Wed, 10 Mar 2010 11:53:49 +1100</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">237 at http://www.neotechnology.com.au</guid>
</item>
<item>
 <title>The modern POS system is so much more than just point of sale!</title>
 <link>http://www.neotechnology.com.au/blogs/Matt/MoreThanPOS</link>
 <description>&lt;p&gt;This month while writing an article for the monthly newsletter about the additional benefits of a point of sale system I was surprised by the number of ways a POS system can help a business. In the article I was restricted by the word count so I thought I would take this opportunity to discuss the additional benefits of a POS system in greater detail. The most obvious advantages are the point of sale advantages:&lt;/p&gt;
&lt;p&gt;-	The POS system speeds up customer checkouts allowing a greater number of customers to be served in a shorter time helping to make the customers experience more enjoyable.&lt;br /&gt;
-	The POS system can allocate discounts to specific customers or customer groups.&lt;br /&gt;
-	Can help to deliver orders promptly and accurately.&lt;br /&gt;
-	The POS system can produce professional and personalised invoices and receipts.&lt;br /&gt;
-	Makes it easy to manage customer credit and orders at the point of sale.&lt;br /&gt;
-	The POS system allows the user an easy way to update prices and discounts from one location.&lt;/p&gt;
&lt;p&gt;The POS system can also help with customer relationship management by providing a place to store the customerâ€™s details along with information about purchase preferences and activities. This information can then be used by the marketing department for a variety of different marketing functions such as:&lt;/p&gt;
&lt;p&gt;-	Undertaking personalised and targeted direct marketing efforts. For example, sending out specific discounts and offers to different segments of the customer base encouraging the price sensitive customers to buy while not losing profits from the less price sensitive segments.&lt;br /&gt;
-	The sales information can be used to keep track of large purchases in order to send out a thank you letter or reward.&lt;br /&gt;
-	The POS system can also give upper management the tools to determine the effectiveness of a specific marketing campaign. For example, management can determine the increase in sales after a television advertising campaign.&lt;/p&gt;
&lt;p&gt;Another function the POS system can help with is inventory management. As most retail owners and manages will know, successful inventory management is extremely important. By having too much stock on hand you are tying up money and storage space and by having too little you are missing out on potential sales. A POS system can:&lt;/p&gt;
&lt;p&gt;-	Provide your organisation with detailed information on what products you have on hand and the popularity of specific products. This allows management to only order the products that sell and to discontinue products that are not selling.&lt;br /&gt;
-	The POS system can also provide information on the speed with which inventory is turning over. This allows businesses to order stock to arrive just before the organisations inventory runs out. &lt;/p&gt;
&lt;p&gt;This can save the business a large amount of cash by decreasing the need for storage space, decreasing the possibility of goods becoming out of date or out of fashion and decreases the need for cash to be tied up in inventory allowing it to be spent on other business activities.&lt;/p&gt;
&lt;p&gt;-	The POS system can even help with the reordering by allowing â€œreorderâ€ levels to be set in the program. Once a products stock on hand level falls below a defined number the POS system can automatically reorder those products.&lt;br /&gt;
The final function a POS system can help with is aiding your organisations book keeping and accounting. The POS system can provide your organisation with timely and accurate reports that allow greater accuracy and efficiency with your book keeping. A POS system can provide:&lt;/p&gt;
&lt;p&gt;-	A range of reports such as the amount of sales for a period, the amount of receivables for a period and the amount of debts accrued for the period.&lt;br /&gt;
-	The POS system can alert you to when your accounts payable and receivable come due.&lt;br /&gt;
-	The POS system provides a clear audit trail.&lt;/p&gt;
&lt;p&gt;As you can see the modern POS system offers an organisation much more than just a point of sale facilitator.  The modern POS can save you a huge amount of time and money and increase the efficiency and accuracy of your organisation.&lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/Matt/MoreThanPOS#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/accounting">Accounting</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/book-keeping">book keeping</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/inventory-management">inventory management</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/marketing">Marketing</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/pos-inventory-management">POS inventory management</category>
 <pubDate>Wed, 31 Mar 2010 11:44:21 +1100</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">258 at http://www.neotechnology.com.au</guid>
</item>
<item>
 <title>4 Ways Your Point of Sale Software Can Help You to Reduce Fraud</title>
 <link>http://www.neotechnology.com.au/blogs/4-ways-your-point-sale-software-can-help-you-reduce-fraud</link>
 <description>&lt;p&gt;Fraud  presents a challenge to every business owner and you need to be continually on  your guard against fraudsters and scam artists.&amp;nbsp; Fortunately, having a &lt;a href=&quot;http://www.neotechnology.com.au/amicus&quot;&gt;point of sale &lt;/a&gt; software  system installed can give you added protection and minimise the likelihood of  your business suffering any unnecessary loss.&lt;/p&gt;
&lt;p&gt;The larger  your business, the more it is likely to become a target for fraudulent  activity, but if you have the right systems in place you can make the job of  the fraudster that much more difficult.&lt;/p&gt;
&lt;p&gt;Whilst you  may never be able to completely eliminate the possibility of loss from fraud,  there are a few things you can do to tighten up your security. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Limit the Spread of Information.&amp;nbsp;  Your point of sale software system allows you to centralise the control of  pricing and you can eliminate the capacity of individual staff to negotiate or  change prices at the checkout.&amp;nbsp; Putting these controls in place eliminates  the likelihood of staff fraud. &lt;/li&gt;
&lt;li&gt;Make sure the inventory orders are  authorised by the business owner or manager.&amp;nbsp; Your point of sale software  system can automatically generate an order when stock levels reach certain  levels at the signing of purchase orders or cheques should only be allowed by  senior staff after checking with the software system for accuracy. &lt;/li&gt;
&lt;li&gt;Control Product Returns.&amp;nbsp; In  some instances of fraud, customers purchase items and then return them for a  full refund soon after.&amp;nbsp; In some cases the customers have used the item  and returned it claiming it is faulty; whereas they never had any intention of  keeping the item in the first place.&amp;nbsp; One extreme example is where a food  processor was used to prepare some food items for party and then returned two  days later for a full refund claiming that the item was faulty.&amp;nbsp; Although  it is impossible to completely guard against this, some customers develop a  track record for regular returns and you are completely within your rights to  refuse future sales to these people.&amp;nbsp; Your point of sale software can be  set up to record instances of frequent returns so that customers can be  identified accordingly. &lt;/li&gt;
&lt;li&gt;The greatest control that a point  of sale software system allows you to implement is instant checks on credit  cards and bank account funds.&amp;nbsp; Where there is insufficient funds you will  be alerted instantly and the sale will not proceed.&amp;nbsp; Credit card and  direct debit accounts can be set up in this way so that instant approval from  the bank is obtained prior to finalising the sale. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These four  simple checkpoints can be implemented by any business owner to protect against  the incidence of fraud.&amp;nbsp; Although not an exhaustive protective mechanism,  your &lt;a href=&quot;http://www.neotechnology.com.au/amicus&quot;&gt;POS &lt;/a&gt; software gives  you an added advantage in protecting your business. &lt;/p&gt;
&lt;p&gt;If you are experiencing an unusual amount of theft  or other types of fraudulent activity, you may find it easier to pinpoint this  once you have these systems in place and then consult with a security firm to  add further security checks. &lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/4-ways-your-point-sale-software-can-help-you-reduce-fraud#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog/pos">POS</category>
 <pubDate>Wed, 16 Jun 2010 09:30:00 +1000</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">751 at http://www.neotechnology.com.au</guid>
</item>
<item>
 <title>7 Ways To Get the Most of Your Point of Sales Software</title>
 <link>http://www.neotechnology.com.au/blogs/7-ways-get-most-your-point-sales-software</link>
 <description>&lt;p&gt;If you are  still deciding whether to purchase a &lt;a href=&quot;http://www.neotechnology.com.au/amicus&quot;&gt;point of sale &lt;/a&gt; software system  for your business, you might be interested in some tips on how to get the best  out of your software.&lt;/p&gt;
&lt;p&gt;With most  large retailers already using a point of sale system to their advantage, it is  time for small businesses to catch up by implementing some simple technology  that can boost sales, decrease fraud, and maximise profits.&amp;nbsp; By tweaking  your system in small increments you can leverage huge results that will propel  your business to maximum sales performance in a very short time. &lt;/p&gt;
&lt;p&gt;Let&#039;s take a look  at some of the things you can do to maximise the impact of your point of sale  software. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Set Profit Margin Goals.&amp;nbsp;  Every business needs to maximise profits and a quick discussion with your  accountant will easily establish your optimum or minimum gross profit  margin.&amp;nbsp; With your point of sale software you can regularly analyse sales  during the day and obtain an instant picture of your gross profit margin to  that point. &amp;nbsp;It is then a simple step to make a small adjustment to  pricing to ensure that your target is met. &lt;/li&gt;
&lt;li&gt;One of the most overlooked  benefits of point of sale software is the customer information you can gather  with each transaction.&amp;nbsp; You can generate a profile of every customer and  implement some sales prompts at the cash register which will appeal to the  customer&#039;s previous sales history.&amp;nbsp; By offering special discounts you will  be surprised at how much you can make through extra sales. &lt;/li&gt;
&lt;li&gt;With the same customer  information, you can start snail mail or e-mail campaigns to individual  customers offering the same special deals and create a customer loyalty program  in the process. &lt;/li&gt;
&lt;li&gt;You can improve cash flow by  making sure that credit card and direct debit transactions are approved  instantly through your bank prior to the finalisation of the sale.&amp;nbsp; This  ensures that all sales are credited to your account the same day. &lt;/li&gt;
&lt;li&gt;Improved Inventory Control.&amp;nbsp;  As each sale goes through your system, you can track inventory levels and set  up re-order points to ensure that your stock is always kept at optimum  levels.&amp;nbsp; You can even ensure that seasonal trends are catered for by  reducing or increasing orders as you determine. &lt;/li&gt;
&lt;li&gt;Decrease the Incidence of  Fraud.&amp;nbsp; By implementing controls within your system you can limit access  to sensitive data and disallow staff capacity to adjust pricing or stock  requirements.&amp;nbsp; This lessens the incidence of fraud and protects your  valuable business investments. &lt;/li&gt;
&lt;li&gt;Staff Training.&amp;nbsp; You can  track the performance of every individual employee as well as each cash  register and assess the efficiency of both.&amp;nbsp; Trends can be recorded and  remedial steps taken through specific staff training modules which will further  enhance sales. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These few  points should be enough to convince any small-business owner of the efficiency  and benefits of &lt;a href=&quot;http://www.neotechnology.com.au/amicus&quot;&gt;POS &lt;/a&gt; software systems.&amp;nbsp; The gap between large  retailers and small is being narrowed all the time and these software systems  can boost your business to new levels. &lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/7-ways-get-most-your-point-sales-software#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog/pos">POS</category>
 <pubDate>Wed, 30 Jun 2010 09:30:00 +1000</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">752 at http://www.neotechnology.com.au</guid>
</item>
<item>
 <title>CeBIT 2010</title>
 <link>http://www.neotechnology.com.au/blogs/matt/cebit2010</link>
 <description>&lt;p&gt;The major project I have been working on during May has been the organisation of the &lt;b&gt;Neotechnology&lt;/b&gt; stand at CeBIT. This involved ensuring the stand would be set up correctly and on time, that we had marketing and promotional material available for the exhibition and to advertise our involvement in the exhibition.&lt;/p&gt;
&lt;p&gt;The promotion of the event involved several different media channels, including the internet, email and snail mail. By using multiple channels we were able to offer all our customers and partners free entry to the exhibition. &lt;/p&gt;
&lt;p&gt;One of the other major tasks for the event was to organise the hardware systems to display our software. We used five different hardware set ups which needed to be delivered all around Australia to ensure the software could be installed and the hardware and software were working efficiently together. Thankfully, the support and implementation department were able to get all the systems up and running in a very short time frame with only one minor issue. &lt;/p&gt;
&lt;p&gt;With CeBIT now over I am turning my attention to several other marketing campaigns. The next few months are already shaping up to be an exciting and busy time for the marketing department at Neotechnology!&lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/matt/cebit2010#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/cebit">CeBIT</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/exhibition">exhibition</category>
 <category domain="http://www.neotechnology.com.au/category/blog-tags/trade-show">trade show</category>
 <pubDate>Mon, 31 May 2010 14:27:29 +1000</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">784 at http://www.neotechnology.com.au</guid>
</item>
<item>
 <title>Why Retailers Love Point of Sale Technology</title>
 <link>http://www.neotechnology.com.au/blogs/why-retailers-love-point-sale-technology</link>
 <description>&lt;p&gt;In the fiercely competitive  world of retail, efficiency is essential. &lt;a href=&quot;http://www.neotechnology.com.au&quot;&gt;Point Of Sale&lt;/a&gt; (POS) technology can be one of the features that set one business apart from  its competitors and thereby contribute to its healthier bottom line.&lt;/p&gt;
&lt;p&gt;There are two main ways that  effective POS technology benefits retailers and their owners: innovative POS  technology will drive sales growth and increase the intelligence available  about a business. Effective POS technologies can range from the very basic to  the highly sophisticated, but always need to be tailored to the nature and  demands of the retailer that it serves.&lt;/p&gt;
&lt;p&gt;Quality POS systems will also  be easy to use and learn (so that employees can quickly be trained and  confidently and correctly use the technology) and flexible enough to cope with  the changing business climate, customer needs and the diversity of information  sought from the business.&lt;/p&gt;
&lt;p&gt;Many retailers do love POS  Technology that is tailored to their business and its needs and POS technology  that is capable of developing and growing a business. With the ability to  ensure accuracy, the manage and trace stock, manage sale prices and the quickly  produce sales and profits reports, it is little wonder that POS technology can  be so loved.&lt;/p&gt;
&lt;p&gt;But more specifically, what  is it about POS technology that retailers love so much?&lt;/p&gt;
&lt;p&gt;(1)    Sales can increase and  operations can improve:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Contemporary  POS technologies are easy to use, fast and efficient – Employees can be quickly  trained and feel confident using the system. The processes that underpin the  technology are fast and reliable, making the experience pleasant for customer,  employee and business owner.&lt;/li&gt;
&lt;li&gt;Full  information, relating to stock, customers,   payment and more can be accessed directly from the POS &lt;/li&gt;
&lt;li&gt;Systems  can be implemented to allow permission to different areas and security levels  for allocated staff &lt;/li&gt;
&lt;li&gt;Many  POS systems offer real time transactions via internet technology so that all  sales and customer details are live and accessible at all times &lt;/li&gt;
&lt;li&gt;Stock  control is improved so that, if a business has a number of outlets, it is  possible to see what is available in other stores in real time &lt;/li&gt;
&lt;li&gt;It is  possible to look up information about products and stock quickly and easily,  possible to sell products from multiple store/warehouse locations and to sell  in bulk or in retail &lt;/li&gt;
&lt;li&gt;At  POS, suggestions for add on or up-selling can be made &lt;/li&gt;
&lt;li&gt;If  necessary, the processing of sales can be suspended and resumed at a later time &lt;/li&gt;
&lt;li&gt;Multiple  payment methods are catered for. Gift vouchers are valid and redeemable across  all stores &lt;/li&gt;
&lt;li&gt;It  may be possible to create invoices remotely &lt;/li&gt;
&lt;li&gt;It is  possible to reprint or email invoices from any terminal &lt;/li&gt;
&lt;li&gt;Stocktaking  processes can be streamlined &lt;/li&gt;
&lt;li&gt;With  touch screen functionality, reliability, accuracy and speed are better  guaranteed &lt;/li&gt;
&lt;li&gt;Business  owners can consider the appropriateness of having a centralised customer  database, which can be used to facilitate communication with customers and  perhaps even underpin a loyalty program &lt;/li&gt;
&lt;li&gt;Some  business owners choose to have customer comments fields available so that notes  can be made that are relevant to the sale or the customer &lt;/li&gt;
&lt;li&gt;Effective  systems make it easy to quickly find customer information, invoices, lay-bys  and products &lt;/li&gt;
&lt;li&gt;For  businesses with a number of outlets, it can be possible to run sales reports  for all and across stores, with business owners or managers selecting the variables  that wish to include &lt;/li&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;(2)    More intelligence about the  business can be gathered:&lt;/p&gt;
&lt;p&gt;State of the art POS systems  assist retailers to develop awesome sales and marketing campaigns and for this  to be done with minimal effort and time!&lt;/p&gt;
&lt;p&gt;When a customer database is  maintained, a world of possibility opens up for the retailer. They are able to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use  profiling technologies to email or possibly even text message customised and  personalised information to the customer, including product catalogues &lt;/li&gt;
&lt;li&gt;Generate  sales reports showing customer purchase behaviour and then use an e-newsletter  or direct email to promote and up-sell products to targeted customers &lt;/li&gt;
&lt;li&gt;Schedule  the dissemination of newsletters and other communications &lt;/li&gt;
&lt;li&gt;Enable  customers to access your website and online store (if applicable) to view your  entire range and then make purchases online &lt;/li&gt;
&lt;li&gt;Maintain  a good customer loyalty system &lt;/li&gt;
&lt;li&gt;Measure  the success rate of communications to customers &lt;/li&gt;
&lt;li&gt;Test  pricing concepts, new products and sales promotions. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;POS technologies can work to  the advantage of large and small retailers, no matter whether the retailer is a  department store, supermarket, dry cleaner or delicatessen. POS technologies  can be designed to grow with the retail business and be tailored to its  specific needs. With efficient and effective POS systems in place, retailers  can watch their business grow and flourish with reduced time and energy being  spent trying to negotiate an out dated and time intensive POS system.&lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/why-retailers-love-point-sale-technology#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog/pos">POS</category>
 <pubDate>Tue, 23 Nov 2010 22:20:28 +1100</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">883 at http://www.neotechnology.com.au</guid>
</item>
<item>
 <title>Designing Your Point of Sale System</title>
 <link>http://www.neotechnology.com.au/blogs/designing-your-point-sale-system</link>
 <description>&lt;p&gt;No two businesses are the  same and so it follows that different businesses require unique and specialised &lt;a href=&quot;http://www.neotechnology.com.au&quot;&gt;Point of Sale&lt;/a&gt; (POS) technologies.&lt;/p&gt;
&lt;p&gt;Unfortunately however, some  business owners can struggle to find and select the most fitting POS system for  their business. Many find themselves grappling with confusing sales literature,  completely confused as they try to figure out how to compare software programs  with seemingly endless features.&lt;/p&gt;
&lt;p&gt;Here, we give you a straight  down the line account of what to look for in designing an effective POS system  for your business that will increase sales, revenue and profit:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The  essence of a brand provides a guarantee to the consumer a certain amount of  comfort and reliability. An effective system will promote and uphold the image  of your business and strengthen your brand &lt;/li&gt;
&lt;li&gt;A  quality system will enable you to up-sell your product without diminishing or  reducing the value and image of the product. Systems should observe price  rules, take special promotions into account and calculate reductions for the  user – can you imagine how useful this would be for a number of businesses but  particularly at the supermarket point of sale? Also, cutting edge systems will  prompt employees with suggestions for up-selling or add-on selling at the point  of sale. &lt;/li&gt;
&lt;li&gt;With  intense competition for the repeat business of customers, a loyalty system is  essential for many businesses today. In designing the POS system to best meet  the needs of your business, consider the capabilities you require to encourage  loyalty and further contact with your customers. Think carefully about the  benefits you can provide to your customers as a reward for joining your loyalty  program – there has to be something in it for them! &lt;/li&gt;
&lt;li&gt;Another  important consideration relates to the graphical display that is used. It is  vital to place your promotions right in front of customers, as humans we are so  often drawn in by interesting and captivating displays that entice many of our  senses. This is also a great opportunity to position your brand, increase  customer retention and foreground promotions. Not only that, effective  graphical displays will also increase the likelihood of impulse buying, a  behaviour that is appealing to any business. &lt;/li&gt;
&lt;li&gt;A  good POS system will also include fast and easy communication with other stores  or outlets and head office. &lt;/li&gt;
&lt;li&gt;It  should be easy to train staff in the use of the POS system and straightforward  for them to use on a daily basis. A high level of staff comfort and confidence  with the system is likely to increase their desire to use it and thereby their  commitment to making sales. &lt;/li&gt;
&lt;li&gt;When  designing a POS system for your business, ensure that the system will help you  to understand your customers – their needs and preferences in terms of products  and purchasing – and enhance your relationship with them. &lt;/li&gt;
&lt;li&gt;The  POS system developed for your business should also be reliable and robust; no  business needs a temperamental system that lets you down at the most  inopportune times. This is just embarrassing and does little for your image or  the likelihood of repeat business. &lt;/li&gt;
&lt;li&gt;Your  POS system needs to be flexible, to meet the needs of a rapidly changing  business world and your own dynamic business. &lt;/li&gt;
&lt;li&gt;Accurate  reports are vital to any business and so a quality POS system should be capable  of generating the reports that you require that can be tailored to include the  variables and information that you wish to know more about. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;POS systems can be tailored  to meet your business’ needs and designed to reflect its unique existence. It  is worth spending the time and money required to develop a quality system as  experience shows that this investment can result in increased sales and  business growth in the long run and improved efficiency in the short and longer  terms.&lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/designing-your-point-sale-system#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog/pos">POS</category>
 <pubDate>Fri, 26 Nov 2010 10:30:00 +1100</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">884 at http://www.neotechnology.com.au</guid>
</item>
<item>
 <title>How to Prevent Theft at the Point of Sale</title>
 <link>http://www.neotechnology.com.au/blogs/how-prevent-theft-point-sale</link>
 <description>&lt;p&gt;Loss to business as a result of theft is  frustrating and unfair. Regrettably, theft can be at the hands of ‘customers’  (although they are not customers in the truest sense given their lack of  intention to pay) and sometimes even staff. Consequently, having strategies in  place at the &lt;a href=&quot;http://www.neotechnology.com.au&quot;&gt;Point of Sale&lt;/a&gt; (POS) to minimise  the likelihood of theft will stand any business in good stead.&lt;/p&gt;
&lt;p&gt;One of the main benefits of having an effective  POS system in place is that an effective system can lead to a reduction in  theft at the point of sale. With staff able to use the system to trace stock,  there is less need for employees to leave the register and possibly open the  retail outlet to thieves who may try to use a query as a tactic to have a staff  member leave the floor.&lt;/p&gt;
&lt;p&gt;Another possibly advantageous benefit of having  a quality POS system developed and used is that the system can be synchronised  with security doors and alarms, so that staff are quickly and obviously made  aware when an item that has not actually been paid for departs the store.&lt;/p&gt;
&lt;p&gt;Sadly, some estimates suggest that employee  theft accounts for nearly 50% of retail inventory loss. No one likes to think  that their own staff would be pilfering business property, but as it can and  does happen, it is reassuring to know that POS systems can be configured to  prevent retail theft of this type and expand on the owner or manager’s  knowledge of the business’ activity.&lt;/p&gt;
&lt;p&gt;10 useful strategies that can be applied in this  regard:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;POS  systems can provide reports to managers that show all or selected register  transactions every day. These may include: excessive opening of the till  drawer, small cash refunds and returns. When staff are aware that management  undertakes this sort of analysis, this awareness on its own can help to reduce  theft.&lt;/li&gt;
&lt;li&gt;Each  day, business owners and/or managers should also generate a report showing  voided, cancelled and deleted transactions.&lt;/li&gt;
&lt;li&gt;Similarly,  transactions showing returns should be produced and studied on a daily basis.&lt;/li&gt;
&lt;li&gt;As  appropriate, it is important that each operator of the POS system is given  their own log on and password. This of course helps to track the activities of  employees, but ensuring that passwords are not shared will help to prevent  users from logging on using another person’s details.&lt;/li&gt;
&lt;li&gt;It is  advisable to embed password protection and security to all areas of the POS  software used by your business, with employees allowed to only access the  information that they really need to perform their duties.&lt;/li&gt;
&lt;li&gt;To  reduce theft, but also to enhance business intelligence, inventory adjustment  reports should be analysed daily.&lt;/li&gt;
&lt;li&gt;Profit  margin reports can also be scrutinised daily so that any discrepancies are  highlighted and can be investigated as appropriate. If margins are lower than  expected in particular categories, then it could be wise to do a little  research to work out why.&lt;/li&gt;
&lt;li&gt;It is  also recommended that inventory counts be kept accurate. In the absence of  comprehensive reports, it is difficult to know whether stock levels are as they  should be.&lt;/li&gt;
&lt;li&gt;Inform  employees that the POS system used has the facility of monitoring stock levels.&lt;/li&gt;
&lt;li&gt;Very importantly, ensure that access to the  personal information of your customers that is kept within your POS system,  particularly credit card information, is kept secure.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;No business owner wants to face the situation of  theft occurring at the POS. However, awareness of a number of tips and  application of the strategies listed above can help to reduce loss through  theft for large and small retailers.&lt;/p&gt;
</description>
 <comments>http://www.neotechnology.com.au/blogs/how-prevent-theft-point-sale#comments</comments>
 <category domain="http://www.neotechnology.com.au/category/blog/pos">POS</category>
 <pubDate>Mon, 29 Nov 2010 10:30:00 +1100</pubDate>
 <dc:creator>mwertheimer</dc:creator>
 <guid isPermaLink="false">885 at http://www.neotechnology.com.au</guid>
</item>
</channel>
</rss>

