| Customer_Id | Yes, If Customer_Name is not specified | Identifier | "1234" |  | 
        
            | Customer_Name | Yes, if Customer_Id is not specified | Lookup | "Smith Family" | If you choose to use this field instead of Customer_id, then Customer_Name must be unique in the system | 
        
            | Person_Id | Yes, if the invoice is associated to a student and if Person_First_Name, Person_Last_Name, and Person_Birthdate are not specified | Identifier | "1234" |  | 
        
            | Person_First_Name | Yes, if the invoice is associated to a student and if Person_Id is not specified | Lookup | "John" |  | 
        
            | Person_Last_Name | Yes, if the invoice is associated to a student and if Person_Id is not specified | Lookup | "Doe" |  | 
        
            | Person_Birthdate | Yes, if the invoice is associated to a student and if Person_Id is not specified | Lookup | "1/1/2000" |  | 
        
            | Person_Type | Yes, if the invoice is associated to a student | Lookup | "Student" or "Inquiry" |  | 
        
            | Total | Yes | Decimal | "100" | Refers to total invoice amount. The amount format should not include commas | 
        
            | Issued_Date | Yes | Date | "2000/01/01" |  | 
        
            | Entered_Date | Yes | Date | "2000/01/01" |  | 
        
            | Sent_Date | No | Date | "2000/01/01" |  | 
        
            | Payment_Term_Id | Yes, if Payment_Term_Name is not specified | Identifier | "123" |  | 
        
            | Payment_Term_Name | Yes, if Payment_Term_Id is not specified | Lookup | "Monthly Payment" |  | 
        
            | Accounts_Receivable_Account_Id | Yes, if Accounts_Receivable_Account_Number is not specified | Identifier | "123" | This account will be debited | 
        
            | Accounts_Receivable_Account_Number | Yes, if Accounts_Receivable_Account_Id is not specified | Lookup | "123" | This account will be debited | 
        
            | Customer_Memo | No, but recommended | Text | "Tuition Invoice" | Can be displayed to families | 
        
            | Internal_Memo | No, but recommended | Text | "Tuition Invoice" |  | 
        
            | Posted_Date | No | Date | "2000/01/01" | If you post invoices, you will not be able to edit them | 
        
            | Voided_Date | No | Date | "2000/01/01" |  | 
        
            | Void_Comment | No | Text | "Wrong Date" |  | 
        
            | Invoice_Alternate_Id | No | Text | "123" |  | 
        
            | Invoice_Classification_Id | Yes, if you use classifications and if Invoice_Classification_Name is not specified | Identifier | "123" |  | 
        
            | Invoice_Classification_Name | Yes, if you use classifications and if Invoice_Classification_Id is not specified | Lookup | "High School" |  | 
        
            | Invoice_Item_Product_Id | Yes, If Invoice_Item_Product_Name is not specified | Identifier | "123" | See Product for more information | 
        
            | Invoice_Item_Product_Name | Yes, If Invoice_Item_Product_Id is not specified | Lookup | "Tuition" | See Product for more information | 
        
            | Invoice_Item_Account_id | Yes, if Invoice_Item_Account_Number is not specified | Identifier | "123" | This refers to the revenue account that will be credited | 
        
            | Invoice_Item_Account_Number | Yes, if Invoice_Item_Account_Id is not specified | Lookup | "123" | This refers to the revenue account that will be credited | 
        
            | Invoice_Item_Overriden_Price | Yes | Decimal | "100" | Price for the individual item | 
        
            | Invoice_Item_Quantity | Yes | Integer | "1" | Quantity for the individual item | 
        
            | Invoice_Item_Note | No | Text | "Tuition" |  | 
        
            | Invoice_Item_Classification_Id | Yes, if you use classifications and if Invoice_Item_Classification_Name is not specified | Identifier | "123" |  | 
        
            | Invoice_Item_Classification_Name | Yes, if you use classifications and if Invoice_Item_Classification_Id is not specified | Lookup | "High School" |  |