idurar / idurar-erp-crm

Free Open Source ERP CRM Accounting Invoicing Software | Node Js React
https://cloud.idurarapp.com
GNU Affero General Public License v3.0
6.39k stars 1.95k forks source link

Create new Endpoint leads CRUD Api , this almost similaire to client api #389

Open salahlalami opened 1 year ago

salahlalami commented 1 year ago

Create a new endpoint for leads in the server application that follows RESTful conventions. The endpoint should handle basic CRUD operations for leads :

Review the existing cleins API codebase for reference, as the newly created endpoint should have a similar structure and follow consistent coding standards.

do same as clientController.js and models/erpModels/Client.js

Let me know if you need any further assistance!

Contributors are welcome to work on this issue.

salahlalami commented 1 year ago

@Vayras here a files , duplicate and start work : https://github.com/idurar/idurar-erp-crm/blob/dev/controllers/erpControllers/clientController.js https://github.com/idurar/idurar-erp-crm/blob/dev/models/erpModels/Client.js

vivekjoshi556 commented 1 year ago

Hello @salahlalami. I would also like to give it a try. Can you give me some idea on the Schema definition for the leads endpoint?

rkmdCodes commented 1 year ago

hi @salahlalami @Ando22 I just opened a PR #423 which is closing the feature request Please review the same.

Thanks

AMalfez commented 6 months ago

Hi Is this still open? i want to work on it..

MSNoorul commented 4 months ago

@Vayras here a files , duplicate and start work : https://github.com/idurar/idurar-erp-crm/blob/dev/controllers/erpControllers/clientController.js https://github.com/idurar/idurar-erp-crm/blob/dev/models/erpModels/Client.js