yrestom / POS-Awesome

POS Awesome is an open-source Point of Sale for Erpnext using Vue.js and Vuetify
GNU General Public License v3.0
350 stars 396 forks source link

[BUG]: checkbox invisible in erpnext posawsome and Solution icons #461

Open ibra2022 opened 3 months ago

ibra2022 commented 3 months ago

Stacktrace / full error message

)

nothing

Steps to reproduce

When opening holding invoices, the check box does not appear in front of each invoice .

Screenshots

![pos](https://github.com/yrestom/POS-Awesome/assets/69025712/365d0568-8c0f-4435-b955-356330b5206e

ibra2022 commented 3 months ago

pos

ibra2022 commented 3 months ago

The correct solution is to use the command: 1-Login link: https://cdn.jsdelivr.net/npm/@mdi/font@6.x/css/materialdesignicons.min.css Copy the entire css text Create a file named: materialdesignicons.min.css In extension: apps/posawesome/node_modules/vuetify/dist Paste the css text into it: Add a line to the page: /apps/posawesome/posawesome/posawesome/page/posapp/posapp.js In line 13 $("head").append("");

2- Open a folder apps/posawesome in trminal npm install @mdi/font copy posawesome/node_modules/@mdi/font to posawesome/node_modules/vuetify/fonts To download icons