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

46 Commits

Author SHA1 Message Date
Piyush Singhania
d8389a8b2e Altered the position of gstin input field 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
3e51c9f857 fix: auto set GST Type 2021-12-16 18:17:32 +05:30
18alantom
9e13db698e fix: add gstType to quick edit fields 2021-12-12 12:21:20 +05:30
18alantom
6197e78514 fix: readonly and hidden in TwoColumnForm
- make some fields readonly, hidden
- formatting
2021-12-02 15:39:02 +05:30
18alantom
3f69d7fcc5 feat: allow regional model updates 2021-12-01 18:38:00 +05:30
Piyush Singhania
f8ff30156b Prevented error message on navigation 2021-11-21 21:45:27 +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
1a8a23d2a2 build(electron): bump electron to 15.3.0
- refactor Common Js imports to ES6
2021-11-05 14:31:35 +05:30
18alantom
7ad7bf7b2f refactor: minor cleanups 2021-10-19 14:35:47 +05:30
Ankit Singhaniya
d32c1de82b add gstin to party and also show up in quick edit 2021-10-19 13:19:21 +05:30
Faris Ansari
2e70a0167a fix: Add validations for email and phone fields 2019-12-27 15:53:13 +05:30
Faris Ansari
0b339a14c5 fix: Show blank cells instead of 0.00 in GL 2019-12-26 19:31:28 +05:30
Faris Ansari
d05a50f01d feat: Party Widget in QuickEditForm 2019-12-26 19:15:41 +05:30
Faris Ansari
dc160a4232 fix: Update party outstanding amount 2019-12-26 19:15:25 +05:30
Faris Ansari
bef259bd84 fix: Get currency for party 2019-12-23 19:02:34 +05:30
Faris Ansari
0277b7c0e7 fix: Set Party defaults
- Set default Account and Currency
- Reorder fields
2019-12-16 18:04:10 +05:30
Faris Ansari
6ad61976b8 fix: Invoice
- Sales Invoices -> Invoices
- Purchase Invoice -> Bills
- Set default quantity as 1
- Actions for Supplier
2019-12-13 01:04:37 +05:30
Faris Ansari
865bf1f60e fix: Set filters from route in ListView 2019-12-11 17:54:02 +05:30
Faris Ansari
27a9a3ac05 fix: misc fixes 2019-12-03 19:02:34 +05:30
Faris Ansari
049432dbf1 fix: SalesInvoice
- Make round off entry to balance debit and credit with an allowance of 0.5
- Add Write Off and Round Off Account in AccountingSettings
- Generate Tax Summary without intermediate JSON field
2019-12-03 13:40:42 +05:30
Faris Ansari
293c2768c4 fix: List config 2019-11-22 00:50:41 +05:30
Faris Ansari
5cc57d3748 feat: FilterDropdown in ListView 2019-11-22 00:50:30 +05:30
Faris Ansari
b2c5eeb618 fix: Create Invoice action from Customer 2019-11-20 00:46:16 +05:30
Faris Ansari
dfd364dc95 fix: Add email, phone, address fields to Party 2019-11-20 00:45:42 +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
bd5d812d77 feat: Use InvoiceForm for PurchaseInvoice as well
- Button with icon prop
2019-10-14 02:49:28 +05:30
Faris Ansari
6892895215 feat: Misc
- Table control
- FormControl (size=small)
- DatabaseSelector
- SetupWizard
- Tax Quick Edit
- AutoComplete
- Link extends from AutoComplete
2019-10-13 17:33:01 +05:30
Faris Ansari
0f89720770 feat: Customer/Supplier doctype based on Party 2019-10-06 03:12:08 +05:30
thefalconx33
3192cb556a Multicurrency 2019-09-03 15:11:36 +05:30
thefalconx33
54e115b030 [Fixes] #98 UI Issues 05-08-2019 2019-08-14 13:22:45 +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
ed357ecb46 - Chart of accounts action buttons
- Report Export with current filters
2019-07-24 15:02:53 +05:30
thefalconx33
2d2c9d4e6a Minor Fixes 2019-07-22 15:26:30 +05:30
thefalconx33
90411d3ec9 * Dynamic Filters
* Report Actions
2019-07-18 12:19:12 +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
5dbdbfb77a Add listView config for Party 2018-10-15 17:35:35 +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
Rushabh Mehta
b5e3188608 [start] reports 2018-03-26 17:44:27 +05:30
Rushabh Mehta
b72878110d added ledger 2018-03-05 22:15:40 +05:30