{"id":416,"date":"2010-09-17T11:44:06","date_gmt":"2010-09-17T09:44:06","guid":{"rendered":"http:\/\/oracle.malin.pl\/?p=416"},"modified":"2010-09-17T11:44:51","modified_gmt":"2010-09-17T09:44:51","slug":"sql-sprawdzenie-zmiany-daty-na-fakturze-przez-raty","status":"publish","type":"post","link":"https:\/\/oracle.malin.pl\/?p=416","title":{"rendered":"SQL- sprawdzenie zmiany daty na fakturze przez raty"},"content":{"rendered":"<p>SQL- sprawdzenie zmiany daty na fakturze przez raty.<br \/>\n<!--more--><\/p>\n<pre lang=\"oracle11\" line=\"1\">\r\n\r\nSELECT ps.due_date, ps.trx_number\r\n  FROM ar_payment_schedules_all ps\r\n WHERE \r\n-- ps.CUST_TRX_TYPE_ID <> '1293' --Kod w paymentsach oraz na fakturach jest ten sam wi\u0119c to powinno wystarczy\u0107\r\n ps.customer_id = '2592'\r\n and ps.due_date <>\r\n\r\n (SELECT ps1.trx_date + l.due_days\r\n    FROM ar_payment_schedules_all ps1, ra_terms_lines l\r\n   WHERE\r\n  --ps1.due_date='2030-05-11'                  and\r\n   ps1.term_id = l.term_id\r\nand ps.payment_schedule_id = ps1.payment_schedule_id)\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SQL- sprawdzenie zmiany daty na fakturze przez raty.<\/p>\n","protected":false},"author":37,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[22,5],"tags":[],"_links":{"self":[{"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/posts\/416"}],"collection":[{"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=416"}],"version-history":[{"count":3,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/posts\/416\/revisions"}],"predecessor-version":[{"id":419,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/posts\/416\/revisions\/419"}],"wp:attachment":[{"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}