2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 15:50:56 +00:00
Commit Graph

1850 Commits

Author SHA1 Message Date
thefalconx33
79b99055e0 - Custom doc for Report Filters
- frappe.showModal
- Custom textarea rows
2019-07-30 17:24:27 +05:30
thefalconx33
472451203c GSTR3B Json generation 2019-07-25 15:20:48 +05:30
thefalconx33
4f9d82c7ca Auto fill fiscal year on setup. 2019-07-24 16:24:34 +05:30
thefalconx33
ed357ecb46 - Chart of accounts action buttons
- Report Export with current filters
2019-07-24 15:02:53 +05:30
thefalconx33
68d3942628 Updated README.md 2019-07-23 13:17:20 +05:30
thefalconx33
03b2180cdc Chart of Accounts show debit and credit 2019-07-22 17:19:48 +05:30
thefalconx33
ebf6800d65 FIX: incorrect path to country coa json after building 2019-07-22 17:11:09 +05:30
thefalconx33
eddcaa084c ReportLinks matches PageHeader in ReportView 2019-07-22 15:27:42 +05:30
thefalconx33
2d2c9d4e6a Minor Fixes 2019-07-22 15:26:30 +05:30
thefalconx33
466597459a Purchase Cycle 2019-07-19 18:54:31 +05:30
thefalconx33
6621a2c7af - Dynamic doctype hidden prop
- Table UI Fix: Column expands when active.
2019-07-19 18:52:32 +05:30
thefalconx33
e4c2bd3dda * New Account defaults & filters based on rootType
* Trial Balance: Parent accounts assumes child data
* Trial Balance: Tree View
2019-07-18 16:15:44 +05:30
thefalconx33
fd6eeac8cd Date Component with default flatpickr config 2019-07-18 16:11:15 +05:30
thefalconx33
90411d3ec9 * Dynamic Filters
* Report Actions
2019-07-18 12:19:12 +05:30
thefalconx33
e1266c4f69 Report Actions 2019-07-17 19:26:44 +05:30
thefalconx33
5eae951c92 New Item defaults are set according to filters 2019-07-16 18:25:16 +05:30
thefalconx33
31129a04c2 Pass current doc to filters for dynamic filtering 2019-07-16 18:10:47 +05:30
thefalconx33
0a4e127b79 Sidebar with Groups 2019-07-16 14:44:44 +05:30
thefalconx33
96476f56c3 * Added Country Currency.
* Invoice reverts linked Payments
 * Transactions affects account balance
 * Chart Of Accounts shows account balance
2019-07-16 12:37:21 +05:30
thefalconx33
5032f0397c Updated frappejs packages to work with node to v12 2019-07-16 12:29:35 +05:30
thefalconx33
6d6e904a29 changed packages to latest version 2019-07-15 11:54:17 +05:30
thefalconx33
e1892c9f54 Upstream merge 2019-07-12 16:23:19 +05:30
Prssanna Desai
a91b4a274c Fix Address naming 2019-02-27 12:53:17 +05:30
Prssanna Desai
4f8c546a62 Add title field to Link.vue 2019-02-27 12:48:30 +05:30
Prssanna Desai
5bae1a54ec Fixes for new Customer and new DB bugs
Follow-up on 72c6d7f6c7
2019-02-18 11:52:20 +05:30
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
Prssanna Desai
83e7992a0d
Update README.md
- updated installation instructions with more detail
2019-02-16 12:35:50 +05:30
Rushabh Mehta
fcb6411e4e
Merge pull request #82 from Jaffrey98/path-fix
Fix database name in sidebar [WINDOWS]
2019-02-15 15:06:39 +05:30
Saqib
6721d81397 Country-wise Chart of accounts on setup (#78)
* Country-wise Chart of accounts on setup

* Some error fixes

* All Account initial balance zero
2019-02-11 18:44:50 +05:30
Jaffrey98
3653fa9b55 [fix] db name section in sidebar showing absolute path instead of dbname in windows i.e. platform=win32 2019-01-26 10:59:44 +05:30
Nishchith K
9053f4a710 Fix DateTime + error logs (#106) 2019-01-12 17:40:52 +05:30
Netchamp
aa721b59cc Add Electron builder target configuration 2019-01-12 16:46:11 +05:30
Anto Christopher
8bdce07a00 Default PDF Settings (#105)
* Fix values not updating in single doctypes

* Add print settings and comment isNew function

* Add print settings

* add no margin comment
2019-01-12 16:12:30 +05:30
Anto Christopher
7a0356f414 Fix values not updating in single doctypes (#104) 2019-01-12 16:02:46 +05:30
Faris Ansari
3e6b741556 Use isNew() instead of _notInserted 2018-11-10 00:37:14 +05:30
Faris Ansari
7be8302bc2 Set undefined instead of null for web config to work 2018-11-10 00:36:59 +05:30
Faris Ansari
48a3db7354 Default onClose value should be noop function 2018-10-26 02:28:24 +05:30
Faris Ansari
e8c2e5cca6 Make reportColumns a method 2018-10-26 02:28:08 +05:30
Faris Ansari
163a25529b Add viewConfig for PnL and TB 2018-10-26 02:27:34 +05:30
Faris Ansari
edd9f35756 Update outstanding of Invoice after payment submit 2018-10-26 02:27:09 +05:30
Faris Ansari
cc28e0ee45 Add payment list 2018-10-26 02:26:44 +05:30
Faris Ansari
aee837f258 Status indicator in list 2018-10-26 02:26:27 +05:30
Faris Ansari
9a83bf5458 Remove getFilters 2018-10-26 02:25:58 +05:30
Faris Ansari
89e0436c35 Submit payment on a fresh doc 2018-10-26 02:25:47 +05:30
Faris Ansari
9fd9452d27 Show Print only if doc is submitted and has printFormat 2018-10-25 00:06:27 +05:30
Faris Ansari
cb731ba45f Load printwindow in background 2018-10-24 23:42:40 +05:30
Faris Ansari
db207f2502 Add print template 2018-10-24 23:22:27 +05:30
Faris Ansari
c8b05140e9 Use electron to generate pdf 2018-10-24 23:22:02 +05:30