Product: Floreant POS

Floreant POS – Back Office

Admin Menu Admin menu provides two types of settings. Restaurant tab Store Configuration Store details are exactly what you will see in Receipts and Reports. They should not be changed unless it’s necessary. Keep the length of the Restaurant name, Address lines 1, 2 & 3 less than 14 characters so that they print nicely…

Floreant POS – Order Types

Commonly Take Out & Dine In  are two known Order types in food service. Small stores often has one order type. Our system gives user to define custom order type. Take Out orders are also known as Quick service. Guests pay bill before food is served. Cashiers stand behind the cash registers,  customers approach them, …

Floreant POS – User Permissions

Permissions The following Table illustrates  Access Control Lists( ACL) for Floreant POS. System ships with an Admin user type who can access all the features. Aside from those suggested ACLs there might be custom user types as a store may need. They are then applied to individual employees/staff, as needed. # Action Admin Manager Server Jr….

Floreant POS – Menu Programming

Floreant arranges menu items in a tree structure. In our menu system Categories stays at the top. Then comes groups to display an item in the sales window. Modifiers are dependent sub-items that we do not sell separately. They stay the same way under Modifier groups. Items may or may not have modifiers. Create Categories…

Floreant POS – Menu programming-1

Adding Modifiers & Multipliers If you want to add supplements for your menu items, you can add them by adding modifiers. Sometimes customers may like their modifiers in half, extra or double in amount, and in this scenario, if you add multipliers for your modifiers it will make the job easier. 💡 Remember not every item…

Floreant POS – Store Info and Currency

Store details: All business requires their store information to be printed in the payment receipt and perhaps in the reports also. It is a unique identifier of the business basically containing the store name, address, and phone number.This information should not be changed unless its must. Keep the length of Restaurant name, Address line 1,…

Floreant POS – Database

Intro Floreant POS ships with Apache Derby database with sample menu items. This database is an embedded database and cannot be accessed from another computer. If you need to connect more computers to one central database you need to set up a database server. Server options We can use one of the 3 database systems….

Floreant POS – Credit card payment

EMV & Chip card payment Get a quote for EMV and PIN PAD Processing here. Some options are only available for ORO POS only. Authorize.net Click here to get Authorize.net Account now and recipe card payment through Magnetic swiper. Login to your account and  click on ACCOUNT tab at the top right of the page below LOG OUT button….

Floreant POS – Localization

UI TRANSLATION In order to make Floreant in your language, you have to translate message file. Default messages are stored in i18n/message.properties file. You have to make a copy of the file according to your language. We follow ISO 639 naming convention Change Language file with VI / Notepad++ You can translate it using any text…

Floreant POS – Development

Download source code You can either download the full source code as a tarball from here Or use subversion client to obtain full source code.  svn checkout svn://svn.code.sf.net/p/floreantpos/code/trunk floreantpos-code Setup Maven & Compile Get sure you have installed JDK latest version. Follow the famous 5 minutes maven tutorial  and install maven go to the floreantpos-code folder and…