Browse Source

Update sales 22/23 resources

pull/1671/head
Kat 3 years ago
parent
commit
c98ec8e7f1
  1. 10
      app/views/layouts/_collection_resources.html.erb
  2. 3
      config/routes.rb
  3. BIN
      public/files/bulk-upload-sales-specification-2022-23.xlsx
  4. BIN
      public/files/bulk-upload-sales-template-2022-23.xlsx

10
app/views/layouts/_collection_resources.html.erb

@ -76,5 +76,15 @@
href: download_22_23_sales_form_path,
metadata: "PDF, 397 KB, 5 pages",
},
{
name: "Sales bulk upload template (2022/23)",
href: download_22_23_sales_bulk_upload_template_path,
metadata: "Microsoft Excel, 14 KB",
},
{
name: "Sales bulk upload specification (2022/23)",
href: download_23_23_sales_bulk_upload_specification_path,
metadata: "Microsoft Excel, 24 KB",
},
]) %>
</div>

3
config/routes.rb

@ -50,6 +50,9 @@ Rails.application.routes.draw do
get "/download-23-24-sales-bulk-upload-legacy-template", to: "start#download_23_24_sales_bulk_upload_legacy_template"
get "/download-23-24-sales-bulk-upload-specification", to: "start#download_23_24_sales_bulk_upload_specification"
get "/download-22-23-sales-bulk-upload-template", to: "start#download_22_23_sales_bulk_upload_template"
get "/download-22-23-sales-bulk-upload-specification", to: "start#download_22_23_sales_bulk_upload_specification"
resource :account, only: %i[show edit], controller: "users" do
get "edit/password", to: "users#edit_password"
end

BIN
public/files/bulk-upload-sales-specification-2022-23.xlsx

Binary file not shown.

BIN
public/files/bulk-upload-sales-template-2022-23.xlsx

Binary file not shown.
Loading…
Cancel
Save