Bay Diary

From Calidus HUB
Revision as of 16:38, 31 October 2025 by Anw (talk | contribs) (Initial Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page is intended to hold technical information regarding Bay Diary for WMS.

Packages

DP_NET_PORTAL - main package

DP_MSG_EMAIL - sending of email from Bay Diary

Tables

Note Note: The majority of BAY_DIARY_* files are not in use.

CONFIGURATION

Field Config Master

select * from bay_diary_config t

Field Config per User

select * from bay_diary_config_users t

The bays per warehouse

select * from bay_headers t

OPERATIONAL

Table Notes
ware_diary_details
ware_diary_headers
ware_diary_slots

SQL:

select *
from ware_diary_details t
where company_code = 'POD'
and warehouse_id = 'RCT'
order by delivery_receipt_date desc

select *
from ware_diary_headers t
where company_code = 'JP1'
and warehouse_id = 'NFT'
order by delivery_receipt_date desc

select *
from ware_diary_slots t

Select * from CARRIERS

Select * from STK_STOCKIST