Features Category TxtKey Available Values Purpose dashboard displayDashboard true / false If enabled, displays the dashboard on home screen, settings button in footer, and “Customize” button in some cases.Note: Must be paired with “displayDashboardForUser” settings to enable for specific user. Taxation Category TxtKey Available Values Purpose global enableFurtherTax true / false Enables further tax field […]
All posts by faheem
Development Guidelines for PHP & JavaScript (ERP)
These guidelines promote clean, consistent, and maintainable code for ERP systems. I. Readability Write code that is easy to understand. Code Formatting Naming Conventions Comments and Documentation Code Structure and Organization Whitespace and Visual Clarity II. Consistency Write code that adheres to a uniform style and structure. III. Reusability Write code that can be used […]
How to Prevent an RDP from Being Shutdown
Here’s how to prevent a Windows RDP from being accidentally shut down. 2. Go to “Local Policies -> User Rights Management” 3. Right-click “Shut down the system” and click properties: Remove “Users” to prevent non-admin from performing a shutdown, remove administrators to disable shutdown/restart completely: Restart (or signout) and then sign in again, the user […]
How to Manage Tasks With Jira + CRM
Connect to Jira You can connect to Jira by visiting https://cartzlink.atlassian.net/ and signing up with your @cartzlink.com email address. Your workspace administrator will grant access to you once you signup. Create Task faheem
How to Create Ingredient Formula on Five Star
Ingredient Formula on Five Star On Five Star, we can create a formula by following these steps: You can use this URL to view an updated video explaining the process: URL: https://www.veed.io/view/f0a83b73-c828-4f3c-b640-741f9d2f6e30 You can also contact Faheem Anis directly to get access to the video faheem
How to Add Dynamic Logos to Reports
Dynamic logos can be used to provide a GUI-based interface from where logos, titles and other report details can be configured. The following happens after adding domain configuration: Site Configuration https://kidsmania.itserver.biz/admin/indexyii.php?r=settings/DomainConfiguration This page can be used to add details to be displayed on reports. You must enter the title for it to start working. The […]
How to Create E-Commerce Back-Office Domain
In order to create a new E-Commerce Back-Office Domain with Shopify Integration, follow the mentioned steps: 1. Create new Domain Contact Sir Irfan and ask him to add the domain to Cloudflare Visit http://crm.cartzlink.com.local/admin/indexyii.php?r=domain/NewDomain Enter the new domain name and create new domain Follow the steps mentioned in the next screen. 2. Domain Configuration Visit the […]
How to fix PNL and Trial Balance not matching issue
Here is how to solve the issue when debit and credit in PNL or trial balance do not match: For example, here is an older report from A-ONE, where debit and credit do not match: As you can see, debit & credit do not match Ensure postings are completed For domains: All metro domains Run […]
BOK – Bank of Khartoum
Introduction URL: bok.itserver.bizTech Stack: CodeIgniter, PHP, SQL ServerType: Banking application BOK is an account registration application for Bank of Khartoum, it allows users to sign up, and agents to view and approve/reject their applications. After an application is approved, it is synced to the “staging server”. Signup Form The signup form has ten steps. All […]
Custom Routing (cl_routes)
Latest Version: 1.0.6 The ability to create routes using the regular Express routers and test them directly using Express is powerful, but it comes with problems. Express is about an MB of code for your 2 KBs worth of routering. Our custom router helps you achieve the same results while using the same syntax and […]