From 9bb9ed0809b3715b7b7516027c8ae54ae8f7f561 Mon Sep 17 00:00:00 2001 From: Viet An Date: Mon, 4 May 2026 12:00:07 +0700 Subject: [PATCH] changes --- app/components/TopMenu.vue | 261 +++- app/components/cash-book/CashBook.vue | 7 + app/components/common/Avatarbox.vue | 2 +- app/components/exports/Exports.vue | 7 + app/components/imports/Imports.vue | 7 + .../inventory-count/InventoryCount.vue | 7 + .../inventory-transfer/InventoryTransfer.vue | 7 + app/components/pos/POS.vue | 7 + app/components/receipts/Receipts.vue | 7 + app/components/report/CashBook.vue | 7 + app/components/report/Customers.vue | 7 + app/components/report/Daily.vue | 800 ----------- app/components/report/Finance.vue | 7 + app/components/report/FromTo.vue | 1197 ----------------- app/components/report/Goods.vue | 7 + app/components/report/Monthly.vue | 23 - app/components/report/NCC.vue | 7 + app/components/report/TableReportProduct.vue | 105 -- .../{report/Test.vue => rights/Rights.vue} | 11 +- app/pages/index.vue | 16 +- app/plugins/04-components.js | 34 +- 21 files changed, 357 insertions(+), 2176 deletions(-) create mode 100644 app/components/cash-book/CashBook.vue create mode 100644 app/components/exports/Exports.vue create mode 100644 app/components/imports/Imports.vue create mode 100644 app/components/inventory-count/InventoryCount.vue create mode 100644 app/components/inventory-transfer/InventoryTransfer.vue create mode 100644 app/components/pos/POS.vue create mode 100644 app/components/receipts/Receipts.vue create mode 100644 app/components/report/CashBook.vue create mode 100644 app/components/report/Customers.vue delete mode 100644 app/components/report/Daily.vue create mode 100644 app/components/report/Finance.vue delete mode 100644 app/components/report/FromTo.vue create mode 100644 app/components/report/Goods.vue delete mode 100644 app/components/report/Monthly.vue create mode 100644 app/components/report/NCC.vue delete mode 100644 app/components/report/TableReportProduct.vue rename app/components/{report/Test.vue => rights/Rights.vue} (55%) diff --git a/app/components/TopMenu.vue b/app/components/TopMenu.vue index cf0554c..dd54fb4 100644 --- a/app/components/TopMenu.vue +++ b/app/components/TopMenu.vue @@ -33,33 +33,35 @@