Coder Social home page Coder Social logo

ledger's Introduction

Ledger账本

我的自定义账本,主要记录账户转账或一般性流水消费,支持自定义子账户,支持消费记录的查询、导出和备份等功能。

iamroot

2021年9月8日

文件说明

Ledger
│  .gitignore                           // gitignore文件
│  README.md                            // 说明文档
│
├─backup                                // 输出数据库备份文件
│      backup_20210711110853.sql        // 时间戳命名数据库备份文件
│
├─database                              // 数据库相关文件
│      configuration.sql                // 建表SQL命令
│      database_info.md                 // 关系表说明文档
│      database_info.pdf                // 文档PDF
│      Ledger.mv.db                     // h2数据库
│
├─font                                  // 存放自定义字体
│      SourceHanSansCN-Regular.otf      // 思源黑体
│
├─icon                                  // 放置图标
│      Ledger.png                       // 程序主图标
│
├─installer                             // 输出可执行jar路径
├─libs                                  // 第三方库
│  │  h2-1.4.200.jar                    // h2数据库JDBC
│  │  jfreechart-1.5.3.jar              // 绘图
│  │  zip4j-2.9.0.jar                   // 压缩包操作
│  │
│  └─apache-log4j-2.13.0-bin            // log4j2相关库
│          log4j-api-2.13.0.jar
│          log4j-core-2.13.0.jar
│
├─logs                                  // 输出保存日志
└─src                                   // 源码

TODO

  • 更新依赖包
  • properties优化

源代码说明

后续详细更新

ledger's People

Contributors

cuiigen avatar

Stargazers

 avatar

Watchers

 avatar

ledger's Issues

时间曲线修改

收入/支出每日变化折线图改为每周或每月时间,同时将两张图放在一张图上增加复选框

饼图绘制

  • 收入支出饼图
  • 收入各类别饼图
  • 支持各类别饼图

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.