feat: add Shipping Agent License Renewal and Waiver Application pages

- Implement ShippingAgentLicenseRenewalPage for submitting renewal documents with file uploads.
- Create WaiverApplicationPage for multi-step waiver application process, including document uploads and review.
- Add WaiverPage to display application status and details, including waiver letter download functionality.
- Introduce document handling components and validation for required fields in both applications.
This commit is contained in:
fitse-yotor
2026-07-28 14:46:06 +03:00
parent 4c01c5321b
commit e39f80941e
39 changed files with 9900 additions and 0 deletions

View File

@@ -20,6 +20,13 @@ export const am: Translations = {
vesselFormBuilder: 'የመርከብ ቅጽ መገንቢያ',
vesselRegistrationReport: 'የመርከብ ምዝገባ ሪፖርት',
ownershipTransferQueue: 'የባለቤትነት ዝውውር ወረፋ',
logisticsHeadDashboard: 'የሎጂስቲክስ ኃላፊ ዳሽቦርድ',
freightForwarderLicense: 'የጭነት አስተላላፊ ፈቃድ',
shippingAgentLicense: 'የመርከብ ወኪል ፈቃድ',
combinedLicense: 'የተቀናጀ ፈቃድ',
jointInvestmentLicense: 'የጋራ ኢንቨስትመንት ፈቃድ',
mtoLicense: 'የMTO ፈቃድ',
waiver: 'ነፃ ፈቃድ',
menu: 'ምናሌ',
dashboard: 'ዳሽቦርድ',
userManagement: 'የተጠቃሚ አስተዳደር',

View File

@@ -22,6 +22,13 @@ export const en = {
vesselFormBuilder: 'Vessel Form Builder',
vesselRegistrationReport: 'Vessel Registration Report',
ownershipTransferQueue: 'Ownership Transfer Queue',
logisticsHeadDashboard: 'Logistics Head Dashboard',
freightForwarderLicense: 'Freight Forwarder License',
shippingAgentLicense: 'Shipping Agent License',
combinedLicense: 'Combined License',
jointInvestmentLicense: 'Joint Investment License',
mtoLicense: 'MTO License',
waiver: 'Waiver',
cocQueue: 'CoC / CoP Queue',
endorsementQueue: 'Endorsement Queue',
seafarerRegistry: 'Seafarer Registry',