936 |
`datesent` datetime default NULL, -- the date the transfer was initialized |
936 |
`datesent` datetime default NULL, -- the date the transfer was initialized |
937 |
`frombranch` varchar(10) NOT NULL default '', -- the branch the transfer is coming from |
937 |
`frombranch` varchar(10) NOT NULL default '', -- the branch the transfer is coming from |
938 |
`datearrived` datetime default NULL, -- the date the transfer arrived at its destination |
938 |
`datearrived` datetime default NULL, -- the date the transfer arrived at its destination |
939 |
`tobranch` varchar(10) NOT NULL default '', -- the branch the transfer was going to |
940 |
`tobranch` varchar(10) NOT NULL default '', -- the branch the transfer was going to |
940 |
`comments` LONGTEXT, -- any comments related to the transfer |
941 |
`comments` LONGTEXT, -- any comments related to the transfer |
941 |
`reason` ENUM('Manual', 'StockrotationAdvance', 'StockrotationRepatriation', 'ReturnToHome', 'ReturnToHolding', 'RotatingCollection', 'Reserve', 'LostReserve', 'CancelReserve'), -- what triggered the transfer |
942 |
`reason` ENUM('Manual', 'StockrotationAdvance', 'StockrotationRepatriation', 'ReturnToHome', 'ReturnToHolding', 'RotatingCollection', 'Reserve', 'LostReserve', 'CancelReserve'), -- what triggered the transfer |