Rushmoor Procurement Card Spend
Rushmoor Borough Council
@ukgov.rushmoor_procurement_card_spend
Rushmoor Borough Council
@ukgov.rushmoor_procurement_card_spend
This dataset is a list of the spend by Rushmoor Borough Council on procurement cards. Issued following the transparency code 2014, it follows the recommended schema issued by the LGA. PLEASE NOTE: This is currently a draft release and is incomplete, there will be regular updates, so please check back frequently. Please contact us if you have any specific queries
Publisher name: Rushmoor Borough Council
Last updated: 2024-06-14T04:03:03Z
CREATE TABLE procurement_card_spend_may_2020 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_may_2021 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" BIGINT,
"cost_centre" BIGINT,
"detail_code" VARCHAR,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_november_2018 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_november_2019 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_november_2020 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_november_2021 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_october_2019 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_october_2020 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_october_2021 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_september_2019 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_september_2020 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE procurement_card_spend_september_2021 (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" BIGINT,
"detail_code" BIGINT,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR
);CREATE TABLE rushmoor_procurement_card_spend (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"directorate_service" VARCHAR,
"cost_centre" DOUBLE,
"detail_code" DOUBLE,
"service_category_label" VARCHAR,
"supplier_name" VARCHAR,
"payment_date" TIMESTAMP,
"transaction_number" VARCHAR,
"net_amount" DOUBLE,
"purpose_of_spend" VARCHAR,
"procurement_classification" VARCHAR,
"card_transaction" VARCHAR,
"unnamed_13" VARCHAR -- Unnamed: 13,
"unnamed_14" VARCHAR -- Unnamed: 14,
"unnamed_15" VARCHAR -- Unnamed: 15,
"unnamed_16" VARCHAR -- Unnamed: 16
);Anyone who has the link will be able to view this.