All Projects → zhzy0077 → hledger-accounting

zhzy0077 / hledger-accounting

Licence: other
An end to end accounting solution for Chinese users.

Programming Languages

powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to hledger-accounting

ledg
Batch modifiable ledger-like written in nodejs
Stars: ✭ 32 (+14.29%)
Mutual labels:  accounting
finac
Finac - financial accounting for humans
Stars: ✭ 27 (-3.57%)
Mutual labels:  accounting
accounting
Double-entry bookkeeping library
Stars: ✭ 76 (+171.43%)
Mutual labels:  accounting
Accounting-Succinctly
This is the companion repo for Accounting Succinctly by Joe Booth. Published by Syncfusion.
Stars: ✭ 16 (-42.86%)
Mutual labels:  accounting
nledger
.Net Ledger: Double-Entry Accounting System
Stars: ✭ 141 (+403.57%)
Mutual labels:  accounting
ledger2beancount
Ledger to Beancount text-based converter
Stars: ✭ 63 (+125%)
Mutual labels:  accounting
deepAD
Detection of Accounting Anomalies in the Latent Space using Adversarial Autoencoder Neural Networks - A lab we prepared for the KDD'19 Workshop on Anomaly Detection in Finance that will walk you through the detection of interpretable accounting anomalies using adversarial autoencoder neural networks. The majority of the lab content is based on J…
Stars: ✭ 65 (+132.14%)
Mutual labels:  accounting
NotrinosERP
A web-based erp, accounting system that written in PHP and MySql includes Sales, Purchasing, Warehousing, Manufacturing, Human Resource... It supports multi user, multi currencies, multi languages.
Stars: ✭ 46 (+64.29%)
Mutual labels:  accounting
open-expenses
A curated list of (private) businesses publicly sharing their expenses.
Stars: ✭ 46 (+64.29%)
Mutual labels:  accounting
addons-konos
Konos Chilean Addons
Stars: ✭ 16 (-42.86%)
Mutual labels:  accounting
achihui
HIH is Home Information Hub. It's a Cloud-ready web App with powerful authority control, offering the functionality to transform home-wide info into digit records, including finance traces, and the learning records. HIHbuild with tons of new technologies: Angular, Ant Design, and TypeScript;
Stars: ✭ 12 (-57.14%)
Mutual labels:  accounting
odoobooks
Odoo Best Practices - Online Book
Stars: ✭ 46 (+64.29%)
Mutual labels:  accounting
bitcointaxer
Crypto-TAX Gain/Loss Calculator
Stars: ✭ 33 (+17.86%)
Mutual labels:  accounting
arc
Fullstack open source Invoicing application made with MongoDB, Express, React & Nodejs (MERN)
Stars: ✭ 1,291 (+4510.71%)
Mutual labels:  accounting
knut
knut is an efficient plain text accounting tool with support for multiple currencies and valuation.
Stars: ✭ 40 (+42.86%)
Mutual labels:  accounting
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+200%)
Mutual labels:  accounting
php-abraflexi
PHP Based Library for easy interaction with czech accounting system FlexiBee.
Stars: ✭ 15 (-46.43%)
Mutual labels:  accounting
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (+292.86%)
Mutual labels:  accounting
piggybudget
Android app that helps you to easily track your expenses
Stars: ✭ 27 (-3.57%)
Mutual labels:  accounting
invoicing
GetPaid (Formerly the Invoicing plugin) is a lightweight Payments and Invoicing system for WordPress. It can be used to sell anything online via payment forms or buy now buttons that can be added to any landing page. It can also be used by freelancers to manage their Invoices or by 3rd party Themes and Plugins as their payment system. GeoDirecto…
Stars: ✭ 34 (+21.43%)
Mutual labels:  accounting

一个端到端的记账解决方案

我经常能在互联网上看到咨询日常记账软件或者资产管理软件的帖子, 但是在我看来通过常见的记账软件手工记账的方式, 对日常心智负担比较大, 一方面是容易漏记, 另一方面是无法同时实现对资产的管理.

我在年前开始有记账的想法, 先后用过诸多国产的记账软件, 以及 GnuCash, Beancount, 最后我遇到了我现在在用的 hledger, 至今共有 3000+ 交易记录:

Transactions span        : 2020-07-01 to 2022-05-07 (675 days)
Last transaction         : 2022-05-06 (4 days ago)
Transactions             : 5291 (7.8 per day)
Transactions last 30 days: 193 (6.4 per day)
Transactions last 7 days : 131 (18.7 per day)
Payees/descriptions      : 1392
Accounts                 : 136 (depth 5)
Commodities              : 14
Market prices            : 767

目前这个解决方案的优势如下:

  1. 全程离线, 不存在隐私安全的问题(当然我还是使用 GitHub 用来同步和备份数据)
  2. 无日常心智负担, 无漏记, 每半个月或一个月花 10-15 分钟从银行下载账单通过脚本导入即可
  3. 作为一个复式记账软件, 可以同时实现资产的管理和日常消费的记录
  4. 账单可导出到其他系统分析可视化等, 图为我自建的 Superset image

目前账单导入配置支持零钱通, 余额宝, 招商银行(信用卡 / 储蓄卡), 广发银行信用卡, 光大银行信用卡, 民生银行信用卡. 新配置写起来也很容易.

整个端到端流程为: 访问银行网站下载账单 - 通过脚本导入 hledger -上传到 GitHub - 通过 GitHub Actions 生成 SQLite 文件 - 传到我 VM 里的 Superset 上进行分析.

全部为开源软件, 并且除了 hledger 以外都可以替换, 比如 SQLite 换成 MySQL 备份, 或者 Superset 换 QuickBI 等.

有任何疑问直接提 issue 即可.

目前简中互联网上这块的内容还是相对较少, 写了点记账教程, 后续会根据反馈不断更新:

  1. 会计
  2. 为什么是 hledger
  3. hledger
  4. 导入

Next Step

  1. Time Tracking.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].