TyReynolds
  • Joined on 2025-12-29
TyReynolds commented on issue nsinnovations/ns_erpnext_app#5 2026-04-16 12:45:11 +00:00
Investigate building with bench

We must pull from git on the production server and run just the build and restart commands from the bench route. We do need to update the prod servers site config before the deployment.

TyReynolds commented on issue nsinnovations/ns_erpnext_app#3 2026-04-16 12:43:43 +00:00
Make a way to sign up for autopay from No Autopay payment form on Invoice

All backend logic is toggled off with a site config feature flag so the rest of the features can be pushed to production. This way I can turn it back on whenever I want to continue dev.

This…

TyReynolds commented on issue nsinnovations/ns_erpnext_app#3 2026-04-14 14:13:54 +00:00
Make a way to sign up for autopay from No Autopay payment form on Invoice

All backend logic is toggled off with a site config feature flag so the rest of the features can pushed to production. This way I can turn it back on whenever I want to continue dev.

TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-04-14 13:40:44 +00:00
e7e9fc96c2 Added feature toggle for the check box on custom form. Turned off at the moment so we can push to prod even though this feature is complete.
TyReynolds commented on issue nsinnovations/ns_erpnext_app#5 2026-04-14 12:29:23 +00:00
Investigate building with bench

I looked into it and I believe I know how to go about it. I want to add a feature flag to the site config that acts as a toggle for my "save to auto pay" check box. This will shut off the…

TyReynolds commented on issue nsinnovations/ns_erpnext_app#5 2026-04-14 12:16:55 +00:00
Investigate building with bench

Other than that, the deployment should be easy. From the bench root, "bench restart" will apply the api changes (Python), "bench build" will push the front-end changes (JS), and if we feel the DB…

TyReynolds opened issue nsinnovations/ns_erpnext_app#5 2026-04-14 12:12:38 +00:00
Investigate building with bench
TyReynolds commented on issue nsinnovations/ns_erpnext_app#3 2026-04-08 12:03:44 +00:00
Make a way to sign up for autopay from No Autopay payment form on Invoice

Frontend is added to the custom form, but I've done no testing on the backend yet.

TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-04-08 12:02:49 +00:00
cc44683972 Changed the opt in for auto pay to be a check box on thecustom form. Improves work flow and is more professional. Added this as checkbox under the zip code entry field. Did no testing on the logic yet.
TyReynolds commented on issue nsinnovations/ns_erpnext_app#4 2026-03-24 12:40:10 +00:00
Collect.js won't load on any instance of manual payment form after the first one post cache clear. ** Must Fix **

Fixed on 3-24-26, script was only loading once be cache clear. Now being cleared and regenerated on every instance of the form.

TyReynolds closed issue nsinnovations/ns_erpnext_app#4 2026-03-24 12:40:10 +00:00
Collect.js won't load on any instance of manual payment form after the first one post cache clear. ** Must Fix **
TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-03-24 12:38:40 +00:00
d082c59bc4 Fixed the Collect JS loading after first instance issue.
TyReynolds commented on issue nsinnovations/ns_erpnext_app#4 2026-03-23 18:13:43 +00:00
Collect.js won't load on any instance of manual payment form after the first one post cache clear. ** Must Fix **

Can do a simple refresh of the tab but if you hit close and then run payment again, it's gone.

TyReynolds opened issue nsinnovations/ns_erpnext_app#4 2026-03-23 17:26:34 +00:00
Collect.js won't load on any instance of manual payment form after the first one post cache clear. ** Must Fix **
TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-03-23 17:25:06 +00:00
ac51c2ce4e Added card holder name and zip to manual payment form. Known bug for loading Collect.Js after 1st instance post cache clear. Working on a fix.
TyReynolds commented on issue nsinnovations/ns_erpnext_app#3 2026-03-19 12:25:50 +00:00
Make a way to sign up for autopay from No Autopay payment form on Invoice

Version 1 implemented, just rough first try no testing done as of 8:25AM 3-19-26

TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-03-19 12:24:37 +00:00
bddbb35541 Sign up customer for autopay? feature when manual payment is ran. Version 1
TyReynolds opened issue nsinnovations/ns_erpnext_app#3 2026-03-18 20:14:47 +00:00
Make a way to sign up for autopay from No Autopay payment form on Invoice
TyReynolds closed issue nsinnovations/ns_erpnext_app#1 2026-03-18 20:14:15 +00:00
site config
TyReynolds pushed to main at nsinnovations/ns_erpnext_app 2026-03-18 19:59:10 +00:00
4e5b4e0a41 Version 1 of Collect.JS no autopay, invoice payment feature.