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

63 Commits

Author SHA1 Message Date
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
f0424d0ee4 refactor: deprecate use of remote; remove bg transparency on macOS 2021-11-04 15:03:51 +05:30
18alantom
864d07fd1b chore: bump linters and parsers and electron's friends
- prettier and eslint have to be configured
- few rules have been switched off
- deps bumped in this did not require major changes
2021-11-02 20:21:20 +05:30
18alantom
192fd9de75 chore: bump dep versions (no refactors) 2021-11-02 18:11:08 +05:30
18alantom
27b8dfceab chore: bump tailwind to 2, postcss 7 compat mode 2021-11-02 18:00:45 +05:30
Ankit Singhaniya
a589358d10 fix frappe charts version 2021-09-30 14:32:30 +05:30
Ankit Singhaniya
ce29ebfb3e upgrade packages 2021-09-30 14:11:30 +05:30
Ankit Singhaniya
7c3af79ecc upgrade electron to 8 and update vue cli electron builder 2021-09-30 14:11:11 +05:30
Ankit Singhaniya
c3b1338039 upgrade electron form 6 to 7, because the inspector was crashing 2021-09-30 14:07:16 +05:30
Faris Ansari
7756002f9c
Merge pull request #113 from frappe/dependabot/npm_and_yarn/acorn-6.4.1 2020-05-11 20:18:13 +05:30
Faris Ansari
555374ce29 fix: Update frappejs 2020-05-06 23:50:58 +05:30
Faris Ansari
8a2ba20780 fix: Update frappejs 2020-05-06 23:40:30 +05:30
Faris Ansari
7bb50c3153 fix: Use forked cli plugin with updated electron builder 2020-04-30 23:14:32 +05:30
Faris Ansari
e19b2d2d27 fix: Update tailwind to 1.2.0 2020-04-30 16:44:39 +05:30
dependabot[bot]
509cbee604
chore(deps): bump acorn from 6.4.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-15 07:56:29 +00:00
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
c832baf585 fix: Update frappejs 2020-02-04 00:06:33 +05:30
Faris Ansari
138b0673a8 feat: Invoice Template Customizer
- Template, Color and Font fields in PrintSettings
- font-manager for loading system fonts
- 3 Invoice Templates: Default, Minimal and Business
- Delete unused old Templates
- Dont show Delete button in Singles
- Rename font family "Inter var experimental" to "Inter"
2020-02-03 23:25:11 +05:30
Faris Ansari
f4fc9703bb fix: Popover arrow
- Use popper.js 2.x
- placement prop for uh, placement
- show prop for explicit show/hide
2020-01-29 16:31:03 +05:30
Faris Ansari
3e44f08a4f fix: Update frappejs 2020-01-28 17:15:12 +05:30
Faris Ansari
27d848d868 feat: Ability to run patches 2020-01-28 17:00:05 +05:30
Faris Ansari
f6abaa1cab feat: File selector for multi-company switching
- Use config file to store preferences
2020-01-28 16:59:34 +05:30
Faris Ansari
a24bbec88f fix: Update frappejs 2020-01-02 22:42:01 +05:30
Faris Ansari
144ff55395 fix: Update frappejs 2019-12-27 16:05:37 +05:30
Faris Ansari
fefe229c2e fix: Update frappejs 2019-12-27 12:09:42 +05:30
Faris Ansari
a3506bf015 feat: Auto Update
- Ability to disable auto update from System tab in Settings
2019-12-27 12:07:39 +05:30
Faris Ansari
852288307e fix: Add electron-notarize dependency 2019-12-24 16:06:05 +05:30
Faris Ansari
18b49e1969 fix: Update frappejs 2019-12-24 15:42:25 +05:30
Faris Ansari
a779c91679 fix: Remove deepmerge and add lodash 2019-12-21 20:17:43 +05:30
Faris Ansari
9481a4c072 chore: Update frappejs 2019-12-16 17:27:11 +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
c5fef9442a fix: SetupWizard
- White background
- Placeholders for inputs
2019-10-24 10:47:01 +05:30
thefalconx33
90411d3ec9 * Dynamic Filters
* Report Actions
2019-07-18 12:19:12 +05:30
thefalconx33
5032f0397c Updated frappejs packages to work with node to v12 2019-07-16 12:29:35 +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
5f81654c7f Add electron-builder configuration in package.json 2018-10-21 18:19:58 +05:30
Faris Ansari
2d58aaf33d Restructure according to frappejs cli 2018-07-29 17:20:10 +05:30
Faris Ansari
0237aad6bf Update frappejs dep 2018-05-08 11:34:06 +05:30
Faris Ansari
69f1deb6de Remove frappe-datatable dep 2018-05-03 16:57:23 +05:30
Faris Ansari
9fed2fbb19 Add models
- Fulfillment
- PurchaseOrder
- PurchaseReceipt
- SalesOrder
2018-04-28 19:56:26 +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
f310fd671e getRootLabel for AccountTree 2018-04-15 00:45:04 +05:30
Faris Ansari
10c47fb6dc restructure acc to electron build project 2018-03-30 22:33:12 +05:30
Faris Ansari
29a666b60e Merge branch 'pratu16x7-dev' into electronify 2018-03-30 00:29:08 +05:30
Faris Ansari
22466fd32f yarn lock 2018-03-30 00:23:34 +05:30
Prateeksha Singh
fa3a274df9 [setup] bootstrap setup wizard 2018-03-28 15:56:24 +05:30