Axiomatic statement: Clients will only pay for fantastic work, not “mediocre” work. If the work is mediocre here is what will happen: - Client will not pay you for your existing jobs. - The client will walk away. - If that happens, how do you plan to get paid? - If you have any remaining clients, and if you service them poorly – then you will lose those clients as well. - Then you will be forced to reduce your prices, out of desperation in order to win the little work available. Every business in the world faces this problem. We are not a government office. We are operating in a highly competitive and commodified market. This means it’s easy for clients to get another detailer. And if that happens en masse then you will lose your jobs. Till now, it has been the policy of the firm to make corrections by mere words. This has not proven very effective because mistakes have been repeated: especially when people have been warned via memos, training videos, phone calls, messages etc. I will ...
Our use case? - Detailers copy / paste profiles from structural drawings into a CSV file. - This CSV file is then used to create a model. - It is essential that the profiles are recognisable by Tekla. How can we check? - Through a data validation directly in Excel. Or - By validating the data directly in your code. using Tekla.Structures.Catalogs; // download this dll from Nuget public bool CSVProfilesAreCorrect(List dataRows) { if (_areCSVProfilesCorrect()) { return true; } else { throw new SystemException($"The CSV files have these profiles which don't exist in Tekla: {String.Join(", ", string.Join(", ", csvProfiles.Except(teklaProfiles)))}"); } bool _areCSVProfilesCorrect() { HashSet csvProfiles = dataRows.Select(row => row.Profile).ToHashSet(); HashSet tekla...
Full check list is available here. Please supply checklist with every take off report you complete. - Please provide two MTO reports: (a) Full Material List - The first: is Koshy's Material List.xls.rpt (Please use the file here saved here. (click on link)) - see instructions on where to save it below. - If using line work from AutoCAD please use this link which allows for user defined attributes. (b) The second: Excel - Material List - which shows all sub-totals. (c) IFC file. (d) db1 file (e) and if applicable, your .dwg line work file. - Where to save the .xls.rpt files? Ssave it to the appropriate file in your Tekla Program directory. In my computer it is here: C:UsersAll UsersTrimbleTekla Structures2023.0EnvironmentsAustralasiaGeneralcommon_reports You'll have to go into the file and add/edit fields if applicable. - I need the total tonnage: in email to me, and total in the spreadsheets We bill on tonnage. When you send your report: please put this in the body of your ema...
Comments
Post a Comment