Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

2015-09-26, Version 0.1.0 (unstable)

Compare
Choose a tag to compare
@danieljoppi danieljoppi released this 22 Oct 19:17
· 266 commits to master since this release

Notable changes

lowdb:

  • Use lowdb to simulate Netsuite database, its a simple solution to manager Record Types.

Mockup news - Netsuite API:

  • File APIs:
    • function nlapiCreateFile(name, type, contents)
    • function nlapiDeleteFile(id)
    • function nlapiLoadFile(id)
    • function nlapiSubmitFile f(file)
    • function nlobjFile()
  • Record APIs:
    • function nlapiSearchRecord(type, id, filters, columns)
    • function nlobjSearchColumn()
    • function nlobjSearchFilter()
    • function nlobjSearchResult()
  • Execution Context APIs:
    • function nlapiGetContext()
    • function nlapiLogExecution(type, title, details)
    • function nlobjContext()
  • Date APIs:
    • function nlapiDateToString(d, format)