A build-to-order ERPNext app that records earnest money and tender security deposits against contracts, posts deposit, refund and forfeiture journal entries automatically, and gives finance a clean aging and outstanding view. ECOSIRE scopes, builds, installs and supports it for you. Built to order by ECOSIRE for ERPNext v15, v16 — indicative price from $299.00 USD; request a quote for a scoped proposal.

A build-to-order ERPNext app that records earnest money and tender security deposits against contracts, posts deposit, refund and forfeiture journal entries automatically, and gives finance a clean aging and outstanding view. ECOSIRE scopes, builds, installs and supports it for you.
Aucun paiement maintenant. Ceci envoie une demande de devis à notre équipe — nous vous recontacterons par e-mail avec les tarifs et les prochaines étapes.
If your team bids on tenders, EMD and security deposits leak straight out of ERPNext's structured accounting. Out of the box, ERPNext has no concept of an earnest money deposit tied to a specific tender or contract, so people track them in spreadsheets or park them in a generic advance account. When a bid is lost and the deposit should be refunded, or a contractor defaults and it should be forfeited, someone has to remember, chase the bank, and hand-post a journal entry. Deposits sit against the wrong party, refunds slip, forfeitures are booked late, and month-end reconciliation of the EMD control account becomes guesswork. There is no aging, no outstanding report, and no link to the bank guarantee that often backs the deposit.
Dedicated `Earnest Money Deposit` DocType linking each deposit to a tender/contract, party, amount, mode and expected release date
Automatic deposit `Journal Entry` posted via an `on_submit` doc event against a configurable EMD control/deposit account
Refund workflow that reverses the held amount back to the party or bank and posts the reversing journal automatically
Forfeiture handling that moves the balance to a configurable income/other-income account with full document linkage
EMD Aging report (script report) bucketing outstanding deposits by days past expected release date
Outstanding EMD report grouped by tender, party and status for month-end reconciliation of the control account
ECOSIRE builds a proper Frappe application — its own installable module with a dedicated Earnest Money Deposit DocType plus supporting DocTypes for refund, forfeiture and bank-guarantee linkage — that turns this into a controlled workflow inside ERPNext. Each EMD document captures the tender or contract reference, party, amount, mode (cash, DD, or bank guarantee), expected release date and the GL accounts to use. Server-side logic in hooks.py doc events (on_submit, on_cancel, and a validate hook for account and amount checks) posts the deposit Journal Entry automatically against a configurable EMD control account, and reverses or reclassifies it on refund or forfeiture. Refund posts back to the party or bank; forfeiture moves the balance to an income/other-income account you choose during scoping. Every posted entry is linked back to the source EMD document so the audit trail is complete.
Technically it is a clean Frappe/ERPNext v15/v16 app, not a pile of customizations. Automation runs through whitelisted server methods and doc-event handlers rather than manual journals; a scheduler event runs daily to flag deposits past their expected release date and drive the aging report. A client script on the EMD form guards the workflow (you cannot refund an already-forfeited deposit, cannot exceed the held amount) and surfaces the linked bank guarantee and its expiry. Everything respects ERPNext permissions — we ship a role profile so a project coordinator can raise and track deposits while only Accounts users can submit the journals. Reports (EMD Aging, Outstanding EMD by tender/party) are native query/script reports, and the whole thing is reachable over the Frappe REST API and whitelisted methods for any portal or integration you need.
Because this is build-to-order, nothing is a black box. We start with a short scoping call to confirm your account mapping, deposit modes, forfeiture treatment and approval roles, then build and configure the app against your chart of accounts. Typical delivery is 2-4 weeks from confirmed scope, depending on how much of the bank-guarantee and reporting depth you need. You get the full source in a git repository, UAT on a staging bench before anything touches production, and a post-go-live support window. It runs on your own Frappe/ERPNext instance — self-hosted or Frappe Cloud — and stays yours.
Owns the EMD control account and needs every deposit, refund and forfeiture posted correctly and reconcilable at month-end. Wants automatic journals, clean aging, and a defensible audit trail instead of spreadsheet tracking.
Raises deposits when submitting bids and must know which are still outstanding, due for refund, or backed by an expiring bank guarantee. Needs to create and track EMDs without touching the general ledger.
Manages security deposits held against contractors and subcontractors and needs forfeiture handled correctly when parties default, with the deposit tied to the specific contract.
Responsible for the instance and wants a clean, installable Frappe app with source in git, proper permissions and a supported v15/v16 upgrade path — not ad-hoc customizations that break on migrate.
Achetez la licence sur ecosire.com et téléchargez le ZIP de l'application Earnest Money Deposit (EMD) Management depuis le tableau de bord de votre compte.
Extrayez le ZIP dans le dossier d'applications de votre banc ou exécutez « bench get-app » avec le chemin d'accès à l'application extraite.
Exécutez `bench --site SITE_NAME install-app APP_NAME` suivi de `bench migrate` pour installer Earnest Money Deposit (EMD) Management et appliquer son schéma.
Ouvrez les paramètres de licence ECOSIRE sur votre site et activez votre clé de licence. Nécessite les applications gratuites ecosire_connect et ecosire_license_client.
| Critère | ÉCOSIRE | Construction personnalisée | Concurrent | Odoo natif |
|---|---|---|---|---|
| EMD tied to tender/contract | Dedicated DocType links each deposit to tender, party and BG | Possible but you design the data model yourself | Generic deposit tracking, rarely tender-aware | |
| Automatic deposit/refund/forfeiture journals | Posted via `hooks.py` doc events, linked to source doc | Depends on how well the developer wires doc events | Often partial; forfeiture usually manual | |
| Aging & outstanding reporting | Native EMD Aging + Outstanding reports out of the box | Built to order, extra time and cost | Basic list, limited aging buckets | |
| Bank-guarantee linkage | BG number, bank, validity and expiry flagged by scheduler | Only if explicitly scoped and built | Rarely included | |
| Fit to your accounts & roles | Configured to your CoA with a tailored role profile | Fully bespoke but you own all decisions | Fixed assumptions, limited configuration | |
| Source code ownership | Full app source handed over in a git repo | You own it if the contract says so | Usually closed-source, licensed | |
| Support & v15/v16 upgrades | Post-go-live support window + documented upgrade path | Whoever built it, if still available | Vendor-dependent, per their roadmap | |
| Delivery model | Build-to-order, 2-4 weeks, UAT on staging + rollback | Weeks to months, variable | Instant download but generic fit |
This is a build-to-order app, so it is built for your instance rather than downloaded. Typical delivery is 2-4 weeks from confirmed scope, depending on the depth of bank-guarantee handling and reporting you need. It starts with a short scoping call to lock down account mapping, deposit modes, forfeiture treatment and approval roles.
No. ECOSIRE scopes, builds, installs and supports it specifically for your ERPNext setup. There is no instant download — you receive the full source code in a git repository at handover, and it is installed on your bench (self-hosted or Frappe Cloud).
Server-side doc-event handlers in `hooks.py` post journal entries automatically. Submitting an EMD posts the deposit journal against your configured EMD control account; a refund posts the reversing entry back to the party or bank; a forfeiture moves the balance to the income/other-income account you choose during scoping. Every journal is linked back to its source EMD document for the audit trail.
The app is built and tested for Frappe/ERPNext v15 and v16. We confirm your exact version during scoping and deliver with a documented upgrade path so it survives future `bench update` migrations.
Delivery includes a post-go-live support window for bug fixes and configuration adjustments, plus a user guide and a training session. Because you own the source in git, you can extend it yourself or engage ECOSIRE for further changes and version upgrades.
Yes. Accounts are configurable, not hard-coded — the EMD control, refund and forfeiture accounts are set during configuration against your chart of accounts. We ship a role profile so deposit creation and journal submission can be separated, honoring standard ERPNext permission rules.
Yes. State changes run through whitelisted server methods, and the data is reachable over the Frappe REST API, so a customer/vendor portal, dashboard, or external system can read or trigger EMD actions with proper authentication and permissions.

A build-to-order 2Checkout (Verifone) payment integration for ERPNext, giving global digital-goods sellers card acceptance, 45+ local payment methods, multi-currency checkout, and reconciled invoices. ECOSIRE scopes, builds, installs, and supports it on your ERPNext v15/v16 instance.

A build-to-order 2Checkout / Verifone payment gateway for Magento 2 and Adobe Commerce: localized checkout in 12 languages, iDEAL, Giropay and regional methods, multi-currency global selling, subscription billing and tax/invoicing automation — engineered, installed and supported by ECOSIRE.

A build-to-order ERPNext application for anonymous 360-degree reviews — configurable peer, manager, report and self rater groups, weighted competency scoring, and aggregated gap-analysis and heatmap reports. ECOSIRE scopes, builds, installs and supports it on your Frappe/ERPNext v15/v16 instance.
A build-to-order ERPNext app that records earnest money and tender security deposits against contracts, posts deposit, refund and forfeiture journal entries automatically, and gives finance a clean aging and outstanding view. ECOSIRE scopes, builds, installs and supports it for you.