906 |
`datearrived` datetime default NULL, -- the date the transfer arrived at its destination |
906 |
`datearrived` datetime default NULL, -- the date the transfer arrived at its destination |
907 |
`tobranch` varchar(10) NOT NULL default '', -- the branch the transfer was going to |
907 |
`tobranch` varchar(10) NOT NULL default '', -- the branch the transfer was going to |
908 |
`comments` LONGTEXT, -- any comments related to the transfer |
908 |
`comments` LONGTEXT, -- any comments related to the transfer |
909 |
`reason` ENUM('Manual', 'StockrotationAdvance', 'StockrotationRepatriation', 'ReturnToHome', 'ReturnToHolding', 'RotatingCollection'), -- what triggered the transfer |
909 |
`reason` ENUM('Manual', 'StockrotationAdvance', 'StockrotationRepatriation', 'ReturnToHome', 'ReturnToHolding', 'RotatingCollection', 'Reserve', 'LostReserve', 'CancelReserve'), -- what triggered the transfer |
910 |
PRIMARY KEY (`branchtransfer_id`), |
910 |
PRIMARY KEY (`branchtransfer_id`), |