4.57. SambaPOS V5 Pro Important Hints
In this document, there are some important hints that you can use for SambaPOS V5 Pro.
1. {DATE:wd}|Matches|x
It allows you to use a customization on the desired specific days of the week.
{DATE:wd}|Matches|1 >>> Monday
{DATE:wd}|Matches|2 >>> Tuesday
{DATE:wd}|Matches|3 >>> Wednesday
{DATE:wd}|Matches|4 >>> Thursday
{DATE:wd}|Matches|5 >>> Friday
{DATE:wd}|Matches|6 >>> Saturday
{DATE:wd}|Matches|7 >>> Sunday
2. {DATE:HHmm}|Greater|Hour of Day
{DATE:HHmm}|Less|Hour of Day
It allows you to use a customization on the desired specific hours of the day.
3. REG EX Usage
It is used for editing Phone Format about Caller ID setup.
=[^0-9]+([0-9-\s]+)
Main Menu > Manage > Entities > Entity Types > Customers > Custom Fields > Phone > Here, select Mask Type as Reg Ex and paste =[^0-9]+([0-9-\s]+)
phrase into Default Value field.