Hi,
I'm working on a project which generate report every quarter. So there is a table supporting this:
Report: ID(int) Quarter(byte)
...
But later, the requirement changed and need the system to support more then one report in the quarter like this: 2-1, 3-2, ...
How can I support this requirement change? Thanks in advance!