本文解答了关于《作废发票是否需要验旧》相关内容,同时关于1、作废发票是否需要验旧,2、作废发票是否需要验旧发票,3、作废的发票需要去税务验旧吗,4、作废发票需要到税务局验旧,5、作废发票验旧有期限吗,的相关问答本篇文章福途教育网小编也整理了进来,希望对您有帮助。
作废发票是否需要验旧
///
///
[WebMethod]
public bool GetIsNeedExamineOldByCancelInvoice(string companyCode, int docType)
{
return InvoiceProvider.GetIsNeedExamineOldByCancelInvoice(companyCode, docType);
}
///
/// 根据公司编码和单据类型获取是否需要有存储过程验旧
///
///
[WebMethod]
public bool GetIsExistProcByDocType(string companyCode, int docType)
{
return InvoiceProvider.GetIsExistProcByDocType(companyCode, docType);
}
}
}
总结:以上是编辑:【江均烨】整理及AI智能原创关于《作废发票是否需要验旧
》优质内容解答希望能帮助到您。