This commit is contained in:
louiscklaw
2025-02-01 02:05:47 +08:00
parent 3de8aea20a
commit 66399d1785
4 changed files with 39 additions and 0 deletions

7
gitUpdate.bat Normal file
View File

@@ -0,0 +1,7 @@
git status .
@pause
git add .
git commit -m"update smile113loe,"
start git push

19
meta.md Normal file
View File

@@ -0,0 +1,19 @@
---
tags: [pending, vba, excel]
---
# smile113loe
not done
Excel VBA
我想我們開單時,在發票中的貨品名稱的格 整一個下拉式選單,
選好客人買的東西、輸入數量,就直接出價錢,
然後旁邊弄個按鈕,按了就會生成一份 PDF發票號碼也會自動生成
再自動更新庫存記錄還有銷售紀錄
銷售記錄會紀錄每單交易的毛利,
計算毛利要用 first in first out 嘅計法,
因為每單,即使同一樣商品,
都會有升跌,每一次來貨價可能都唔一樣

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "smile113loe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gitUpdate": "git add . && git commit -m\"update smile113loe,\""
},
"keywords": [],
"author": "",
"license": "ISC"
}

Binary file not shown.