var Bizgaze; (function (Bizgaze) { let Apps; (function (Apps) { let Transact; (function (Transact) { let Enums; (function (Enums) { let DcType; (function (DcType) { DcType[DcType["Inward"] = 1] = "Inward"; DcType[DcType["Outward"] = 2] = "Outward"; DcType[DcType["ClaimInward"] = 3] = "ClaimInward"; DcType[DcType["ClaimOutward"] = 4] = "ClaimOutward"; })(DcType = Enums.DcType || (Enums.DcType = {})); let StockStatus; (function (StockStatus) { StockStatus[StockStatus["Active"] = 1] = "Active"; StockStatus[StockStatus["Delivered"] = 2] = "Delivered"; StockStatus[StockStatus["Damaged"] = 3] = "Damaged"; StockStatus[StockStatus["Missing"] = 4] = "Missing"; StockStatus[StockStatus["Allocated"] = 5] = "Allocated"; StockStatus[StockStatus["Expired"] = 6] = "Expired"; StockStatus[StockStatus["InActive"] = 7] = "InActive"; StockStatus[StockStatus["Void"] = 8] = "Void"; StockStatus[StockStatus["Transfer"] = 9] = "Transfer"; })(StockStatus = Enums.StockStatus || (Enums.StockStatus = {})); let StockType; (function (StockType) { StockType[StockType["Item"] = 1] = "Item"; StockType[StockType["Package"] = 2] = "Package"; StockType[StockType["Asset"] = 3] = "Asset"; })(StockType = Enums.StockType || (Enums.StockType = {})); let OrderType; (function (OrderType) { OrderType[OrderType["Sales"] = 1] = "Sales"; OrderType[OrderType["Purchase"] = 2] = "Purchase"; OrderType[OrderType["SalesOpportunity"] = 3] = "SalesOpportunity"; OrderType[OrderType["PurchaseOpportunity"] = 4] = "PurchaseOpportunity"; OrderType[OrderType["SalesClaim"] = 5] = "SalesClaim"; OrderType[OrderType["PurchaseClaim"] = 6] = "PurchaseClaim"; OrderType[OrderType["SalesEstimate"] = 7] = "SalesEstimate"; OrderType[OrderType["PurchaseEstimate"] = 8] = "PurchaseEstimate"; OrderType[OrderType["OrderTransfer"] = 9] = "OrderTransfer"; OrderType[OrderType["InwardOrder"] = 10] = "InwardOrder"; OrderType[OrderType["OutwardOrder"] = 11] = "OutwardOrder"; OrderType[OrderType["SalesContract"] = 12] = "SalesContract"; OrderType[OrderType["PurchaseContract"] = 13] = "PurchaseContract"; OrderType[OrderType["PurchasePlanning"] = 14] = "PurchasePlanning"; OrderType[OrderType["WorkOrder"] = 15] = "WorkOrder"; OrderType[OrderType["ProductionPlanning"] = 16] = "ProductionPlanning"; })(OrderType = Enums.OrderType || (Enums.OrderType = {})); let PriceType; (function (PriceType) { PriceType[PriceType["None"] = 1] = "None"; PriceType[PriceType["CompositePrice"] = 2] = "CompositePrice"; PriceType[PriceType["PiecePrice"] = 3] = "PiecePrice"; PriceType[PriceType["Both"] = 4] = "Both"; })(PriceType = Enums.PriceType || (Enums.PriceType = {})); let InventoryApplyType; (function (InventoryApplyType) { InventoryApplyType[InventoryApplyType["Packs"] = 1] = "Packs"; InventoryApplyType[InventoryApplyType["Quantity"] = 2] = "Quantity"; InventoryApplyType[InventoryApplyType["Numbers"] = 3] = "Numbers"; InventoryApplyType[InventoryApplyType["Pieces"] = 4] = "Pieces"; InventoryApplyType[InventoryApplyType["PacksAndPieces"] = 5] = "PacksAndPieces"; })(InventoryApplyType = Enums.InventoryApplyType || (Enums.InventoryApplyType = {})); let OrderStatus; (function (OrderStatus) { OrderStatus[OrderStatus["Draft"] = 1] = "Draft"; OrderStatus[OrderStatus["Approval"] = 2] = "Approval"; OrderStatus[OrderStatus["Active"] = 3] = "Active"; OrderStatus[OrderStatus["Rejected"] = 4] = "Rejected"; OrderStatus[OrderStatus["Partial"] = 5] = "Partial"; OrderStatus[OrderStatus["Completed"] = 6] = "Completed"; OrderStatus[OrderStatus["Void"] = 7] = "Void"; })(OrderStatus = Enums.OrderStatus || (Enums.OrderStatus = {})); let PaymentDiscountType; (function (PaymentDiscountType) { PaymentDiscountType[PaymentDiscountType["Discount"] = 1] = "Discount"; PaymentDiscountType[PaymentDiscountType["Penalty"] = 2] = "Penalty"; PaymentDiscountType[PaymentDiscountType["TDS"] = 3] = "TDS"; })(PaymentDiscountType = Enums.PaymentDiscountType || (Enums.PaymentDiscountType = {})); let PaymentType; (function (PaymentType) { PaymentType[PaymentType["Receipt"] = 1] = "Receipt"; PaymentType[PaymentType["Payment"] = 2] = "Payment"; })(PaymentType = Enums.PaymentType || (Enums.PaymentType = {})); let PaymentMode; (function (PaymentMode) { PaymentMode[PaymentMode["None"] = 0] = "None"; PaymentMode[PaymentMode["Cash"] = 1] = "Cash"; PaymentMode[PaymentMode["Cheque"] = 2] = "Cheque"; PaymentMode[PaymentMode["Online"] = 3] = "Online"; PaymentMode[PaymentMode["Neft"] = 4] = "Neft"; PaymentMode[PaymentMode["Rtgs"] = 5] = "Rtgs"; PaymentMode[PaymentMode["FundTransfer"] = 6] = "FundTransfer"; PaymentMode[PaymentMode["Adjustment"] = 7] = "Adjustment"; PaymentMode[PaymentMode["Upi"] = 8] = "Upi"; PaymentMode[PaymentMode["Cards"] = 9] = "Cards"; PaymentMode[PaymentMode["MultiplePayments"] = 10] = "MultiplePayments"; })(PaymentMode = Enums.PaymentMode || (Enums.PaymentMode = {})); let PaymentSettingType; (function (PaymentSettingType) { PaymentSettingType[PaymentSettingType["Discount"] = 1] = "Discount"; PaymentSettingType[PaymentSettingType["Penalty"] = 2] = "Penalty"; PaymentSettingType[PaymentSettingType["TDS"] = 3] = "TDS"; PaymentSettingType[PaymentSettingType["MultiplePaymentMode"] = 4] = "MultiplePaymentMode"; PaymentSettingType[PaymentSettingType["CompanyWisePayments"] = 5] = "CompanyWisePayments"; })(PaymentSettingType = Enums.PaymentSettingType || (Enums.PaymentSettingType = {})); let InventoryType; (function (InventoryType) { InventoryType[InventoryType["Item"] = 1] = "Item"; InventoryType[InventoryType["Service"] = 2] = "Service"; InventoryType[InventoryType["Package"] = 3] = "Package"; InventoryType[InventoryType["Assembly"] = 4] = "Assembly"; InventoryType[InventoryType["Coupons"] = 5] = "Coupons"; InventoryType[InventoryType["Discount"] = 6] = "Discount"; InventoryType[InventoryType["Expense"] = 7] = "Expense"; InventoryType[InventoryType["Subscription"] = 8] = "Subscription"; })(InventoryType = Enums.InventoryType || (Enums.InventoryType = {})); let InvoiceStatus; (function (InvoiceStatus) { InvoiceStatus[InvoiceStatus["Draft"] = 1] = "Draft"; InvoiceStatus[InvoiceStatus["Active"] = 2] = "Active"; InvoiceStatus[InvoiceStatus["Confirmed"] = 3] = "Confirmed"; InvoiceStatus[InvoiceStatus["PartialPaid"] = 4] = "PartialPaid"; InvoiceStatus[InvoiceStatus["Paid"] = 5] = "Paid"; InvoiceStatus[InvoiceStatus["Void"] = 6] = "Void"; })(InvoiceStatus = Enums.InvoiceStatus || (Enums.InvoiceStatus = {})); let InvoiceType; (function (InvoiceType) { InvoiceType[InvoiceType["Sales"] = 1] = "Sales"; InvoiceType[InvoiceType["Purchase"] = 2] = "Purchase"; InvoiceType[InvoiceType["SalesReturn"] = 3] = "SalesReturn"; InvoiceType[InvoiceType["PurchaseReturn"] = 4] = "PurchaseReturn"; InvoiceType[InvoiceType["Transfer"] = 5] = "Transfer"; InvoiceType[InvoiceType["DebitNote"] = 6] = "DebitNote"; InvoiceType[InvoiceType["CreditNote"] = 7] = "CreditNote"; InvoiceType[InvoiceType["Income"] = 8] = "Income"; InvoiceType[InvoiceType["Expense"] = 9] = "Expense"; InvoiceType[InvoiceType["InwardTransfer"] = 10] = "InwardTransfer"; InvoiceType[InvoiceType["OutwardTransfer"] = 11] = "OutwardTransfer"; })(InvoiceType = Enums.InvoiceType || (Enums.InvoiceType = {})); })(Enums = Transact.Enums || (Transact.Enums = {})); })(Transact = Apps.Transact || (Apps.Transact = {})); })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {})); })(Bizgaze || (Bizgaze = {}));