2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
Nishchith K 72c6d7f6c7 Winter Sprint: Work (#79)
*  init()

* Country-wise Chart of accounts on setup

* Add a sample invoice template

* Some error fixes

* [fix] missing COA
 - move importCOA.js from models/doctype/account to models/doctype/Account

* All Account initial balance zero

*  setup Bank Reconciliation

* New chart of accounts tree component

* GST taxes added. initialized gst reports.

* [chore] add *.db to .gitignore

* [fix] importCOA path error

*  fix error + bank reconciliation fields

* [feat] add gst taxes

* GST report initialized

* GST report finalized

* GST report finalized

*  Complete min. reconciliation

* [feat] auto select tax in invoice based on states

* [chore] fix merge changes

*  Fix date issue - Make Payment

* Add invoice templates and invoice customizer panel

* Restructure invoice vue components

*  update file with fiscal year

* Fix issues in invoice designs

* Add company settings. Dynamic addresses in invoice

* Move invoice styles to different file and add separate components for addresses

* [feat] add export-filtered-data-to-csv to reports

* [feat] add Export Wizard component for customizing export

* Fix invoice customizer position while scrolling. Fix address displayed as undefined in invoice if not found in db

* [chore] change markup for select all chkbox

*  Setup config as doctype

* GSTIN bug fix

* Add custom google fonts

*  Add Send email footer

*  Fix DateTime

*  Complete Merge + Resolve

*  Complete Merge + Resolve

* [chore] change layout of Export Wizard

* [enh] optimize checkNoneSelected, style export modal footer divider

*  Add Tax to SideBar

*  Remove extra logs

* [fix] db name section in sidebar showing absolute path instead of dbname in windows i.e. platform=win32

* Country-wise Chart of accounts on setup (#78)

* Country-wise Chart of accounts on setup

* Some error fixes

* All Account initial balance zero

* Update README.md

- updated installation instructions with more detail

* Merge #79 Winter Sprint: Work

https://github.com/frappe/accounting/pull/79

* Revert "Merge #79 Winter Sprint: Work"

This reverts commit 1715116668.
2019-02-18 11:12:04 +05:30
.vscode Country-wise Chart of accounts on setup (#78) 2019-02-11 18:44:50 +05:30
accounting Organize sidebar items, fix layout 2018-09-26 19:53:53 +05:30
electron Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
email Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
fixtures Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
models Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
reports Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
server Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
src Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
src-electron Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
static Add print template 2018-10-24 23:22:27 +05:30
tests camelify fieldnames in Account 2018-04-02 23:24:35 +05:30
www Remove autogenerated dist folder 2018-05-08 11:48:50 +05:30
.eslintignore Move to Vue 2018-06-01 18:05:51 +05:30
.eslintrc.js [eslint] Semi always 2018-06-26 16:43:05 +05:30
.gitignore Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
.prettierrc Add .prettierrc config to disable auto double quote fomatting 2018-07-14 19:52:33 +05:30
frappe.conf.js Merge with master 2018-10-22 23:40:22 +05:30
LICENSE Create LICENSE 2018-10-18 15:16:30 +05:30
package-lock.json Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
package.json Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30
README.md Update README.md 2019-02-16 12:35:50 +05:30
rollup.config.js Update rollup config 2018-05-08 11:29:16 +05:30
start.js [start] reports 2018-03-26 17:44:27 +05:30
yarn.lock Winter Sprint: Work (#79) 2019-02-18 11:12:04 +05:30

Frappe Accounting

Simple JS based app for personal and small businesses accounting

Installation

Step 0

Install build essentials

Ubuntu

apt-get install build-essential python git
apt-get install libgconf-2-4

Step 1

Install Node.js LTS (version 8.11.1)

Tip: The best way to install and manage Node is to install nvm

Step 2

Install yarn package manager.

npm install -g yarn

Step 3

Clone this repo

git clone https://github.com/frappe/accounting.git

Step 4

Install dependencies and launch Accounting


cd accounting

# Install dependencies
yarn

# Start the electron app
yarn electron


Frappe Technologies