Rushmoor Procurement Card Spend
Rushmoor Borough Council
@ukgov.rushmoor_procurement_card_spend
Rushmoor Borough Council
@ukgov.rushmoor_procurement_card_spend
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_14" VARCHAR,
"unnamed_15" VARCHAR,
"unnamed_16" VARCHAR
);
Anyone who has the link will be able to view this.