Purpose: The purpose of this policy is to establish guidelines and expectations for employees who are authorized to work remotely. It aims to ensure consistent practices and maintain productivity while offering flexibility. Scope: This policy applies to all employees of CARTZ Link who have been granted permission to work from a location outside the company’s […]
Monthly Archives: September 2025
Sign Up
Sign up: All the new sign ups for the system can be made through this option. Go to Accounts, then click on Master Entry and then click on Sign Up. The following page will open as shown in the screen shot below. Now fill up all relevant mandatory fields such as User Name, Password, Email, […]
💡 ERP to POS Products Sync – Support Guide
🔍 Overview The ERP to POS Products Sync page lets you easily update product prices, comparison prices, and categories from ERP into your POS system. This ensures your POS always reflects the most accurate and up-to-date product data without manual effort.💡 🛠️ What This Page Does When you open the Update Pos Products page (Menu: […]
Account Ledger (Venue Wise)
Account Ledger (Venue Wise): This is a useful report to check the Ledger of a particular account or customer. Go to Accounts, then click on Reports and now click on Account Ledger (Venue Wise). The following page will appear as shown in the screen shot below. First Select Voucher Date, Cheque Date or Realized Date. […]
PL-B/ Sheet
PL-B/Sheet: The Balance Sheet for a particular day can be viewed through this option. Go to Accounts, then click on Reports and now click on PL-B Sheet. The following page will appear as shown in the screen shot below. Now first select the As On date for which the balance sheet is required. Now click […]
Daily Cash Deposit
Daily Cash Deposit: Daily Cash Deposit Report can be viewed through this option. Go to Accounts, then click on Reports and now click on Daily Cash Deposit. The following page will appear as shown in the screen shot below. Now first select the date for which the report is required. Also you have the option […]
PN/L Statement
PN/L Statement: Profit and Loss Statement or Income Statement can be viewed through this report. Go to Accounts, then click on Reports and now click on PN/L Statement. The following page will appear as shown in the screen shot below. First select the From Date. Now select the To Date. Now click on the Green […]
Machine Parts Issuance Feature
1. Overview The client requested a solution to directly issue purchased machine parts from the warehouse (godown) to machines without passing through intermediate steps.This requirement has been fulfilled by enhancing the Stock Transfer module in the ERP system. The issuance process can now be managed via:URL: Stock Transfer Form 2. Key Enhancements in the Stock […]
MT Payroll Changes
Attendance and Payroll System Documentation 1. Clock In/Out Same Time Handling 1.1 Problem Employees sometimes clock In and Out at the exact same time. System used to mark them Absent, even if they were present. Sub-case: If Start = End but earlier than Shift Start, the deduction logic was skipped. 1.2 WEEKLY / MONTHLY […]
Sample Code For Function
<?php /** * Sample function class for Yii 1.x * * Usage: * – File: protected/controllers/functions/Orders/Test.php * – Call: $this->runFunction(‘test’, [$model]); */ class Test { public $controller; // auto assigned by runFunction() /** * Executes custom logic * @param mixed $model */ public function run($model) { echo “This is a test function running with model: […]