idurar/idurar-erp-crm

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

オープン

#417 opened on 2023/09/04

 (6 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (1,036 件のフォーク)batch import
good first issue✨ enhancement🔧 Backend

Repository metrics

Stars
 (4,308 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド