Hello everyone, I’d like to know how everyone thinks of this, any comment will be appreciated!
Most of fingerprint attendance systems records clock-in and clock-out time and the time unit can be hour or even minute, especially for Sales team. To integrate with these systems, or at least integrate with the data in excel, it’d be best for ERPNext to allow different time units, instead of half day being the minimal, so in DocType attendance:
An additional field: label => time unit, field type => select, options => [hour, half day]
By hour: existing field “status” should become filed type data and accepts input of number of hours in decimal.
By half day: existing field “status” can stay the same as right now.