As the name suggests, the banks’ plugin allows you to add, remove, edit, and view banks. It is mostly meant for use by other plugins. End Points Bank (/bank) Title /bank Method GET URL GET /bank Description Attempts to read first 100 banks and returns them. Query Parameters Response Status Code: 200{ name: String […]
All posts by faheem
Reporting Plugin (cl_report)
This plugin provides the reporting functionality for CRM 2.0. End Points Report (/report) Title /report Method GET URL GET /report Description It generates a report by requesting the reporting server. It returns the generated report as a PDF document. Query Parameters { rptName: string (The full name to report action), … (and any other parameters […]
Authentication Plugin (cl_auth)
This plugin gives you access to all authentication features. It can be used in another plugin to authorize your routes, but it also provides routes for login and registration. Using Authentication Here is how you can require authentication on a route. Install the plugin:yarn add cl_auth –registry http://localhost:4873or if you are using NPMnpm i cl_auth […]
CRM Plugins
Plugins are a way to add new features and modify existing functionality without changing the main codebase. Create a new Plugin Plugin List BEFORE CREATING A PLUGIN, YOU MUST ASK PERMISSION FROM YOUR TEAM LEAD! Core Plugins These plugins provide core functionality to other plugins. Standalone Plugins These plugins provide full-stack functionality on their own. […]
Database Plugin (cl_db)
Database plugin is used to get access to the CRM’s database. It exports a function called getDb. You can call the function to get a connection o database. ID: cl_db Exports getDb(): () -> PrismaClient Example Usage Install the plugin Or if you are using npm Import it wherever you need it: faheem
Code Whisperer
Code Whisperer is an AI code copilot offered by Amazon free of charge. It supports JavaScript, Java and Python at the moment but soon it will support new languages too. Installation Guide faheem
WhatsApp Automation Update Log
Here is a log of all updates of WhatsApp Automation (starting from version 1.3.6.0). Version 1.5.0.0 – 01 May 2023 This update allows queuing messages (so you can send multiple messages to the same name simultaneously). Version 1.4.0.0 – 18 Apr 2023 This update automates the deployment process. Version 1.3.6.0 – 15 Apr 2023 This […]
TP
Change Database How to change the database in TP.exe. Add Menu Item You can add a menu item using the following method. faheem
Aero POS
Point Of Sales User Guide Aero POS is a point of sales system integrated inside CRM. It allows the user to create invoices, refunds, manage cash in the drawer, print receipts, and more. The POS consists of the following pages Opening View Enter the opening cash in drawer or press the close button to open […]
CARTZ Link CodeBase
The whole codebase consists of several applications primarily written using PHP and .Net. All the applications are centralized around CRM, a customer relationship management system written in PHP. CRM CRM is a web application consisting of several modules. It mainly uses the following techstack. Where to find the code for a URL? Let’s say you […]