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

523 Commits

Author SHA1 Message Date
18alantom
3db454d380 feat: add error log list on global to deal with errors 2022-01-18 18:30:42 +05:30
18alantom
3abb807957 fix: incorrect variable naming 2022-01-18 13:43:06 +05:30
18alantom
5fc21ce291 fix: prevent no such table error 2022-01-17 11:13:42 +05:30
dependabot[bot]
dfd34f51f5 build(deps): bump follow-redirects from 1.14.5 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 01:38:37 +05:30
Alan
6a298716d9
Merge pull request #158 from piyushsinghania/add/skipcache
Added options to skipCacheDocument if ever needed
2022-01-12 11:53:15 +05:30
Piyush Singhania
9459b66148 Renamed to skipDocumentCache 2022-01-11 19:10:32 +05:30
Piyush Singhania
89592070b5 Added options to skipCacheDocument if needed 2022-01-11 18:13:02 +05:30
Alan
3f1b4605a2
Merge pull request #153 from 18alantom/make-money
refactor: use dedicated class to handle currency
2022-01-11 11:32:59 +05:30
18alantom
77d7ce3531 fix: update prestiege to drop temp table if exists 2022-01-10 15:06:12 +05:30
18alantom
490837a5e1 fix: remove unnecessary try-catch 2022-01-07 12:22:40 +05:30
18alantom
01609def72 chore: bump pesa, default to bankersRounding 2022-01-07 10:51:33 +05:30
18alantom
36f9e47d58 chore: deprecate numberFormat 2022-01-07 10:51:33 +05:30
18alantom
021d1d2a39 fix: better message on format error 2022-01-07 10:51:33 +05:30
18alantom
8fcfd94890 chore: bump pesa, add neq, neg 2022-01-07 10:51:33 +05:30
18alantom
3ac628f4b9 fix: bug, forgot to call .format 2022-01-07 10:51:33 +05:30
18alantom
84724ff731 fix: more informative error messages
- set currency columns as not null
2022-01-07 10:51:33 +05:30
18alantom
e249b033f1 fix: display a better error message 2022-01-07 10:51:33 +05:30
18alantom
0c556ff8a4 fix: foolproofing currency defaults 2022-01-07 10:51:33 +05:30
18alantom
45f7ccf54c chore: bump pesa 2022-01-07 10:51:33 +05:30
18alantom
581de5f6a9 refactor: don't pass display, it's set on init 2022-01-07 10:51:33 +05:30
18alantom
b058b06af7 chore: bump pesa 2022-01-07 10:51:33 +05:30
18alantom
e214891156 fix: update calcs
- set child doc defaults
- remove Currency from rounding
2022-01-07 10:51:33 +05:30
18alantom
4b0cf18b38 feat: util to check if pesa, also fix indents 2022-01-07 10:51:33 +05:30
18alantom
ac642b205b fix: use Intl and locales for currency formatting 2022-01-07 10:51:33 +05:30
18alantom
e3351e1e06 feat: add locale for number formatting 2022-01-07 10:51:33 +05:30
18alantom
e1f1ffd202 fix: init pesa with display too 2022-01-07 10:51:33 +05:30
18alantom
23189aaf93 fix: don't set precision on df, should be global 2022-01-07 10:51:33 +05:30
18alantom
8bf257c685 fix: deprecate floatPrecision add displayPrecision 2022-01-07 10:51:33 +05:30
18alantom
3610f79732 fix: convert from and to pesa on db i/o 2022-01-07 10:51:33 +05:30
18alantom
0bad10e1be refactor: shift currency to books, change iP to 11, update 2022-01-07 10:51:33 +05:30
18alantom
7698af67e6 feat: init pesa and set on the frappe object 2022-01-07 10:51:33 +05:30
18alantom
b746200050 chore: update pesa to latest, add stuff to system settings 2022-01-07 10:51:33 +05:30
18alantom
2b5ad93c33 add pesa as dependency 2022-01-07 10:51:33 +05:30
18alantom
9ae799cf0e chore: switch sqlite3 to vscode fork 2022-01-06 14:01:26 +05:30
18alantom
41d6ee10d3 chore: remove unnecessary function 2021-12-03 13:29:04 +05:30
18alantom
e0eeaad677 feat: allow force initialization 2021-12-01 18:21:02 +05:30
18alantom
8da2332c74 feat: sqlite schema update hack 2021-12-01 14:37:35 +05:30
Alan
187446e3aa
Merge pull request #157 from 18alantom/update-patchrun
refactor: update patch run for patches.json
2021-11-30 17:42:16 +05:30
18alantom
33fc98ceb9 refactor: update patch run for patches.json 2021-11-30 17:39:11 +05:30
Alan
650b9f6191
Merge pull request #156 from 18alantom/shift-init
refactor: move fjs init boilerplate to fjs
2021-11-29 15:16:49 +05:30
18alantom
2657a38fff refactor: move fjs init boiler plate to fjs 2021-11-29 15:02:02 +05:30
Alan
4a99c3ac46
Merge pull request #155 from 18alantom/shift-systemsettings
fix(ux): add items in system settings, move auto update to system
2021-11-25 16:53:57 +05:30
18alantom
ddec34aaec fix(ux): add items in system settings, move auto update to system
settings
2021-11-25 16:51:06 +05:30
18alantom
0af2ce86f4 feat: add convenience function to get fields meta map 2021-11-25 14:48:02 +05:30
18alantom
317eb3116b chore: move prettier config to package.json 2021-11-16 13:13:16 +05:30
Alan
da58ae45fa
Merge pull request #154 from piyushsinghania/master
Added dependency for the cancel feature
2021-11-16 11:26:03 +05:30
Piyush Singhania
f411187c38 Added dependency for the cancel feature 2021-11-15 18:00:34 +05:30
18alantom
95a833c3a4 refactor: rename migrate to runPatches, filepath to filePath 2021-11-09 16:12:39 +05:30
Alan
b791f1af33
Merge pull request #152 from 18alantom/add-conditional-require
feat: add conditional `required`, fix formatting in document.js, fix async calls for submit and revert.
2021-11-08 19:49:08 +05:30
18alantom
3e833309db fix: prevent error slipping because of asyncness 2021-11-08 19:35:37 +05:30