mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
Clean code and prepare database for reception from any source
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
-- You should have received a copy of the GNU General Public License
|
||||
-- along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
--
|
||||
-- Note: a reception is linked to a supplier order or other object using llx_element_element table.
|
||||
-- ===================================================================
|
||||
|
||||
create table llx_reception
|
||||
@@ -29,7 +30,7 @@ create table llx_reception
|
||||
fk_projet integer DEFAULT NULL,
|
||||
|
||||
ref_ext varchar(30), -- reference into an external system (not used by dolibarr)
|
||||
ref_supplier varchar(255), -- supplier number
|
||||
ref_supplier varchar(255), -- reference of reception on supplier side
|
||||
|
||||
date_creation datetime, -- date de creation
|
||||
fk_user_author integer, -- author of creation
|
||||
|
||||
Reference in New Issue
Block a user