aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/JobDTOBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* Added Number of Spools to Job table.Victoria Plitt2023-10-191-0/+8
|
* Jobs V2Victoria Plitt2021-11-021-0/+8
|
* Implemented StringFormat control for db properties.Roy Ben-Shabat2020-01-221-5/+0
| | | | Added StringFormat 0.000 for FeederTension on ProcessParameters.
* Changed DTO's to include byte[] when generated but mapped by reference.Roy Ben Shabat2019-12-181-0/+16
| | | | More improvements to action logs.
* Added SOURCE to JOB.Roy Ben Shabat2019-12-171-0/+8
| | | | | | Added IS_SYNCHRONIZED to TANGO_UPDATE. Added OfflineUpdates to Synchronization. Added TangoUpdates on PPC side.
* Implemented Jobs, JobRuns & Machine Events Synchronization.Roy Ben Shabat2019-12-111-0/+8
| | | | | | | | | | | | | Added synchronizations to Updates view on Machine Designer. Removed request response events logging from machine studio. Fixed issue with exception throwing from machine service. Implemented "New jobs synchronized" notification item to PPC. Added synchronization to PPC settings. Added Synchronization view to technician module. Implemented PPC Schema synchronizer utility. Added custom query support to EntityCollectionBuilder. Added synchronization status to TangoUpdate. Removed FK from Jobs and Job runs.
* Added ColorCatalogGuid to job.Roy Ben-Shabat2019-07-291-0/+8
| | | | Added catalog selection to job creation.
* Implemented auto DTO generation.Roy Ben Shabat2019-02-231-0/+270
Implemented mapping of DTO <=> Observables. Organization of unit tests. Removed DELETED from ADDRESS & CONTACT.