cashless2ecash

cashless2ecash: pay with cards for digital cash (experimental)
Log | Files | Refs | README

terminal.html (21602B)


      1 <!DOCTYPE html>
      2 <html>
      3     <head>
      4         <meta charset="utf-8">
      5         <meta http-equiv="X-UA-Compatible" content="IE=edge">
      6         <title>terminal - postgres.c2ec</title>
      7         <!-- Tell the browser to be responsive to screen width -->
      8         <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
      9         <link rel="icon" type="image/png" sizes="16x16" href="../favicon.png">
     10         <!-- Bootstrap 3.3.5 -->
     11         <link rel="stylesheet" href="../bower/admin-lte/bootstrap/css/bootstrap.min.css">
     12         <!-- Font Awesome -->
     13         <link rel="stylesheet" href="../bower/font-awesome/css/font-awesome.min.css">
     14         <!-- Ionicons -->
     15         <link rel="stylesheet" href="../bower/ionicons/css/ionicons.min.css">
     16         <!-- DataTables -->
     17         <link rel="stylesheet" href="../bower/datatables.net-bs/css/dataTables.bootstrap.min.css">
     18         <link rel="stylesheet" href="../bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css">
     19         <!-- Code Mirror -->
     20         <link rel="stylesheet" href="../bower/codemirror/codemirror.css">
     21         <!-- Fonts -->
     22         <link href='../fonts/indieflower/indie-flower.css' rel='stylesheet' type='text/css'>
     23         <link href='../fonts/source-sans-pro/source-sans-pro.css' rel='stylesheet' type='text/css'>
     24 
     25         <!-- Theme style -->
     26         <link rel="stylesheet" href="../bower/admin-lte/dist/css/AdminLTE.min.css">
     27         <!-- Salvattore -->
     28         <link rel="stylesheet" href="../bower/salvattore/salvattore.css">
     29         <!-- AdminLTE Skins. Choose a skin from the css/skins
     30            folder instead of downloading all of them to reduce the load. -->
     31         <link rel="stylesheet" href="../bower/admin-lte/dist/css/skins/_all-skins.min.css">
     32         <!-- SchemaSpy -->
     33         <link rel="stylesheet" href="../schemaSpy.css">
     34 
     35         <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
     36         <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     37         <!--[if lt IE 9]>
     38         <script src="../bower/html5shiv/html5shiv.min.js"></script>
     39         <script src="../bower/respond/respond.min.js"></script>
     40         <![endif]-->
     41     </head>
     42     <!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. -->
     43     <body class="hold-transition skin-blue layout-top-nav">
     44         <div class="wrapper">
     45             <header class="main-header">
     46                 <nav class="navbar navbar-static-top">
     47                     <div class="container">
     48                         <div class="navbar-header">
     49                             <a href="../index.html" class="navbar-brand"><b>postgres</b></a><span class="navbar-brand" style="padding-left: 0">.c2ec</span>
     50                             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"><i class="fa fa-bars"></i></button>
     51                         </div>
     52 
     53                         <!-- Collect the nav links, forms, and other content for toggling -->
     54                         <div class="collapse navbar-collapse pull-left" id="navbar-collapse">
     55                             <ul class="nav navbar-nav">
     56                                 <li><a href="../index.html">Tables <span class="sr-only">(current)</span></a></li>
     57                                 <li><a href="../columns.html" title="All of the columns in the schema">Columns</a></li>
     58                                 <li><a href="../constraints.html" title="Useful for diagnosing error messages that just give constraint name or number">Constraints</a></li>
     59                                 <li><a href="../relationships.html" title="Diagram of table relationships">Relationships</a></li>
     60                                 <li><a href="../orphans.html" title="View of tables with neither parents nor children">Orphan&nbsp;Tables</a></li>
     61                                 <li><a href="../anomalies.html" title="Things that might not be quite right">Anomalies</a></li>
     62                                 <li><a href="../routines.html" title="Procedures and functions">Routines</a></li>
     63                             </ul>
     64                         </div>
     65                         <!-- /.navbar-collapse -->
     66                         <!-- Navbar Right Menu -->
     67                     </div>
     68                     <!-- /.container-fluid -->
     69                 </nav>
     70             </header>
     71             <!-- Main content -->
     72             <!-- Full Width Column -->
     73             <div class="content-wrapper">
     74                 <!-- Content Header (Page header) -->
     75                 <section class="content-header">
     76                     <h1>terminal</h1><p><span id="recordNumber">-1</span> rows</p><br />
     77                     <div class="box box-primary">
     78                         <div class="box-header with-border">
     79                             <i class="fa fa-file-text-o"></i>
     80                             <h3 id="Description" class="box-title">Description</h3>
     81                             <div class="box-tools pull-right">
     82                                 <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
     83                                 <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
     84                             </div>
     85                         </div><!-- /.box-header -->
     86                         <div class="box-body clearfix">
     87                             <p>Table containing information about terminals of providers</p>
     88                         </div><!-- /.box-body -->
     89                     </div>
     90                 </section>
     91                 <!-- Main content -->
     92                 <section class="content">
     93                     <div class="box box-primary">
     94                         <div class="box-header with-border">
     95                             <span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span>
     96                             <h3 id="Columns" class="box-title">Columns</h3>
     97                             <div class="box-tools pull-right">
     98                                 <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
     99                                 <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
    100                             </div>
    101                         </div>
    102                         <div class="box-body">
    103                             <table
    104                                     id="standard_table"
    105                                     class="table table-bordered table-striped dataTable"
    106                                     role="grid"
    107                                     data-paging="true"
    108                                     data-page-length="10"
    109                                     data-length-change="false">
    110                                 <thead align='left'>
    111                                 <tr>
    112                                     <th>Column</th>
    113                                     <th>Type</th>
    114                                     <th>Size</th>
    115                                     <th title='Are nulls allowed?'>Nulls</th>
    116                                     <th title='Is column automatically updated?'>Auto</th>
    117                                     <th title='Default value'>Default</th>
    118                                     <th title='Columns in tables that reference this column'>Children</th>
    119                                     <th title='Columns in tables that are referenced by this column'>Parents</th>
    120                                     <th title='Comments' class="toggle"><span>Comments</span></th>
    121                                 </tr>
    122                                 </thead>
    123                                 <tbody>
    124                                 <tr>
    125                                     <td class='primaryKey' title='Primary Key'><i class='icon ion-key iconkey' style='padding-left: 5px;'></i><span id="terminal_id">terminal_id</span></td>
    126                                     <td>int8</td>
    127                                     <td>19</td>
    128                                     <td title=''></td>
    129                                     <td title='Automatically updated by the database'>√</td>
    130                                     <td>null</td>
    131                                     <td>
    132                                         <table border='0' cellspacing='0' cellpadding='0'>
    133                                             <tr>
    134                                                 <td title="withdrawal.terminal_id references terminal.terminal_id via withdrawal_terminal_id_fkey"><a href='withdrawal.html'>withdrawal</a><span class='relatedKey'>.terminal_id</span></td>
    135                                                 <td class="constraint detail">withdrawal_terminal_id_fkey</td>
    136                                                 <td class="constraint detail"><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>R</span></td>
    137                                             </tr>
    138                                         </table>
    139                                     </td>
    140                                     <td>
    141                                         <table border='0' cellspacing='0' cellpadding='0'>
    142                                         </table>
    143                                     </td>
    144                                     <td><p>Uniquely identifies a terminal</p></td>
    145                                 </tr>
    146                                 <tr>
    147                                     <td><span id="access_token">access_token</span></td>
    148                                     <td>text</td>
    149                                     <td>2147483647</td>
    150                                     <td title=''></td>
    151                                     <td title=''></td>
    152                                     <td>null</td>
    153                                     <td>
    154                                         <table border='0' cellspacing='0' cellpadding='0'>
    155                                         </table>
    156                                     </td>
    157                                     <td>
    158                                         <table border='0' cellspacing='0' cellpadding='0'>
    159                                         </table>
    160                                     </td>
    161                                     <td><p>The access token of the terminal used for authentication against the c2ec API. It is hashed using a PBKDF.</p></td>
    162                                 </tr>
    163                                 <tr>
    164                                     <td><span id="active">active</span></td>
    165                                     <td>bool</td>
    166                                     <td>1</td>
    167                                     <td title=''></td>
    168                                     <td title=''></td>
    169                                     <td>true</td>
    170                                     <td>
    171                                         <table border='0' cellspacing='0' cellpadding='0'>
    172                                         </table>
    173                                     </td>
    174                                     <td>
    175                                         <table border='0' cellspacing='0' cellpadding='0'>
    176                                         </table>
    177                                     </td>
    178                                     <td><p>Indicates if the terminal is active or deactivated</p></td>
    179                                 </tr>
    180                                 <tr>
    181                                     <td><span id="description">description</span></td>
    182                                     <td>text</td>
    183                                     <td>2147483647</td>
    184                                     <td title='nullable'>√</td>
    185                                     <td title=''></td>
    186                                     <td>null</td>
    187                                     <td>
    188                                         <table border='0' cellspacing='0' cellpadding='0'>
    189                                         </table>
    190                                     </td>
    191                                     <td>
    192                                         <table border='0' cellspacing='0' cellpadding='0'>
    193                                         </table>
    194                                     </td>
    195                                     <td><p>Description to help identify the terminal. This may include the location and an identifier of the terminal.</p></td>
    196                                 </tr>
    197                                 <tr>
    198                                     <td class='foreignKey' title='Foreign Key'><i class='icon ion-key iconkey' style='padding-left: 5px;'></i><span id="provider_id">provider_id</span></td>
    199                                     <td>int8</td>
    200                                     <td>19</td>
    201                                     <td title=''></td>
    202                                     <td title=''></td>
    203                                     <td>null</td>
    204                                     <td>
    205                                         <table border='0' cellspacing='0' cellpadding='0'>
    206                                         </table>
    207                                     </td>
    208                                     <td>
    209                                         <table border='0' cellspacing='0' cellpadding='0'>
    210                                             <tr>
    211                                                 <td title="terminal.provider_id references provider.provider_id via terminal_provider_id_fkey"><a href='provider.html'>provider</a><span class='relatedKey'>.provider_id</span></td>
    212                                                 <td class="constraint detail">terminal_provider_id_fkey</td>
    213                                                 <td class="constraint detail"><span title='Restrict delete:&#10;Parent cannot be deleted if children exist'>R</span></td>
    214                                             </tr>
    215                                         </table>
    216                                     </td>
    217                                     <td><p>Indicates the terminal provider to which the terminal belongs</p></td>
    218                                 </tr>
    219                                 </tbody>
    220                             </table>
    221                         </div>
    222                     </div>
    223                     <div class="box box-primary">
    224                         <div class="box-header with-border">
    225                             <i class="fa fa-sitemap"></i>
    226                             <h3 id="Indexes" class="box-title">Indexes</h3>
    227                             <div class="box-tools pull-right">
    228                                 <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
    229                                 <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
    230                             </div>
    231                         </div>
    232                         <div class="box-body">
    233                             <table
    234                                     id="indexes_table"
    235                                     class="table table-bordered table-striped dataTable"
    236                                     role="grid"
    237                                     data-paging="true"
    238                                     data-page-length="10"
    239                                     data-length-change="false">
    240                                 <thead>
    241                                 <tr>
    242                                     <th>Constraint Name</th>
    243                                     <th>Type</th>
    244                                     <th>Sort</th>
    245                                     <th>Column(s)</th>
    246                                 </tr>
    247                                 </thead>
    248                                 <tbody>
    249                                 <tr>
    250                                     <td class='primaryKey' title='Primary Key'><i class='icon ion-key iconkey'></i> terminal_pkey</td>
    251                                     <td>Primary key</td>
    252                                     <td><span title='Ascending'>Asc</span></td>
    253                                     <td>terminal_id</td>
    254                                 </tr>
    255                                 </tbody>
    256                             </table>
    257                         </div><!-- /.box-body -->
    258                     </div>
    259                     <div class="box box-primary">
    260                         <div class="box-header with-border">
    261                             <i class="fa fa-code-fork"></i>
    262                             <h3 id="Relationships" class="box-title">Relationships</h3>
    263                             <div class="box-tools pull-right">
    264                                 <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
    265                                 <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
    266                             </div>
    267                         </div>
    268                         <div class="box-body">
    269                             <div class="nav-tabs-custom"><!-- Tabs within a box -->
    270                                 <h5>Close relationships within degrees of separation</h5>
    271                                 <ul class="nav nav-tabs pull-left ui-sortable-handle">
    272                                     <li class="active"><a href="#oneDegreeImg-chart" data-toggle="tab" aria-expanded="true">One</a></li>
    273                                 </ul>
    274                                 <div class="tab-content no-padding">
    275                                     <div class="chart tab-pane active" id="oneDegreeImg-chart" style="position: relative; overflow-x:auto;">
    276                                         <map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram">
    277 <area shape="rect" id="node1" href="terminal.html" target="_top" title="terminal" alt="" coords="283,91,597,307">
    278 <area shape="rect" id="node2" href="provider.html" target="_top" title="provider" alt="" coords="5,211,239,387">
    279 <area shape="rect" id="node3" href="withdrawal.html" target="_top" title="withdrawal" alt="" coords="641,5,903,211">
    280 </map>
    281                                         <a name='diagram'><img id="oneDegreeImg" src="../diagrams/tables/terminal.1degree.png" usemap="#oneDegreeRelationshipsDiagram" class="diagram" border="0" align="left"></a>
    282                                     </div>
    283                                 </div>
    284                             </div>
    285                         </div><!-- /.box-body -->
    286                     </div>
    287                 </section>
    288                 <script>
    289                     var config = {
    290                         pagination: true
    291                     }
    292                 </script>
    293             </div>
    294             <!-- /.content-wrapper -->
    295             <footer class="main-footer">
    296                 <div>
    297                     <div class="pull-right hidden-xs">
    298                         <a href="https://github.com/schemaspy/schemaspy" title="GitHub for SchemaSpy"><i class="fa fa-github-square fa-2x"></i></a>
    299                         <a href="http://stackoverflow.com/questions/tagged/schemaspy" title="StackOverflow for SchemaSpy"><i class="fa fa-stack-overflow fa-2x"></i></a>
    300                     </div>
    301                     <strong>Generated by <a href="http://schemaspy.org/" class="logo-text"><i class="fa fa-database"></i> SchemaSpy 6.2.4</a></strong>
    302                 </div>
    303                 <!-- /.container -->
    304             </footer>
    305         </div>
    306         <!-- ./wrapper -->
    307 
    308         <!-- jQuery 2.2.3 -->
    309         <script src="../bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js"></script>
    310         <script src="../bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js"></script>
    311         <!-- Bootstrap 3.3.5 -->
    312         <script src="../bower/admin-lte/bootstrap/js/bootstrap.min.js"></script>
    313         <!-- DataTables -->
    314         <script src="../bower/datatables.net/jquery.dataTables.min.js"></script>
    315         <script src="../bower/datatables.net-bs/js/dataTables.bootstrap.min.js"></script>
    316         <script src="../bower/datatables.net-buttons/dataTables.buttons.min.js"></script>
    317         <script src="../bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js"></script>
    318         <script src="../bower/datatables.net-buttons/buttons.html5.min.js"></script>
    319         <script src="../bower/datatables.net-buttons/buttons.print.min.js"></script>
    320         <script src="../bower/datatables.net-buttons/buttons.colVis.min.js"></script>
    321         <!-- SheetJS -->
    322         <script src="../bower/js-xlsx/xlsx.full.min.js"></script>
    323         <!-- pdfmake -->
    324         <script src="../bower/pdfmake/pdfmake.min.js"></script>
    325         <script src="../bower/pdfmake/vfs_fonts.js"></script>
    326         <!-- SlimScroll -->
    327         <script src="../bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js"></script>
    328         <!-- FastClick -->
    329         <script src="../bower/admin-lte/plugins/fastclick/fastclick.js"></script>
    330         <!-- Salvattore -->
    331         <script src="../bower/salvattore/salvattore.min.js"></script>
    332         <!-- AnchorJS -->
    333         <script src="../bower/anchor-js/anchor.min.js"></script>
    334         <!-- CodeMirror -->
    335         <script src="../bower/codemirror/codemirror.js"></script>
    336         <script src="../bower/codemirror/sql.js"></script>
    337         <!-- AdminLTE App -->
    338         <script src="../bower/admin-lte/dist/js/app.min.js"></script>
    339         <script src="table.js"></script>
    340         <script src="../schemaSpy.js"></script>
    341     </body>
    342 </html>