Skip to content

v3.179 (12 February 2025)

Compare
Choose a tag to compare
@zero-kishan zero-kishan released this 12 Feb 13:16
3aa3e99

26AS

Now, you can download 26AS in both PDF and text formats under the PAN view.
This enhancement ensures easier access to 26AS data for analysis and reference.
Screenshot 2025-02-12 183018

Local helper Sync Page

When syncing via the local helper, the system will now display the last refresh time as accounts are synced.
This helps users track the latest updates and ensures data is up-to-date.

Temporary Notices

The system now downloads the contents of the notice list CSV file, which is available under the export option of the proceeding list page on the Income Tax website.
This temporary list ensures that you do not miss any newly issued notices.
Helps in keeping track of compliance and necessary actions on new notices.

Running a Downloaded .app Executable on Mac

Follow these steps to run a downloaded .app executable file on macOS:

Step 1: Open Terminal

  • Press Cmd + Space and type Terminal, then press Enter

Step 2: Navigate to the Downloaded File Location

  • Use the cd command to navigate to the folder where you downloaded the file
  • For example:
    cd ~/Downloads

Step 3: Grant Execution Permission

  • Run the following command to give execution permission to the file:
    chmod +x <file_name>.app
  • For example:
    chmod +x prortalsync_64.app
    chmod +x prortalsync_arm.app

Step 4: Allow Execution in Security Settings

  1. Open System Settings
  2. Search for "Privacy & Security"
  3. Scroll down to the Security section
  4. Look for a message about the blocked application and click "Allow Anyway"