update,
This commit is contained in:
7
gitUpdate.bat
Normal file
7
gitUpdate.bat
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
git status .
|
||||||
|
|
||||||
|
@pause
|
||||||
|
|
||||||
|
git add .
|
||||||
|
git commit -m"update smile113loe,"
|
||||||
|
start git push
|
19
meta.md
Normal file
19
meta.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
tags: [pending, vba, excel]
|
||||||
|
---
|
||||||
|
|
||||||
|
# smile113loe
|
||||||
|
|
||||||
|
not done
|
||||||
|
|
||||||
|
Excel VBA
|
||||||
|
|
||||||
|
我想我們開單時,在發票中的貨品名稱的格 整一個下拉式選單,
|
||||||
|
選好客人買的東西、輸入數量,就直接出價錢,
|
||||||
|
然後旁邊弄個按鈕,按了就會生成一份 PDF(發票號碼也會自動生成),
|
||||||
|
再自動更新庫存記錄還有銷售紀錄
|
||||||
|
|
||||||
|
銷售記錄會紀錄每單交易的毛利,
|
||||||
|
計算毛利要用 first in first out 嘅計法,
|
||||||
|
因為每單,即使同一樣商品,
|
||||||
|
都會有升跌,每一次來貨價可能都唔一樣
|
13
package.json
Normal file
13
package.json
Normal 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"
|
||||||
|
}
|
BIN
é
森æè¡¨ template.xlsx
Normal file
BIN
é
森æè¡¨ template.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user