iccm-africa / iccm-backend

The International Conference on Computing and Mission (ICCM) Backend System
https://iccm.africa
GNU Affero General Public License v3.0
2 stars 4 forks source link

Don't hard-code first invoice number #9

Open franc6 opened 2 years ago

franc6 commented 2 years ago

The first invoice number is hard-coded as "2020001" with a comment of "The first invoice number of this year". Instead, we can build the number dynamically as the 4-digit year followed by 001.

ruliezz commented 1 week ago

@franc6 I agree with this. Probably this was quick fix for the system to run in 2020. But indeed. this should be fixed. @AlbertJP any comments on this or ready to pick-up?