Remote Work Policy

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 […]

Read More

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, […]

Read More

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. […]

Read More

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 […]

Read More

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 […]

Read More

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 […]

Read More

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 […]

Read More

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 […]

Read More

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: […]

Read More

Sample Code For Action

<?php /** * Sample custom action for Yii 1.x * * Usage: * – Create file: protected/controllers/actions/Orders/TestAction.php * – Access via URL: index.php?r=orders/test */ class TestAction extends CAction { /** * This method is executed when the action is called. */ public function run() { echo “This is a test action running from ” . […]

Read More