mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2017-10-13 Fred Gleason <fredg@paravelsystems.com>
* Added a 'GROUPS.DEFAULT_CUT_LIFE' field to the database. * Incremented the database version to 269. * Added 'RDGroup::defaultCutLife()' and 'RDGroup::setDefaultCutLife()' methods. * Added a 'Set End Date/Time' control to the 'Edit Group' dialog in RDAdmin(1).
This commit is contained in:
@@ -41,6 +41,8 @@ class RDGroup
|
||||
void setDefaultLowCart(unsigned cartnum) const;
|
||||
unsigned defaultHighCart() const;
|
||||
void setDefaultHighCart(unsigned cartnum) const;
|
||||
int defaultCutLife() const;
|
||||
void setDefaultCutLife(int days) const;
|
||||
int cutShelflife() const;
|
||||
void setCutShelflife(int days) const;
|
||||
bool deleteEmptyCarts() const;
|
||||
|
||||
Reference in New Issue
Block a user