idurar/idurar-erp-crm

Create Daily Job Cron to Check Expiry Status of Invoices and Quotes

Open

#417 建立於 2023年9月4日

在 GitHub 查看
 (6 留言) (0 反應) (1 負責人)JavaScript (4,308 star) (1,036 fork)batch import
good first issue✨ enhancement🔧 Backend

描述

Description: This task involves creating a daily job cron that checks the expiry status of invoices and quotes in the system. The specific actions to be performed based on the expiry status are as follows:

For expired invoices:

If an invoice is found to be expired, the system should update its status to "overdue". This will help in identifying and managing overdue invoices more efficiently.

For expired quotes:

If a quote is identified as expired, the system should update its status to "expired". This helps keep track of quotes that have passed their validity period, enabling better decision-making and ensuring accurate sales records.

  • The daily job cron should run automatically at a pre-defined time each day to ensure timely identification and update of expired invoices and quotes. By implementing this feature, the system will provide a more streamlined and automated process for managing the status of invoices and quotes.

貢獻者指南