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

81 Commits

Author SHA1 Message Date
18alantom
9bc8cd9fdd chore: set node version 2021-09-30 14:53:08 +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
2c7d49d79e v0.0.3-beta.13 2020-05-11 20:26:01 +05:30
Faris Ansari
5600840bdb v0.0.3-beta.12 2020-05-06 23:51:08 +05:30
Faris Ansari
4a5b55624f v0.0.3-beta.11 2020-04-30 23:33:07 +05:30
Faris Ansari
7bb50c3153 fix: Use forked cli plugin with updated electron builder 2020-04-30 23:14:32 +05:30
Faris Ansari
5740cfd29d v0.0.3-beta.10 2020-04-30 16:47:38 +05:30
Faris Ansari
e19b2d2d27 fix: Update tailwind to 1.2.0 2020-04-30 16:44:39 +05:30
Faris Ansari
ae101fab12 v0.0.3-beta.9 2020-02-10 14:09:30 +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
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
d3bd5c26e0 v0.0.3-beta.8 2020-01-29 16:33:30 +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
e091988f16 v0.0.3-beta.7 2020-01-03 00:01:03 +05:30
Faris Ansari
6ab5e109ad feat: Rename to Frappe Books 2020-01-02 23:09:58 +05:30
Faris Ansari
69434d53eb v0.0.3-beta.6 2019-12-27 16:17:27 +05:30
Faris Ansari
db9d897d0d v0.0.3-beta.5 2019-12-27 12:09:57 +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
2e5bd11957 v0.0.3-beta.4 2019-12-24 18:42:54 +05:30
Faris Ansari
f6eda9fd0a v0.0.3-beta.3 2019-12-24 16:20:49 +05:30
Faris Ansari
852288307e fix: Add electron-notarize dependency 2019-12-24 16:06:05 +05:30
Faris Ansari
a779c91679 fix: Remove deepmerge and add lodash 2019-12-21 20:17:43 +05:30
Faris Ansari
d104a4ffa4 v0.0.3-beta.2 2019-12-17 12:35:47 +05:30
Faris Ansari
bdbad0913e v0.0.3-beta.1 2019-12-16 17:27:35 +05:30
Faris Ansari
2db4484ab2 chore: Dont git add in lint-staged 2019-12-16 17:13:05 +05:30
Faris Ansari
edda250d6e v0.0.3-beta.0 2019-12-13 21:55:49 +05:30
Faris Ansari
ffcd81c7bc chore: Travis script for electron build 2019-12-13 21:55:10 +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
466622f074 fix: Refactor Popover to use Portal and Popper.js 2019-12-11 14:45:25 +05:30
Faris Ansari
c5fef9442a fix: SetupWizard
- White background
- Placeholders for inputs
2019-10-24 10:47:01 +05:30
Faris Ansari
f040d397bf feat: New Frappe Accounting Design
- Add tailwindcss
- Implement Sidebar
2019-10-03 19:16:12 +05:30
thefalconx33
562b4759e0 - Bug Fixes
- PnL & Balance Sheet
- Search Keyboard Navigation
2019-08-20 14:27:27 +05:30
thefalconx33
86d0ef3d06 - Dashboard
- SearchBar
- Invoice & Bill Rename
2019-08-01 17:22:58 +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
Netchamp
aa721b59cc Add Electron builder target configuration 2019-01-12 16:46:11 +05:30
Faris Ansari
154dc427a2 Use cross-env to set env variables 2018-10-24 00:09:22 +05:30
Faris Ansari
40d82bf5fd Add Settings Page with autosave 2018-10-23 02:59:07 +05:30
Faris Ansari
5f81654c7f Add electron-builder configuration in package.json 2018-10-21 18:19:58 +05:30
Faris Ansari
5b9e4f4467 Build command 2018-10-21 13:26:06 +05:30
Faris Ansari
26beb66147 Add renderer entry for electron 2018-10-20 18:02:01 +05:30
Faris Ansari
046bca4310 update frappejs version 2018-10-04 14:55:11 +05:30