Reconfigure for GIT
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
Imports System
|
||||
Imports System.ComponentModel
|
||||
|
||||
Imports DevExpress.Xpo
|
||||
Imports DevExpress.Data.Filtering
|
||||
|
||||
Imports DevExpress.ExpressApp
|
||||
Imports DevExpress.Persistent.Base
|
||||
Imports DevExpress.Persistent.BaseImpl
|
||||
Imports DevExpress.Persistent.Validation
|
||||
|
||||
Public Enum eContractRowsCOCState
|
||||
<ImageName("")> _
|
||||
eNotCertificated = 0 'Nem teljesítési igazolt sor
|
||||
<ImageName("document_certificate")> _
|
||||
eCertificated = 1 'Teljesítési igazolt sor
|
||||
End Enum
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
Imports System
|
||||
Imports System.ComponentModel
|
||||
|
||||
Imports DevExpress.Xpo
|
||||
Imports DevExpress.Data.Filtering
|
||||
|
||||
Imports DevExpress.ExpressApp
|
||||
Imports DevExpress.Persistent.Base
|
||||
Imports DevExpress.Persistent.BaseImpl
|
||||
Imports DevExpress.Persistent.Validation
|
||||
|
||||
|
||||
Public Enum eContractRowsInvoiceState
|
||||
<ImageName("")> _
|
||||
eNotInvoiced = 0 'Még ki nem számlázott sor
|
||||
<ImageName("document_lock")> _
|
||||
eInvoiced = 1 'Kiszámlázott sor
|
||||
End Enum
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
Imports System
|
||||
Imports System.ComponentModel
|
||||
|
||||
Imports DevExpress.Xpo
|
||||
Imports DevExpress.Data.Filtering
|
||||
|
||||
Imports DevExpress.ExpressApp
|
||||
Imports DevExpress.Persistent.Base
|
||||
Imports DevExpress.Persistent.BaseImpl
|
||||
Imports DevExpress.Persistent.Validation
|
||||
|
||||
Public Enum eContractRowsRRFCState
|
||||
<ImageName("")> _
|
||||
eNotControlled = 0 'Nincs számla bontáshoz rendelve
|
||||
<ImageName("books")> _
|
||||
eControlled = 1 'Számla bontáshoz rendelve
|
||||
End Enum
|
||||
Reference in New Issue
Block a user