Show / Hide Table of Contents

    Class InvoiceStatus

    Trạng thái phát hành hóa đơn

    Inheritance
    System.Object
    InvoiceStatus
    Namespace:MISA.MeInvoice.Contract.DataContract.Invoice
    Assembly:cs.temp.dll.dll
    Syntax
    public class InvoiceStatus

    Properties

    DeletedDate

    Ngày xóa bỏ hóa đơn

    Declaration
    public DateTime? DeletedDate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    DeletedReason

    Lý do xóa hóa đơn

    Declaration
    public string DeletedReason
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    EInvoiceStatus

    Status cũ: 1- gốc; 2 - xóa; 3 - thay thế; 5 - điều chỉnh

    Declaration
    public int ? EInvoiceStatus
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    InvoiceCode

    Declaration
    public string InvoiceCode
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    IsDelete

    Xóa hóa đơn

    Declaration
    public bool IsDelete
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Boolean

    IsSentEmail

    Trạng thái gửi hóa đơn cho khách hàng (0: Chưa gửi; 1: Đã gửi)

    Declaration
    public bool IsSentEmail
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Boolean

    MessageCode

    Mã cơ quan thuế

    Declaration
    public string MessageCode
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    PublishStatus

    Trạng thái phát hành

    Declaration
    public int PublishStatus
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    ReceivedStatus

    Người mua đã nhận hóa đơn:

    Declaration
    public int ReceivedStatus
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    ReferenceType

    Loại hóa đơn: 0 - Gốc; 1 - thay thế; 2 - điều chỉnh

    Declaration
    public int ReferenceType
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    SendTaxStatus

    Trạng thái gửi hóa đơn sang Cơ quan thuế

    - Không có mã: (0: chưa gửi CQT; 1: Đã gửi CQT; 2: CQT tiếp nhận; 3: CQT không tiếp nhận; 4: gửi lỗi)
    - Có mã: (0: chờ cấp mã; 1: gửi lỗi; 2: đã cấp mã; 3: từ chối cấp mã)
    
    Declaration
    public int SendTaxStatus
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    SourceType

    Phần mềm phát hành HĐ

    Declaration
    public string SourceType
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    TransactionID

    PK. Key sử dụng để kiểm tra trạng thái HĐ, tìm kiếm HĐ, ...

    Declaration
    public string TransactionID
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX