This commit is contained in:
2023-03-11 17:30:20 +00:00
commit b6c4e025bc
5124 changed files with 1153349 additions and 0 deletions
+148
View File
@@ -0,0 +1,148 @@
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 = {}));
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"enum.js","sourceRoot":"","sources":["enum.ts"],"names":[],"mappings":"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"}
+1
View File
@@ -0,0 +1 @@
var Bizgaze;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){n[n.Inward=1]="Inward";n[n.Outward=2]="Outward";n[n.ClaimInward=3]="ClaimInward";n[n.ClaimOutward=4]="ClaimOutward"})(t=n.DcType||(n.DcType={}));let i;(function(n){n[n.Active=1]="Active";n[n.Delivered=2]="Delivered";n[n.Damaged=3]="Damaged";n[n.Missing=4]="Missing";n[n.Allocated=5]="Allocated";n[n.Expired=6]="Expired";n[n.InActive=7]="InActive";n[n.Void=8]="Void";n[n.Transfer=9]="Transfer"})(i=n.StockStatus||(n.StockStatus={}));let r;(function(n){n[n.Item=1]="Item";n[n.Package=2]="Package";n[n.Asset=3]="Asset"})(r=n.StockType||(n.StockType={}));let u;(function(n){n[n.Sales=1]="Sales";n[n.Purchase=2]="Purchase";n[n.SalesOpportunity=3]="SalesOpportunity";n[n.PurchaseOpportunity=4]="PurchaseOpportunity";n[n.SalesClaim=5]="SalesClaim";n[n.PurchaseClaim=6]="PurchaseClaim";n[n.SalesEstimate=7]="SalesEstimate";n[n.PurchaseEstimate=8]="PurchaseEstimate";n[n.OrderTransfer=9]="OrderTransfer";n[n.InwardOrder=10]="InwardOrder";n[n.OutwardOrder=11]="OutwardOrder";n[n.SalesContract=12]="SalesContract";n[n.PurchaseContract=13]="PurchaseContract";n[n.PurchasePlanning=14]="PurchasePlanning";n[n.WorkOrder=15]="WorkOrder";n[n.ProductionPlanning=16]="ProductionPlanning"})(u=n.OrderType||(n.OrderType={}));let f;(function(n){n[n.None=1]="None";n[n.CompositePrice=2]="CompositePrice";n[n.PiecePrice=3]="PiecePrice";n[n.Both=4]="Both"})(f=n.PriceType||(n.PriceType={}));let e;(function(n){n[n.Packs=1]="Packs";n[n.Quantity=2]="Quantity";n[n.Numbers=3]="Numbers";n[n.Pieces=4]="Pieces";n[n.PacksAndPieces=5]="PacksAndPieces"})(e=n.InventoryApplyType||(n.InventoryApplyType={}));let o;(function(n){n[n.Draft=1]="Draft";n[n.Approval=2]="Approval";n[n.Active=3]="Active";n[n.Rejected=4]="Rejected";n[n.Partial=5]="Partial";n[n.Completed=6]="Completed";n[n.Void=7]="Void"})(o=n.OrderStatus||(n.OrderStatus={}));let s;(function(n){n[n.Discount=1]="Discount";n[n.Penalty=2]="Penalty";n[n.TDS=3]="TDS"})(s=n.PaymentDiscountType||(n.PaymentDiscountType={}));let h;(function(n){n[n.Receipt=1]="Receipt";n[n.Payment=2]="Payment"})(h=n.PaymentType||(n.PaymentType={}));let c;(function(n){n[n.None=0]="None";n[n.Cash=1]="Cash";n[n.Cheque=2]="Cheque";n[n.Online=3]="Online";n[n.Neft=4]="Neft";n[n.Rtgs=5]="Rtgs";n[n.FundTransfer=6]="FundTransfer";n[n.Adjustment=7]="Adjustment";n[n.Upi=8]="Upi";n[n.Cards=9]="Cards";n[n.MultiplePayments=10]="MultiplePayments"})(c=n.PaymentMode||(n.PaymentMode={}));let l;(function(n){n[n.Discount=1]="Discount";n[n.Penalty=2]="Penalty";n[n.TDS=3]="TDS";n[n.MultiplePaymentMode=4]="MultiplePaymentMode";n[n.CompanyWisePayments=5]="CompanyWisePayments"})(l=n.PaymentSettingType||(n.PaymentSettingType={}));let a;(function(n){n[n.Item=1]="Item";n[n.Service=2]="Service";n[n.Package=3]="Package";n[n.Assembly=4]="Assembly";n[n.Coupons=5]="Coupons";n[n.Discount=6]="Discount";n[n.Expense=7]="Expense";n[n.Subscription=8]="Subscription"})(a=n.InventoryType||(n.InventoryType={}));let v;(function(n){n[n.Draft=1]="Draft";n[n.Active=2]="Active";n[n.Confirmed=3]="Confirmed";n[n.PartialPaid=4]="PartialPaid";n[n.Paid=5]="Paid";n[n.Void=6]="Void"})(v=n.InvoiceStatus||(n.InvoiceStatus={}));let y;(function(n){n[n.Sales=1]="Sales";n[n.Purchase=2]="Purchase";n[n.SalesReturn=3]="SalesReturn";n[n.PurchaseReturn=4]="PurchaseReturn";n[n.Transfer=5]="Transfer";n[n.DebitNote=6]="DebitNote";n[n.CreditNote=7]="CreditNote";n[n.Income=8]="Income";n[n.Expense=9]="Expense";n[n.InwardTransfer=10]="InwardTransfer";n[n.OutwardTransfer=11]="OutwardTransfer"})(y=n.InvoiceType||(n.InvoiceType={}))})(t=n.Enums||(n.Enums={}))})(t=n.Transact||(n.Transact={}))})(t=n.Apps||(n.Apps={}))})(Bizgaze||(Bizgaze={}));