2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
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
Prssanna Desai
c7f27601c3 Revert "Merge #79 Winter Sprint: Work"
This reverts commit 1715116668.
2019-02-17 23:16:50 +05:30
Prssanna Desai
1715116668 Merge #79 Winter Sprint: Work
https://github.com/frappe/accounting/pull/79
2019-02-17 22:07:32 +05:30
Faris Ansari
a00764e95e Reorganize boot logic for Electron 2018-10-22 23:32:47 +05:30
Suraj Shetty
904baba237 Merge branch 'move-to-vue' of https://github.com/frappe/accounting into move-to-vue 2018-07-14 20:01:22 +05:30
Suraj Shetty
4bc97c0d20 Make formatting fixes 2018-07-14 19:56:18 +05:30
Faris Ansari
e9d2f5c2c2 Initialize docs in frappe.init 2018-07-14 18:45:21 +05:30
Faris Ansari
9799e75230 Remove rootRequire 2018-05-08 11:34:01 +05:30
Faris Ansari
180825243f Reports
- Common FinancialStatementsView
- Add BalanceSheet
- Add Fiscal Year in Accounting Settings
2018-04-24 13:28:57 +05:30
Faris Ansari
8a67e6bf9a Financial Statements init 2018-04-18 12:17:00 +05:30
Faris Ansari
82e0129011 Refactor electron client code 2018-04-16 18:33:54 +05:30
Faris Ansari
fbb283bf76 frappe.getPDF for electron 2018-04-16 15:02:56 +05:30
Faris Ansari
7e8f37dda6 Add Chart of Accounts list item 2018-04-09 00:03:32 +05:30
Faris Ansari
5c9fd405f0 import Standard Chart of Accounts 2018-04-02 23:24:45 +05:30
Faris Ansari
10c47fb6dc restructure acc to electron build project 2018-03-30 22:33:12 +05:30
Faris Ansari
7e8a6fe2f8 Add electron commands and files 2018-03-30 00:22:46 +05:30
Faris Ansari
f5a1af401f create electron folder 2018-03-26 19:37:27 +05:30