https://github.com/dharyk/codeigniter-xero을 사용하여 Xero를 내 웹 사이트에 통합했습니다. Xero에 인보이스를 추가하거나 연락처를 추가 할 때 매우 유용합니다.Codeigniter Xero api 구매 주문서를 추가 할 라이브러리
그러나 구매 주문을 추가 할 수 없습니다. 구매 주문을 추가하려면 $this->xero->PurchaseOrders($new_po);
을 사용하고 있습니다. 하지만 나에게 다음과 같은 오류를 제공합니다 :
내가 생각의이 도서관은 오랫동안 다시 기록 및 구매 주문 이상 (단지 생각)했다했기 때문에.An uncaught Exception was encountered
Type: XeroException
Message: The selected method does not exist. Please use one of the following methods: Accounts, BankTransactions, BrandingThemes, Contacts, CreditNotes, Currencies, Employees, ExpenseClaims, Invoices, Items, Journals, ManualJournals, Organisation, Payments, Receipts, TaxRates, TrackingCategories, Users
Filename: /home/path-to-files/application/libraries/Xero.php
Line Number: 167
구매 주문 방법을이 라이브러리에 추가 할 수있는 방법이 있습니까?
기타 제안 사항도 환영합니다.
감사합니다.