Details

    • Type: Sub-task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.7.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      quotations:

      • id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT
      • id_format VARCHAR(64) NOT NULL
      • id_value INT(10) UNSIGNED NOT NULL
      • client_id INT(10) UNSIGNED NOT NULL
      • staff_id INT(10) UNSIGNED NOT NULL
      • title VARCHAR(255) NOT NULL
      • status ENUM('draft', 'pending', 'approved', 'invoiced', 'expired', 'dead', 'lost') DEFAULT 'draft'
      • subtotal DECIMAL(19, 4) NOT NULL DEFAULT 0.0000
      • total DECIMAL(19, 4) NOT NULL DEFAULT 0.0000
      • currency CHAR(3) NOT NULL DEFAULT 'USD'
      • notes TEXT NOT NULL
      • date_created DATETIME NOT NULL
      • date_expires DATETIME NOT NULL

      quotation_lines

      • id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT
      • quotation_id INT(10) UNSIGNED NOT NULL
      • description TEXT NOT NULL
      • qty DECIMAL(19, 4) NOT NULL DEFAULT 0.0000
      • amount DECIMAL(19, 4) NOT NULL DEFAULT 0.0000
      • order SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0

      quotation_line_taxes

      • line_id INT(10) UNSIGNED NOT NULL
      • tax_id INT(10) UNSIGNED NOT NULL
      • cascade TINYINT(1) UNSIGNED NOT NULL DEFAULT 0
      • subtract TINYINT(1) UNSIGNED NOT NULL DEFAULT 0

      quotation_invoices

      • quotation_id INT(10) UNSIGNED NOT NULL
      • invoice_id INT(10) UNSIGNED NOT NULL

      Company Settings

      Key Value
      default_quotation_valid_days 30
      default_quotation_dead_days 10
      default_quotation_deposit_percentage 50
      default_quotation_notes  

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              4/May/23

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 37 minutes
              37m

                Agile