Commit Graph
681 Commits
Author SHA1 Message Date
18alantom 7ebbddd307 fix(ux): shifting chevrons on date picker, formatting 2021-11-24 16:20:02 +05:30
Alan 95735a91e8 Merge pull request #253 from ankitsinghaniyaz/fix-linux-build
fix linux icons not showing and add deb and rpm package
2021-11-23 18:37:20 +05:30
Ankit Singhaniya abd0224bdf fix linux icons not showing and add deb and rpm package 2021-11-23 18:34:50 +05:30
18alantom ceec97ab3a fix: update all icons, fix notarize import, update README.md 2021-11-23 12:56:46 +05:30
Alan 50371b1a56 Merge pull request #251 from piyushsinghania/fix/error-message-while-navigating
Prevented error message on navigation
2021-11-23 10:35:01 +05:30
Piyush Singhania b5cb406c0c Prevented RangeError: maximum call stack size exceeded 2021-11-22 19:44:52 +05:30
18alantom ad39d53d3b build: remove arch arm cause can't compile for that without arm 2021-11-22 16:45:35 +05:30
18alantom d6dabc0772 fix: typo 2021-11-22 16:40:04 +05:30
Alan 39d0fd1d3a Merge pull request #252 from 18alantom/prep-release
build: update configs
2021-11-22 16:21:23 +05:30
18alantom 9285ac6d5e build: bump version, add support for portable build, nsis ask install location
- update package.json fields
- add specific icons for windows
- add icns for mac
- fix plist file formatting
2021-11-22 16:17:41 +05:30
18alantom 4340113ac9 fix(ux): disallow negative amount in Payments 2021-11-22 12:04:29 +05:30
Alan 4a53e0c344 Merge pull request #250 from 18alantom/temp
fix: Minor UI UX fixes
2021-11-22 11:27:47 +05:30
18alantom 4aeffabfa8 fix(ux): show outstanding amount if non zero
fix: don't allow submit for cancelled Payments
fix(ui): JE credit/debit colors
2021-11-22 11:25:09 +05:30
Alan d8ae1f37d8 Merge pull request #249 from piyushsinghania/enhancement/cancel-paid-invoices
Add ability to cancel invoice
2021-11-22 11:24:32 +05:30
Piyush Singhania f8ff30156b Prevented error message on navigation 2021-11-21 21:45:27 +05:30
Piyush Singhania 1ffd043ca9 Add ability to cancel invoice 2021-11-21 19:08:04 +05:30
18alantom aa6a565f9b chore: move prettier config to package.json, fix icon spacing 2021-11-16 13:15:20 +05:30
Alan ec862509e5 fix header 2021-11-14 17:45:12 +05:30
18alantom 3f11aa4dcb final logo update 2021-11-14 17:43:40 +05:30
18alantom b146c68d17 fix logo spacing 2021-11-14 17:06:04 +05:30
Alan b9576a13ba fix header 2021-11-14 16:24:07 +05:30
18alantom 41657f4d3b fix README header, add tentative (better) icon 2021-11-14 16:21:34 +05:30
18alantom 11fd2bc956 fix: ES6 dynamic import on importing fixture JSONs 2021-11-12 00:31:30 +05:30
18alantom 459d334e08 fix: dynamic ES6 import
- db selector hangup on file deletion
2021-11-12 00:23:10 +05:30
18alantom 22dcaba66b fix: remove noop class from template 2021-11-11 19:24:17 +05:30
18alantom f25ccd8aa8 fix(ui): show draft status for JE and non-submitables, set Cash as default 2021-11-11 15:05:34 +05:30
18alantom de25de1fd4 fix(ui): show status badge on an open invoice 2021-11-11 13:41:33 +05:30
Alan 58259a2437 Merge pull request #246 from 18alantom/fix-icon-display-dock-messages
fix(ui): display correct icon in the dock and messagebox in dev mode
2021-11-11 12:24:35 +05:30
18alantom be4cb34398 fix(ui): display correct icon in the dock and messagebox in dev mode 2021-11-11 12:23:26 +05:30
Alan d4b5627793 Merge pull request #245 from 18alantom/fix-tax-display
fix(ux): remove tax rate from invoice breakdown
2021-11-11 11:22:49 +05:30
18alantom 40f6e9db05 fix(ux): remove tax rate from invoice breakdown 2021-11-11 11:18:22 +05:30
Alan e281b667b2 Merge pull request #240 from madisvain/patch-1
Change VATComply API for exchange rates
2021-11-10 21:46:57 +05:30
18alantom 9339efe951 fix: remove console.logs 🤦 2021-11-10 19:20:20 +05:30
18alantom 735bf3f830 fix: prevent NaN in the invoices 2021-11-10 19:09:21 +05:30
Alan 04d2c4278f Merge pull request #243 from 18alantom/fix-customer-def-acc
fix: set party default account only if it exists
2021-11-10 17:02: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
Alan 0cabca4205 Merge pull request #242 from 18alantom/fix-remove-description
fix: remove description from the general ledger
2021-11-10 16:46:38 +05:30
18alantom fbd2d75cd7 fix: remove description from the general ledger 2021-11-10 16:43:11 +05:30
Alan d99563977d Merge pull request #241 from 18alantom/fix-coa-issues
fix: bank account parent not being set on setup
2021-11-10 16:12:51 +05:30
18alantom 57a020f15e fix: autoset accounts only if present; display accounts in quick entry 2021-11-10 16:12:07 +05:30
18alantom 99e686a96b fix: bank account parent not being set on setup 2021-11-10 14:29:25 +05:30
Madis Väin d0c6c27cf6 Change VATComply API for exchange rates
Change the exchangeratesapi.io to https://api.vatcomply.com rates API.

I'm the original author of Exchangerates API which now has a paywall and was acquired some years ago.

VATComply API will not be sold and provides the same API for exchange rates for free without requiring a API key.
2021-11-09 18:47:55 +02:00
18alantom 3afdb72ed3 fix: ask user to add .db extension 2021-11-09 16:44:05 +05:30
Alan 65570d4210 Merge pull request #239 from 18alantom/fix-db-creation
fix: db creation flow, don't show annoying messages when not required
2021-11-09 16:21:38 +05:30
18alantom c20cc5a5db fix: db creation flow, don't show annoying messages when not required
- minor refactors and formatting
2021-11-09 16:08:25 +05:30
18alantom 511d044715 fix: remove spurious commits 2021-11-08 19:53:39 +05:30
Alan ab97812239 Merge pull request #236 from 18alantom/minor-fixes-payments
fix: minor changes and fixes to Payments
2021-11-08 19:49:04 +05:30
18alantom f905fab256 fix: prevent "Saving..." due to slipping error (needs frappejs #152) 2021-11-08 19:37:06 +05:30
18alantom 96d7a9819c feat: add reversion and ledger link to payment quick entry 2021-11-08 17:36:09 +05:30
18alantom 08ae048db0 fix: prevent editing of submitted submitable doctypes from quickform view 2021-11-08 17:05:30 +05:30