mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +00:00
feat: sync address
This commit is contained in:
parent
22b9b6e1a4
commit
dd9df632a6
@ -68,6 +68,8 @@ export class Doc extends Observable<DocValue | Doc[]> {
|
||||
_notInserted = true;
|
||||
|
||||
_syncing = false;
|
||||
_addDocToSyncQueue = true;
|
||||
|
||||
constructor(
|
||||
schema: Schema,
|
||||
data: DocValueMap,
|
||||
|
@ -10,7 +10,6 @@ export enum ModelNameEnum {
|
||||
GetStarted = 'GetStarted',
|
||||
Defaults = 'Defaults',
|
||||
Item = 'Item',
|
||||
ItemPrice = 'ItemPrice',
|
||||
UOM = 'UOM',
|
||||
UOMConversionItem = 'UOMConversionItem',
|
||||
JournalEntry = 'JournalEntry',
|
||||
@ -28,6 +27,7 @@ export enum ModelNameEnum {
|
||||
Payment = 'Payment',
|
||||
PaymentFor = 'PaymentFor',
|
||||
PriceList = 'PriceList',
|
||||
PriceListItem = 'PriceListItem',
|
||||
PricingRule = 'PricingRule',
|
||||
PricingRuleItem = 'PricingRuleItem',
|
||||
PricingRuleDetail = 'PricingRuleDetail',
|
||||
|
@ -51,6 +51,10 @@
|
||||
{
|
||||
"value": "Shipment",
|
||||
"label": "Shipment"
|
||||
},
|
||||
{
|
||||
"value": "Address",
|
||||
"label": "Address"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
@ -43,6 +43,10 @@
|
||||
{
|
||||
"value": "UOM",
|
||||
"label": "UOM"
|
||||
},
|
||||
{
|
||||
"value": "Address",
|
||||
"label": "Address"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
Loading…
Reference in New Issue
Block a user