TyReynolds
  • Joined on 2025-12-29
TyReynolds commented on issue nsinnovations/ns_erpnext_app#18 2026-07-08 11:40:40 +00:00
add ach capability to payments app

I need to look into test mode with Crystal Clear to test the ACH that way we don't have to link a real account.

TyReynolds commented on issue nsinnovations/ns_erpnext_app#18 2026-07-06 19:32:27 +00:00
add ach capability to payments app

fixed the slow loading speeds when I partitioned the apps. still needs tested

TyReynolds commented on issue nsinnovations/ns_erpnext_app#19 2026-07-06 14:52:01 +00:00
split payments app into it's own cc-payments app separate from other customizations.

Moved the payment api and all JS for the sales invoice to a new app named ns_invoice_payments_app.

TyReynolds closed issue nsinnovations/ns_erpnext_app#19 2026-07-06 14:52:01 +00:00
split payments app into it's own cc-payments app separate from other customizations.
TyReynolds commented on issue nsinnovations/ns_erpnext_app#18 2026-07-06 14:26:02 +00:00
add ach capability to payments app

Added the drop down and got the Collect JS to show for ach. Need to run payments to test it. There is also a bug where it loads very slow. Looking for a fix.

TyReynolds closed issue nsinnovations/ns_erpnext_app#15 2026-06-17 13:17:24 +00:00
Fail safes for inconsequential error.
TyReynolds commented on issue nsinnovations/ns_erpnext_app#15 2026-06-17 13:17:24 +00:00
Fail safes for inconsequential error.

Pushed in the last update

TyReynolds commented on issue nsinnovations/ns_erpnext_app#16 2026-06-11 13:36:41 +00:00
update payment screen to allow for paying multiple invoices

Finished and tested. 6/11/26

TyReynolds closed issue nsinnovations/ns_erpnext_app#16 2026-06-11 13:36:41 +00:00
update payment screen to allow for paying multiple invoices
TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-06-11 13:36:10 +00:00
4e0acde164 Added multiple invoice payment feature. Fixed autopay to run using security key.
TyReynolds commented on issue nsinnovations/ns_erpnext_app#16 2026-06-10 15:01:41 +00:00
update payment screen to allow for paying multiple invoices

Frontend functionality is working on the dev server. I need to test actually running payments with it yet.

TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-06-10 12:20:23 +00:00
4ed575c18f New double window print formats.
TyReynolds commented on issue nsinnovations/ns_erpnext_app#16 2026-06-09 12:38:35 +00:00
update payment screen to allow for paying multiple invoices
  1. Single charge or multiple charges? When the user selects 3 additional invoices, do you want one combined charge for the total of all selected invoices or separate charges per invoice

2.…

TyReynolds closed issue nsinnovations/ns_erpnext_app#14 2026-06-04 14:05:58 +00:00
When customer is created from doctype, add customer to the doc type when clicking create.
TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-06-04 14:01:39 +00:00
5c5ff483a4 auto fill customer after customer creation for every doctype.
TyReynolds commented on issue nsinnovations/ns_erpnext_app#14 2026-05-29 15:41:31 +00:00
When customer is created from doctype, add customer to the doc type when clicking create.

So, when you save the new customer it would go back to the sale's order page with that customer already entered?

TyReynolds opened issue nsinnovations/ns_erpnext_app#15 2026-05-27 17:20:50 +00:00
Fail safes for inconsequential error.
TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-05-27 17:19:18 +00:00
7789d13584 Added some fail safes for inconsequential errors.