Blame view

documents/api/build/html/index.html 11.3 KB
熊付 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26


<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <title>财务进度服务设计 &mdash; finance_serv 1.0 documentation</title>
  

  
  
  
  

  

  
  
    

  

王军业 committed
27 28 29 30 31
  <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="1. 数据库设计" href="01-db.html" /> 
熊付 committed
32 33 34 35 36 37

  
  <script src="_static/js/modernizr.min.js"></script>

</head>

王军业 committed
38
<body class="wy-body-for-nav">
熊付 committed
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86

   
  <div class="wy-grid-for-nav">

    
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <div class="wy-side-scroll">
        <div class="wy-side-nav-search">
          

          
            <a href="#" class="icon icon-home"> finance_serv
          

          
          </a>

          
            
            
              <div class="version">
                1.0
              </div>
            
          

          
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
    <input type="text" name="q" placeholder="Search docs" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
</div>

          
        </div>

        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
          
            
            
              
            
            
              <p class="caption"><span class="caption-text">目录:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="01-db.html">1. 数据库设计</a></li>
87 88
<li class="toctree-l1"><a class="reference internal" href="02-finance-http.html">2. 财务进度服务http接口</a></li>
<li class="toctree-l1"><a class="reference internal" href="99-history.html">3. 修订历史</a></li>
熊付 committed
89 90 91 92 93 94 95 96 97 98 99
</ul>

            
          
        </div>
      </div>
    </nav>

    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">

      
王军业 committed
100
      <nav class="wy-nav-top" aria-label="top navigation">
熊付 committed
101 102 103 104 105 106 107 108
        
          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
          <a href="#">finance_serv</a>
        
      </nav>


      <div class="wy-nav-content">
王军业 committed
109
        
熊付 committed
110
        <div class="rst-content">
王军业 committed
111
        
熊付 committed
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
          















<div role="navigation" aria-label="breadcrumbs navigation">

  <ul class="wy-breadcrumbs">
    
      <li><a href="#">Docs</a> &raquo;</li>
        
      <li>财务进度服务设计</li>
    
    
      <li class="wy-breadcrumbs-aside">
        
            
            <a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
          
        
      </li>
    
  </ul>

  
  <hr/>
</div>
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
           <div itemprop="articleBody">
            
  <div class="section" id="id1">
