end taxpayer and MarkupStringInBlog
This commit is contained in:
@@ -22,24 +22,24 @@ namespace Back.Services
|
||||
}
|
||||
public string GenerateTaxid(string FactorNo, string InvoiceDate)
|
||||
{
|
||||
return "testTaxid";
|
||||
// return "testTaxid";
|
||||
return TaxApiService.Instance.TaxIdGenerator.GenerateTaxId(_UniqueMemory,
|
||||
Convert.ToInt64(FactorNo), InvoiceDate.ToMiladi());
|
||||
}
|
||||
public async Task<InquiryResultModel> GetResultByUid(int CompanyID, string uid)
|
||||
{
|
||||
return new InquiryResultModel("18084a18-1eb4-41cd-8bd3-2cad73c45398", "0a4a4ab2-8047-4c31-b765-456ddf0e9c53", "SUCCESS",
|
||||
new DataInSendTaxDto()
|
||||
{
|
||||
error=new List<MessageInSendTaxDto>()
|
||||
{
|
||||
new MessageInSendTaxDto()
|
||||
{
|
||||
code="21001",message="یک خطای تست"
|
||||
}
|
||||
}
|
||||
}
|
||||
, "receive_invoice_confirm", "A2FFKZ");
|
||||
//return new InquiryResultModel("18084a18-1eb4-41cd-8bd3-2cad73c45398", "0a4a4ab2-8047-4c31-b765-456ddf0e9c53", "SUCCESS",
|
||||
// new DataInSendTaxDto()
|
||||
// {
|
||||
// error=new List<MessageInSendTaxDto>()
|
||||
// {
|
||||
// new MessageInSendTaxDto()
|
||||
// {
|
||||
// code="21001",message="یک خطای تست"
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// , "receive_invoice_confirm", "A2FFKZ");
|
||||
if (!await login(CompanyID))
|
||||
return null;
|
||||
var uidAndFiscalId = new UidAndFiscalId(uid, _UniqueMemory);
|
||||
@@ -50,11 +50,11 @@ namespace Back.Services
|
||||
}
|
||||
public async Task<TaxCollectData.Library.Dto.HttpResponse<AsyncResponseModel>> SendInvoice(int CompanyID,InvoiceHeaderDto header, List<InvoiceBodyDto> InvoiceBody, PaymentDto payment)
|
||||
{
|
||||
return new TaxCollectData.Library.Dto.HttpResponse<AsyncResponseModel>
|
||||
( body: new AsyncResponseModel(
|
||||
1702299112
|
||||
,new HashSet<PacketResponse>(new List<PacketResponse> { new PacketResponse("5d0c7198-e2fd-4cc1-8802-fe498d6ccf73", "a70444a4-1810-4cea-8bcc-7acb4bc75645", null,null)})
|
||||
,new List<ErrorModel>()), 200);
|
||||
//return new TaxCollectData.Library.Dto.HttpResponse<AsyncResponseModel>
|
||||
// ( body: new AsyncResponseModel(
|
||||
// 1702299112
|
||||
// ,new HashSet<PacketResponse>(new List<PacketResponse> { new PacketResponse("5d0c7198-e2fd-4cc1-8802-fe498d6ccf73", "a70444a4-1810-4cea-8bcc-7acb4bc75645", null,null)})
|
||||
// ,new List<ErrorModel>()), 200);
|
||||
|
||||
if (!await login(CompanyID))
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user