COSCUP / COSCUP-Volunteer

The COSCUP volunteer platform is an online tool that allows interested individuals to register as volunteers for the conference, and a way for volunteers to communicate with each other and with the organizers. COSCUP 志工平台是一個可以讓有興趣的人登錄成為 COSCUP 的志工,同時也提供志工彼此溝通和與大會聯繫的方式。
https://volunteer.coscup.org/
GNU Affero General Public License v3.0
67 stars 34 forks source link

[請款報表] 新增申請單會計科目 - `05-01 API` #121

Open ddio opened 1 year ago

ddio commented 1 year ago

使用者故事

身為財務組,我想要設定每筆申請單的分費,讓我對帳時,可以跨組別統整支出

功能驗證

  1. 新增申請單的資料庫欄位:會計科目,可填入任意字串
  2. 新增一支 API ,列出目前已存在在申請單的會計科目
oceanchad commented 1 year ago

@ddio 這個你有時間看一下嗎,構想是如下面

models

新增accountdb.py

  1. 想看看account欄位

module

感覺只需要修改expense.py,不需要新增account.py

ddio commented 1 year ago

如果 accountdb.py 是拿來存會計科目的話,可以先想一下裡面該有哪些欄位?

另外,因為這題的使用情境是「在申請單頁面,可以填入會計科目」,所以是不需要額外的 template 的,會在既有的 expense html 上開發~

oceanchad commented 1 year ago

@ddio

想確認一下feature1是像下面的情境嗎?

Screenshot 2023-04-06 at 8 10 26 PM Screenshot 2023-04-06 at 8 10 41 PM