Built files from Bizgaze WebServer
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

enum.js 9.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. var Bizgaze;
  2. (function (Bizgaze) {
  3. let Apps;
  4. (function (Apps) {
  5. let Transact;
  6. (function (Transact) {
  7. let Enums;
  8. (function (Enums) {
  9. let DcType;
  10. (function (DcType) {
  11. DcType[DcType["Inward"] = 1] = "Inward";
  12. DcType[DcType["Outward"] = 2] = "Outward";
  13. DcType[DcType["ClaimInward"] = 3] = "ClaimInward";
  14. DcType[DcType["ClaimOutward"] = 4] = "ClaimOutward";
  15. })(DcType = Enums.DcType || (Enums.DcType = {}));
  16. let StockStatus;
  17. (function (StockStatus) {
  18. StockStatus[StockStatus["Active"] = 1] = "Active";
  19. StockStatus[StockStatus["Delivered"] = 2] = "Delivered";
  20. StockStatus[StockStatus["Damaged"] = 3] = "Damaged";
  21. StockStatus[StockStatus["Missing"] = 4] = "Missing";
  22. StockStatus[StockStatus["Allocated"] = 5] = "Allocated";
  23. StockStatus[StockStatus["Expired"] = 6] = "Expired";
  24. StockStatus[StockStatus["InActive"] = 7] = "InActive";
  25. StockStatus[StockStatus["Void"] = 8] = "Void";
  26. StockStatus[StockStatus["Transfer"] = 9] = "Transfer";
  27. })(StockStatus = Enums.StockStatus || (Enums.StockStatus = {}));
  28. let StockType;
  29. (function (StockType) {
  30. StockType[StockType["Item"] = 1] = "Item";
  31. StockType[StockType["Package"] = 2] = "Package";
  32. StockType[StockType["Asset"] = 3] = "Asset";
  33. })(StockType = Enums.StockType || (Enums.StockType = {}));
  34. let OrderType;
  35. (function (OrderType) {
  36. OrderType[OrderType["Sales"] = 1] = "Sales";
  37. OrderType[OrderType["Purchase"] = 2] = "Purchase";
  38. OrderType[OrderType["SalesOpportunity"] = 3] = "SalesOpportunity";
  39. OrderType[OrderType["PurchaseOpportunity"] = 4] = "PurchaseOpportunity";
  40. OrderType[OrderType["SalesClaim"] = 5] = "SalesClaim";
  41. OrderType[OrderType["PurchaseClaim"] = 6] = "PurchaseClaim";
  42. OrderType[OrderType["SalesEstimate"] = 7] = "SalesEstimate";
  43. OrderType[OrderType["PurchaseEstimate"] = 8] = "PurchaseEstimate";
  44. OrderType[OrderType["OrderTransfer"] = 9] = "OrderTransfer";
  45. OrderType[OrderType["InwardOrder"] = 10] = "InwardOrder";
  46. OrderType[OrderType["OutwardOrder"] = 11] = "OutwardOrder";
  47. OrderType[OrderType["SalesContract"] = 12] = "SalesContract";
  48. OrderType[OrderType["PurchaseContract"] = 13] = "PurchaseContract";
  49. OrderType[OrderType["PurchasePlanning"] = 14] = "PurchasePlanning";
  50. OrderType[OrderType["WorkOrder"] = 15] = "WorkOrder";
  51. OrderType[OrderType["ProductionPlanning"] = 16] = "ProductionPlanning";
  52. })(OrderType = Enums.OrderType || (Enums.OrderType = {}));
  53. let PriceType;
  54. (function (PriceType) {
  55. PriceType[PriceType["None"] = 1] = "None";
  56. PriceType[PriceType["CompositePrice"] = 2] = "CompositePrice";
  57. PriceType[PriceType["PiecePrice"] = 3] = "PiecePrice";
  58. PriceType[PriceType["Both"] = 4] = "Both";
  59. })(PriceType = Enums.PriceType || (Enums.PriceType = {}));
  60. let InventoryApplyType;
  61. (function (InventoryApplyType) {
  62. InventoryApplyType[InventoryApplyType["Packs"] = 1] = "Packs";
  63. InventoryApplyType[InventoryApplyType["Quantity"] = 2] = "Quantity";
  64. InventoryApplyType[InventoryApplyType["Numbers"] = 3] = "Numbers";
  65. InventoryApplyType[InventoryApplyType["Pieces"] = 4] = "Pieces";
  66. InventoryApplyType[InventoryApplyType["PacksAndPieces"] = 5] = "PacksAndPieces";
  67. })(InventoryApplyType = Enums.InventoryApplyType || (Enums.InventoryApplyType = {}));
  68. let OrderStatus;
  69. (function (OrderStatus) {
  70. OrderStatus[OrderStatus["Draft"] = 1] = "Draft";
  71. OrderStatus[OrderStatus["Approval"] = 2] = "Approval";
  72. OrderStatus[OrderStatus["Active"] = 3] = "Active";
  73. OrderStatus[OrderStatus["Rejected"] = 4] = "Rejected";
  74. OrderStatus[OrderStatus["Partial"] = 5] = "Partial";
  75. OrderStatus[OrderStatus["Completed"] = 6] = "Completed";
  76. OrderStatus[OrderStatus["Void"] = 7] = "Void";
  77. })(OrderStatus = Enums.OrderStatus || (Enums.OrderStatus = {}));
  78. let PaymentDiscountType;
  79. (function (PaymentDiscountType) {
  80. PaymentDiscountType[PaymentDiscountType["Discount"] = 1] = "Discount";
  81. PaymentDiscountType[PaymentDiscountType["Penalty"] = 2] = "Penalty";
  82. PaymentDiscountType[PaymentDiscountType["TDS"] = 3] = "TDS";
  83. })(PaymentDiscountType = Enums.PaymentDiscountType || (Enums.PaymentDiscountType = {}));
  84. let PaymentType;
  85. (function (PaymentType) {
  86. PaymentType[PaymentType["Receipt"] = 1] = "Receipt";
  87. PaymentType[PaymentType["Payment"] = 2] = "Payment";
  88. })(PaymentType = Enums.PaymentType || (Enums.PaymentType = {}));
  89. let PaymentMode;
  90. (function (PaymentMode) {
  91. PaymentMode[PaymentMode["None"] = 0] = "None";
  92. PaymentMode[PaymentMode["Cash"] = 1] = "Cash";
  93. PaymentMode[PaymentMode["Cheque"] = 2] = "Cheque";
  94. PaymentMode[PaymentMode["Online"] = 3] = "Online";
  95. PaymentMode[PaymentMode["Neft"] = 4] = "Neft";
  96. PaymentMode[PaymentMode["Rtgs"] = 5] = "Rtgs";
  97. PaymentMode[PaymentMode["FundTransfer"] = 6] = "FundTransfer";
  98. PaymentMode[PaymentMode["Adjustment"] = 7] = "Adjustment";
  99. PaymentMode[PaymentMode["Upi"] = 8] = "Upi";
  100. PaymentMode[PaymentMode["Cards"] = 9] = "Cards";
  101. PaymentMode[PaymentMode["MultiplePayments"] = 10] = "MultiplePayments";
  102. })(PaymentMode = Enums.PaymentMode || (Enums.PaymentMode = {}));
  103. let PaymentSettingType;
  104. (function (PaymentSettingType) {
  105. PaymentSettingType[PaymentSettingType["Discount"] = 1] = "Discount";
  106. PaymentSettingType[PaymentSettingType["Penalty"] = 2] = "Penalty";
  107. PaymentSettingType[PaymentSettingType["TDS"] = 3] = "TDS";
  108. PaymentSettingType[PaymentSettingType["MultiplePaymentMode"] = 4] = "MultiplePaymentMode";
  109. PaymentSettingType[PaymentSettingType["CompanyWisePayments"] = 5] = "CompanyWisePayments";
  110. })(PaymentSettingType = Enums.PaymentSettingType || (Enums.PaymentSettingType = {}));
  111. let InventoryType;
  112. (function (InventoryType) {
  113. InventoryType[InventoryType["Item"] = 1] = "Item";
  114. InventoryType[InventoryType["Service"] = 2] = "Service";
  115. InventoryType[InventoryType["Package"] = 3] = "Package";
  116. InventoryType[InventoryType["Assembly"] = 4] = "Assembly";
  117. InventoryType[InventoryType["Coupons"] = 5] = "Coupons";
  118. InventoryType[InventoryType["Discount"] = 6] = "Discount";
  119. InventoryType[InventoryType["Expense"] = 7] = "Expense";
  120. InventoryType[InventoryType["Subscription"] = 8] = "Subscription";
  121. })(InventoryType = Enums.InventoryType || (Enums.InventoryType = {}));
  122. let InvoiceStatus;
  123. (function (InvoiceStatus) {
  124. InvoiceStatus[InvoiceStatus["Draft"] = 1] = "Draft";
  125. InvoiceStatus[InvoiceStatus["Active"] = 2] = "Active";
  126. InvoiceStatus[InvoiceStatus["Confirmed"] = 3] = "Confirmed";
  127. InvoiceStatus[InvoiceStatus["PartialPaid"] = 4] = "PartialPaid";
  128. InvoiceStatus[InvoiceStatus["Paid"] = 5] = "Paid";
  129. InvoiceStatus[InvoiceStatus["Void"] = 6] = "Void";
  130. })(InvoiceStatus = Enums.InvoiceStatus || (Enums.InvoiceStatus = {}));
  131. let InvoiceType;
  132. (function (InvoiceType) {
  133. InvoiceType[InvoiceType["Sales"] = 1] = "Sales";
  134. InvoiceType[InvoiceType["Purchase"] = 2] = "Purchase";
  135. InvoiceType[InvoiceType["SalesReturn"] = 3] = "SalesReturn";
  136. InvoiceType[InvoiceType["PurchaseReturn"] = 4] = "PurchaseReturn";
  137. InvoiceType[InvoiceType["Transfer"] = 5] = "Transfer";
  138. InvoiceType[InvoiceType["DebitNote"] = 6] = "DebitNote";
  139. InvoiceType[InvoiceType["CreditNote"] = 7] = "CreditNote";
  140. InvoiceType[InvoiceType["Income"] = 8] = "Income";
  141. InvoiceType[InvoiceType["Expense"] = 9] = "Expense";
  142. InvoiceType[InvoiceType["InwardTransfer"] = 10] = "InwardTransfer";
  143. InvoiceType[InvoiceType["OutwardTransfer"] = 11] = "OutwardTransfer";
  144. })(InvoiceType = Enums.InvoiceType || (Enums.InvoiceType = {}));
  145. })(Enums = Transact.Enums || (Transact.Enums = {}));
  146. })(Transact = Apps.Transact || (Apps.Transact = {}));
  147. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  148. })(Bizgaze || (Bizgaze = {}));