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

43 Commits

Author SHA1 Message Date
18alantom
d9108d5103 feat: add field to segregate items by purpose 2022-03-10 12:04:02 +05:30
18alantom
900639734a fix: allow zero rate on items 2022-02-28 12:58:29 +05:30
18alantom
91e8fa52f4 feat: setup Data Import page 2022-02-23 11:34:26 +05:30
18alantom
c52b7f54ad fix: translate all labels 2022-02-16 13:15:33 +05:30
18alantom
cad59570a0 refactor: t( => t` in *.js 2022-02-16 13:15:33 +05:30
18alantom
fc23c585d4 refactor: remove _, replace stand alone instances 2022-01-24 12:02:38 +05:30
18alantom
cc09847337 refactor: rename imports, frappejs → frappe 2022-01-21 02:27:29 +05:30
18alantom
373684aab7 fix: update Account, Item models Currency fields 2022-01-07 10:51:19 +05:30
18alantom
1b1a5b8b84 fix: remove required on hsnCode 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
90c9bd61ab make hsn and sac code a regional thing 2021-12-21 12:37:25 +05:30
Piyush Singhania
c18db1c406 Fix gstr-1 json format for validation 2021-12-21 12:37:25 +05:30
Piyush Singhania
38713ee2d0 Added item code field for items 2021-12-21 12:37:25 +05:30
18alantom
1fd616fb0d fix(ui): No empty required selects, set placeholders everywhere 2021-12-16 18:17:32 +05:30
18alantom
a9c54b814e fix: set party default account only if it exists
- refactor conditionals
- formatting
2021-11-10 17:01:04 +05:30
18alantom
57a020f15e fix: autoset accounts only if present; display accounts in quick entry 2021-11-10 16:12:07 +05:30
18alantom
1a8a23d2a2 build(electron): bump electron to 15.3.0
- refactor Common Js imports to ES6
2021-11-05 14:31:35 +05:30
Faris Ansari
3efbf5bebd fix: Remove font manager until we find alternative
- font-manager fails to build on WIndows and Linux
2020-02-10 13:25:26 +05:30
Faris Ansari
ce864c5d0c fix: Item Rate validation 2020-02-03 23:25:11 +05:30
Faris Ansari
a264a7f0aa fix: Placeholder for AutoComplete and Link 2020-01-21 12:08:22 +05:30
Faris Ansari
4c12755d16 fix: Item actions 2020-01-02 22:34:12 +05:30
Faris Ansari
47ce6117d1 fix: Add Item Type Product or Service
- Automatically set Income and Expense account and hide them from View
2019-12-23 18:50:47 +05:30
Faris Ansari
fca0a8986f fix: Rename "No" to "Unit"
- fix eslint issues
2019-12-13 12:25:23 +05:30
Faris Ansari
b367164a52 fix: openQuickEdit
- Common method to route to quick edit form
2019-12-03 18:40:58 +05:30
Faris Ansari
6656d22cd1 fix: Add image fields to Item and Party 2019-11-20 00:44:57 +05:30
Faris Ansari
a0009ad62d fix: List configs 2019-11-19 23:21:15 +05:30
Faris Ansari
b9e52917be fix: Add placeholders for Item fields 2019-10-22 18:52:56 +05:30
Faris Ansari
86993edee2 feat: Reports 2019-10-14 03:26:20 +05:30
Faris Ansari
59e79ab919 feat: Link field with create new doc 2019-10-06 18:03:21 +05:30
Faris Ansari
9b9181146e feat: QuickEditForm 2019-10-05 01:48:10 +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
466597459a Purchase Cycle 2019-07-19 18:54:31 +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
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
bd3b266a69 Render ListView based on listConfig 2018-10-23 02:02:37 +05:30
Faris Ansari
f62da9140d Add listview config for Item 2018-10-18 20:43:05 +05:30
Suraj Shetty
00b93cac73 Make account field in item as 'required' 2018-07-13 13:57:53 +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
Rushabh Mehta
b72878110d added ledger 2018-03-05 22:15:40 +05:30
Rushabh Mehta
34131c86d7 whitespace 2018-02-21 15:13:34 +05:30
Rushabh Mehta
3567eb1776 fix case 2018-02-19 12:36:51 +05:30