UltimatePOS

  1. Home
  2. Docs
  3. UltimatePOS
  4. Technical
  5. Different files path

Different files path

Different file path details

Login page: /resources/views/auth/login.blade.php

Registration page: /resources/views/auth/register.blade.php

Landing page: /resources/views/welcome.blade.php

Dashboard page: pos\resources\views\home\index.blade.php

Tour steps in dashboard file: pos\public\js\help-tour.js

Layout for welcome page: pos/resources\views\layouts\home.blade.php

Layout for auth(login/register/forgot password): pos/resources\views\layouts\auth2.blade.php

Layout for pricing: pos/resources\views\layouts\auth.blade.php

List Customers: resource/views/contact/index.blade.php

Add Customers: resources/views/contact/create.blade.php

POS page: pos\resources\views\sale_pos\create.blade.php

List POS page: resources/views/sale_pos/index.blade.php
resources/views/sale_pos/partials/sales_table.blade.php

Add Sale: resources/views/sell/create.blade.php

Pricing page for SaaS module: /Modules/Superadmin/Resources/views/pricing/index.blade.php

List Products page: resources/views/product/index.blade.php

Add Products: resources/views/product/create.blade.php

Invoice or receipt Layout/design: /resources/views/sale_pos/receipts/

Packaging slip design: /resources/views/sale_pos/receipts/packing_slip.blade.php

Barcode Label or Sticker design: resources/views/labels/partials/preview_2.blade.php

Add Barcode Settings: pos\resources\views\barcode\create.blade.php

CSS path: pos/public/css/app.css

Sidebar menu: app/Http/Middleware/AdminSidebarMenu.php

Purchase Invoice: pos/resources/views/purchase/partials/show_details.blade.php

Purchase Order: pos/resources/views/purchase/partials/show_details.blade.php

Purchase Order Invoice: pos/resources/views/purchase/partials/show_details

Customer/Suplier ledger: resources/views/contact/ledger.blade.php

Ledger format2:  resources/views/contact/ledger_format_2.blade.php

Cash Register: resources/views/cash_register/register_details.blade.php

resources/views/cash_register/payment_details.blade.php

resources/views/cash_register/register_product_details.blade.php

List Purchase: pos\resources\views\purchase\index.blade.php

Add Purchase: pos\resources\views\purchase\create.blade.php

Stock Transfer: resources/views/stock_transfer/create.blade.php

All sale Page: pos\resources\views\sell\index.blade.php

Cron job settings: pos\Modules\Woocommerce\Providers\WoocommerceServiceProvider.php

QR code generation: Modules/ProductCatalogue/Resources/views/catalogue/generate_qr.blade.php

Display products list in QR Catalogue: Modules/ProductCatalogue/Resources/views/catalogue/index.blade.php

Register Report:  resources/views/report/register_report.blade.php

Package Subscription View: Modules/Superadmin/Resources/Views/subscription/show_subscription_modal.blade.php

View Quotation: resources/views/sale_pos/show.blade.php

Add Quotation: resources/views/sale_pos/create.blade.php

Home Page – Footer: pos\resources\views\layouts\partials\footer.blade.php

To modify any of this file follow this procedure. DOCUMENT

Was this article helpful to you? Yes 2 No