mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36:27 +00:00
feat: register schemas for loyalty program
This commit is contained in:
parent
b3daab2e1e
commit
a6688fb682
@ -16,6 +16,9 @@ import Misc from './app/Misc.json';
|
||||
import NumberSeries from './app/NumberSeries.json';
|
||||
import Party from './app/Party.json';
|
||||
import Lead from './app/Lead.json';
|
||||
import LoyaltyProgram from './app/LoyaltyProgram.json';
|
||||
import LoyaltyPointEntry from './app/LoyaltyPointEntry.json';
|
||||
import CollectionRulesItems from './app/CollectionRulesItems.json';
|
||||
import Payment from './app/Payment.json';
|
||||
import PaymentFor from './app/PaymentFor.json';
|
||||
import PriceList from './app/PriceList.json';
|
||||
@ -106,6 +109,10 @@ export const appSchemas: Schema[] | SchemaStub[] = [
|
||||
UOM as Schema,
|
||||
UOMConversionItem as Schema,
|
||||
|
||||
LoyaltyProgram as Schema,
|
||||
LoyaltyPointEntry as Schema,
|
||||
CollectionRulesItems as Schema,
|
||||
|
||||
Payment as Schema,
|
||||
PaymentFor as Schema,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user