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

494 Commits

Author SHA1 Message Date
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
Suraj Shetty
67d24bf128 Add link modal 2018-06-25 13:41:37 +05:30
Faris Ansari
3b65aea6a4 Organize Form and List components in folders 2018-06-08 12:04:08 +05:30
Faris Ansari
a268e1a4ef Add Table control with ModelTable
- onlyInput prop for FrappeControl
2018-06-07 07:23:26 +05:30
Faris Ansari
d518ca3e6d Form rendering based on Layout
- ListAndForm is now cached between list and form routes
2018-06-04 15:00:12 +05:30
Faris Ansari
d920bcb4bd event 2018-05-10 17:27:28 +05:30
Faris Ansari
9799e75230 Remove rootRequire 2018-05-08 11:34:01 +05:30
Faris Ansari
9fed2fbb19 Add models
- Fulfillment
- PurchaseOrder
- PurchaseReceipt
- SalesOrder
2018-04-28 19:56:26 +05:30
Faris Ansari
17e5187c51 Reports and Models
- Models
  - Bill
  - Quotation (extended from Invoice)
  - Journal Entry

- Reports
  - Sales Register
  - Purchase Register
2018-04-26 15:53:27 +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
3da7b7169a Profit and Loss Statement first cut 2018-04-19 20:01:35 +05:30
Faris Ansari
1c1f72281e wip 2018-04-18 14:32:05 +05:30
Faris Ansari
20db1fd391 Merge branch 'master' into profit-and-loss 2018-04-18 13:37:17 +05:30
Faris Ansari
1a59b20b84
Merge branch 'master' into models 2018-04-18 13:36:26 +05:30
Faris Ansari
8a67e6bf9a Financial Statements init 2018-04-18 12:17:00 +05:30
Faris Ansari
f310fd671e getRootLabel for AccountTree 2018-04-15 00:45:04 +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
877e0616d4 camelify fieldnames in Account 2018-04-02 23:24:35 +05:30
Faris Ansari
56aa6c70af validate each step of setup wizard before next 2018-04-02 22:36:16 +05:30
Faris Ansari
25095bd064 AccountingSettings 2018-03-30 22:32:44 +05:30
Revant Nandgaonkar
c5976d1ebc Quotation Settings 2018-03-29 13:53:27 +05:30
Revant Nandgaonkar
2714171d0e Quotation added : Inherits from Invoice 2018-03-29 12:58:56 +05:30
Revant Nandgaonkar
7bf0cf12d9 Journal Entry DocType added 2018-03-28 17:42:13 +05:30
Revant Nandgaonkar
3b7182957a
Merge pull request #23 from revant/fix_case
Models for Address and Contact
2018-03-27 20:11:18 +05:30
Rushabh Mehta
0e9edf2d3b payment settings 2018-03-27 19:22:59 +05:30
Revant Nandgaonkar
c949309771 Contact Added 2018-03-27 18:46:40 +05:30
Revant Nandgaonkar
242771584d Address Title Field set 2018-03-27 17:20:13 +05:30
Revant Nandgaonkar
da08c59f34 Address Model Added 2018-03-27 17:08:00 +05:30
Revant Nandgaonkar
0ad6223ba8 Fix case 2018-03-27 14:42:43 +05:30
Rushabh Mehta
66cdea78a5 added payment 2018-03-27 09:50:58 +05:30
Rushabh Mehta
1e43969daf
Merge pull request #22 from rmehta/reports
[start] reports
2018-03-26 17:46:31 +05:30
Rushabh Mehta
b5e3188608 [start] reports 2018-03-26 17:44:27 +05:30
Revant Nandgaonkar
6928181220 Fix Invoice: delete unused files 2018-03-19 20:44:00 +05:30
Revant Nandgaonkar
4d3122b569 Fix Invoice 2018-03-19 20:38:10 +05:30
Rushabh Mehta
edb0924375 filters, wip 2018-03-08 19:01:40 +05:30
Rushabh Mehta
cdd68b6498 fixes 2018-03-07 16:08:39 +05:30
Rushabh Mehta
b72878110d added ledger 2018-03-05 22:15:40 +05:30
Rushabh Mehta
c5b9ae8691 isSubmittable 2018-02-27 21:59:34 +05:30
Rushabh Mehta
2769423510 list view updates 2018-02-22 16:52:51 +05:30
Rushabh Mehta
34131c86d7 whitespace 2018-02-21 15:13:34 +05:30
Rushabh Mehta
270051761a print format 2018-02-21 15:09:27 +05:30
Rushabh Mehta
6b26f5acc8 print format wip 2018-02-20 22:41:16 +05:30
Rushabh Mehta
598682160c socketio 2018-02-19 22:12:26 +05:30
Rushabh Mehta
9a53eee646
Delete account.js 2018-02-19 12:39:19 +05:30
Rushabh Mehta
2eea0bb807
Delete customer.js 2018-02-19 12:39:09 +05:30
Rushabh Mehta
90ae7dda4c
Delete invoice.js 2018-02-19 12:38:54 +05:30
Rushabh Mehta
8c15a6829c
Delete item.js 2018-02-19 12:38:33 +05:30
Rushabh Mehta
3567eb1776 fix case 2018-02-19 12:36:51 +05:30
Rushabh Mehta
d09de107d9 template for taxes 2018-02-19 12:01:22 +05:30
Rushabh Mehta
34b72f2297 refactor naming and added taxes! 2018-02-16 18:44:38 +05:30
Rushabh Mehta
650ad31d12 list row for invoice 2018-02-15 15:23:48 +05:30
Rushabh Mehta
70fbf53252 update build 2018-02-14 18:23:40 +05:30
Rushabh Mehta
830342cfa6 refactor 2018-02-13 17:27:20 +05:30
Rushabh Mehta
c7f3134f83 add invoice settings 2018-02-12 21:53:14 +05:30
Rushabh Mehta
cf5f029ea0 added fetch 2018-02-09 18:26:10 +05:30
Rushabh Mehta
85693672cc camelCase 2018-02-08 17:59:45 +05:30
Rushabh Mehta
354813d339 invoice totals 2018-02-08 17:16:10 +05:30
Rushabh Mehta
36be3b98f7 change case 2018-02-08 15:09:10 +05:30
Rushabh Mehta
1b48a5e9ee invoice child editing 2018-02-06 22:43:34 +05:30
Rushabh Mehta
76f3f669d3 added invoice models 2018-01-31 18:52:50 +05:30
Rushabh Mehta
cd5461722e add customer model 2018-01-31 15:43:59 +05:30
Rushabh Mehta
d1e7533475 refactor 2018-01-30 18:56:35 +05:30
Rushabh Mehta
61b3facf16 added new model item 2018-01-25 15:35:24 +05:30
Rushabh Mehta
72902cdeb8 [refactor] account views 2018-01-24 17:33:22 +05:30
Rushabh Mehta
7885ddb68b [refactor] account views 2018-01-24 17:22:34 +05:30
Rushabh Mehta
7d3f27ef7d set default account_type 2018-01-23 18:48:02 +05:30
Rushabh Mehta
1c9b43225b overrride link filters 2018-01-23 18:17:56 +05:30
Rushabh Mehta
44c171db79 add link 2018-01-23 17:56:11 +05:30
Rushabh Mehta
fed69e1a3a add new model, account 2018-01-23 13:30:13 +05:30