...
This commit is contained in:
@@ -216,6 +216,7 @@ namespace Back.Services
|
||||
|
||||
}
|
||||
#endregion
|
||||
//--------Tax---------
|
||||
#region TaxPayer
|
||||
public async Task<bool> AllowSendTaxPayerInCompany(int CompanyID)
|
||||
{
|
||||
@@ -236,5 +237,14 @@ namespace Back.Services
|
||||
|
||||
}
|
||||
#endregion
|
||||
//--------Invoice---------
|
||||
#region Warehouse
|
||||
public async Task<bool> AllowAddReceiptInCompany(int CompanyID, int Allowednumber = 1)
|
||||
{
|
||||
int PermissionID = 18;
|
||||
return await AllowPermissionInCompany(CompanyID, PermissionID, Allowednumber);
|
||||
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user