---
title: "Custom field definitions for the Internet Charging module"
slug: "custom-field-definitions-for-the-internet-charging-module"
updated: 2024-04-01T16:50:29Z
published: 2024-04-01T16:50:29Z
canonical: "kb.pharos.com/custom-field-definitions-for-the-internet-charging-module"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom field definitions for the Internet Charging module

The Internet Charging module stores transaction data in the custom_transactions table of the Pharos Database.

The following data is stored:

```plaintext
transaction_id ID number linking to the Transactions table
custom_transaction_type Internet Time (fixed value)
terminal_name Not used
data_float1 Charged amount in dollars
data_float2 Not used
data_integer1 Session duration in seconds
data_integer2 Not used
data_string1 Machine name
data_string2 User name
data_string3 Date-time in the following format: yyyymmddhhnnss
data_string4 Not used
```

## Related

- [Pharos Blueprint installation fails to complete, with logged message "Error creating database: The CREATE DATABASE statement failed. The primary file must be at least "X" MB to accommodate a copy of the model database."](/pharos-blueprint-installation-fails-to-complete-with-logged-message-error-creating-database-the-create-database-statement-failed-the-primary-file-must-be-at-least-x-mb-to-accommodate-a-copy-of-the-model-database.md)
- [Configure a Pharos PC Station not to display the User's balance.](/configure-a-pharos-pc-station-not-to-display-the-users-balance.md)
- [Pharos response to OpenSSL 3.x vulnerability - November 2022](/pharos-response-to-openssl-3x-vulnerability.md)
