Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. RegistrationOffering.create!(offering_id: '5984333', offering_price_id: '5984349', text: 'Нулевой 3 месяца. ОСНО', amount: '2500', unit: 'Month', unit_qty: 3, type: 'RegistrationOffering' ) ;
  2. RegistrationOffering.create!(offering_id: '5984333', offering_price_id: '5984356', text: 'Нулевой 6 месяцев. ОСНО', amount: '4500', unit: 'Month', unit_qty: 6, type: 'RegistrationOffering' ) ;
  3. RegistrationOffering.create!(offering_id: '5984333', offering_price_id: '5984363', text: 'Нулевой 12 месяцев. ОСНО', amount: '8000', unit: 'Month', unit_qty: 12, type: 'RegistrationOffering' ) ;
  4. RegistrationOffering.create!(offering_id: '5984333', offering_price_id: '5984342', text: 'Нулевой 12 месяцев. УСН и ЕНВД', amount: '2000', unit: 'Month', unit_qty: 12, type: 'RegistrationOffering' ) ;
  5. RegistrationOffering.create!(offering_id: '5984370', offering_price_id: '5984379', text: 'Начинающий 3 месяца. УСН и ЕНВД', amount: '6000', unit: 'Month', unit_qty: 3, type: 'RegistrationOffering' ) ;
  6. RegistrationOffering.create!(offering_id: '5984370', offering_price_id: '5984386', text: 'Начинающий 6 месяцев. УСН и ЕНВД', amount: '10800', unit: 'Month', unit_qty: 6, type: 'RegistrationOffering' ) ;
  7. RegistrationOffering.create!(offering_id: '5984370', offering_price_id: '5984393', text: 'Начинающий 12 месяцев. УСН и ЕНВД', amount: '19200', unit: 'Month', unit_qty: 12, type: 'RegistrationOffering' ) ;
  8. RegistrationOffering.create!(offering_id: '5984370', offering_price_id: '5984400', text: 'Начинающий 3 месяца. ОСНО', amount: '9000', unit: 'Month', unit_qty: 3, type: 'RegistrationOffering' ) ;
  9. RegistrationOffering.create!(offering_id: '5984370', offering_price_id: '5984407', text: 'Начинающий 6 месяцев. ОСНО', amount: '16200', unit: 'Month', unit_qty: 6, type: 'RegistrationOffering' ) ;
  10. RegistrationOffering.create!(offering_id: '5984370', offering_price_id: '5984414', text: 'Начинающий 12 месяцев. ОСНО', amount: '28800', unit: 'Month', unit_qty: 12, type: 'RegistrationOffering' ) ;
  11. RegistrationOffering.create!(offering_id: '5984421', offering_price_id: '5984430', text: 'Уверенный 3 месяца. УСН и ЕНВД', amount: '18000', unit: 'Month', unit_qty: 3, type: 'RegistrationOffering' ) ;
  12. RegistrationOffering.create!(offering_id: '5984421', offering_price_id: '5984437', text: 'Уверенный 6 месяцев. УСН и ЕНВД', amount: '32400', unit: 'Month', unit_qty: 6, type: 'RegistrationOffering' ) ;
  13. RegistrationOffering.create!(offering_id: '5984421', offering_price_id: '5984444', text: 'Уверенный 12 месяцев. УСН и ЕНВД', amount: '57600', unit: 'Month', unit_qty: 12, type: 'RegistrationOffering' ) ;
  14. RegistrationOffering.create!(offering_id: '5984421', offering_price_id: '5984451', text: 'Уверенный 3 месяца. ОСНО', amount: '27000', unit: 'Month', unit_qty: 3, type: 'RegistrationOffering' ) ;
  15. RegistrationOffering.create!(offering_id: '5984421', offering_price_id: '5984458', text: 'Уверенный 6 месяцев. ОСНО', amount: '48600', unit: 'Month', unit_qty: 6, type: 'RegistrationOffering' ) ;
  16. RegistrationOffering.create!(offering_id: '5984421', offering_price_id: '5984465', text: 'Уверенный 12 месяцев. ОСНО', amount: '86400', unit: 'Month', unit_qty: 12, type: 'RegistrationOffering' ) ;
  17. RegistrationOffering.create!(offering_id: '5984472', offering_price_id: '5984481', text: 'Профессионал 3 месяца. УСН и ЕНВД', amount: '36000', unit: 'Month', unit_qty: 3, type: 'RegistrationOffering' ) ;
  18. RegistrationOffering.create!(offering_id: '5984472', offering_price_id: '5984488', text: 'Профессионал 6 месяцев. УСН и ЕНВД', amount: '64800', unit: 'Month', unit_qty: 6, type: 'RegistrationOffering' ) ;
  19. RegistrationOffering.create!(offering_id: '5984472', offering_price_id: '5984495', text: 'Профессионал 12 месяцев. УСН и ЕНВД', amount: '115200', unit: 'Month', unit_qty: 12, type: 'RegistrationOffering' );
  20. RegistrationOffering.create!(offering_id: '5984472', offering_price_id: '5984502', text: 'Профессионал 3 месяца. ОСНО', amount: '45000', unit: 'Month', unit_qty: 3, type: 'RegistrationOffering' ) ;
  21. RegistrationOffering.create!(offering_id: '5984472', offering_price_id: '5984509', text: 'Профессионал 6 месяцев. ОСНО', amount: '81000', unit: 'Month', unit_qty: 6, type: 'RegistrationOffering' ) ;
  22. RegistrationOffering.create!(offering_id: '5984472', offering_price_id: '5984516', text: 'Профессионал 12 месяцев. ОСНО', amount: '144000', unit: 'Month', unit_qty: 12, type: 'RegistrationOffering' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement