usage
Records usage data, tracking consumption-based billing or system interactions.
Columns
| Name | Type | References | Description |
| customer | String | Identifies the customer associated with the usage record, ensuring proper tracking of usage-based transactions. | |
| customform | String | Specifies the custom form used for recording the usage entry, allowing businesses to apply customized formats. | |
| item | String | Represents the item being tracked for usage, ensuring proper accounting of consumed goods or services. | |
| memo | String | Stores additional notes or comments related to the usage entry, providing extra context for users. | |
| status | String | Indicates the current status of the usage record, such as pending, approved, or processed, ensuring visibility in usage tracking. | |
| subscriptionplan | String | Links the usage record to a specific subscription plan, ensuring accurate billing and tracking of subscription-based services. | |
| usagedate | Date | Records the date when the usage occurred, ensuring accurate chronological tracking for billing and reporting. | |
| usagequantity | String | Stores the quantity of the item or service consumed, ensuring proper billing calculations for usage-based services. | |
| usagesubscription | String | Associates the usage record with a specific subscription, ensuring accurate allocation of consumed resources. | |
| usagesubscriptionline | String | Links the usage record to a specific line item in the subscription, ensuring detailed tracking of consumed services. |