How To Handle Failed Yardi Breeze CHECKscan Payments
In this article I'll share my approach to correcting for a check that doesn't process correctly using the Yardi Breeze CHECKscan app.
In this article I'll share my approach to correcting for a check that doesn't process correctly using the Yardi Breeze CHECKscan app.
Weekend fun with Javascript, CSS & HTML building a functional calculator.
Support for the file/media and static file storage configurations has been removed forcing adoption of the new STORAGES dictionary in settings.py.
Use JavaScript to dynamically add forms to a Django Formset on the client side by copying an existing form, updating the necessary values and attributes, and appending the copied form to the formset. Additionally, this article will explore basic error handling for a couple of pitfalls we may encounter as well as how we can extend the functionality with a callback function allowing us to reuse the abstraction throughout our project.
A centralized approach to URL management in Django for frequently referenced URL patterns.
Simple default avatars displaying the logged-in user's initials for use as a fallback when a profile picture isn't set.
A step-by-step guide on how to correct an earlier journal entry that was either discovered to have been made in error or where something exogenous has changed and using a payable as an example.
Instructions and discussion on building simple, styled callout boxes to add context to article content and containing javascript functionality to add icons to the start of the element.
An analysis on correcting entries, when they're necessary, when they should occur, and what constraints and hazards may be present as it pertains to property management accounting.
The available options and steps to take when you need to post a payment against a payable for an amount different than the invoice.
Here's an easy way to cleanly display an accounting journal entry as an HTML table with a little bit of style and javascript behavior.
Reflections on when effort has been misplaced and how I've changed my approach to organizing my thoughts and actions to get the most from my time and energy.
This article explores how to test your Django application using a domain rather than "localhost." Additionally, we'll look at a DNS cacheing issue you're likely to encounter and what to do about it.
Securely store your Google service account credentials with environment variables and use python to authenticate with Google services.
A work around for setting up rent schedules for tenants that pay in arrears, such as the Federal Government, using Yardi Breeze - a system that really wants rent to be paid in advance.
How to use the Django Sites framework in combination with custom middleware for supporting multiple domains pointing to discrete locations with a single Django application.
Additional steps to consider when configuring time zones in your Django project for optimal user experience.