Mangesh-Khairnar
862433febb
fix: create custom field for mpesa receipt
2020-10-06 10:59:59 +05:30
Mangesh-Khairnar
8d54d61c28
fix: handle payment completion via payment request
2020-10-05 22:37:31 +05:30
Mangesh-Khairnar
1bef6a530c
fix: create payment entry against payment request
2020-10-04 13:01:11 +05:30
Mangesh-Khairnar
8d12c3841f
fix: process transaction callback
2020-09-28 19:40:42 +05:30
Mangesh-Khairnar
98658603dd
Merge branch 'develop' of https://github.com/frappe/erpnext into mpesa-integration
2020-09-28 02:10:53 +05:30
Mangesh-Khairnar
a26c6b4c2d
fix: fetch account balance info
2020-09-25 23:56:39 +05:30
Mangesh-Khairnar
97ab96c8bf
fix: handle api changes from callbacks
2020-09-22 12:58:32 +05:30
Mangesh-Khairnar
e3c6128638
fix(plaid): do not send null list in account ids ( #23376 )
2020-09-21 18:50:22 +05:30
Rohan
e42f08085b
fix: use Plaid's new API (develop) ( #23318 )
...
Co-authored-by: Mangesh-Khairnar <mkhairnar10@gmail.com>
2020-09-21 13:14:07 +05:30
Mangesh-Khairnar
a3ac4bf681
fix: create payment request via pos
2020-09-18 19:47:33 +05:30
Abhishek Balam
4e6733293f
fix(DocTypes): Reset "owner" values in DocTypes to Administrator ( #23350 )
...
* fix: reset owner values in doctype to Administrator
* fix: updated modified value
* fix: also fixed modified by
* fix: change modified_by to Administrator
2020-09-18 18:27:24 +05:30
Mangesh-Khairnar
27f81e06ea
fix: create custom pos fields
2020-09-15 14:38:06 +05:30
Mangesh-Khairnar
2dabd2182f
feat: add mpesa integration
2020-09-10 17:05:43 +05:30
Mangesh-Khairnar
e292fd6c58
feat: add integrations desk page
2020-08-24 00:45:13 +05:30
Deepesh Garg
dcb462f305
fix: Import pycountry and taxjar only if taxjar is enabled
2020-08-01 13:47:09 +05:30
vishdha
d3ec1c1d89
feat: Taxjar Integration Added
2020-06-24 16:37:21 +05:30
Shivam Mishra
34d2bfbb3e
refactor: handle exceptions when updating addresses ( #22307 )
...
* refactor: handle exceptions when updating addresses
* refactor: fold common statements in a loop
2020-06-18 15:28:55 +05:30
Mangesh-Khairnar
53b601523b
fix: update shopify api version ( #22284 )
...
Co-authored-by: Saurabh <saurabh@erpnext.com>
2020-06-17 19:31:57 +05:30
Mangesh-Khairnar
3031128167
fix: fetch tax lines within the shipping lines ( #22138 )
2020-06-07 18:02:23 +05:30
gavin
7a05662e9f
Merge pull request #21491 from gavindsouza/tally-migration-feat
...
feat(Tally migration): Errored documents handling
2020-06-02 13:03:13 +05:30
Mangesh-Khairnar
c302d066a3
fix: only save end date when transactions are returned ( #22023 )
2020-05-29 10:19:58 +05:30
Mangesh-Khairnar
706524f1ae
fix: make transaction date of the oldest transaction as the last integration date ( #22000 )
...
* fix: make transaction date of the oldest transaction as the last integration date
* chore: remove blank line after docstring
2020-05-28 13:33:58 +05:30
Michelle Alva
8653419c4c
fix: change modified time
...
changed modified time to sync the changes
2020-05-28 12:52:58 +05:30
Michelle Alva
f7beeff2d8
fix: change description for field ( #21995 )
...
grammatical fixes for description of Default Customer
2020-05-28 11:05:19 +05:30
Mangesh-Khairnar
7402451b96
fix: shopify error message on failure of sales order creation ( #21924 )
2020-05-26 17:56:40 +05:30
Mangesh-Khairnar
ddc170521f
fix: check for warehouse in the woocommerce settings ( #21925 )
2020-05-26 17:55:56 +05:30
Shivam Mishra
d3d3836943
style: cleaner conditions and returns
2020-05-19 11:53:28 +05:30
Shivam Mishra
bdc97e6b48
Merge branch 'develop' into woocommerce-shipping
2020-05-16 19:40:45 +05:30
Shivam Mishra
d69e3eb5d7
feat: use name instead of customer name to link address and contact
2020-05-16 19:37:03 +05:30
Shivam Mishra
180bda7618
refactor: return address and contact objects
2020-05-16 19:20:55 +05:30
Shivam Mishra
fc514ba940
feat: save contact to woocommerce
2020-05-16 19:19:18 +05:30
Mangesh-Khairnar
4a9fd9ef6d
fix: error log title for failing bank transactions
2020-05-13 16:11:22 +05:30
Gavin D'souza
cb1376b036
chore: verbose error message for coa recursion
2020-05-09 12:05:33 +05:30
Shivam Mishra
da41724d9d
feat: save shipping address to woocommerce customer
2020-05-08 15:12:08 +05:30
Gavin D'souza
0c353a64a4
fix: un-using buggy JS frappe.new_doc
2020-05-02 18:58:33 +05:30
Gavin D'souza
af612ddb6d
feat: maintain tally voucher numbers
...
feat: create seperate customer and supplier entries for same party if
case exists
2020-05-01 14:39:11 +05:30
Gavin D'souza
51305a028b
feat: prompt that company and COA will be overwritten
2020-05-01 14:37:28 +05:30
gavin
c333797d67
Merge branch 'develop' into tally-migration-feat
2020-04-29 13:10:28 +05:30
Gavin D'souza
f4926a8205
fix: toggle read only for accounts post daybook data processing
...
style: code comments and updates
2020-04-29 11:21:16 +05:30
Gavin D'souza
6b850b7e71
perf: reduce JS memory heap and maintain namespaces
2020-04-29 10:25:18 +05:30
Gavin D'souza
0d61b35b0b
fix: table cleanups, updated summary block
2020-04-28 18:13:10 +05:30
Gavin D'souza
27b7172fa4
fix: run summary logger
...
style: indent fixes
2020-04-28 16:32:15 +05:30
Gavin D'souza
2e1b531f4f
feat: handle resolve and unresolved errors
...
restructured and reused components
2020-04-28 16:04:49 +05:30
Gavin D'souza
640636bbcd
feat: maintain logs of errors successfully fixed
2020-04-28 16:01:59 +05:30
Gavin D'souza
1b5eea691c
feat: order failed import log by creation, handle rollbacks and commits
2020-04-28 15:51:40 +05:30
Gavin D'souza
0805307514
perf: reduce failed_error_log size
2020-04-27 13:42:00 +05:30
Gavin D'souza
82e7a9de28
feat: error log handling
...
fix: toggle required accounts
2020-04-27 13:12:38 +05:30
Gavin D'souza
38c677689d
fix: set default round off acount
2020-04-27 11:50:16 +05:30
Gavin D'souza
2de4a5a7c8
feat: Error logging via doc
...
fix: Handle duplicate company and COA
feat: Error logging via doc
feat: fetch defaults for accounts
2020-04-27 11:34:00 +05:30
Gavin D'souza
defeb73747
feat: Add Failed error logs
...
fix: set defaults
2020-04-27 11:32:49 +05:30