Actions
Bug #5964
openView Invoice : Share Button Disabled and Message Missing for Invoices Linked to Non-Active Clients.
Start date:
09/26/2025
Due date:
% Done:
0%
Estimated time:
Description
Steps to Reproduce:
- Log in to iOS Lauditor.
- Click on Menu and click on the Invoice module.
- Click on the Create tab.
- Fill in all required details and select a Pending or Temporary client.
- Click Save.
- Go to the View tab, select the recently created invoice, and click on Actions.
Expected Behavior:
The Share button should be disabled for invoices linked to Pending or Temporary clients.
"Sharing documents is possible only with active client."
Files
Updated by kumar r 4 days ago
- File Simulator Screenshot - iPad (10th generation) - 2025-10-09 at 15.15.11.png Simulator Screenshot - iPad (10th generation) - 2025-10-09 at 15.15.11.png added
- Status changed from New to Feedback
- Assignee changed from kumar r to Vengadeshwaran R
Based on the api "can_share" status to show the share option in action menu as similar to the invoice status. Because as per the check while we create the invoice with temp or inactive client that invoices set as 'inital' based this we not allow to share.
Actions