Javascript module override functionJobs
...reporting for finance and management • Be usable on both desktop and mobile (responsive web application) The system replaces: • Google Sheets used for buying prices • Manual PDF invoice checking • Ad-hoc supplier dispute handling • Fragmented purchasing insights ⸻ 2. Core Design Principles (Mandatory) Developers must respect the following principles: 1. Invoice validation is the core function 2. Buying prices are immutable (append-only) 3. Full historical traceability is required 4. Invoices and credit notes are never edited 5. Explicit human approval is required for price changes 6. Mobile is for overview and decisions, desktop for configuration 7. The system must reflect real supplier behavior ⸻ 3. High-Level Architecture The system m...
I have a simple custom indicator in thinkorswim and need converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else );
I have a script in a Google Sheet where I'm getting an exception error: Access denied: DriveApp. There is an Archive function were projects in a Master List are updated. However, when I Archive Completed Projects I get an error: Access denied: DriveApp. I need someone to debug the code and/or otherwise tell me how to fix the issue. The particular piece of code is: function archive(){ var spreadsheet = (); var topSheet = ("Active Projects") var archiveSheet = ("Completed Projects"); var archiveCurrRow = ()+1; var topSheetRows = (); //var sheetFolder = findFolder(targetFolderId,targetFolderName) var archiveFolder = findFolder(archivedProjectsFolderId,archiv
I want to have a website made for a local car dealer. Technical requirements: API - (more info in the document attached) Style-idea: Attached picture / Black&white theme (open for ideas) Text: Will be provided Prefferred CMS: Wordpress (Contents should be editable without complicated technical skills) Pages: maximum 10 pages Booking function: Book a test drive for one of the cars available Competitors for inspiration: Please don't provide me with a generic proposal. It will be ignored. Look through the competitors' sites, and read the documentation and provided attachments. Only bid on the project if it is possible for you to finish
I want to have a website made for a local car dealer. Technical requirements: API - (more info in the document attached) Style-idea: Attached picture / Black&white theme (open for ideas) Text: Will be provided Prefferred CMS: Wordpress (Contents should be editable without complicated technical skills) Pages: maximum 10 pages Booking function: Book a test drive for one of the cars available Competitors for inspiration: Please don't provide me with a generic proposal. It will be ignored. Look through the competitors' sites, and read the documentation and provided attachments. Only bid on the project if it is possible for you to finish
...kilometers (km) and the output will be the price of the service. So basically we need something very similar to the dantaxi calculator. In the end, it will need to be embedded(?) as a plugin in an existing WordPress page (under construction so I can't link to anything yet) and have it's own "link" in the menu. Must fit into a sort of FAQ with drop-down answers, and if that is not possible. The function of the slide/price calculator is for clients to be able to calculate how much in total it will cost them to book a date to their postal code. So it's a price calculator for a named sexworker including transportationfee etc. The idea is that everything can work with just easy clicks with simple choices (like 1, 2 or 3 hours) and possibly extra servic...
السلام عليكم. ارغب في دمج خاصية الاستيراد والتصدير بصيغة GPX في برنامج مفتوح المصدر. حيث سأقوم لاحقا بإدماج البرنامج كـ module مع تطبيق قيد الانشاء. عندنا تطبيقين مفتوحة المصدر: GPS Logger احتاج كل الوظائف هذا التطبيق، تقريبا، يوفر خاصية التصدير فقط ولا يدعم الاستيراد. Geopaparazzi التطبيق الثاني يوفر خاصية الاستيراد والتصدير للصيغة المطلوبة GPX نحتاج لدمجها مع التطبيق الاول