Skip to content

Instantly share code, notes, and snippets.

@M4R14
Last active March 24, 2018 04:51
Show Gist options
  • Select an option

  • Save M4R14/cd4eae37c333a36729bfa8a28071cb83 to your computer and use it in GitHub Desktop.

Select an option

Save M4R14/cd4eae37c333a36729bfa8a28071cb83 to your computer and use it in GitHub Desktop.
product = [{ product_id: ‘001’, name: ‘C4’ }];
stock = [{ stock_id: 1, product_id: ‘001’, cost: 1000, qty: 5 }];
trantsection = [
{ trantsection_id: 1, stock_id: 1, qty: 5, datetime: '2019-03-24 12:00:00' },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment