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

119 Commits

Author SHA1 Message Date
Faris Ansari
9b9181146e feat: QuickEditForm 2019-10-05 01:48:10 +05:30
Faris Ansari
4f1c368ea9 fix: New List Design 2019-10-04 23:30:51 +05:30
thefalconx33
3192cb556a Multicurrency 2019-09-03 15:11:36 +05:30
thefalconx33
562b4759e0 - Bug Fixes
- PnL & Balance Sheet
- Search Keyboard Navigation
2019-08-20 14:27:27 +05:30
thefalconx33
54e115b030 [Fixes] #98 UI Issues 05-08-2019 2019-08-14 13:22:45 +05:30
thefalconx33
88021193fc - SalesInvoice renaming typo
- Reports search
2019-08-05 15:03:05 +05:30
thefalconx33
f88fbe240a - Minor UI changes 2019-08-01 18:30:52 +05:30
thefalconx33
86d0ef3d06 - Dashboard
- SearchBar
- Invoice & Bill Rename
2019-08-01 17:22:58 +05:30
thefalconx33
ed164a492e - GSTR1, GSTR2, GSTR3B Reports
- Message Dialog
- Handle Error in Form Submit and Revert
- Report Filter Custom Doc
2019-07-30 17:32:49 +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
ebf6800d65 FIX: incorrect path to country coa json after building 2019-07-22 17:11:09 +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
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
90411d3ec9 * Dynamic Filters
* Report Actions
2019-07-18 12:19:12 +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
Prssanna Desai
a91b4a274c Fix Address naming 2019-02-27 12:53:17 +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
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
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
e7984bcfce Title for SettingSection 2018-10-23 09:48:07 +05:30
Faris Ansari
40d82bf5fd Add Settings Page with autosave 2018-10-23 02:59:07 +05:30
Faris Ansari
bd3b266a69 Render ListView based on listConfig 2018-10-23 02:02:37 +05:30
Faris Ansari
ae2d95328a Merge with master 2018-10-22 23:40:22 +05:30
Faris Ansari
f62da9140d Add listview config for Item 2018-10-18 20:43:05 +05:30
Faris Ansari
5dbdbfb77a Add listView config for Party 2018-10-15 17:35:35 +05:30
Faris Ansari
b83b7d19e5 Add PrintView 2018-10-15 17:35:01 +05:30
Faris Ansari
fa12e0f1d6 Initialize new theme and pages from scratch
- Add ListView and FormView
2018-10-11 00:21:03 +05:30
Faris Ansari
4eeabe9238 Organize sidebar items, fix layout 2018-09-26 19:53:53 +05:30
sahil28297
41680c82b0 Setting read only value to 1 for formula to work (#69)
* Setting read only value to 1 for formula to work

* Remove readOnly from tax
2018-09-25 17:30:10 +05:30
Faris Ansari
b57a301821 Set Invoice account back to formula 2018-09-23 13:47:06 +05:30
sahil28297
d8dace31f8 changes in events, payment modal and date in sales register (#68)
* creating a default party account

* changed formula to fetch in invoices

* changes in events, Invoice, Payments and date in sales register view
2018-09-20 18:23:30 +05:30
sahil28297
0b4cbfe35a created default party account and corrected date-remaining in Event (#67)
* creating a default party account

* changed formula to fetch in invoices

* proper naming convention for daydiff
2018-09-20 16:27:23 +05:30
sahil28297
91f6c693e0 Create a default party account (#66) 2018-09-11 17:02:28 +05:30
sahil28297
ce2254824a Add Party Invoices link (#65) 2018-09-07 15:40:39 +05:30
Suraj Shetty
52f8beffdc Update link in invoice.js
- Replace frappe.desk.showFormModal with new $formModal
2018-07-14 19:58:08 +05:30
Suraj Shetty
00b93cac73 Make account field in item as 'required' 2018-07-13 13:57:53 +05:30
Faris Ansari
1a5d01ffeb eslint fixes 2018-07-12 17:05:24 +05:30
Faris Ansari
30ea202c89 Event
- fix lint and style
- daysUntil should be integer
2018-07-10 19:10:10 +05:30
Faris Ansari
9f563d5ef7 FIx lint and style 2018-07-10 19:07:02 +05:30
Faris Ansari
5b77fe1730 Invoice
- Update Tax Template according to VueJS
- Remove formula from tax field for now (debug later)
2018-07-09 18:32:18 +05:30