{ _id: "ID automático de Wix", name: { type: "String", required: true }, description: "String", // Fechas startDate: { type: "Date", required: true }, endDate: { type: "Date", required: true }, // Objetivos y Progreso goal: { type: "Number", required: true }, currentAmount: { type: "Number", default: 0 }, donorCount: { type: "Number", default: 0 }, // Matching hasMatching: { type: "Boolean", default: false }, matchingCompanyId: "String", matchingRatio: "Number", matchingCap: "Number", matchingRemaining: "Number", // Estado status: { type: "String", enum: ["Draft", "Active", "Paused", "Completed"], default: "Draft" } }
top of page
14-04.png
13_Mesa de trabajo 1.png

I'm a paragraph. Click here to edit and add your own text. Is easy! Just click on "Edit Text" or double-click on me and you can add your own content and change fonts. I'm a great place for you to tell your story and let your customers know a little more about you. If you want to delete me, just click on me and then press the Delete key.

14-03.png

Ayuda

I’m a paragraph. Double click me or click Edit Text, it's easy.

Comunicación

I’m a paragraph. Double click me or click Edit Text, it's easy.

Bienestar

I’m a paragraph. Double click me or click Edit Text, it's easy.

Consulting

I’m a paragraph. Double click me or click Edit Text, it's easy.

14-02.png

Encabezado 3

I'm a paragraph. Click here to edit and add your own text. Is easy! Just click on "Edit Text" or double-click on me and you can add your own content and change fonts. I'm a great place for you to tell your story and let your customers know a little more about you. If you want to delete me, just click on me and then press the Delete key.

bottom of page
{ _id: "ID automático de Wix", companyName: { type: "String", required: true }, contactPerson: { name: "String", title: "String", email: "String", phone: "String" }, // Matching Program matchingProgram: { isActive: { type: "Boolean", default: false }, defaultRatio: "Number", annualCap: "Number", remainingBudget: "Number", startDate: "Date", endDate: "Date" }, // Tracking totalMatched: { type: "Number", default: 0 }, matchingCount: { type: "Number", default: 0 } }