Menu

#56 job numbering

open
nobody
None
5
2013-01-16
2005-02-08
Anonymous
No

Add automatic job numbering with customizable format
for each project created. Most likely would be
generated in task_add.php.

Since my company assigns a job number (for accounting
purposes) to each project, I found somthing like this
to be very useful for a job number format:

//set in config
$jobno_format = "Y####";
//or $jobno_format = "YMD####"; etc...

/*****
Y - 4 digit year
y - 2 digit year
M
m
D
d
C - gets next client specific job number?
# - 1 digit
*****/

function get_jobno() {
//do stuff with $format
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.