Mobile Apps
- Fleet Management
- Expense management app designed for mahalakshmi enterprises.
- Database: (Godaddy à mle_fleet)
- API: http://mle.perennialsales.in/
- AppCode: PerennialIT.TFS à MobileApps à
- APICode: PerennialIT.TFS à PerennialCRM à
- My RollCall
- Employee self-management app for capturing attendance with location.
- Database: OfficeRollCall. (ClientInfo and MyRollCallUsers tables)
- Lite: RollCallPortal
- Standard: RollCallStandard
- Premium: RollCallPremium
- API: http://app.rollcallattendance.com/
- AppCode: PerennialIT.TFS à MobileApps à pc_myrollcall
- APICode: PerennialCode.TFS à RollCallApp à RollCallAppServices
- iBizAccounts
- Point of sale system.
- Database:
- Dev: dev_posbilling
- Prod: posbilling
- API:
- Dev: http://demo.perennialsales.in/
- Prod:
- AppCode: PerennialIT.TFS à MobileApps à pc_pointofsale
- APICode: PerennialIT.TFS à PerennialCRM à PC_PointOfSale
- RollCall Admin
- This app designed for mantra aadhar based devices. For registering fingerprint and capturing attendance.
- Compatible with mantra and startek biometric scanners.
- Database: OfficeRollCall. (ClientInfo and MyRollCallUsers tables)
- Lite: RollCallPortal
- Standard: RollCallStandard
- Premium: RollCallPremium
- API: http://app.rollcallattendance.com/
- AppCode: PerennialIT.TFS à MobileApps à pc_rollcall_admin
- APICode: PerennialCode.TFS à RollCallApp à RollCallAppServices
- RollCall Attendance
- This app designed for mantra aadhar based devices. For capturing attendance without login.
- Compatible with mantra and startek biometric scanners.
- Update “deviceid” in aadhardeviceid column of myrollcallusers table.
- Database: OfficeRollCall. (ClientInfo and MyRollCallUsers tables)
- Lite: RollCallPortal
- Standard: RollCallStandard
- Premium: RollCallPremium
- API: http://app.rollcallattendance.com/
- AppCode: PerennialIT.TFS à MobileApps à pc_rollcall_attendance
- APICode: PerennialCode.TFS à RollCallApp à RollCallAppServices
- RollCall Members
- This app designed for HYS ration distribution
- Integrated with printer for receipt generation.
- Integrated with Next Biometric scanner
- Database: MembersRegister
- API: http://members.rollcallattendance.com/
- AppCode: PerennialIT.TFS à MobileApps à
- APICode: PerennialIT.TFS à RollCallPortal à
MyRollCall Users Registration script.
ClientInfo
Insert into PROD.ClientInfo(SuperId,Server,DbName,DbSchema,UserId,Password,CreatedOn,IsActive,ProcessUrl,HREmailId,SwipesConStringName,AppType)
Values(xxxx,xxxxx,xxxx,xxx,xxx,xxx,xxxx,xx,xxxx,xxx,xxx,xxx)
MyRollCallUsers
Insert into PROD.MyRollCallUsers(SuperId,RegId,UserName,Password,EmailId,CreatedOn,IsActive,IsAdmin,Badge,DeviceId,IsAdminApp,Aadhardeviceid,DeviceSDK)
Values(xxxx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx)