feat: add stock keeping units list component and related services
feat: implement checkbox component with label and hint support feat: create sale invoice full response model for invoice details feat: add single view component for displaying sale invoice details feat: define various list configurations for account, business activity, and consumer management feat: establish list configurations for managing devices, goods, and licenses feat: create list configurations for managing partners and their accounts feat: implement user management list configuration
This commit is contained in:
@@ -109,7 +109,7 @@ export class NativeBridgeService {
|
||||
// }
|
||||
}
|
||||
|
||||
print(request: INativePrintRequest): INativeBridgeResult {
|
||||
print(request: INativePrintRequest[]): INativeBridgeResult {
|
||||
return this.invokePrint(request);
|
||||
}
|
||||
|
||||
@@ -126,7 +126,7 @@ export class NativeBridgeService {
|
||||
}
|
||||
}
|
||||
|
||||
private invokePrint(payload: INativePrintRequest): INativeBridgeResult {
|
||||
private invokePrint(payload: INativePrintRequest[]): INativeBridgeResult {
|
||||
if (!this.isEnabled() || !this.canPrint()) {
|
||||
this.toastService.warn({ text: 'متاسفانه ارتباط با چاپگر برقرار نیست.' });
|
||||
return { success: false, error: 'متاسفانه ارتباط با چاپگر برقرار نیست.' };
|
||||
|
||||
Reference in New Issue
Block a user