code
stringlengths
1
2.08M
language
stringclasses
1 value
// ┌────────────────────────────────────────────────────────────────────┐ \\ // │ Raphaël 2.1.0 - JavaScript Vector Library │ \\ // ├────────────────────────────────────────────────────────────────────┤ \\ // │ Copyright © 2008-2012 Dmitry Baranovskiy (http://raphaeljs.com) │ \\ // │ Co...
JavaScript
Raphael.fn.arrow = function (x1, y1, x2, y2, size, color) { var angle = Math.atan2(x1-x2, y2-y1); angle = (angle / (2 * Math.PI)) * 360; var arrowPath = this.path('M' + x2 + ' ' + y2 + ' L' + (x2 - size) + ' ' + (y2 - size) + ' L' + (x2 - size) + ' ' + (y2 + size) + ' L' + x2 + ' ' + y2 ).attr('stroke',...
JavaScript
function CreateGrid(numRows) { var optionClient = { jsonReader: { root: "invdata", page: "page", total: "total", records: "records", repeatitems: false, id: "ID" }, colModel: colModelStock, colNames: ...
JavaScript
LoadData(); function LoadData() { LoadAjax('Guest'); }; function GetName(obj) { LoadAjax(obj); }; function LoadAjax(obj) { $.ajax({ type: 'POST', url: '../Mods/_Demo/TemplateControllerService.asmx/HelloWorld', data: { name: obj }, success: function (ret) { ...
JavaScript
$('input[name$="Button1"]').click(function () { LoadData(); return false; }); function LoadData() { LoadAjax('Guest'); }; function GetName(obj) { LoadAjax(obj); }; function LoadAjax(obj) { $.ajax({ type: 'POST', url: 'Mods/_Demo/TemplateControllerService.asmx/HelloWor...
JavaScript
var lastsel; datePick = function (elem) { $(elem).autocomplete({ source: ["aaaaa", "apple", "atom"], focus: function (event, ui) { log("focus: " + ui.item.label); }, select: function (event, ui) { log("select: " + ui.item.label); }, ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Tax = { Init: function () { this.Grid.Load(); this.Event(); }, OptionsController: { template: 'Mods/Items/TaxEntry', data: "{a:'-', b:'--'}", ...
JavaScript
ddsmoothmenu.init({ mainmenuid: "NavigationBar", //menu DIV id orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v" classname: 'ddsmoothmenu', //class added to menu's outer DIV contentsource: "markup", //"markup" or ["container_id", "path_to_menu_file"] shadow: { offsetx: 1, offs...
JavaScript
/* * jQuery Nivo Slider v2.7.1 * http://nivo.dev7studios.com * * Copyright 2011, Gilbert Pellegrom * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * March 2010 */ (function($) { var NivoSlider = function(element, options){ //Defaults ...
JavaScript
var ddsmoothmenu = { arrowimages: { down: ['downarrowclass', 'images/down.gif', 23], right: ['rightarrowclass', 'images/right.gif'] }, transition: { overtime: 300, outtime: 300 }, //duration of slide in/ out animation, in milliseconds shadow: { enable: true, offsetx: 5, offsety: 5 }, //enable shadow? ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ACore == 'undefined') Mods.ACore = {}; if (typeof Precision == 'undefined') Precision = 0; if (typeof Groupseparator == 'undefined') Groupseparator = ','; if (typeof NumRow == 'undefined') NumRow = 1; Mods.ACore.Voucher[INSTANT] = { Ser...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ACore == 'undefined') Mods.ACore = {}; Mods.ACore.GroupEntry[INSTANT] = { IsUpdate: false, UpdateID: null, Properties: {}, ObjMesseage: { SaveTitle: 'Them moi', SaveConfirm: 'Ban co muon unpost don hang nay...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ACore == 'undefined') Mods.ACore = {}; Mods.ACore.Payment[INSTANT] = { ServiceUrl: "../Mods/ACore/Service/PaymentService.asmx", ServerOptions: Payment_Instant['[INSTANT]'], Init: function () { this.Load(); this....
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ACore == 'undefined') Mods.ACore = {}; Mods.ACore.Group[INSTANT] = { ObjMesseage: { DeleteTitle: 'Xóa {0}', DeleteConfirm: 'Bạn có chắc muốn xóa {0} này?' }, ControlIDs: { txtCode: '#[INSTANT]Group-txtC...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ACore == 'undefined') Mods.ACore = {}; if (typeof NumRowGL == 'undefined') NumRowGL = 1; Mods.ACore.CusGL = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.wind...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ACore == 'undefined') Mods.ACore = {}; if (typeof Precision == 'undefined') Precision = 0; if (typeof Groupseparator == 'undefined') Groupseparator = ','; if (typeof NumRow == 'undefined') NumRow = 1; Mods.ACore.PaymentPartner[INSTANT] = { ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Cash == 'undefined') Mods.Cash = {}; Mods.Cash.CashAndBankingPayment = { Init: function () { this.Grid.Load(); this.Event(); }, Event: function () { }, Grid: { GridUrl: '', GridId: '#', ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Cash == 'undefined') Mods.Cash = {}; if (typeof NumRowBT == 'undefined') NumRowBT = 1; //kh051 NumRowVoucher if (typeof NumRowVoucher == 'undefined') NumRowVoucher = 1; Mods.Cash.BaseList[INSTANT] = { ServiceUrl: "../Mods/Cash/Service/Cash...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ACore == 'undefined') Mods.Cash = {}; Mods.Cash.BaseEntry[INSTANT] = { ServiceUrl: "../Mods/ACore/Service/PaymentService.asmx", ServerOptions: Payment_Instant['[INSTANT]'], Init: function () { this.Load(); this....
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Cash == 'undefined') Mods.Cash = {}; Mods.Cash.JournalVoucher = { Init: function () { this.Grid.Load(); this.Event(); }, Event: function () { }, Grid: { GridUrl: '', GridId: '#', Gr...
JavaScript
//=============================================================================================== // Mod: Core // Author: thien.l.do // Ref: http://splitterjsobj.sourceforge.net/ // Use: jquery.splitter.js // Edit: // Create: 2011-06-22 // Modify: yyyy-MM-dd //==============...
JavaScript
if (typeof (FWS) == 'undefined') FWS = {}; if (typeof (FWS.System) == 'undefined') FWS.System = {}; if (typeof (FWS.System.Control) == 'undefined') FWS.System.Control = {}; /* cần phải có plugin jquery.glob.js */ FWS.System.Control.Autocomplete = { Account: function (id, container, UrlOrDat...
JavaScript
function CViewFilter(options) { //begin class ObjViewFilter = this; //hàm contructor this.Contructor = function (data) { this.CViewParamsObj = null; this.LastViewParams = null; this.LastestViewInfo = null; this.ArrayParamCache = []; if (data) ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Cash == 'undefined') Mods.Core = {}; Mods.Core.GridBase[INSTANT] = { // ServiceUrl: , //"../Mods/_Cash/Service/GridBaseService.asmx/Get[INSTANT]", GridId: '#[INSTANT]BaseGrid', GridView: '#gview_[INSTANT]BaseGrid', GridPager: '...
JavaScript
//================================================================================================= // Mod: Grid // Author: KhanhNguyen // Edit: //================================================================================================= if (typeof VnAccounting == 'undefined') var VnAccount...
JavaScript
//================================================================================================= // Mod: Grid // Author: KhanhNguyen // Edit: //================================================================================================= function CGrid() { this.Request = function (gridID,...
JavaScript
/* Require: */ CControl = { HandlerUrl: '../Mods/_Core/Service/ControlHandler.ashx?', ServiceUrl: '../Mods/_Core/Service/ControlService.asmx/', /*-----------FORM-----------*/ InitForm: function (options) { if (options.container) { var thisObj = this; //Sel...
JavaScript
function CViewParams(options) { ObjViewParam = this; //hàm contructor this.Contructor = function () { this._params = []; this.ID = ObjViewParam._options.viewId; }; ////begin class this._options = { url: "../Mods/_Core/Service/CoreService.asmx/FilterGetParams", ...
JavaScript
if (typeof FWS == 'undefined') FWS = {}; if (typeof FWS.System == 'undefined') FWS.System = {}; FWS.System.Core = { Session: { Language: function () { return 'vi-VN' }, Culture: function () { return 'vn' }, }, BuildInputValue: function (opts) { var inputValue...
JavaScript
var fc_x0 = 0, fc_y0 = 0, fc_dx = 170, fc_dy = 105, fc_w = 96, fc_h = 96; Raphael.fn.arrow = function (x1, y1, x2, y2, size, color) { var angle = Math.atan2(x1 - x2, y2 - y1); angle = (angle / (2 * Math.PI)) * 360; var arrowPath = this.path('M' + x2 + ' ' + y2 + ' L' + (x2 - ...
JavaScript
if (typeof (FWS) == 'undefined') FWS = {}; if (typeof (FWS.System) == 'undefined') FWS.System = {}; if (typeof (FWS.System.IO) == 'undefined') FWS.System.IO = {}; FWS.System.IO.AjaxOverlay = { Init: "nothing", Show: "nothing", Hide: "nothing" }; if (COverlay) { FWS.System.IO.AjaxOverlay = new C...
JavaScript
if (typeof (FWS) == 'undefined') FWS = {}; if (typeof (FWS.Filter) == 'undefined') FWS.Filter = {}; FWS.Filter = { Dialog: null, Init: function () { }, DefaultInit: function () { FWS.Filter.Dialog = new CViewFilter(); var options = { PageCode: "REPORT" }; FWS...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Report == 'undefined') Mods.Report = {}; //Clear bobj of crystalreport if (typeof bobj == 'undefined') bobj = {}; if (typeof bobj.crv == 'undefined') bobj.crv = {}; if (typeof bobj.crv.ContentRenderer == 'undefined') bobj.crv.Co...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Report == 'undefined') Mods.Report = {}; Mods.Report.Filter[INSTANT] = { init: function () { var _input = "<InputValue "; if (reportParameters) { _input += reportParameters; } _input += "/>"; ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Db == 'undefined') Mods.Db = {}; Mods.Db.Report = { init: function () { //this.loadFilter(5); var filterID = ''; if (FWS.Web.CTemplateController.CurrentContentOptions != null) filterID = FWS.Web.CTemplateContro...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Db == 'undefined') Mods.Db = {}; Mods.Db.ReportViewer = { init: function () { var ipv = $.GetURL('InputValue') || ''; if (ipv != '') { ipv = decodeURIComponent(ipv); ipv = $.HtmlDecode(ipv); ...
JavaScript
 var datatable = createBigData(); var fixCol = 1, fixRow = 0; var f_StyleRenderer = function (instance, td, row, col, prop, value, cellProperties) { //console.log(row, col, arguments); Handsontable.TextCell.renderer.apply(this, arguments); $(td).css({ background: '#a1a1a1', color:...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Dashboard == 'undefined') Mods.Dashboard = {}; Mods.Dashboard.Chart = { Init: function () { var thisObj = this; thisObj.ChartNhapXuat.Init(); thisObj.ChartTonKhoToiThieu.Init(); thisObj.ChartTonKhoSanPham.Init(); ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Db == 'undefined') Mods.Db = {}; Mods.Db.Task = { init: function () { this.loadAuto(); }, loadAuto: function () { var vfilter = new CFilter({ FilterID: '3' }); vfilter.autorun({ success: function (data...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Db == 'undefined') Mods.CoreReport = {}; Mods.CoreReport.PReportViewer = { viewport: { height: '200%' }, init: function () { var $win = $(window); this.viewport.height = $win.height() + 'px;'; $('#ui-repor...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Db == 'undefined') Mods.CoreReport = {}; Mods.CoreReport.ReportP = { init: function (opts) { //console.log('[M]==> Mods.CoreReport.ReportP.init', opts); $.callFrameFunction('#frmReportPopup', 'filterData', opts); } }; /* //...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Db == 'undefined') Mods.CoreReport = {}; Mods.CoreReport.Report = { init: function () { var filterID = ''; if (FWS.Web.CTemplateController.CurrentContentOptions != null) filterID = FWS.Web.CTemplateController.CurrentCont...
JavaScript
/*! * jQuery JavaScript Library v1.10.2 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2013-07-03T13:48Z */ (function (window, undefined) { ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst.Grid = {}; Mods.CoreHst.Grid[__HstGridID] = { gridId: '#hstInstance', instance: null, hstOptions: null, init: function (options) { ...
JavaScript
//------------------------------------------------------------------------------------------------------------ // Class CHST //------------------------------------------------------------------------------------------------------------ var iMarkets = { Grid: { CustomFormatHTMLEscape: function () { },...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst.Grid = {}; Mods.CoreHst.Grid[__HstGridID] = { gridId: '#hstInstance', instance: null, hstOptions: null, init: function (options) { ...
JavaScript
var Mods = {}; if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; Mods.CoreHst.Grid = { gridContentID: '#hstInstance', options: null, showGrid: function (options) { //console.log('Mods.CoreHst.Grid', options); options.gr...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; Mods.CoreHst.GridConfig = { GridID: '', Type: '', Properties: { windowID: "", rowID: "0" }, Init: function (opts) { this.Properties.windowID = opts.options....
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst.Grid = {}; Mods.CoreHst.Grid[__HstGridID] = { gridId: '#hstInstance', instance: null, hstOptions: null, init: function (options) { ...
JavaScript
var _filter = {}; function showGrid(options) { //console.log('::showGrid', options); options.gridID = options.gridID || 0; Mods.CoreHst.Grid.showGrid(options); } function showFilter() { alert('filter'); } function filterData(options) { _filter.options = options; //console.log('::Grid...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst.Grid = {}; Mods.CoreHst.Grid[__HstGridID] = { gridId: '#hstInstance', instance: null, hstOptions: null, init: function (options) { ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst.Grid = {}; Mods.CoreHst.Grid[__HstGridID] = { hstOptions: null, instance: null, gridId: '#hstInstance', rowSelected: null, init: funct...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst.Grid = {}; Mods.CoreHst.Grid[__HstGridID] = { instance: null, hstOptions: null, options: null, init: function (options) { if (opti...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst.Grid = {}; Mods.CoreHst.Grid[__HstGridID] = { gridId: '#hstInstance', instance: null, hstOptions: null, init: function (options) { ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst.Grid = {}; Mods.CoreHst.Grid[__HstGridID] = { gridId: '#hstInstance', instance: null, hstOptions: null, init: function (options) { ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst = {}; if (typeof Mods.CoreHst == 'undefined') Mods.CoreHst.Grid = {}; Mods.CoreHst.Grid[__HstGridID] = { hstOptions: null, instance: null, gridId: '#hstInstance', init: function (options) { ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Users == 'undefined') Mods.Users = {}; Mods.Users.List = { ControlIDs: { btnAddNew: "#UserList-AddNewUser", contentID: "#UserList-Content", formID: "#UserList-Form" }, OptionsController: { temp...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Users == 'undefined') Mods.Users = {}; Mods.Users.Entry = { ControlIDs: { cboRole: "#UserEntry-Role", txtFullName: "#UserEntry-txtFullName", txtUserName: "#UserEntry-txtUserName", txtPass: "#UserEntry-txtPas...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ItemsDoc == 'undefined') Mods.ItemsDoc = {}; Mods.ItemsDoc.ImportCustomer = { init: function () { this.loadAuto(); }, loadAuto: function () { var vfilter = new CFilter({ FilterID: '12' }); vfilter.autorun({ ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ItemsDoc == 'undefined') Mods.ItemsDoc = {}; Mods.ItemsDoc.InvoiceUnknown = { init: function () { this.loadAuto(); }, loadAuto: function () { var vfilter = new CFilter({ FilterID: '9' }); vfilter.autorun({ ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ItemsDoc == 'undefined') Mods.ItemsDoc = {}; Mods.ItemsDoc.Voucher = { init: function () { this.loadAuto(); }, loadAuto: function () { var vfilter = new CFilter({ FilterID: '7' }); vfilter.autorun({ su...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ItemsDoc == 'undefined') Mods.ItemsDoc = {}; if (typeof Mods.ItemsDoc.Customers == 'undefined') Mods.ItemsDoc.Customers = {}; Mods.ItemsDoc.Customers[FWS.Web.CTemplateController.CurrentContentOptions.id] = { frameId: 'hstgrid-Customers-content', ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ItemsDoc == 'undefined') Mods.ItemsDoc = {}; Mods.ItemsDoc.ImportVoucher2 = { init: function () { this.loadAuto(); }, loadAuto: function () { var vfilter = new CFilter({ FilterID: '11' }); vfilter.autorun({ ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ItemsDoc == 'undefined') Mods.ItemsDoc = {}; Mods.ItemsDoc.ImportVoucher1 = { init: function () { this.loadAuto(); }, loadAuto: function () { var vfilter = new CFilter({ FilterID: '10' }); vfilter.autorun({ ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ItemsDoc == 'undefined') Mods.ItemsDoc = {}; Mods.ItemsDoc.Fee = { init: function () { this.loadAuto(); }, loadAuto: function () { var vfilter = new CFilter({ FilterID: '23' }); vfilter.autorun({ succe...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ItemsDoc == 'undefined') Mods.ItemsDoc = {}; Mods.ItemsDoc.Block = { init: function () { this.loadAuto(); }, loadAuto: function () { var vfilter = new CFilter({ FilterID: '24' }); vfilter.autorun({ suc...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.ItemsDoc == 'undefined') Mods.ItemsDoc = {}; Mods.ItemsDoc.Invoice = { init: function () { this.loadAuto(); }, loadAuto: function () { var vfilter = new CFilter({ FilterID: '8' }); vfilter.autorun({ su...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Asset == 'undefined') Mods.Asset = {}; Mods.Asset.Entry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Properties.rowID =...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Asset == 'undefined') Mods.Asset = {}; Mods.Asset.List = { Init: function () { this.Grid.Load(); this.Event(); }, OptionsController: { template: 'Mods/Asset/AssetEntry', data: "{a:'-', b:'--'}", ...
JavaScript
/* * jquery.CustonArbor.js * Author: sang.t.phan */ // data test var data = { "nodes": { "Phiếu thu": { "color": "#ccc", "width": 30, "shape": "circle", "image": "icon.png", "onclick": "function (dragged) { }" }, "G...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.ActiveIngredientEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Pr...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.CustomerGroupEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Prope...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Currency = { gridID: "#fws_grid", optionClient: '', GridUrl: '../Mods/Items/Service/CurrencyService.asmx/GetGrid', GridPager: 'fws_gridpage', Init: function () { ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.TaxEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Properties.rowI...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.VendorGroup = { Init: function () { this.Grid.LoadGrid(); this.Event(); }, OptionsController: { template: 'Mods/Items/VendorGroupEntry', data: "{...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.VendorGroupEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Propert...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Tax = { Init: function () { this.Grid.Load(); this.Event(); }, OptionsController: { template: 'Mods/Items/TaxEntry', data: "{a:'-', b:'--'}", ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Customer = { Init: function () { this.Grid.Load(); this.Event(); }, OptionsController: { template: 'Mods/Items/CustomerEntry', data: "{a:'-', b:'...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.ChartAccount = { GridUrl: '../Mods/Items/Service/ChartAccountTree.ashx?dtype=1', GridID: '#chartaccount_grid', Init: function () { this.LoadGrid(); this.Event();...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Product = { Init: function () { this.LoadGrid(); this.Event(); }, OptionsController: { template: 'Mods/Items/ItemEntry', data: "{a:'-', b:'--'}",...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.ProductGroup = { GridUrl: '../Mods/Items/Service/ProductService.asmx/GetInventoryProductGroupLists', GridId: '#itemGroup_grid', GridPager: 'itemGroup_gridpage', optionClient:''...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.EmployeeEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Properties...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.CustomerGroup = { Init: function () { this.Grid.LoadGrid(); this.Event(); }, OptionsController: { template: 'Mods/Items/CustomerGroupEntry', data...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.VendorEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Properties.r...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Simple[INSTANT] = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Properti...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.ChartAccountEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Proper...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.ProductEntry = { GridID: '#Vendor_Grid', urlService: '../Mods/Items/Service/ProductService.asmx', DefaultInit: function (opts) { var windowID = "#" + opts.id; va...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.ActiveIngredient = { Init: function () { this.Grid.Load(); this.Event(); }, OptionsController: { template: 'Mods/Items/ActiveIngredientEntry', da...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Vendor = { Init: function () { this.Grid.Load(); this.Event(); }, OptionsController: { template: 'Mods/Items/VendorEntry', data: "{a:'-', b:'--'}...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.StockEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Properties.ro...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Receipt = { ServiceUrl: '../Mods/Inventory/Service/CStockService.asmx', ServiceReceipt: '../Mods/Items/Service/ReceiptService.asmx', ControlIDs: { btnSave: "#Receipt-btnSav...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Employee = { Init: function () { this.Grid.Load(); this.Event(); }, OptionsController: { template: 'Mods/Items/EmployeeEntry', data: "{a:'-', b:'...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.CurrencyEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Properties...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.CustomerEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Properties...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.UnitEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Properties.row...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Simple[INSTANT] = { ObjMesseage: { DeleteTitle: 'Xóa {0}', DeleteConfirm: 'Bạn có chắc muốn xóa {0} này?' }, ControlIDs: { txtCode: '#[INSTANT]_txtCode'...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.ProductGroupEntry = { DefaultInit: function (opts) { var windowID = "#" + opts.id; var rowID = opts.rowID; this.Properties.windowID = windowID; this.Proper...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Unit = { Init: function () { this.Grid.Load(); this.Event(); }, OptionsController: { template: 'Mods/Items/UnitEntry', data: "{a:'--', b:'--'}", ...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Items == 'undefined') Mods.Items = {}; Mods.Items.Stock = { Init: function () { this.Grid.Load(); this.Event(); }, OptionsController: { template: 'Mods/Items/StockEntry', data: "{a:'--', b:'--'}"...
JavaScript
if (typeof Mods == 'undefined') Mods = {}; if (typeof Mods.Inventory == 'undefined') Mods.Inventory = {}; Mods.Inventory.InwardStock = { ServiceUrl: '../Mods/Inventory/Service/InwardStockService.asmx', Init: function () { this.CreateControl(); this.Grid.Load(); this.E...
JavaScript