2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/models/inventory/Location.ts
18alantom 2c0540bfd5 incr: add enable inventory
- add basic inventory schemas
- add basic inventory models
- patch stockmovement number series
2022-11-07 13:28:35 +05:30

6 lines
93 B
TypeScript

import { Doc } from 'fyo/model/doc';
export class Location extends Doc {
item?: string;
}