<h1>财务进度服务设计<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">目录:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="01-db.html">1. 数据库设计</a><ul>
159 160 161 162 163 164 165
<li class="toctree-l2"><a class="reference internal" href="01-db.html#id2">1.1. 销售合同表</a></li>
<li class="toctree-l2"><a class="reference internal" href="01-db.html#id3">1.2. 付款约定表</a></li>
<li class="toctree-l2"><a class="reference internal" href="01-db.html#id4">1.3. 合同回款信息表</a></li>
<li class="toctree-l2"><a class="reference internal" href="01-db.html#id5">1.4. 合同开票信息表</a></li>
<li class="toctree-l2"><a class="reference internal" href="01-db.html#id6">1.5. 发货信息表</a></li>
<li class="toctree-l2"><a class="reference internal" href="01-db.html#id7">1.6. 工程验收信息表</a></li>
<li class="toctree-l2"><a class="reference internal" href="01-db.html#id8">1.7. 附件表</a></li>
王军业 committed
166 167
<li class="toctree-l2"><a class="reference internal" href="01-db.html#id9">1.8. 项目表</a></li>
<li class="toctree-l2"><a class="reference internal" href="01-db.html#id10">1.9. 客户表</a></li>
熊付 committed
168 169
</ul>
</li>
170
<li class="toctree-l1"><a class="reference internal" href="02-finance-http.html">2. 财务进度服务http接口</a><ul>
王军业 committed
171 172 173 174 175
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id1">2.1. 销售合同</a><ul>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id2">2.1.1. 增加销售合同</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id3">2.1.2. 查询具体合同详情</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id4">2.1.3. 修改销售合同</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id5">2.1.4. 删除销售合同</a></li>
熊付 committed
176 177
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id6">2.1.5. 查询合同列表</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id7">2.1.6. 导出表格</a></li>
王军业 committed
178 179
</ul>
</li>
熊付 committed
180 181 182 183 184
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id8">2.2. 销售合同付款约定</a><ul>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id9">2.2.1. 增加销售合同付款约定信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id10">2.2.2. 查询具体合同付款约定信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id11">2.2.3. 修改销售合同付款约定信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id12">2.2.4. 删除销售合同付款约定信息</a></li>
王军业 committed
185 186
</ul>
</li>
熊付 committed
187 188 189 190 191
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id13">2.3. 销售合同回款</a><ul>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id14">2.3.1. 增加销售合同回款信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id15">2.3.2. 查询具体合同回款信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id16">2.3.3. 修改销售合同回款信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id17">2.3.4. 删除销售合同回款信息</a></li>
王军业 committed
192 193
</ul>
</li>
熊付 committed
194 195 196 197 198
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id18">2.4. 销售合同开票</a><ul>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id19">2.4.1. 增加销售合同开票信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id20">2.4.2. 查询具体合同开票信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id21">2.4.3. 修改销售合同开票信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id22">2.4.4. 删除销售合同开票信息</a></li>
王军业 committed
199 200
</ul>
</li>
熊付 committed
201 202 203 204 205
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id23">2.5. 销售合同发货</a><ul>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id24">2.5.1. 增加销售合同发货信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id25">2.5.2. 查询具体合同发货信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id26">2.5.3. 修改销售合同发货信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id27">2.5.4. 删除销售合同发货信息</a></li>
王军业 committed
206 207
</ul>
</li>
熊付 committed
208 209 210 211 212
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id28">2.6. 销售合同工程验收</a><ul>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id29">2.6.1. 增加销售合同工程验收信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id30">2.6.2. 查询具体合同工程验收信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id31">2.6.3. 修改销售合同工程验收信息</a></li>
<li class="toctree-l3"><a class="reference internal" href="02-finance-http.html#id32">2.6.4. 删除销售合同工程验收信息</a></li>
王军业 committed
213 214
</ul>
</li>
王军业 committed
215 216 217 218
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id33">2.7. 上传附件</a></li>
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id34">2.8. 查询合同编号</a></li>
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id35">2.9. 查询顾客表</a></li>
<li class="toctree-l2"><a class="reference internal" href="02-finance-http.html#id36">2.10. 查询项目表</a></li>
219 220 221 222
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="99-history.html">3. 修订历史</a><ul>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id2">3.1. 2018.7.14</a></li>
熊付 committed
223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
</ul>
</div>


           </div>
王军业 committed
239
           
熊付 committed
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
        <a href="01-db.html" class="btn btn-neutral float-right" title="1. 数据库设计" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
      
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; Copyright 2017, xf.

    </p>
  </div>
王军业 committed
259
  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
熊付 committed
260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277

</footer>

        </div>
      </div>

    </section>

  </div>
  


  

    <script type="text/javascript">
        var DOCUMENTATION_OPTIONS = {
            URL_ROOT:'./',
            VERSION:'1.0',
王军业 committed
278
            LANGUAGE:'None',
熊付 committed
279 280 281 282 283 284 285 286 287 288 289 290
            COLLAPSE_INDEX:false,
            FILE_SUFFIX:'.html',
            HAS_SOURCE:  true,
            SOURCELINK_SUFFIX: '.txt'
        };
    </script>
      <script type="text/javascript" src="_static/jquery.js"></script>
      <script type="text/javascript" src="_static/underscore.js"></script>
      <script type="text/javascript" src="_static/doctools.js"></script>

  

王军业 committed
291
  <script type="text/javascript" src="_static/js/theme.js"></script>
熊付 committed
292 293 294

  <script type="text/javascript">
      jQuery(function () {
王军业 committed
295
          SphinxRtdTheme.Navigation.enable(true);
熊付 committed
296
      });
王军业 committed
297
  </script> 
熊付 committed
298 299 300

</body>
</html>