Table of Contents | ||
---|---|---|
|
...
Scenario: Customer Buys a Part in the Retail Store
This replaces their IDS POS System
They will use a tethered barcode scanners to scan item barcode at the counter.
Need to add a “Cash” customer - Johnny Cash
Retail Store Terminal
...
When a user signs in for the day, they will need to enter which terminal they are logged into
A new custom object “Terminal Assignment” “Retail Store Terminal Sign In” will be created
The user will enter their location and terminal.
The system will automatically populate today’s date.user will enter the date and time they will start using that terminal
Then they won’t need to enter the location & terminal each time they create a sales invoice.
If they switch terminals, they will need to add a new “Terminal Assignment” “Retail Store Terminal Sign In”
Requirements
Create a POS Sales Invoice Record type with the following:
Auto Populate the Following
Warehouse
Based on Terminal Assignment
Bypass Shipment = YES
Tax
Based on Customer
Tax Area
Based on warehouse
Sales Rep
User who is Logged In
Terminal
Based on the Terminal Assignment for “Today” and time.latest Retail Store Terminal Record for that user for today
If there is no “Terminal Assignment” Retail Store Terminal Record for today, then the Terminal & Warehouse location is blank.
Have the ability to use a Barcode Scanner to scan an inventory item
Taking fund with Stripe, Global Payment, PayPal Cash box, Credit Card, check or cash.Payments will be taken outside of GoldFinch
But Cashier will enter in which type of payment was accepted in the POS Receipt
Can enter more than one POS Receipt
Then Post the Customer Receipt
Print Receipt
Customer Receipt
Auto Populate today’s Terminal Number for that user.
...