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

56 Commits

Author SHA1 Message Date
18alantom
3975eb3f64 fix(ux): display can't delete cause link
- update reports on ledger entries
- pull data until .plus({days: 1}) to account for all entries of the day
2022-05-30 17:04:25 +05:30
18alantom
03ee043696 incr: fetch translateables from schema.json
- use legit csv
2022-05-23 16:18:23 +05:30
18alantom
37dc3e911f incr: small fixes 2022-05-23 16:18:23 +05:30
18alantom
e20d7fc6d2 incr: enable non GST report exports 2022-05-23 16:18:23 +05:30
18alantom
06b5ac4f90 incr: do BalanceSheet (smthn wrng) 2022-05-23 16:18:23 +05:30
18alantom
79650d6c8e incr: add indentation support, format PNL 2022-05-23 16:18:23 +05:30
18alantom
ad22005cc2 incr: get PNL to display
- needs a few more fixes
2022-05-23 16:18:23 +05:30
18alantom
bf01fa0327 incr: shift report commonalities to LedgerReport
- start with Profit and Loss
2022-05-23 16:18:23 +05:30
18alantom
3cdba15b81 fix: dynamic link ref
- gl ordering
- report filtering
- dummy dates
- few other things
2022-05-23 16:18:23 +05:30
18alantom
5188f28c0d fix: list display, minor UI fixes 2022-05-23 16:18:23 +05:30
18alantom
cc493e9fb1 incr: start rewriting reports
- list type report eg GL almost done
2022-05-23 16:18:23 +05:30
18alantom
c95473c6b0 incr: speed things up by like 20x or somthn 2022-05-23 16:18:23 +05:30
18alantom
1e88c5511f incr: add GeneralLedger business logic 2022-05-23 16:18:23 +05:30
18alantom
27aed52044 incr: type some files, frappe -> fyo
- get books to serve albiet broken
- one step at a time
2022-05-23 16:18:22 +05:30
18alantom
c56850d08f incr: refactor and type src/utils 2022-05-23 16:18:22 +05:30
18alantom
de7e5ba807 refactor: rename 'frappe' to 'fyo' outside src
- cause now most of it is different from what it was
2022-05-23 16:18:22 +05:30
18alantom
0d78df598c fix: mark missed strings as translate 2022-03-31 10:53:11 +05:30
18alantom
ddda0d38c7 fix: minor fixes to tstrings 2022-02-16 13:15:33 +05:30
18alantom
c52b7f54ad fix: translate all labels 2022-02-16 13:15:33 +05:30
18alantom
cc09847337 refactor: rename imports, frappejs → frappe 2022-01-21 02:27:29 +05:30
18alantom
de17463bd2 fix: use neg, neq, update reports GL, PnL, BS, TB 2022-01-07 10:51:19 +05:30
18alantom
b4fbbd9bb7 feat: add Export > JSON for General Ledger 2021-12-21 18:22:40 +05:30
18alantom
c4c5ef3a9f refactor: rename linkFields to actions, remove clear filter from viewConfigs 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
b4707d868f add back removed link fields 2021-12-21 12:37:25 +05:30
Piyush Singhania
228e069096 Code Refactoring 2021-12-21 12:37:25 +05:30
18alantom
95867541df fix(ux): rename Purchase Invoice to Bill & Sales Invoice to Invoice 2021-12-16 18:17:32 +05:30
18alantom
bc17e72cda fix: checkbox display, show cancelled set to checkbox 2021-12-16 18:17:32 +05:30
Piyush Singhania
1ffd043ca9 Add ability to cancel invoice 2021-11-21 19:08:04 +05:30
18alantom
fbd2d75cd7 fix: remove description from the general ledger 2021-11-10 16:43:11 +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
Piyush Singhania
7aceb64776 Ui updates and some naming changes 2021-10-28 14:51:39 +05:30
Piyush Singhania
9d64907ada used app coding conventions 2021-10-27 21:32:40 +05:30
Piyush Singhania
bfa1aa4b99 update -> used app conventions for better readability 2021-10-26 01:20:35 +05:30
Piyush Singhania
e9b3d2ca03 Added enhancement to filter out reverted invoices 2021-10-21 23:10:14 +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
6e2c5cdf96 fix: JournalEntry fixes
- Form actions
- Set debit / credit in 2nd row automatically
- Validate before update and insert
- Add JournalEntry as filter option in General Ledger
- Commonify actions for document in InvoiceForm, JournalEntryForm and QuickEditForm
- DropdownWithActions component
2019-12-20 12:14:31 +05:30
Faris Ansari
e8370aa8ab chore: Migrate project structure to Vue CLI
- Electron build using vue-cli-plugin-electron-builder
2019-12-12 23:07:43 +05:30
Faris Ansari
1757f8f266 fix: Report
- Tree structured reports
- Profit and Loss
2019-12-03 17:15:07 +05:30
Faris Ansari
f48a15d97d fix: Report
- Use inline-grid to make Row expand its parent
- Custom component for columns
- Avatar component
- partyWithAvatar component in GeneralLedger
- WithScroll renderless component to detect scroll
- Fixed header with horizontal and vertical scroll in Report
2019-12-03 15:53:54 +05:30
Faris Ansari
82bc0143e1 chore: Delete old ReportPage based views 2019-12-03 15:50:14 +05:30
Faris Ansari
259f22df09 fix: Reports
- Filters
- Set default filters
- Horizontal and Vertical scroll (wip)
2019-11-20 00:44:15 +05:30
Faris Ansari
cc6c7883a8 fix: Report
- Specify column width in Row
- Horizontal and Vertical scroll (wip)
2019-11-08 16:19:06 +05:30
Faris Ansari
86993edee2 feat: Reports 2019-10-14 03:26:20 +05:30
thefalconx33
54e115b030 [Fixes] #98 UI Issues 05-08-2019 2019-08-14 13:22:45 +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
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
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