diff --git a/index.html b/index.html index 8ee3d65..6f37adf 100644 --- a/index.html +++ b/index.html @@ -1,658 +1,2404 @@ - - - - + - - - - OPENCODEis NOICE - - - - - - - - - - - - + + + + NGO ERP Platform | ODOO4projects — For NGOs + + + + + + + + + + + - - -
-
-
- ODOO4projects logo - -
- -
- - - -
-
-
-
-

-

OPENCODEis NOICE

-

-
- -
-
-
-

38%

-

-
-
-

2x

-

-
-
-
-
-
- NGO team collaborating -
-

-

-

-
-
-
-
-
+ + + + + +
+ + + + + - - - - -

- -

- -
+ + +
+
+ +

Transparency for Donors

+

+ Accounting-ready ledgers pair receipts with stories so + donors see every peso without extra spreadsheets or calls. +

+
+ +
+ +

+ Donor Management & Communications +

+

+ Automation buddies queue thank-yous, newsletters, and SMS + nudges so every supporter hears from you right on time. +

+
+ +
+ +

International Fund Raising

+

+ Multilingual homepages, acquisition kanbans, and project + trackers keep campaigns aligned across countries without + rebuilding playbooks. +

+
+
+ + +
+
+
+

500+

+

NGOs served globally

+
+ +
+

38%

+

Admin time reduction

+
+ +
+

4 weeks

+

Average launch time

+
+ +
+

6

+

Continents covered

+
+
+
+ + +
+
+
+
+ +

+ Blog & resource hub +

+

+ Get your impulses with our entertaining playbooks. +

+
+ +
+ +
+ +
+
+ + +
+
+ +
+

+ Sign up free trial +

+

+ Launch your NGO ERP sandbox in under 5 minutes +

+

+ Experience localized NGO templates, donor CRM, and + automation recipes. No credit card required—just choose + your focus area and invite teammates. +

+
    +
  • + + Pre-loaded NGO chart of accounts & grant + tracking +
  • +
  • + + Automated donor receipts + impact + dashboards +
  • +
  • + + Guided checklists for go-live within 30 + days +
  • +
+
+ + +
+
+ +
+ + Product + +
+ + +
+
+ + + + + + + + + +

+ No credit card required. EU hosting & + GDPR-ready. +

+ + + +

+ Need help? Use the Schedule a Meeting button in the + header to book a guided call. +

+
+ + + +
+
+
+ + +
+ + +
+ +
+

+ Have a meeting +

+

+ See how your NGO can streamline operations, save time, + and reduce errors +

+

+ A 30-minute live walkthrough tailored to your mission, + covering localization, integrations, and governance. + Walk away with a rollout roadmap. +

+
    +
  • + + Baseline automation scoring +
  • +
  • + + Tech stack alignment & data migration + plan +
  • +
  • + + Budget templates & total cost + forecast +
  • +
+
+ + +
+
+

+ How scheduling works +

+

+ You will meet with an NGO consultant from + ODOO4projects. +

+

+ Use the Schedule a Meeting button in the header and + tell us during booking which question we should + prepare for. +

+ Open booking calendar → +
+
+
+
+ + + + + + - - - -
-
-
-

-

-

-
    -
  • -
  • -
  • -
-
-
-

-

-

- -
-
-
+ + - + if (trialForm) { + trialForm.addEventListener("submit", async function (e) { + e.preventDefault(); + var btn = trialForm.querySelector('button[type="submit"]'); + var origText = btn.textContent; + btn.disabled = true; + btn.textContent = "…"; + try { + var res = await fetch( + "https://002-001-5dd6e535-4d1c-46bc-9bd9-42ad4bc5f082.odoo4projects.com/webhook/c25169c6-4234-4b47-8e74-612b9539da0a", + { method: "POST", body: new FormData(trialForm) }, + ); + var text = await res.text(); + trialForm.style.display = "none"; + trialStatusEl.classList.remove("hidden"); + trialStatusMsg.textContent = text; + } catch (err) { + btn.disabled = false; + btn.textContent = origText; + trialStatusEl.classList.remove("hidden"); + trialStatusMsg.textContent = + "❌ Submission failed. Please try again."; + } + }); + } + +