Skip to content

Custom section for excel file upload! On application start we create two database tables! The first one contains the data from the file, the second is only for audits! The information from both of the tables is displayed in two separated tabs on the custom section!

Notifications You must be signed in to change notification settings

lilyanapet/LP-xlsfileupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LP-xlsfileupload

Custom section for excel file upload!

On application start we create two database tables! The first one contains the data from the file, the second is only for audits!

The information from both of the tables is displayed in two separated tabs on the custom section!

Necessary actions:

  1. update the structure of the custom db tables:

1.1. CompanyInventory:

Id; CompanyClient; CompanyName; IsOn; BC; Availability; CorporationStatus; DateOfIncorporation; Month; FirstOrSecondHalf; PotentialStrikeOffDate; ReservedDate; ReservedBy; SoldDate; SoldBy; CompanyStruckOffDate; Note; AuditId

1.2. CompanyInvetoryAudit

Id; ImportedDate; UserId; UserName; RecordsCount

  1. Check the columns numbers in the SaveData function to correspond to your excel file structure!

About

Custom section for excel file upload! On application start we create two database tables! The first one contains the data from the file, the second is only for audits! The information from both of the tables is displayed in two separated tabs on the custom section!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published