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

810 Commits

Author SHA1 Message Date
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
18alantom
8f64d95055 refactor: rename "Payment For" to "References"
- formatting
- change default values to function defaults
- add migration script for the Payment table
2021-11-08 15:15:27 +05:30
Alan
49cf248247
Merge pull request #237 from 18alantom/fix-db-load
fix: issues with db loading
2021-11-06 01:18:21 +05:30
18alantom
5cf725d0b7 fix: issues with db loading 2021-11-06 01:11:39 +05:30
18alantom
09d4b305eb fix: make Payment For not required, fix amount bug, ref mandatory only if not cash 2021-11-05 20:00:28 +05:30
Alan
c6c89c2e9f
Merge pull request #232 from 18alantom/bump-versions
build(deps): bump versions of all except vue
2021-11-05 14:47:22 +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
Alan
b77f5536ec
Merge pull request #234 from ankitsinghaniyaz/master
Fix profit and loss graph not reflecting changes correctly
2021-11-05 12:02:52 +05:30
18alantom
0461976a5b fix: don't hide period selectors when no data 2021-11-05 12:00:42 +05:30
18alantom
f0424d0ee4 refactor: deprecate use of remote; remove bg transparency on macOS 2021-11-04 15:03:51 +05:30
Ankit Singhaniya
0c34a122d6
Merge pull request #23 from piyushsinghania/fix/auto-reload-of-Profit-And-Loss-Graph
Fixed profit and loss graph to auto update
2021-11-03 12:28:50 +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
Piyush Singhania
be3574edc5 Fixed profit and loss graph auto updation 2021-11-02 19:05:43 +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
Alan
99b24d472e
Merge pull request #230 from ankitsinghaniyaz/master
Add validation when paying excess amount
2021-11-02 11:53:40 +05:30
Ankit Singhaniya
ae39796579
fix typo, remove extra ( 2021-11-01 23:55:59 +05:30
Ankit Singhaniya
95e1510682
Merge pull request #22 from piyushsinghania/fix/error-message-not-displayed-while-paying-excess-amount
Added translation support and currency symbol in the error message
2021-11-01 23:10:21 +05:30
Ankit Singhaniya
59c57c289b
improve message when trying to pay 0 2021-11-01 23:09:31 +05:30
Ankit Singhaniya
093a297856
simplify the condition to check if value is larger then max amount 2021-11-01 23:08:08 +05:30
Piyush Singhania
4fcb54ff7c Added translation support and currency symbol in the error message 2021-11-01 19:36:02 +05:30
Ankit Singhaniya
49fc8d5586
Merge pull request #19 from piyushsinghania/fix/error-message-not-displayed-while-paying-excess-amount
Added validation to give error message when trying to pay excess amount for an invoice
2021-10-30 20:03:27 +05:30