NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>HRC Application</title>
<script type="text/javascript">
hrc = {};
hrc.util = {};
</script>
<script type="text/javascript" src="static/extjs/ext-all-6.0.2.js"> </script>
<script type="text/javascript" src="static/js/hrc.js"> </script>
<script type="text/javascript" src="static/js/util.js"> </script>
<link rel="stylesheet" type="text/css" href="static/extjs/theme-triton-all.css" />
<link rel="shortcut icon" href="static/extjs/images/favicon.ico" type="image/x-icon" />
</head>
<body>
<center><h1>ABC Products </h1></center><right><h1>High Radius</h1></right><left><h3>Welcome Vineel</h3></left><h4>Please find ExtJS 6.0.2 documentation <a href="https://docs.sencha.com/extjs/6.0.2/" target="_blank">here</a></h4>
<script type="text/javascript">
Ext.onReady(function () {
var store = Ext.create('Ext.data.Store',{
storeId:'Open Invoice',
autoLoad:true,
proxy:{
type:'ajax',
enablePaging:true,
url:'getData.do',
actionMethods:{
read:'POST'
},
extraParams:{
flag:'1',
},
reader:{
type:'json',
rootProperty:'rows',
totalProperty:'results',
keepRawData:true
}
},
pageSize:20,
fields:['id','accountId','actualOpenAmount','baselineDateNorm','branch','businessArea','clearingDateNorm','companyCode','currency','currentDisputeAmount','customerName','customerNumberNorm','debitCreditIndicator','documentDate','documentDateNorm','documentId','documentNumberNorm','dueDate','dueDateNorm','fiscalYear','fkCustomerMapId','fkStrategyId','invoiceAge','invoiceNumberNorm','isopen','isvalidDispute','jobId','openAmountNorm','orderDate','orderType','paymentTerms','postingKey','shipDate','shipTo','taxAmount','validOpenAmount'],
});

var grid1 = Ext.create('Ext.grid.Panel', {
title: 'HRC',
itemId: 'hrc_grid_panel',
height: 525,
store: store,
columns: [
{ text:'Id', dataIndex: 'id'},
{ text: 'Account Id', dataIndex: 'accountId'},
{ text: 'Document Number Norm', dataIndex: 'documentDateNorm'},
{ text: 'Company Code', dataIndex: 'companyCode'},
{ text: 'Fiscal Year', dataIndex: 'fiscalYear'},
{ text: 'Branch', dataIndex: 'branch'},
{ text: 'Customer Number Norm', dataIndex: 'customerNumberNorm'},
{ text: 'Fk Customer Map Id', dataIndex: 'fkCustomerMapId'},
{ text: 'Document Date Norm', dataIndex: 'documentDateNorm'},
{ text: 'Baseline Date Norm', dataIndex: 'baselineDateNorm'},
{ text: 'Due Date Norm', dataIndex: 'dueDateNorm'},
{ text: 'Invoice Number', dataIndex: 'invoiceNumberNorm'},
{ text: 'Open Amount Norm', dataIndex: 'openAmountNorm'},
{ text: 'Payment Terms', dataIndex: 'paymentTerms'},
{ text: 'Clearing Date Norm', dataIndex: 'clearingDateNorm'},
{ text: 'Isopen', dataIndex: 'isopen'},
{ text: 'Order Type', dataIndex: 'orderType'},
{ text: 'Order Date', dataIndex: 'orderDate'},
{ text: 'Business Area', dataIndex: 'businessArea'},
{ text: 'Ship Date', dataIndex: 'shipDate'},
{ text: 'Job Id', dataIndex: 'jobId'},
{ text: 'Tax Amt', dataIndex: 'taxAmount'},
{ text: 'Current Dispute Amount', dataIndex: 'currentDisputeAmount'},
{ text: 'Ship To', dataIndex: 'shipTo'},
{ text: 'Document Id', dataIndex: 'documentId'},
{ text: 'Document Date', dataIndex: 'documentDate'},
{ text: 'Actual Open Amount', dataIndex: 'actualOpenAmount'},
{ text: 'Due Date', dataIndex: 'dueDate'},
{ text: 'Invoice Age', dataIndex: 'invoiceAge'},
{ text: 'Isvalid Dispute', dataIndex: 'isvalidDispute'},
{ text: 'Posting Key', dataIndex: 'postingKey'},
{ text: 'Fk Strategy Id', dataIndex: 'fkStrategyId'},
{ text: 'Currency', dataIndex: 'currency'},
{ text: 'Debit Credit Indicator', dataIndex: 'debitCreditIndicator'},
{ text: 'Valid Open Amount', dataIndex: 'validOpenAmount'},
{ text: 'Customer Name', dataIndex: 'customerName' },
//{ text: 'Retainage Amount', dataIndex: 'RetainageAmount'}

],
bbar: new Ext.PagingToolbar({
pageSize: 20,
store: store,
displayInfo: true,
style : 'padding-right : 17px;',
displayMsg: 'Users'+' {0} - {1} of {2}',
emptyMsg: "No Records to display",
items: []
}),
tbar: new Ext.PagingToolbar({
pageSize: 20,
store: store,
displayInfo: true,
style : 'padding-right : 17px;',
displayMsg: 'Users'+' {0} - {1} of {2}',
emptyMsg: "No Records to display",
items: []
}),
dockedItems: [{
xtype: 'toolbar',
dock: 'top',
items: [{
xtype: 'button',
text: 'Edit',
listeners: {
click: function () {
//Implement your functionality
}
}
},{
xtype: 'button',
text: 'Predict',
listeners: {
click: function () {
//Implement your functionality
}
}
}]
}],
renderTo: Ext.getBody()
});
var tab1 = new Ext.panel.Panel({
title:'All Invoices',
width:600,
height:200,
items:[grid1]
});

var tab = Ext.create('Ext.tab.Panel',{
title:'INVOICES',
width:600,
height:200,
items:[tab1,{title:'Open Invoices',html:'Tab 2'},{title:'Closed Invoices',html:'Tab 3'}]
});

Ext.create('Ext.tab.Panel', {
renderTo:Ext.getBody(),

width:4000,
height:500,
items:[tab]
});

});
</script>
</body>
</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.