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.
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…
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.
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…
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…
Frontend is added to the custom form, but I've done no testing on the backend yet.
Fixed on 3-24-26, script was only loading once be cache clear. Now being cleared and regenerated on every instance of the form.
Can do a simple refresh of the tab but if you hit close and then run payment again, it's gone.
Version 1 implemented, just rough first try no testing done as of 8:25AM 3-19-26