UltimatePOS

  1. Home
  2. Docs
  3. UltimatePOS
  4. Mobile app UltimatePOS

Mobile app UltimatePOS

UltimatePOS Mobile App

Getting Mobile app apk or aab file:

Check the description given here for the steps to get a mobile app.

Features in UltimatePOS mobile app:

  1. User Login
  2. List products by location.
  3. Product price using Selling price group
  4. Add to cart, edit unit price, discount, and tax of each product
  5. Select existing customers or can add new customer
  6. Search or sell products by scanning a barcode from a mobile camera
  7. Print/share invoice
  8. Pay expenses, customer dues(if permitted)
  9. Attendance (If Essential module is used on web)
  10. View, print, share and edit today’s sales(if permitted)
  11. View, print, and share all sales(if permitted)
  12. View leads, customers, suppliers
  13. Add or edit follow-up (If CRM module is used on web)
  14. View payments made with different methods
  15. View total no. of sales, total due amount, total sales amount, the total paid amount
  16. Multiple languages available

Changing Image in the mobile app:

Images for different screens can be changed by replacing them on the POS web.

Login to Cpanel or FTP, Go to POS codebase, and replace the below-mentioned images:

  1. Splash Screen = public/uploads/mobile/welcome.jpg
  2. Login Screen = public/uploads/mobile/login.jpg
  3. DefaultBusiness Logo = public/uploads/business_default.jpg
  4. No Data image = public/uploads/mobile/no_data.jpg

NOTE 1: if the mobile folder is missing then simply create it and use

NOTE 2: Close the mobile app, remove it from the background working and then open it for this image changes to reflect.

Printing:

For printing in a thermal printer, install RawBT app on your mobile.

Using this you can print to any printer, including Bluetooth printers as well.

Error and solution:

Error 1:

Parse Error : There was a problem in parsing the package.

This error may occur because you might have turned off “Allow installation from unknown resources”.

It may be due to downloading the apps from any sources other than the Google Play Store and android does not allow you to install those apps.

Solution

This can be solved by 3 easy steps:

Error 2: Login not working or keeps loading

APK Login Issue:  Sometimes there may be an issue while logging in to the app.

Try the solution below.

Solution

Follow the steps mentioned in the document below, this may help you rectify the log-in issue to a greater extent.

Document Link

Error 3: Sync button keep syncing or loading

Follow the steps mentioned in the document below, this may help you correct this issue.

Document Link

Compiling Source Code

Video

Check out this video on complete step-by-step compilation:

UltimatePOS mobile app is developed using Flutter.

Requirements:
Flutter Version: Flutter 3.0.5
Dart Version: Dart 2.17.6
Wrapper properties version 6.5
Java JDK version: 11.0.18

  1. Install Flutter, Dart, & Editor(android studio or vscode) by following the steps as mentioned in the official Documentation
  2. Download the source code from downloads in your ultimatefosters.com account.
  3. Install dependencies: Do below steps to install the dependencies packages. (Refer to Official Documentation)
    1. From the terminal: Run flutter pub get.
      OR
    2. From Android Studio/IntelliJ: Click Packages get in the action ribbon at the top of pubspec.yaml.
    3. From VS Code: Click Get Packages located in right side of the action ribbon at the top of pubspec.yaml.
  4. Setup API Details:
    1. Open lib/config.dart in any editor of your choice
    2. baseUrl: Provide the URL where UltimatePOS is installed.
    3. clientId: Generate client id from connector module and add it here.
    4. clientSecret: Generate client secret from connector module and add it here.
    5. appName: Provide name of app that will be displayed in left navigation copyright footer.
    6. Languages: You can remove some languages by removing the language from the locale list
    7. defaultLanguage: Specify the default language of mobile app.
  5. Changing image: To change image of splashScreen, loginScreen, noDataImage, defaultBusinessImage(logo) refer to steps mentioned in the section before
  6. Changing App icon:
    1. add app icon of size 512*512 / 1024*1024 to assets/icon folder
    2. change image name in image path (line 82 of pubspec.yaml file)
    3. run below commands in the terminal:
      1. flutter clean
      2. flutter pub get
      3. flutter pub run flutter_launcher_icons:main
      4. flutter pub run change_app_package_name:main com.twf.pos  (replace com.twf.pos with your package name)
  7. Test before compiling:
    1. After all above setup build & run in the emulator to see if all works fine or not.
    2. Build & Run in Android Studio
    3. If it shows some error in console related to an invalid secret id, secret code, URL then make sure all of these details are correct.
  8. Build & Release:
    1. To compile apk or aab file follow the series of steps as mentioned in official documentation

Release Notes:

Version 1.7, Dec 1, 2021

  1. NEW: Option for service staff added in invoice level
  2. NEW: Option for service staff added for each product during sell.

Version 1.40, Oct 30, 2020

  1. Added sum of inline tax amount and discount amount in invoice
  2. fixed always enabled location issue
  3. changes in the checkout screen. “finalize & share” and finalize & print” option added replacing finalize payment button.

Version 0.7  March 4, 2020,

  1. Added “Follow Up” when the CRM module is installed.
  2. Customer select issue fixes when adding a sales.
  3. Database improvements
  4. Other improvements & fixes.

📩 Still stuck? Contact Support

Was this article helpful to you? Yes 12 No 4